release: 2.60 (#12894)

This commit is contained in:
Michael Vogt
2023-06-15 17:43:28 +02:00
parent 7eb7ffae0c
commit 2aa5e01d66
7 changed files with 77 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ pkgdesc="Service and tools for management of snap packages."
depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor')
optdepends=('bash-completion: bash completion support'
'xdg-desktop-portal: desktop integration')
pkgver=2.59.5
pkgver=2.60
pkgrel=1
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/snapcore/snapd"

View File

@@ -1,3 +1,21 @@
snapd (2.60-1) unstable; urgency=medium
* New upstream release, LP: #2024007
- Support for dynamic snapshot data exclusions
- Apparmor userspace is vendored inside the snapd snap
- Added a default-configure hook that exposes gadget default
configuration options to snaps during first install before
services are started
- Allow install from initrd to speed up the initial installation
for systems that do not have a install-device hook
- New `snap sign --chain` flag that appends the account and
account-key assertions
- Support validation-sets in the model assertion
- Support new "min-size" field in gadget.yaml
- New interface: "userns"
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Jun 2023 17:14:31 +0200
snapd (2.59.5-1) unstable; urgency=medium
* New upstream release, LP: #2009946

View File

@@ -102,7 +102,7 @@
%endif
Name: snapd
Version: 2.59.5
Version: 2.60
Release: 0%{?dist}
Summary: A transactional software package manager
License: GPLv3
@@ -996,6 +996,21 @@ fi
%changelog
* Thu Jun 15 2023 Michael Vogt <michael.vogt@ubuntu.com>
- New upstream release 2.60
- Support for dynamic snapshot data exclusions
- Apparmor userspace is vendored inside the snapd snap
- Added a default-configure hook that exposes gadget default
configuration options to snaps during first install before
services are started
- Allow install from initrd to speed up the initial installation
for systems that do not have a install-device hook
- New `snap sign --chain` flag that appends the account and
account-key assertions
- Support validation-sets in the model assertion
- Support new "min-size" field in gadget.yaml
- New interface: "userns"
* Sat May 27 2023 Michael Vogt <michael.vogt@ubuntu.com>
- New upstream release 2.59.5
- Explicitly disallow the use of ioctl + TIOCLINUX

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 15 15:14:31 UTC 2023 - michael.vogt@ubuntu.com
- Update to upstream release 2.60
-------------------------------------------------------------------
Sat May 27 07:44:43 UTC 2023 - michael.vogt@ubuntu.com

View File

@@ -82,7 +82,7 @@
Name: snapd
Version: 2.59.5
Version: 2.60
Release: 0
Summary: Tools enabling systems to work with .snap files
License: GPL-3.0

View File

@@ -1,3 +1,21 @@
snapd (2.60~14.04) trusty; urgency=medium
* New upstream release, LP: #2024007
- Support for dynamic snapshot data exclusions
- Apparmor userspace is vendored inside the snapd snap
- Added a default-configure hook that exposes gadget default
configuration options to snaps during first install before
services are started
- Allow install from initrd to speed up the initial installation
for systems that do not have a install-device hook
- New `snap sign --chain` flag that appends the account and
account-key assertions
- Support validation-sets in the model assertion
- Support new "min-size" field in gadget.yaml
- New interface: "userns"
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Jun 2023 17:14:31 +0200
snapd (2.59.5~14.04) trusty; urgency=medium
* New upstream release, LP: #2009946

View File

@@ -1,3 +1,21 @@
snapd (2.60) xenial; urgency=medium
* New upstream release, LP: #2024007
- Support for dynamic snapshot data exclusions
- Apparmor userspace is vendored inside the snapd snap
- Added a default-configure hook that exposes gadget default
configuration options to snaps during first install before
services are started
- Allow install from initrd to speed up the initial installation
for systems that do not have a install-device hook
- New `snap sign --chain` flag that appends the account and
account-key assertions
- Support validation-sets in the model assertion
- Support new "min-size" field in gadget.yaml
- New interface: "userns"
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 15 Jun 2023 17:14:31 +0200
snapd (2.59.5) xenial; urgency=medium
* New upstream release, LP: #2009946