Skip to content

Commit 3bda9fa

Browse files
committed
releasing package snapd version 2.34.1
1 parent 3b9da84 commit 3bda9fa

File tree

6 files changed

+40
-3
lines changed

6 files changed

+40
-3
lines changed

packaging/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pkgname=snapd
1010
pkgdesc="Service and tools for management of snap packages."
1111
depends=('squashfs-tools' 'libseccomp' 'libsystemd')
1212
optdepends=('bash-completion: bash completion support')
13-
pkgver=2.34
13+
pkgver=2.34.1
1414
pkgrel=1
1515
arch=('x86_64')
1616
url="https://github.com/snapcore/snapd"

packaging/fedora/snapd.spec

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
%endif
7474

7575
Name: snapd
76-
Version: 2.34
76+
Version: 2.34.1
7777
Release: 0%{?dist}
7878
Summary: A transactional software package manager
7979
Group: System Environment/Base
@@ -733,6 +733,14 @@ fi
733733

734734

735735
%changelog
736+
* Tue Jul 17 2018 Michael Vogt <[email protected]>
737+
- tests: cherry-pick test fixes from master for 2.34
738+
- coreconfig: add support for `snap set system network.disable-
739+
ipv6`
740+
- debian: do not ship snapd.apparmor.service on ubuntu
741+
- overlord/snapstate: dedupe default content providers
742+
- interfaces/builtin: create can-bus interface
743+
736744
* Fri Jul 06 2018 Michael Vogt <[email protected]>
737745
- New upstream release 2.34
738746
- store, daemon, client, cmd/snap: expose "scope", default to wide*

packaging/opensuse/snapd.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Fri Jul 17 19:46:56 UTC 2018 - [email protected]
3+
4+
- Update to upstream release 2.34.1
5+
16
-------------------------------------------------------------------
27
Fri Jul 06 16:08:17 UTC 2018 - [email protected]
38

packaging/opensuse/snapd.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
%global snap_mount_dir /snap
6262

6363
Name: snapd
64-
Version: 2.34
64+
Version: 2.34.1
6565
Release: 0
6666
Summary: Tools enabling systems to work with .snap files
6767
License: GPL-3.0

packaging/ubuntu-14.04/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
snapd (2.34.1~14.04) trusty; urgency=medium
2+
3+
* New upstream release, LP: #1779403
4+
- tests: cherry-pick test fixes from master for 2.34
5+
- coreconfig: add support for `snap set system network.disable-
6+
ipv6`
7+
- debian: do not ship snapd.apparmor.service on ubuntu
8+
- overlord/snapstate: dedupe default content providers
9+
- interfaces/builtin: create can-bus interface
10+
11+
-- Michael Vogt <[email protected]> Tue, 17 Jul 2018 19:46:56 +0200
12+
113
snapd (2.34~14.04) trusty; urgency=medium
214

315
* New upstream release, LP: #1779403

packaging/ubuntu-16.04/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
snapd (2.34.1) xenial; urgency=medium
2+
3+
* New upstream release, LP: #1779403
4+
- tests: cherry-pick test fixes from master for 2.34
5+
- coreconfig: add support for `snap set system network.disable-
6+
ipv6`
7+
- debian: do not ship snapd.apparmor.service on ubuntu
8+
- overlord/snapstate: dedupe default content providers
9+
- interfaces/builtin: create can-bus interface
10+
11+
-- Michael Vogt <[email protected]> Tue, 17 Jul 2018 19:46:56 +0200
12+
113
snapd (2.34) xenial; urgency=medium
214

315
* New upstream release, LP: #1779403

0 commit comments

Comments
 (0)