File tree Expand file tree Collapse file tree 7 files changed +101
-3
lines changed Expand file tree Collapse file tree 7 files changed +101
-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.58.2
14
+ pkgver=2.58.3
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.58.3-1) unstable; urgency=medium
2
+
3
+ * New upstream release, LP: #1998462
4
+ - interfaces/screen-inhibit-control: Add support for xfce-power-
5
+ manager
6
+ - interfaces/network-manager: do not show ptrace read
7
+ denials
8
+ - interfaces: relax rules for mount-control `what` for functionfs
9
+ - cmd/snap-bootstrap: add support for snapd_system_disk
10
+ - interfaces/modem-manager: add net_admin capability
11
+ - interfaces/network-manager: add permission for OpenVPN
12
+ - httputil: fix checking x509 certification error on go 1.20
13
+ - i/b/fwupd: allow reading host os-release
14
+ - boot: on classic+modes `MarkBootSuccessfull` does not need a base
15
+ - boot: do not include `base=` in modeenv for classic+modes installs
16
+ - tests: add spread test that validates revert on boot for core does
17
+ not happen on classic+modes
18
+ - snapstate: only take boot participants into account in
19
+ UpdateBootRevisions
20
+ - snapstate: refactor UpdateBootRevisions() to make it easier to
21
+ check for boot.SnapTypeParticipatesInBoot()
22
+
23
+ -- Michael Vogt <
[email protected] > Tue, 21 Feb 2023 17:14:50 +0100
24
+
1
25
snapd (2.58.2-1) unstable; urgency=medium
2
26
3
27
* New upstream release, LP: #1998462
Original file line number Diff line number Diff line change 103
103
%endif
104
104
105
105
Name: snapd
106
- Version: 2.58.2
106
+ Version: 2.58.3
107
107
Release: 0%{?dist}
108
108
Summary: A transactional software package manager
109
109
License: GPLv3
991
991
992
992
993
993
%changelog
994
+ * Tue Feb 21 2023 Michael Vogt <
[email protected] >
995
+ - New upstream release 2.58.3
996
+ - interfaces/screen-inhibit-control: Add support for xfce-power-
997
+ manager
998
+ - interfaces/network-manager: do not show ptrace read
999
+ denials
1000
+ - interfaces: relax rules for mount-control `what` for functionfs
1001
+ - cmd/snap-bootstrap: add support for snapd_system_disk
1002
+ - interfaces/modem-manager: add net_admin capability
1003
+ - interfaces/network-manager: add permission for OpenVPN
1004
+ - httputil: fix checking x509 certification error on go 1.20
1005
+ - i/b/fwupd: allow reading host os-release
1006
+ - boot: on classic+modes `MarkBootSuccessfull` does not need a base
1007
+ - boot: do not include `base=` in modeenv for classic+modes installs
1008
+ - tests: add spread test that validates revert on boot for core does
1009
+ not happen on classic+modes
1010
+ - snapstate: only take boot participants into account in
1011
+ UpdateBootRevisions
1012
+ - snapstate: refactor UpdateBootRevisions() to make it easier to
1013
+ check for boot.SnapTypeParticipatesInBoot()
1014
+
994
1015
* Wed Jan 25 2023 Michael Vogt <
[email protected] >
995
1016
- New upstream release 2.58.2
996
1017
- bootloader: fix dirty build by hardcoding copyright year
Original file line number Diff line number Diff line change
1
+ -------------------------------------------------------------------
2
+ Tue Feb 21 16:14:50 UTC 2023 -
[email protected]
3
+
4
+ - Update to upstream release 2.58.3
5
+
1
6
-------------------------------------------------------------------
2
7
Wed Jan 25 19:02:08 UTC 2023 -
[email protected]
3
8
Original file line number Diff line number Diff line change 82
82
83
83
84
84
Name: snapd
85
- Version: 2.58.2
85
+ Version: 2.58.3
86
86
Release: 0
87
87
Summary: Tools enabling systems to work with .snap files
88
88
License: GPL-3.0
Original file line number Diff line number Diff line change
1
+ snapd (2.58.3~14.04) trusty; urgency=medium
2
+
3
+ * New upstream release, LP: #1998462
4
+ - interfaces/screen-inhibit-control: Add support for xfce-power-
5
+ manager
6
+ - interfaces/network-manager: do not show ptrace read
7
+ denials
8
+ - interfaces: relax rules for mount-control `what` for functionfs
9
+ - cmd/snap-bootstrap: add support for snapd_system_disk
10
+ - interfaces/modem-manager: add net_admin capability
11
+ - interfaces/network-manager: add permission for OpenVPN
12
+ - httputil: fix checking x509 certification error on go 1.20
13
+ - i/b/fwupd: allow reading host os-release
14
+ - boot: on classic+modes `MarkBootSuccessfull` does not need a base
15
+ - boot: do not include `base=` in modeenv for classic+modes installs
16
+ - tests: add spread test that validates revert on boot for core does
17
+ not happen on classic+modes
18
+ - snapstate: only take boot participants into account in
19
+ UpdateBootRevisions
20
+ - snapstate: refactor UpdateBootRevisions() to make it easier to
21
+ check for boot.SnapTypeParticipatesInBoot()
22
+
23
+ -- Michael Vogt <
[email protected] > Tue, 21 Feb 2023 17:14:50 +0100
24
+
1
25
snapd (2.58.2~14.04) trusty; urgency=medium
2
26
3
27
* New upstream release, LP: #1998462
Original file line number Diff line number Diff line change
1
+ snapd (2.58.3) xenial; urgency=medium
2
+
3
+ * New upstream release, LP: #1998462
4
+ - interfaces/screen-inhibit-control: Add support for xfce-power-
5
+ manager
6
+ - interfaces/network-manager: do not show ptrace read
7
+ denials
8
+ - interfaces: relax rules for mount-control `what` for functionfs
9
+ - cmd/snap-bootstrap: add support for snapd_system_disk
10
+ - interfaces/modem-manager: add net_admin capability
11
+ - interfaces/network-manager: add permission for OpenVPN
12
+ - httputil: fix checking x509 certification error on go 1.20
13
+ - i/b/fwupd: allow reading host os-release
14
+ - boot: on classic+modes `MarkBootSuccessfull` does not need a base
15
+ - boot: do not include `base=` in modeenv for classic+modes installs
16
+ - tests: add spread test that validates revert on boot for core does
17
+ not happen on classic+modes
18
+ - snapstate: only take boot participants into account in
19
+ UpdateBootRevisions
20
+ - snapstate: refactor UpdateBootRevisions() to make it easier to
21
+ check for boot.SnapTypeParticipatesInBoot()
22
+
23
+ -- Michael Vogt <
[email protected] > Tue, 21 Feb 2023 17:14:50 +0100
24
+
1
25
snapd (2.58.2) xenial; urgency=medium
2
26
3
27
* New upstream release, LP: #1998462
You can’t perform that action at this time.
0 commit comments