File tree Expand file tree Collapse file tree 7 files changed +97
-3
lines changed Expand file tree Collapse file tree 7 files changed +97
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pkgdesc="Service and tools for management of snap packages."
11
11
depends=(' squashfs-tools' ' libseccomp' ' libsystemd' ' apparmor' )
12
12
optdepends=(' bash-completion: bash completion support'
13
13
' xdg-desktop-portal: desktop integration' )
14
- pkgver=2.58
14
+ pkgver=2.58.1
15
15
pkgrel=1
16
16
arch=(' x86_64' ' i686' ' armv7h' ' aarch64' )
17
17
url=" https://github.com/snapcore/snapd"
Original file line number Diff line number Diff line change
1
+ snapd (2.58.1-1) unstable; urgency=medium
2
+
3
+ * New upstream release, LP: #1998462
4
+ - secboot: detect lockout mode in CheckTPMKeySealingSupported
5
+ - cmd/snap-update-ns: prevent keeping unneeded mountpoints
6
+ - o/snapstate: do not infinitely retry when an update fails during
7
+ seeding
8
+ - interfaces/modem-manager: add permissions for NETLINK_ROUTE
9
+ - systemd/emulation.go: use `systemctl --root` to enable/disable
10
+ - snap: provide more error context in `NotSnapError`
11
+ - interfaces: add read access to /run for cryptsetup
12
+ - boot: avoid reboot loop if there is a bad try kernel
13
+ - devicestate: retry serial acquire on time based certificate
14
+ errors
15
+ - o/devicestate: run systemctl daemon-reload after install-device
16
+ hook
17
+ - cmd/snap,daemon: add 'held' to notes in 'snap list'
18
+ - o/snapshotstate: check snapshots are self-contained on import
19
+ - cmd/snap: show user+gating hold info in 'snap info'
20
+ - daemon: expose user and gating holds at /v2/snaps/{name}
21
+
22
+ -- Michael Vogt <
[email protected] > Mon, 23 Jan 2023 18:03:40 +0100
23
+
1
24
snapd (2.58-1) unstable; urgency=medium
2
25
3
26
* New upstream release, LP: #1998462
Original file line number Diff line number Diff line change 103
103
%endif
104
104
105
105
Name: snapd
106
- Version: 2.58
106
+ Version: 2.58.1
107
107
Release: 0%{?dist}
108
108
Summary: A transactional software package manager
109
109
License: GPLv3
991
991
992
992
993
993
%changelog
994
+ * Mon Jan 23 2023 Michael Vogt <
[email protected] >
995
+ - New upstream release 2.58.1
996
+ - secboot: detect lockout mode in CheckTPMKeySealingSupported
997
+ - cmd/snap-update-ns: prevent keeping unneeded mountpoints
998
+ - o/snapstate: do not infinitely retry when an update fails during
999
+ seeding
1000
+ - interfaces/modem-manager: add permissions for NETLINK_ROUTE
1001
+ - systemd/emulation.go: use `systemctl --root` to enable/disable
1002
+ - snap: provide more error context in `NotSnapError`
1003
+ - interfaces: add read access to /run for cryptsetup
1004
+ - boot: avoid reboot loop if there is a bad try kernel
1005
+ - devicestate: retry serial acquire on time based certificate
1006
+ errors
1007
+ - o/devicestate: run systemctl daemon-reload after install-device
1008
+ hook
1009
+ - cmd/snap,daemon: add 'held' to notes in 'snap list'
1010
+ - o/snapshotstate: check snapshots are self-contained on import
1011
+ - cmd/snap: show user+gating hold info in 'snap info'
1012
+ - daemon: expose user and gating holds at /v2/snaps/{name}
1013
+
994
1014
* Thu Dec 01 2022 Michael Vogt <
[email protected] >
995
1015
- New upstream release 2.58
996
1016
- many: Use /tmp/snap-private-tmp for per-snap private tmps
Original file line number Diff line number Diff line change
1
+ -------------------------------------------------------------------
2
+ Mon Jan 23 17:03:40 UTC 2023 -
[email protected]
3
+
4
+ - Update to upstream release 2.58.1
5
+
1
6
-------------------------------------------------------------------
2
7
Thu Dec 01 08:52:23 UTC 2022 -
[email protected]
3
8
Original file line number Diff line number Diff line change 82
82
83
83
84
84
Name: snapd
85
- Version: 2.58
85
+ Version: 2.58.1
86
86
Release: 0
87
87
Summary: Tools enabling systems to work with .snap files
88
88
License: GPL-3.0
Original file line number Diff line number Diff line change
1
+ snapd (2.58.1~14.04) trusty; urgency=medium
2
+
3
+ * New upstream release, LP: #1998462
4
+ - secboot: detect lockout mode in CheckTPMKeySealingSupported
5
+ - cmd/snap-update-ns: prevent keeping unneeded mountpoints
6
+ - o/snapstate: do not infinitely retry when an update fails during
7
+ seeding
8
+ - interfaces/modem-manager: add permissions for NETLINK_ROUTE
9
+ - systemd/emulation.go: use `systemctl --root` to enable/disable
10
+ - snap: provide more error context in `NotSnapError`
11
+ - interfaces: add read access to /run for cryptsetup
12
+ - boot: avoid reboot loop if there is a bad try kernel
13
+ - devicestate: retry serial acquire on time based certificate
14
+ errors
15
+ - o/devicestate: run systemctl daemon-reload after install-device
16
+ hook
17
+ - cmd/snap,daemon: add 'held' to notes in 'snap list'
18
+ - o/snapshotstate: check snapshots are self-contained on import
19
+ - cmd/snap: show user+gating hold info in 'snap info'
20
+ - daemon: expose user and gating holds at /v2/snaps/{name}
21
+
22
+ -- Michael Vogt <
[email protected] > Mon, 23 Jan 2023 18:03:40 +0100
23
+
1
24
snapd (2.58~14.04) trusty; urgency=medium
2
25
3
26
* New upstream release, LP: #1998462
Original file line number Diff line number Diff line change
1
+ snapd (2.58.1) xenial; urgency=medium
2
+
3
+ * New upstream release, LP: #1998462
4
+ - secboot: detect lockout mode in CheckTPMKeySealingSupported
5
+ - cmd/snap-update-ns: prevent keeping unneeded mountpoints
6
+ - o/snapstate: do not infinitely retry when an update fails during
7
+ seeding
8
+ - interfaces/modem-manager: add permissions for NETLINK_ROUTE
9
+ - systemd/emulation.go: use `systemctl --root` to enable/disable
10
+ - snap: provide more error context in `NotSnapError`
11
+ - interfaces: add read access to /run for cryptsetup
12
+ - boot: avoid reboot loop if there is a bad try kernel
13
+ - devicestate: retry serial acquire on time based certificate
14
+ errors
15
+ - o/devicestate: run systemctl daemon-reload after install-device
16
+ hook
17
+ - cmd/snap,daemon: add 'held' to notes in 'snap list'
18
+ - o/snapshotstate: check snapshots are self-contained on import
19
+ - cmd/snap: show user+gating hold info in 'snap info'
20
+ - daemon: expose user and gating holds at /v2/snaps/{name}
21
+
22
+ -- Michael Vogt <
[email protected] > Mon, 23 Jan 2023 18:03:40 +0100
23
+
1
24
snapd (2.58) xenial; urgency=medium
2
25
3
26
* New upstream release, LP: #1998462
You can’t perform that action at this time.
0 commit comments