[ubuntu/xenial-proposed] systemd 227-2ubuntu1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Wed Oct 28 08:48:14 UTC 2015
systemd (227-2ubuntu1) xenial; urgency=medium
* Merge with Debian unstable. Remaining Ubuntu changes:
- Hack to support system-image read-only /etc, and modify files in
/etc/writable/ instead.
- Simpler udev maintainer scripts (all platforms must support udev, no
debconf).
- initramfs init-bottom: If LVM is installed, settle udev,
otherwise we get missing LV symlinks. Workaround for LP #1185394.
- Add debian/udev.lvm2.init: Dummy SysV init script to satisfy insserv
dependencies to "lvm2" which is handled with udev rules in Ubuntu.
- Add debian/udev.lvm2.service to avoid running the dummy lvm2 init
script.
- Provide shutdown fallback for upstart. (LP: #1370329)
- debian/extra/ifup at .service: Additionally run for "auto" class. We don't
really support "allow-hotplug" in Ubuntu at the moment, so we need to
deal with "auto" devices appearing after "/etc/init.d/networking start"
already ran. (LP: #1374521)
- ifup at .service: Drop dependency on networking.service (i. e.
/etc/init.d/networking), and merely ensure that /run/network exists.
This avoids unnecessary dependencies/waiting during boot and dependency
cycles if hooks wait for other interfaces to come up (like ifenslave
with bonding interfaces). (LP: #1414544)
- Add Get-RTC-is-in-local-time-setting-from-etc-default-rc.patch: In
Ubuntu we currently keep the setting whether the RTC is in local or UTC
time in /etc/default/rcS "UTC=yes|no", instead of /etc/adjtime.
(LP: #1377258)
- networkd: Change IPForward= default to "kernel". This keeps
compatibility with lots of packages which expect to be able to
enable global forwarding in /proc/sys/net/ipv4/ip_forward.
(LP: #1500992)
- Put session scopes into all cgroup controllers. This makes unprivileged
user LXC containers work under systemd. (LP: #1346734)
- Don't attempt to migrate pid 1 itself when migrating cgroups for started
units; works around some not yet understood cgproxy/systemd interaction.
This particularly unbreaks cgproxy in LXC. (LP: #1491557)
- Lower Breaks: to plymouth version which has the udev inotify fix in
Ubuntu.
- Change systemd-sysv's conflicts to upstart-sysv. (LP: #1422681)
- Don't build new systemd-journal-remote package and drop
libmicrohttpd-dev. This is blocked by the MIR (LP #1488341).
- Build using libseccomp on all architectures (See Debian #800818)
Upgrade fixes, keep until 16.04 LTS release:
- systemd Conflicts/Replaces/Provides systemd-services.
- Remove obsolete systemd-logind upstart job.
- Clean up obsolete /etc/udev/rules.d/README.
- systemd.postinst: Migrate mountall specific fstab options to standard
util-linux "nofail" option.
- systemctl: Don't forward telinit u to upstart. This works around
upstart's Restart() always reexec'ing /sbin/init on Restart(), even if
that changes to point to systemd during the upgrade. This avoids running
systemd during a dist-upgrade. (LP: #1430479)
systemd (227-3) UNRELEASED; urgency=medium
[ Martin Pitt ]
* debian/tests/logind: Add tests for scheduled shutdown with and without
wall message.
* Import upstream fix for not unmounting system mounts (#801361) and drop
our revert patch.
* debian/tests/boot-smoke: Apply check for failed unmounts only to user
systemd processes, i. e. not to pid 1.
* Drop Fix-usr-remount-failure-for-split-usr.patch. Jessie has a new enough
initramfs-tools already, and this was just an error message, not breaking
the boot.
* Drop debian-fixup.service in favor of using a tmpfiles.d clause, which is
faster.
* Drop Order-remote-fs.target-after-local-fs.target.patch. It's mostly
academic and only applies to the already known-broken situation that rcS
init.d scripts depend on $remote_fs.
[ Michael Biebl ]
* Drop dependency on udev from the systemd package. We don't need udev
within a container, so this allows us to trim down the footprint by not
installing the udev package.
systemd (227-2) unstable; urgency=medium
* Revert "sd_pid_notify_with_fds: fix computing msg_controllen", it causes
connection errors from various services on boot. (Closes: #801354)
* debian/tests/boot-smoke: Check for failed unmounts. This reproduces
#801361 (but not in a minimal VM, just in a desktop one).
* Revert "core: add a "Requires=" dependency between units and the
slices they are located in". This causes user systemd instances to try and
unmount system mounts (and succeed if you login as root).
(Closes: #801361)
systemd (227-1) unstable; urgency=medium
* New upstream release.
- Bump watchdog timeout for shipped units to 3 min. (Closes: #776460)
- gpt-auto-generator: Check fstab for /boot entries. (Closes: #797326)
- Fix group of RuntimeDirectory dirs. (Closes: #798391)
- Support %i (and other macros) in RuntimeDirectory. (Closes: #799324)
- Bump util-linux/libmount-dev dependencies to >= 2.27.
* debian/libsystemd0.symbols: Add new symbols for this release.
* debian/extra/initramfs-tools/hooks/udev: Copy all
/etc/udev/rules.d/*.rules rules which are not merely overriding the one in
/lib/, not just 70-persistent-net.rules. They might contain network names
or other bits which are relevant for the initramfs. (Closes: #795494)
* ifup at .service: Drop PartOf=network.target; we don't want to stop these
units during shutdown. Stopping networking.service already shuts down the
interfaces, but contains the safeguard for NFS or other network file
systems. Isolating emergency.target still keeps working as before as well,
as this also stops networking.service. (Closes: #761909, LP: #1492546)
systemd (226-4) unstable; urgency=medium
* debian/tests/logind: Be more verbose on failures.
* Revert networkd calling if-{up,post-down}.d/ scripts. About half of the
existing hooks are not relevant or even actively detrimental when running
with networkd. For the relevant ones, a lot of them should be fixed in the
projects themselves (using IP_FREEBIND etc.). (Closes: #798625)
* Add systemd-networkd-resolvconf-update.{path,service} units to send DNS
server updates from networkd to resolvconf, if installed and enabled.
* Don't restart logind on upgrades any more. This kills X.org (#798097)
while logind doesn't save/restore its open fds (issue #1163), and also
gets confused about being idle in between (LP: #1473800)
systemd (226-3) unstable; urgency=medium
[ Martin Pitt ]
* README.Debian: Fix "other" typo. Thanks Salvatore Bonaccorso.
(Closes: #798737)
[ Michael Biebl ]
* Stop building the compat library packages and drop them for good.
* Update debian/copyright.
systemd (226-2) unstable; urgency=medium
* debian/udev.init: Mount /dev file system with nosuid. (LP: #1450960)
* udev.postinst: udev 226 introduced predictable interface names for virtio.
Create /etc/systemd/network/50-virtio-kernel-names.link on upgrade to
disable this, to avoid changing e. g. "eth0" to "ens3" in QEMU instances
and similar environments. (Closes: #799034)
systemd (226-1) unstable; urgency=medium
[ Martin Pitt ]
* New upstream release:
- Fix scheduled shutdown to not shut down immediately. (Closes: #797763)
- Fix description of CPE_NAME in os-release(5). (Closes: #797768)
* debian/libsystemd0.symbols: Add new symbols from this release.
* Enable libseccomp support for mips64, mips64el, and x32. (Closes: #797403)
* debian/tests/networkd: Add hotplug tests.
* Make networkd call if-up.d/ scripts when it brings up interfaces, to
become compatible with ifupdown and NetworkManager for packages shipping
hooks. (LP: #1492129)
- Add debian/extra/systemd-networkd-dispatcher.c: suid root wrapper for
calling if-up.d/ or if-post-down.d/ hook scripts. Install it as
root:systemd-networkd 4754 so that only networkd can run it.
- Add networkd-call-systemd-networkd-dispatcher-when-links.patch: Call the
above wrapper when links go up/down.
- debian/tests/networkd: Verify that if-up.d/ and if-post-down.d/ scripts
get run for a networkd managed interface.
- Note that if-pre-up.d/ and if-down.d/ scripts are *not* being called, as
they are often not applicable for networkd (if-pre-up.d) and unreliable
(if-down.d).
* Drop udev-finish. We needed this for the autogenerated CD and network
interface names, but both are gone now.
* Drop debian/udev.udev-fallback-graphics.upstart. The vesafb module has
been compiled into the kernel in both Debian and Ubuntu for a fair while,
this never had a systemd equivalent, and Debian never shipped the
accompanying rules for determining $PRIMARY_DEVICE_FOR_DISPLAY.
* debian/control: Remove some boilerplate from the long descriptions, to
more easily get to the point what a specific package actually does.
* debian/README.Debian: As systemd is the default init now, replace the
documentation how to switch to systemd with how to switch back
(temporarily or permanently) to SysV init. Also move that paragraph to the
bottom as it's now less important.
* debian/README.Debian: Add a hint why you may want to enable persistent
journal, and suggest to uninstall system-log-daemon to avoid duplicate
logging.
* debian/README.Debian: Add documentation about networkd integration.
* Rename 01-mac-for-usb.link to 90-mac-for-usb.link so that it becomes
easier to override.
* debian-fixup.service just has one purpose now (make /etc/mtab a symlink),
so drop the debian/extra/debian-fixup shell script and put the ln command
directly into debian-fixup.service. Update the description.
* debian/tests/networkd: Check that /etc/resolv.conf gets the DHCP's
nameserver in case it is a symlink (i. e. dynamically managed by
systemd-resolved or resolvconf).
* systemd-networkd-dispatcher: Also pass on the DNS server list to if-up.d/
as $IF_DNS_NAMESERVERS, so that resolvconf or similar programs work as
expected.
* Drop debian/systemd-journal-remote.postrm: Removing system users is
potentially dangerous (there might be a leftover process after purging).
[ Michael Biebl ]
* Drop libsystemd-login-dev. All reverse dependencies have been updated to
use libsystemd-dev directly.
* Update build instructions to use "gbp clone" instead of "gbp-clone" as all
gbp-* commands have been removed from git-buildpackage.
Date: Wed, 28 Oct 2015 09:46:04 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/systemd/227-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 28 Oct 2015 09:46:04 +0100
Source: systemd
Binary: systemd systemd-sysv systemd-container systemd-journal-remote libpam-systemd libnss-myhostname libnss-mymachines libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb systemd-dbg
Architecture: source
Version: 227-2ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
libnss-myhostname - nss module providing fallback resolution for the current hostname
libnss-mymachines - nss module to resolve hostnames for local container instances
libpam-systemd - system and service manager - PAM module
libsystemd-dev - systemd utility library - development files
libsystemd0 - systemd utility library
libudev-dev - libudev development files
libudev1 - libudev shared library
libudev1-udeb - libudev shared library (udeb)
systemd - system and service manager
systemd-container - systemd container/nspawn tools
systemd-dbg - system and service manager (debug symbols)
systemd-journal-remote - tools for sending and receiving remote journal logs
systemd-sysv - system and service manager - SysV links
udev - /dev/ and hotplug management daemon
udev-udeb - /dev/ and hotplug management daemon (udeb)
Closes: 761909 776460 795494 797326 797403 797763 797768 798391 798625 798737 799034 799324 801354 801361
Launchpad-Bugs-Fixed: 1346734 1370329 1374521 1377258 1414544 1422681 1430479 1450960 1473800 1491557 1492129 1492546 1500992
Changes:
systemd (227-2ubuntu1) xenial; urgency=medium
.
* Merge with Debian unstable. Remaining Ubuntu changes:
- Hack to support system-image read-only /etc, and modify files in
/etc/writable/ instead.
- Simpler udev maintainer scripts (all platforms must support udev, no
debconf).
- initramfs init-bottom: If LVM is installed, settle udev,
otherwise we get missing LV symlinks. Workaround for LP #1185394.
- Add debian/udev.lvm2.init: Dummy SysV init script to satisfy insserv
dependencies to "lvm2" which is handled with udev rules in Ubuntu.
- Add debian/udev.lvm2.service to avoid running the dummy lvm2 init
script.
- Provide shutdown fallback for upstart. (LP: #1370329)
- debian/extra/ifup at .service: Additionally run for "auto" class. We don't
really support "allow-hotplug" in Ubuntu at the moment, so we need to
deal with "auto" devices appearing after "/etc/init.d/networking start"
already ran. (LP: #1374521)
- ifup at .service: Drop dependency on networking.service (i. e.
/etc/init.d/networking), and merely ensure that /run/network exists.
This avoids unnecessary dependencies/waiting during boot and dependency
cycles if hooks wait for other interfaces to come up (like ifenslave
with bonding interfaces). (LP: #1414544)
- Add Get-RTC-is-in-local-time-setting-from-etc-default-rc.patch: In
Ubuntu we currently keep the setting whether the RTC is in local or UTC
time in /etc/default/rcS "UTC=yes|no", instead of /etc/adjtime.
(LP: #1377258)
- networkd: Change IPForward= default to "kernel". This keeps
compatibility with lots of packages which expect to be able to
enable global forwarding in /proc/sys/net/ipv4/ip_forward.
(LP: #1500992)
- Put session scopes into all cgroup controllers. This makes unprivileged
user LXC containers work under systemd. (LP: #1346734)
- Don't attempt to migrate pid 1 itself when migrating cgroups for started
units; works around some not yet understood cgproxy/systemd interaction.
This particularly unbreaks cgproxy in LXC. (LP: #1491557)
- Lower Breaks: to plymouth version which has the udev inotify fix in
Ubuntu.
- Change systemd-sysv's conflicts to upstart-sysv. (LP: #1422681)
- Don't build new systemd-journal-remote package and drop
libmicrohttpd-dev. This is blocked by the MIR (LP #1488341).
- Build using libseccomp on all architectures (See Debian #800818)
.
Upgrade fixes, keep until 16.04 LTS release:
- systemd Conflicts/Replaces/Provides systemd-services.
- Remove obsolete systemd-logind upstart job.
- Clean up obsolete /etc/udev/rules.d/README.
- systemd.postinst: Migrate mountall specific fstab options to standard
util-linux "nofail" option.
- systemctl: Don't forward telinit u to upstart. This works around
upstart's Restart() always reexec'ing /sbin/init on Restart(), even if
that changes to point to systemd during the upgrade. This avoids running
systemd during a dist-upgrade. (LP: #1430479)
.
systemd (227-3) UNRELEASED; urgency=medium
.
[ Martin Pitt ]
* debian/tests/logind: Add tests for scheduled shutdown with and without
wall message.
* Import upstream fix for not unmounting system mounts (#801361) and drop
our revert patch.
* debian/tests/boot-smoke: Apply check for failed unmounts only to user
systemd processes, i. e. not to pid 1.
* Drop Fix-usr-remount-failure-for-split-usr.patch. Jessie has a new enough
initramfs-tools already, and this was just an error message, not breaking
the boot.
* Drop debian-fixup.service in favor of using a tmpfiles.d clause, which is
faster.
* Drop Order-remote-fs.target-after-local-fs.target.patch. It's mostly
academic and only applies to the already known-broken situation that rcS
init.d scripts depend on $remote_fs.
.
[ Michael Biebl ]
* Drop dependency on udev from the systemd package. We don't need udev
within a container, so this allows us to trim down the footprint by not
installing the udev package.
.
systemd (227-2) unstable; urgency=medium
.
* Revert "sd_pid_notify_with_fds: fix computing msg_controllen", it causes
connection errors from various services on boot. (Closes: #801354)
* debian/tests/boot-smoke: Check for failed unmounts. This reproduces
#801361 (but not in a minimal VM, just in a desktop one).
* Revert "core: add a "Requires=" dependency between units and the
slices they are located in". This causes user systemd instances to try and
unmount system mounts (and succeed if you login as root).
(Closes: #801361)
.
systemd (227-1) unstable; urgency=medium
.
* New upstream release.
- Bump watchdog timeout for shipped units to 3 min. (Closes: #776460)
- gpt-auto-generator: Check fstab for /boot entries. (Closes: #797326)
- Fix group of RuntimeDirectory dirs. (Closes: #798391)
- Support %i (and other macros) in RuntimeDirectory. (Closes: #799324)
- Bump util-linux/libmount-dev dependencies to >= 2.27.
* debian/libsystemd0.symbols: Add new symbols for this release.
* debian/extra/initramfs-tools/hooks/udev: Copy all
/etc/udev/rules.d/*.rules rules which are not merely overriding the one in
/lib/, not just 70-persistent-net.rules. They might contain network names
or other bits which are relevant for the initramfs. (Closes: #795494)
* ifup at .service: Drop PartOf=network.target; we don't want to stop these
units during shutdown. Stopping networking.service already shuts down the
interfaces, but contains the safeguard for NFS or other network file
systems. Isolating emergency.target still keeps working as before as well,
as this also stops networking.service. (Closes: #761909, LP: #1492546)
.
systemd (226-4) unstable; urgency=medium
.
* debian/tests/logind: Be more verbose on failures.
* Revert networkd calling if-{up,post-down}.d/ scripts. About half of the
existing hooks are not relevant or even actively detrimental when running
with networkd. For the relevant ones, a lot of them should be fixed in the
projects themselves (using IP_FREEBIND etc.). (Closes: #798625)
* Add systemd-networkd-resolvconf-update.{path,service} units to send DNS
server updates from networkd to resolvconf, if installed and enabled.
* Don't restart logind on upgrades any more. This kills X.org (#798097)
while logind doesn't save/restore its open fds (issue #1163), and also
gets confused about being idle in between (LP: #1473800)
.
systemd (226-3) unstable; urgency=medium
.
[ Martin Pitt ]
* README.Debian: Fix "other" typo. Thanks Salvatore Bonaccorso.
(Closes: #798737)
.
[ Michael Biebl ]
* Stop building the compat library packages and drop them for good.
* Update debian/copyright.
.
systemd (226-2) unstable; urgency=medium
.
* debian/udev.init: Mount /dev file system with nosuid. (LP: #1450960)
* udev.postinst: udev 226 introduced predictable interface names for virtio.
Create /etc/systemd/network/50-virtio-kernel-names.link on upgrade to
disable this, to avoid changing e. g. "eth0" to "ens3" in QEMU instances
and similar environments. (Closes: #799034)
.
systemd (226-1) unstable; urgency=medium
.
[ Martin Pitt ]
* New upstream release:
- Fix scheduled shutdown to not shut down immediately. (Closes: #797763)
- Fix description of CPE_NAME in os-release(5). (Closes: #797768)
* debian/libsystemd0.symbols: Add new symbols from this release.
* Enable libseccomp support for mips64, mips64el, and x32. (Closes: #797403)
* debian/tests/networkd: Add hotplug tests.
* Make networkd call if-up.d/ scripts when it brings up interfaces, to
become compatible with ifupdown and NetworkManager for packages shipping
hooks. (LP: #1492129)
- Add debian/extra/systemd-networkd-dispatcher.c: suid root wrapper for
calling if-up.d/ or if-post-down.d/ hook scripts. Install it as
root:systemd-networkd 4754 so that only networkd can run it.
- Add networkd-call-systemd-networkd-dispatcher-when-links.patch: Call the
above wrapper when links go up/down.
- debian/tests/networkd: Verify that if-up.d/ and if-post-down.d/ scripts
get run for a networkd managed interface.
- Note that if-pre-up.d/ and if-down.d/ scripts are *not* being called, as
they are often not applicable for networkd (if-pre-up.d) and unreliable
(if-down.d).
* Drop udev-finish. We needed this for the autogenerated CD and network
interface names, but both are gone now.
* Drop debian/udev.udev-fallback-graphics.upstart. The vesafb module has
been compiled into the kernel in both Debian and Ubuntu for a fair while,
this never had a systemd equivalent, and Debian never shipped the
accompanying rules for determining $PRIMARY_DEVICE_FOR_DISPLAY.
* debian/control: Remove some boilerplate from the long descriptions, to
more easily get to the point what a specific package actually does.
* debian/README.Debian: As systemd is the default init now, replace the
documentation how to switch to systemd with how to switch back
(temporarily or permanently) to SysV init. Also move that paragraph to the
bottom as it's now less important.
* debian/README.Debian: Add a hint why you may want to enable persistent
journal, and suggest to uninstall system-log-daemon to avoid duplicate
logging.
* debian/README.Debian: Add documentation about networkd integration.
* Rename 01-mac-for-usb.link to 90-mac-for-usb.link so that it becomes
easier to override.
* debian-fixup.service just has one purpose now (make /etc/mtab a symlink),
so drop the debian/extra/debian-fixup shell script and put the ln command
directly into debian-fixup.service. Update the description.
* debian/tests/networkd: Check that /etc/resolv.conf gets the DHCP's
nameserver in case it is a symlink (i. e. dynamically managed by
systemd-resolved or resolvconf).
* systemd-networkd-dispatcher: Also pass on the DNS server list to if-up.d/
as $IF_DNS_NAMESERVERS, so that resolvconf or similar programs work as
expected.
* Drop debian/systemd-journal-remote.postrm: Removing system users is
potentially dangerous (there might be a leftover process after purging).
.
[ Michael Biebl ]
* Drop libsystemd-login-dev. All reverse dependencies have been updated to
use libsystemd-dev directly.
* Update build instructions to use "gbp clone" instead of "gbp-clone" as all
gbp-* commands have been removed from git-buildpackage.
Checksums-Sha1:
b73fca3571e90831f36e4164a898553d0f48902a 3897 systemd_227-2ubuntu1.dsc
ee92ac467bd2fada5495d46e21228851227f4164 3959005 systemd_227.orig.tar.gz
e2ed47dd48867ebe1807879d8e42aa9d10fe4ff3 142592 systemd_227-2ubuntu1.debian.tar.xz
Checksums-Sha256:
565f971b9fdbff6a4cfafba17e6df3aaf579146f030459b8e5effbed2e5392b1 3897 systemd_227-2ubuntu1.dsc
6766e8489e359f3d608a9f032eb1f52d7c55d76d0f9171837cf2b3284b2b904b 3959005 systemd_227.orig.tar.gz
ca2113e8897fc6c15b5c6dc8645ba568896c6c71e630a0da0628f38da039af0c 142592 systemd_227-2ubuntu1.debian.tar.xz
Files:
d115bd665c6dd31f9e6daa83ee465b4e 3897 admin optional systemd_227-2ubuntu1.dsc
a06aa8cd1e2bfa952f84d1b433d8fec2 3959005 admin optional systemd_227.orig.tar.gz
5fdcb4481ccd3733163850ed3d621c8b 142592 admin optional systemd_227-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWMIuPAAoJENFO8V2v4RNHoAcP/iYqd6UMx7X5/UZvggv8FoXN
jYJJxuhS8Fc0J1ZOTiZUbLQGtL73eUENqhWL05UnbbKIhYzJdiHHP3ie+Dirf2rg
ajHchVs0DGwN/tKOyqMDy93Ymg6LAkXO8OsuoQbCj//HLbPft3bE8y0je3WAR8VJ
r7mPR6I2iR1N51sJtlkKoUebUh5ZHR2lPVZi0A6VQZJM1RuwVoGwvhr9j1SvfAGe
rkr/cJhBJCqjUFdeND2Q5M2pzw5Q7jSI7KiDznhIpkGOfq//Osh5tyI4vlQgVvJN
aiqOjby0FLlrQAlWLrwaqqkATDBhGrujayVuiuhTbMAvdpH55ZrNFUxCl2OaOfAk
wiluZ5BSNLmG/Di1DIMoeluAvvWfZ1bJ/CHHdNJvVfptDXHccG1HD4MI2FudsJOe
29TjS4gXW8CWliElVcaRu8ScpmOf+RBs4mnhDCRYDLTcPLh8GKQhxjlaZhPPYF/7
TWydix4urNPi++4Pn71qxPS5AlaM2NkxJtrtaGFOooWgYrXUI7m4DpAMXXdF9xbh
Xq2D0CptnWsdUarHQ698VTvGyOKD5o6MWfUHJch20Um9cGwCWAEt7YvJ1jS65diC
AJkDyVP3kU+oS3Aqo8bWn4k78DKE5oety2YvNzxW+W9gzKT7S5n2rAGeG2F+tD0/
U+BuzogomKBv/+pYK46s
=t5W6
-----END PGP SIGNATURE-----
More information about the Xenial-changes
mailing list