File tree Expand file tree Collapse file tree 7 files changed +77
-3
lines changed Expand file tree Collapse file tree 7 files changed +77
-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.59.5
14
+ pkgver=2.60
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.60-1) unstable; urgency=medium
2
+
3
+ * New upstream release, LP: #2024007
4
+ - Support for dynamic snapshot data exclusions
5
+ - Apparmor userspace is vendored inside the snapd snap
6
+ - Added a default-configure hook that exposes gadget default
7
+ configuration options to snaps during first install before
8
+ services are started
9
+ - Allow install from initrd to speed up the initial installation
10
+ for systems that do not have a install-device hook
11
+ - New `snap sign --chain` flag that appends the account and
12
+ account-key assertions
13
+ - Support validation-sets in the model assertion
14
+ - Support new "min-size" field in gadget.yaml
15
+ - New interface: "userns"
16
+
17
+ -- Michael Vogt <
[email protected] > Thu, 15 Jun 2023 17:14:31 +0200
18
+
1
19
snapd (2.59.5-1) unstable; urgency=medium
2
20
3
21
* New upstream release, LP: #2009946
Original file line number Diff line number Diff line change 102
102
%endif
103
103
104
104
Name: snapd
105
- Version: 2.59.5
105
+ Version: 2.60
106
106
Release: 0%{?dist}
107
107
Summary: A transactional software package manager
108
108
License: GPLv3
996
996
997
997
998
998
%changelog
999
+ * Thu Jun 15 2023 Michael Vogt <
[email protected] >
1000
+ - New upstream release 2.60
1001
+ - Support for dynamic snapshot data exclusions
1002
+ - Apparmor userspace is vendored inside the snapd snap
1003
+ - Added a default-configure hook that exposes gadget default
1004
+ configuration options to snaps during first install before
1005
+ services are started
1006
+ - Allow install from initrd to speed up the initial installation
1007
+ for systems that do not have a install-device hook
1008
+ - New `snap sign --chain` flag that appends the account and
1009
+ account-key assertions
1010
+ - Support validation-sets in the model assertion
1011
+ - Support new "min-size" field in gadget.yaml
1012
+ - New interface: "userns"
1013
+
999
1014
* Sat May 27 2023 Michael Vogt <
[email protected] >
1000
1015
- New upstream release 2.59.5
1001
1016
- Explicitly disallow the use of ioctl + TIOCLINUX
Original file line number Diff line number Diff line change
1
+ -------------------------------------------------------------------
2
+ Thu Jun 15 15:14:31 UTC 2023 -
[email protected]
3
+
4
+ - Update to upstream release 2.60
5
+
1
6
-------------------------------------------------------------------
2
7
Sat May 27 07:44:43 UTC 2023 -
[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.59.5
85
+ Version: 2.60
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.60~14.04) trusty; urgency=medium
2
+
3
+ * New upstream release, LP: #2024007
4
+ - Support for dynamic snapshot data exclusions
5
+ - Apparmor userspace is vendored inside the snapd snap
6
+ - Added a default-configure hook that exposes gadget default
7
+ configuration options to snaps during first install before
8
+ services are started
9
+ - Allow install from initrd to speed up the initial installation
10
+ for systems that do not have a install-device hook
11
+ - New `snap sign --chain` flag that appends the account and
12
+ account-key assertions
13
+ - Support validation-sets in the model assertion
14
+ - Support new "min-size" field in gadget.yaml
15
+ - New interface: "userns"
16
+
17
+ -- Michael Vogt <
[email protected] > Thu, 15 Jun 2023 17:14:31 +0200
18
+
1
19
snapd (2.59.5~14.04) trusty; urgency=medium
2
20
3
21
* New upstream release, LP: #2009946
Original file line number Diff line number Diff line change
1
+ snapd (2.60) xenial; urgency=medium
2
+
3
+ * New upstream release, LP: #2024007
4
+ - Support for dynamic snapshot data exclusions
5
+ - Apparmor userspace is vendored inside the snapd snap
6
+ - Added a default-configure hook that exposes gadget default
7
+ configuration options to snaps during first install before
8
+ services are started
9
+ - Allow install from initrd to speed up the initial installation
10
+ for systems that do not have a install-device hook
11
+ - New `snap sign --chain` flag that appends the account and
12
+ account-key assertions
13
+ - Support validation-sets in the model assertion
14
+ - Support new "min-size" field in gadget.yaml
15
+ - New interface: "userns"
16
+
17
+ -- Michael Vogt <
[email protected] > Thu, 15 Jun 2023 17:14:31 +0200
18
+
1
19
snapd (2.59.5) xenial; urgency=medium
2
20
3
21
* New upstream release, LP: #2009946
You can’t perform that action at this time.
0 commit comments