Skip to content

Commit 5d140e0

Browse files
mardypedronis
authored andcommitted
release: 2.57.1
Updating version numbers and changelogs.
1 parent 351414e commit 5d140e0

File tree

7 files changed

+57
-3
lines changed

7 files changed

+57
-3
lines changed

packaging/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pkgdesc="Service and tools for management of snap packages."
1111
depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor')
1212
optdepends=('bash-completion: bash completion support'
1313
'xdg-desktop-portal: desktop integration')
14-
pkgver=2.57
14+
pkgver=2.57.1
1515
pkgrel=1
1616
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
1717
url="https://github.com/snapcore/snapd"

packaging/debian-sid/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
snapd (2.57.1-1) unstable; urgency=medium
2+
3+
* New upstream release, LP: #1983035
4+
- cmd/snap-update-ns: handle mountpoint removal failures with EBUSY
5+
- cmd/snap-update-ns: print current mount entries
6+
- cmd/snap-update-ns: check the unused mounts with a cleaned path
7+
- snap-confine: disable -Werror=array-bounds in __overflow tests to
8+
fix build error on Ubuntu 22.10
9+
- systemd: add `WantedBy=default.target` to snap mount units
10+
(LP: #1983528)
11+
12+
-- Alberto Mardegan <[email protected]> Wed, 10 Aug 2022 09:30:50 +0300
13+
114
snapd (2.57-1) unstable; urgency=medium
215

316
* New upstream release, LP: #1983035

packaging/fedora/snapd.spec

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
%endif
103103

104104
Name: snapd
105-
Version: 2.57
105+
Version: 2.57.1
106106
Release: 0%{?dist}
107107
Summary: A transactional software package manager
108108
License: GPLv3
@@ -981,6 +981,16 @@ fi
981981

982982

983983
%changelog
984+
* Wed Aug 10 2022 Alberto Mardegan <[email protected]>
985+
- New upstream release 2.57.1
986+
- cmd/snap-update-ns: handle mountpoint removal failures with EBUSY
987+
- cmd/snap-update-ns: print current mount entries
988+
- cmd/snap-update-ns: check the unused mounts with a cleaned path
989+
- snap-confine: disable -Werror=array-bounds in __overflow tests to
990+
fix build error on Ubuntu 22.10
991+
- systemd: add `WantedBy=default.target` to snap mount units
992+
(LP: #1983528)
993+
984994
* Thu Jul 28 2022 Michael Vogt <[email protected]>
985995
- New upstream release 2.57
986996
- tests: Fix calls to systemctl is-system-running

packaging/opensuse/snapd.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Wed Aug 10 06:30:50 UTC 2022 - [email protected]
3+
4+
- Update to upstream release 2.57.1
5+
16
-------------------------------------------------------------------
27
Thu Jul 28 14:59:39 UTC 2022 - [email protected]
38

packaging/opensuse/snapd.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282

8383
Name: snapd
84-
Version: 2.57
84+
Version: 2.57.1
8585
Release: 0
8686
Summary: Tools enabling systems to work with .snap files
8787
License: GPL-3.0

packaging/ubuntu-14.04/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
snapd (2.57.1~14.04) trusty; urgency=medium
2+
3+
* New upstream release, LP: #1983035
4+
- cmd/snap-update-ns: handle mountpoint removal failures with EBUSY
5+
- cmd/snap-update-ns: print current mount entries
6+
- cmd/snap-update-ns: check the unused mounts with a cleaned path
7+
- snap-confine: disable -Werror=array-bounds in __overflow tests to
8+
fix build error on Ubuntu 22.10
9+
- systemd: add `WantedBy=default.target` to snap mount units
10+
(LP: #1983528)
11+
12+
-- Alberto Mardegan <[email protected]> Wed, 10 Aug 2022 09:30:50 +0300
13+
114
snapd (2.57~14.04) trusty; urgency=medium
215

316
* New upstream release, LP: #1983035

packaging/ubuntu-16.04/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
snapd (2.57.1) xenial; urgency=medium
2+
3+
* New upstream release, LP: #1983035
4+
- cmd/snap-update-ns: handle mountpoint removal failures with EBUSY
5+
- cmd/snap-update-ns: print current mount entries
6+
- cmd/snap-update-ns: check the unused mounts with a cleaned path
7+
- snap-confine: disable -Werror=array-bounds in __overflow tests to
8+
fix build error on Ubuntu 22.10
9+
- systemd: add `WantedBy=default.target` to snap mount units
10+
(LP: #1983528)
11+
12+
-- Samuele Pedroni (Canonical Services Ltd.) <[email protected]> Wed, 10 Aug 2022 09:30:50 +0300
13+
114
snapd (2.57) xenial; urgency=medium
215

316
* New upstream release, LP: #1983035

0 commit comments

Comments
 (0)