[ubuntu/vivid-proposed] systemd 218-6ubuntu1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Mon Jan 26 16:46:32 UTC 2015
systemd (218-6ubuntu1) vivid; urgency=medium
* Merge with Debian unstable. Remaining Ubuntu changes:
- Hack to support system-image read-only /etc, and modify files in
/etc/writable/ instead.
- Keep our much simpler udev maintainer scripts (all platforms must
support udev, no debconf).
- initramfs init-top: Drop $ROOTDELAY, we do that in a more sensible way
with wait-for-root. Will get applicable to Debian once Debian gets
wait-for-root in initramfs-tools.
- 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.
- 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)
- 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)
- Put session scopes into all cgroup controllers. This makes unprivileged
user LXC containers work under systemd. (LP: #1346734)
- Lower Breaks: to plymouth version which has the udev inotify fix in
Ubuntu.
- Lower libappamor1 dep to the Ubuntu version where it moved to /lib.
- Make failure of boot-and-services NSpawn.test_boot non-fatal for now.
This currently fails when being triggered by Jenkins, but is totally
unreproducible when running this manually on the exact same machine.
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.
* Make the "systemd" controller session scope cgroup directory owned by the
user as well. This fixes user containers with latest LXC, and with systemd
in the container. (LP: #1413927)
* 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)
systemd (218-6) experimental; urgency=medium
[ Martin Pitt ]
* initramfs hook: Install 61-persistant-storage-android.rules if it exists.
* Generate POT file during package build, for translators.
* Pull latest keymaps from upstream git.
* Order ifup at .service and networking.service after network-pre.target.
(Closes: #766938)
* Tone down "Network interface NamePolicy= disabled on kernel commandline,
ignoring" info message to debug, as we expect this while we disable
net.ifnames by default. (Closes: #762101, LP: #1411992)
[ Michael Biebl ]
* Ship bash-completion for udevadm. (Closes: #776166)
* Drop rc-local generator in favor of statically enabling rc-local.service,
and drop halt-local.service which is unnecessary on Debian.
(Closes: #776170)
* Drop the obsolete libsystemd-* libraries, there are no reverse
dependencies left.
Date: Mon, 26 Jan 2015 17:43:20 +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/218-6ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 26 Jan 2015 17:43:20 +0100
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libsystemd0 libsystemd-dev libsystemd-login-dev libsystemd-daemon-dev libsystemd-journal-dev libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev python3-systemd systemd-dbg
Architecture: source
Version: 218-6ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
gir1.2-gudev-1.0 - libgudev-1.0 introspection data
libgudev-1.0-0 - GObject-based wrapper library for libudev
libgudev-1.0-dev - libgudev-1.0 development files
libpam-systemd - system and service manager - PAM module
libsystemd-daemon-dev - systemd utility library (transitional package)
libsystemd-dev - systemd utility library - development files
libsystemd-id128-dev - systemd 128 bit ID utility library (transitional package)
libsystemd-journal-dev - systemd journal utility library (transitional package)
libsystemd-login-dev - systemd login utility library (transitional package)
libsystemd0 - systemd utility library
libudev-dev - libudev development files
libudev1 - libudev shared library
libudev1-udeb - libudev shared library (udeb)
python3-systemd - Python 3 bindings for systemd
systemd - system and service manager
systemd-dbg - system and service manager (debug symbols)
systemd-sysv - system and service manager - SysV links
udev - /dev/ and hotplug management daemon
udev-udeb - /dev/ and hotplug management daemon (udeb)
Closes: 762101 766938 776166 776170
Launchpad-Bugs-Fixed: 1346734 1370329 1374521 1377258 1411992 1413927 1414544
Changes:
systemd (218-6ubuntu1) vivid; urgency=medium
.
* Merge with Debian unstable. Remaining Ubuntu changes:
- Hack to support system-image read-only /etc, and modify files in
/etc/writable/ instead.
- Keep our much simpler udev maintainer scripts (all platforms must
support udev, no debconf).
- initramfs init-top: Drop $ROOTDELAY, we do that in a more sensible way
with wait-for-root. Will get applicable to Debian once Debian gets
wait-for-root in initramfs-tools.
- 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.
- 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)
- 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)
- Put session scopes into all cgroup controllers. This makes unprivileged
user LXC containers work under systemd. (LP: #1346734)
- Lower Breaks: to plymouth version which has the udev inotify fix in
Ubuntu.
- Lower libappamor1 dep to the Ubuntu version where it moved to /lib.
- Make failure of boot-and-services NSpawn.test_boot non-fatal for now.
This currently fails when being triggered by Jenkins, but is totally
unreproducible when running this manually on the exact same machine.
.
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.
.
* Make the "systemd" controller session scope cgroup directory owned by the
user as well. This fixes user containers with latest LXC, and with systemd
in the container. (LP: #1413927)
* 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)
.
systemd (218-6) experimental; urgency=medium
.
[ Martin Pitt ]
* initramfs hook: Install 61-persistant-storage-android.rules if it exists.
* Generate POT file during package build, for translators.
* Pull latest keymaps from upstream git.
* Order ifup at .service and networking.service after network-pre.target.
(Closes: #766938)
* Tone down "Network interface NamePolicy= disabled on kernel commandline,
ignoring" info message to debug, as we expect this while we disable
net.ifnames by default. (Closes: #762101, LP: #1411992)
.
[ Michael Biebl ]
* Ship bash-completion for udevadm. (Closes: #776166)
* Drop rc-local generator in favor of statically enabling rc-local.service,
and drop halt-local.service which is unnecessary on Debian.
(Closes: #776170)
* Drop the obsolete libsystemd-* libraries, there are no reverse
dependencies left.
Checksums-Sha1:
b7117670180ea23768be8bad62c074bdc43a1c98 3959 systemd_218-6ubuntu1.dsc
7b6510b84cf26faf10ace0874be25342391be577 136828 systemd_218-6ubuntu1.debian.tar.xz
Checksums-Sha256:
2c080c5332285f40d302f0578c2828d0ea565350d456eee569df7030648fab8a 3959 systemd_218-6ubuntu1.dsc
8b36e27ca164a8d849571838d73e20d3652ea6a796c0c3c4a9ea1d2746d7e8a4 136828 systemd_218-6ubuntu1.debian.tar.xz
Files:
0112cc58b070bf7249d30d1d13a0543b 3959 admin optional systemd_218-6ubuntu1.dsc
e3a58e2bb76243e665029df1c3ad4253 136828 admin optional systemd_218-6ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUxm8bAAoJENFO8V2v4RNHpWgP/1QDMxWln4djy5f+Su2v2LmQ
3S47ng/+AOb0vrWke6Bn1Z8FQa7RFHR3OUs/zRO5uW8Ld5KjJj5G/f46QWeBLgHO
uPOq600czMkfgMnrLWufJDS2mNivLr5GeMcZooxCx4Yn87imo7CdNpSL/Pr6+0V4
zsYwQA/pYSjfD/+FIcSxe7grMSn9vSstj0uxgpGu7UOit5XUISphZO+RHCx5BGv2
OQVOyccW5rLRn53HaKBdSQlH5+K2RnxxuwK8VQAfwqd4KqGb1oLYH7iMS8g/cTL7
VSx4WT8c8mUOfur1q8NT6n3TIx2GH/+h0OwM7eC6eLmL2UGgnjFCM1UXURl0XnBB
Ie3KZvjOCf5+TVSNzKguPIScjfBHJ5+pzLNTd5NLwoF7/tp21WRgPQ6qy3HK+naL
Jx67Rg4shjvEL0gDjSgO3Rg8EEvLwgGeX8JZ6GD2tRTRoeoJNh5fRR1CW6YsQyjN
mhun0k5yS1SH9TOj4kms4zhTseY14tFb1jOxSm0I7r/KypsIACEgAJC1AZaWW/M8
f65o/KSJszdu+/kj5NyZrk7r0pKfLhkgvDQ6sNRO0mmcGvpEl3rLXvxRTvoV4cMZ
INK0D9ZAMZwUwzarQT6ghn90D2ml6AD3AXJh6B868MNaDzOLfWbXQnqIVJosmAOV
jabP/LmieoizRfdGS77p
=gI7x
-----END PGP SIGNATURE-----
More information about the Vivid-changes
mailing list