From 12e48ef9a63b92964a57e549107c648887b040eb Mon Sep 17 00:00:00 2001 From: ernestl Date: Wed, 6 Mar 2024 23:23:22 +0200 Subject: [PATCH] release: 2.61.3 --- NEWS.md | 3 +++ packaging/arch/PKGBUILD | 2 +- packaging/debian-sid/changelog | 7 +++++++ packaging/fedora/snapd.spec | 6 +++++- packaging/opensuse/snapd.changes | 5 +++++ packaging/opensuse/snapd.spec | 2 +- packaging/ubuntu-14.04/changelog | 7 +++++++ packaging/ubuntu-16.04/changelog | 7 +++++++ 8 files changed, 36 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 69fd37bb35e..94c75eccc4e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# New in snapd 2.61.3: +* Install systemd files in correct location for 24.04 + # New in snapd 2.61.2: * Fix to enable plug/slot sanitization for prepare-image * Fix panic when device-service.access=offline diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 636bd75894b..42b06a37a30 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.61.2 +pkgver=2.61.3 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 1320d8e8e60..3823c908872 100644 --- a/packaging/debian-sid/changelog +++ b/packaging/debian-sid/changelog @@ -1,3 +1,10 @@ +snapd (2.61.3-1) unstable; urgency=medium + + * New upstream release, LP: #2039017 + - Install systemd files in correct location for 24.04 + + -- Ernest Lotter Wed, 06 Mar 2024 23:18:11 +0200 + snapd (2.61.2-1) unstable; urgency=medium * New upstream release, LP: #2039017 diff --git a/packaging/fedora/snapd.spec b/packaging/fedora/snapd.spec index 73548d4982f..cac6fb1796f 100644 --- a/packaging/fedora/snapd.spec +++ b/packaging/fedora/snapd.spec @@ -102,7 +102,7 @@ %endif Name: snapd -Version: 2.61.2 +Version: 2.61.3 Release: 0%{?dist} Summary: A transactional software package manager License: GPLv3 @@ -991,6 +991,10 @@ fi %changelog +* Wed Mar 06 2024 Ernest Lotter +- New upstream release 2.61.3 + - Install systemd files in correct location for 24.04 + * Fri Feb 16 2024 Ernest Lotter - New upstream release 2.61.2 - Fix to enable plug/slot sanitization for prepare-image diff --git a/packaging/opensuse/snapd.changes b/packaging/opensuse/snapd.changes index 2207b6b7207..23060ab4ca0 100644 --- a/packaging/opensuse/snapd.changes +++ b/packaging/opensuse/snapd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 06 21:18:11 UTC 2024 - ernest.lotter@canonical.com + +- Update to upstream release 2.61.3 + ------------------------------------------------------------------- Fri Feb 16 18:22:23 UTC 2024 - ernest.lotter@canonical.com diff --git a/packaging/opensuse/snapd.spec b/packaging/opensuse/snapd.spec index 752c78c43e5..7b552c18fd1 100644 --- a/packaging/opensuse/snapd.spec +++ b/packaging/opensuse/snapd.spec @@ -82,7 +82,7 @@ Name: snapd -Version: 2.61.2 +Version: 2.61.3 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 92dc32ffe27..a56fc627b36 100644 --- a/packaging/ubuntu-14.04/changelog +++ b/packaging/ubuntu-14.04/changelog @@ -1,3 +1,10 @@ +snapd (2.61.3~14.04) trusty; urgency=medium + + * New upstream release, LP: #2039017 + - Install systemd files in correct location for 24.04 + + -- Ernest Lotter Wed, 06 Mar 2024 23:18:11 +0200 + snapd (2.61.2~14.04) trusty; urgency=medium * New upstream release, LP: #2039017 diff --git a/packaging/ubuntu-16.04/changelog b/packaging/ubuntu-16.04/changelog index 85f38c173f9..2c1f72fe796 100644 --- a/packaging/ubuntu-16.04/changelog +++ b/packaging/ubuntu-16.04/changelog @@ -1,3 +1,10 @@ +snapd (2.61.3) xenial; urgency=medium + + * New upstream release, LP: #2039017 + - Install systemd files in correct location for 24.04 + + -- Ernest Lotter Wed, 06 Mar 2024 23:18:11 +0200 + snapd (2.61.2) xenial; urgency=medium * New upstream release, LP: #2039017