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.56.2
14
+ pkgver=2.56.3
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.56.3-1) unstable; urgency=medium
2
+
3
+ * New upstream release, LP: #1974147
4
+ - devicestate: add more path to `fixupWritableDefaultDirs()`
5
+ - many: introduce IsUndo flag in LinkContext
6
+ - i/apparmor: allow calling which.debianutils
7
+ - interfaces: update AppArmor template to allow reading snap's
8
+ memory statistics
9
+ - interfaces: add memory stats to system_observe
10
+ - i/b/{mount,system}-observe: extend access for htop
11
+ - features: disable refresh-app-awarness by default again
12
+ - image: fix handling of var/lib/extrausers when preseeding
13
+ uc20
14
+ - interfaces/modem-manager: Don't generate DBus policy for plugs
15
+ - interfaces/modem-manager: Only generate DBus plug policy on
16
+ Core
17
+ - interfaces/serial_port_test: fix static-checks errors
18
+ - interfaces/serial-port: add USB gadget serial devices (ttyGSX) to
19
+ allowed list
20
+ - interface/serial_port_test: adjust variable IDs
21
+
22
+ -- Michael Vogt <
[email protected] > Wed, 13 Jul 2022 09:26:57 +0200
23
+
1
24
snapd (2.56.2-1) unstable; urgency=medium
2
25
3
26
* New upstream release, LP: #1974147
Original file line number Diff line number Diff line change 102
102
%endif
103
103
104
104
Name: snapd
105
- Version: 2.56.2
105
+ Version: 2.56.3
106
106
Release: 0%{?dist}
107
107
Summary: A transactional software package manager
108
108
License: GPLv3
981
981
982
982
983
983
%changelog
984
+ * Wed Jul 13 2022 Michael Vogt <
[email protected] >
985
+ - New upstream release 2.56.3
986
+ - devicestate: add more path to `fixupWritableDefaultDirs()`
987
+ - many: introduce IsUndo flag in LinkContext
988
+ - i/apparmor: allow calling which.debianutils
989
+ - interfaces: update AppArmor template to allow reading snap's
990
+ memory statistics
991
+ - interfaces: add memory stats to system_observe
992
+ - i/b/{mount,system}-observe: extend access for htop
993
+ - features: disable refresh-app-awarness by default again
994
+ - image: fix handling of var/lib/extrausers when preseeding
995
+ uc20
996
+ - interfaces/modem-manager: Don't generate DBus policy for plugs
997
+ - interfaces/modem-manager: Only generate DBus plug policy on
998
+ Core
999
+ - interfaces/serial_port_test: fix static-checks errors
1000
+ - interfaces/serial-port: add USB gadget serial devices (ttyGSX) to
1001
+ allowed list
1002
+ - interface/serial_port_test: adjust variable IDs
1003
+
984
1004
* Wed Jun 15 2022 Michael Vogt <
[email protected] >
985
1005
- New upstream release 2.56.2
986
1006
- o/snapstate: exclude services from refresh app awareness hard
Original file line number Diff line number Diff line change
1
+ -------------------------------------------------------------------
2
+ Wed Jul 13 07:26:57 UTC 2022 -
[email protected]
3
+
4
+ - Update to upstream release 2.56.3
5
+
1
6
-------------------------------------------------------------------
2
7
Wed Jun 15 12:22:31 UTC 2022 -
[email protected]
3
8
Original file line number Diff line number Diff line change 81
81
82
82
83
83
Name: snapd
84
- Version: 2.56.2
84
+ Version: 2.56.3
85
85
Release: 0
86
86
Summary: Tools enabling systems to work with .snap files
87
87
License: GPL-3.0
Original file line number Diff line number Diff line change
1
+ snapd (2.56.3~14.04) trusty; urgency=medium
2
+
3
+ * New upstream release, LP: #1974147
4
+ - devicestate: add more path to `fixupWritableDefaultDirs()`
5
+ - many: introduce IsUndo flag in LinkContext
6
+ - i/apparmor: allow calling which.debianutils
7
+ - interfaces: update AppArmor template to allow reading snap's
8
+ memory statistics
9
+ - interfaces: add memory stats to system_observe
10
+ - i/b/{mount,system}-observe: extend access for htop
11
+ - features: disable refresh-app-awarness by default again
12
+ - image: fix handling of var/lib/extrausers when preseeding
13
+ uc20
14
+ - interfaces/modem-manager: Don't generate DBus policy for plugs
15
+ - interfaces/modem-manager: Only generate DBus plug policy on
16
+ Core
17
+ - interfaces/serial_port_test: fix static-checks errors
18
+ - interfaces/serial-port: add USB gadget serial devices (ttyGSX) to
19
+ allowed list
20
+ - interface/serial_port_test: adjust variable IDs
21
+
22
+ -- Michael Vogt <
[email protected] > Wed, 13 Jul 2022 09:26:57 +0200
23
+
1
24
snapd (2.56.2~14.04) trusty; urgency=medium
2
25
3
26
* New upstream release, LP: #1974147
Original file line number Diff line number Diff line change
1
+ snapd (2.56.3) xenial; urgency=medium
2
+
3
+ * New upstream release, LP: #1974147
4
+ - devicestate: add more path to `fixupWritableDefaultDirs()`
5
+ - many: introduce IsUndo flag in LinkContext
6
+ - i/apparmor: allow calling which.debianutils
7
+ - interfaces: update AppArmor template to allow reading snap's
8
+ memory statistics
9
+ - interfaces: add memory stats to system_observe
10
+ - i/b/{mount,system}-observe: extend access for htop
11
+ - features: disable refresh-app-awarness by default again
12
+ - image: fix handling of var/lib/extrausers when preseeding
13
+ uc20
14
+ - interfaces/modem-manager: Don't generate DBus policy for plugs
15
+ - interfaces/modem-manager: Only generate DBus plug policy on
16
+ Core
17
+ - interfaces/serial_port_test: fix static-checks errors
18
+ - interfaces/serial-port: add USB gadget serial devices (ttyGSX) to
19
+ allowed list
20
+ - interface/serial_port_test: adjust variable IDs
21
+
22
+ -- Michael Vogt <
[email protected] > Wed, 13 Jul 2022 09:26:57 +0200
23
+
1
24
snapd (2.56.2) xenial; urgency=medium
2
25
3
26
* New upstream release, LP: #1974147
You can’t perform that action at this time.
0 commit comments