diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index e136c0ebe2c..38528f0c794 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -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" diff --git a/packaging/debian-sid/changelog b/packaging/debian-sid/changelog index 4ea41611c86..ec90dbdd92c 100644 --- a/packaging/debian-sid/changelog +++ b/packaging/debian-sid/changelog @@ -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 Thu, 15 Jun 2023 17:14:31 +0200 + snapd (2.59.5-1) unstable; urgency=medium * New upstream release, LP: #2009946 diff --git a/packaging/fedora/snapd.spec b/packaging/fedora/snapd.spec index b664723720d..84869dae8e4 100644 --- a/packaging/fedora/snapd.spec +++ b/packaging/fedora/snapd.spec @@ -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 +- 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 - New upstream release 2.59.5 - Explicitly disallow the use of ioctl + TIOCLINUX diff --git a/packaging/opensuse/snapd.changes b/packaging/opensuse/snapd.changes index f8efd2c291b..ee0adade341 100644 --- a/packaging/opensuse/snapd.changes +++ b/packaging/opensuse/snapd.changes @@ -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 diff --git a/packaging/opensuse/snapd.spec b/packaging/opensuse/snapd.spec index 82393aac55b..de4baac39c1 100644 --- a/packaging/opensuse/snapd.spec +++ b/packaging/opensuse/snapd.spec @@ -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 diff --git a/packaging/ubuntu-14.04/changelog b/packaging/ubuntu-14.04/changelog index e3b2c8942bb..f04d5ce3db2 100644 --- a/packaging/ubuntu-14.04/changelog +++ b/packaging/ubuntu-14.04/changelog @@ -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 Thu, 15 Jun 2023 17:14:31 +0200 + snapd (2.59.5~14.04) trusty; urgency=medium * New upstream release, LP: #2009946 diff --git a/packaging/ubuntu-16.04/changelog b/packaging/ubuntu-16.04/changelog index 769997f5e0f..4b97cadf434 100644 --- a/packaging/ubuntu-16.04/changelog +++ b/packaging/ubuntu-16.04/changelog @@ -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 Thu, 15 Jun 2023 17:14:31 +0200 + snapd (2.59.5) xenial; urgency=medium * New upstream release, LP: #2009946