File tree Expand file tree Collapse file tree 7 files changed +57
-3
lines changed Expand file tree Collapse file tree 7 files changed +57
-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.57
14
+ pkgver=2.57.1
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.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
+
1
14
snapd (2.57-1) unstable; urgency=medium
2
15
3
16
* New upstream release, LP: #1983035
Original file line number Diff line number Diff line change 102
102
%endif
103
103
104
104
Name: snapd
105
- Version: 2.57
105
+ Version: 2.57.1
106
106
Release: 0%{?dist}
107
107
Summary: A transactional software package manager
108
108
License: GPLv3
981
981
982
982
983
983
%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
+
984
994
* Thu Jul 28 2022 Michael Vogt <
[email protected] >
985
995
- New upstream release 2.57
986
996
- tests: Fix calls to systemctl is-system-running
Original file line number Diff line number Diff line change
1
+ -------------------------------------------------------------------
2
+ Wed Aug 10 06:30:50 UTC 2022 -
[email protected]
3
+
4
+ - Update to upstream release 2.57.1
5
+
1
6
-------------------------------------------------------------------
2
7
Thu Jul 28 14:59:39 UTC 2022 -
[email protected]
3
8
Original file line number Diff line number Diff line change 81
81
82
82
83
83
Name: snapd
84
- Version: 2.57
84
+ Version: 2.57.1
85
85
Release: 0
86
86
Summary: Tools enabling systems to work with .snap files
87
87
License: GPL-3.0
Original file line number Diff line number Diff line change
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
+
1
14
snapd (2.57~14.04) trusty; urgency=medium
2
15
3
16
* New upstream release, LP: #1983035
Original file line number Diff line number Diff line change
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
+
1
14
snapd (2.57) xenial; urgency=medium
2
15
3
16
* New upstream release, LP: #1983035
You can’t perform that action at this time.
0 commit comments