[ubuntu/wily-proposed] systemd 224-1ubuntu1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Sun Aug 2 10:45:12 UTC 2015
systemd (224-1ubuntu1) wily; 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-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)
- Put session scopes into all cgroup controllers. This makes unprivileged
user LXC containers work under systemd. (LP: #1346734)
- 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)
- Drop hwdb-update dependency from udev-trigger.service, which got
introduced in v219-stable. This causes udev and plymouth to start too
late and isn't really needed in Ubuntu yet as we don't support stateless
systems yet and handle hwdb.bin updates through dpkg triggers. This can
be dropped again with initramfs-tools 0.117.
- Lower Breaks: to plymouth version which has the udev inotify fix in
Ubuntu.
- Lower apparmor Breaks: to the Ubuntu version that dropped $remote_fs.
- Change systemd-sysv's conflicts to upstart-sysv. (LP: #1422681)
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.
systemd (224-1) unstable; urgency=medium
* New upstream release.
* boot-and-services autopkgtest: Ignore thermald. Since 1.4.3-2 it starts by
default, but fails in most virtual envs.
Date: Sun, 02 Aug 2015 12:43:42 +0200
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/224-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 02 Aug 2015 12:43:42 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libnss-myhostname libnss-mymachines libsystemd0 libsystemd-dev libsystemd-login-dev libsystemd-daemon-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb systemd-dbg
Architecture: source
Version: 224-1ubuntu1
Distribution: wily
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-daemon-dev - systemd utility library (transitional package)
libsystemd-dev - systemd utility library - development files
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)
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)
Launchpad-Bugs-Fixed: 1346734 1370329 1374521 1377258 1414544 1422681 1430479
Changes:
systemd (224-1ubuntu1) wily; 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-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)
- Put session scopes into all cgroup controllers. This makes unprivileged
user LXC containers work under systemd. (LP: #1346734)
- 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)
- Drop hwdb-update dependency from udev-trigger.service, which got
introduced in v219-stable. This causes udev and plymouth to start too
late and isn't really needed in Ubuntu yet as we don't support stateless
systems yet and handle hwdb.bin updates through dpkg triggers. This can
be dropped again with initramfs-tools 0.117.
- Lower Breaks: to plymouth version which has the udev inotify fix in
Ubuntu.
- Lower apparmor Breaks: to the Ubuntu version that dropped $remote_fs.
- Change systemd-sysv's conflicts to upstart-sysv. (LP: #1422681)
.
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.
.
systemd (224-1) unstable; urgency=medium
.
* New upstream release.
* boot-and-services autopkgtest: Ignore thermald. Since 1.4.3-2 it starts by
default, but fails in most virtual envs.
Checksums-Sha1:
ca84b40fd8e54b083cea9630e644569713b48a37 3632 systemd_224-1ubuntu1.dsc
ecf6e8f64704a34627f2502d9f951c7a5e92141a 3868075 systemd_224.orig.tar.gz
b2a280f3bd300d1c70b0f5ac248bc1f233d743f6 138732 systemd_224-1ubuntu1.debian.tar.xz
Checksums-Sha256:
34d0ea5e35018a6e83c0e50e980c752c33702984b1f8bff6de1294322795327d 3632 systemd_224-1ubuntu1.dsc
0d7ac1532a57639fbc828f8a5051a090883c6ad2908618a7a13ab386db831bfc 3868075 systemd_224.orig.tar.gz
fe20835ffd7783ad3e9aaff24fe540983c0ee9954b72cceedf239b8b5aaf0b95 138732 systemd_224-1ubuntu1.debian.tar.xz
Files:
ec241b4428382ede35d9c1fc843e159f 3632 admin optional systemd_224-1ubuntu1.dsc
fad64d2ae64af4b6034950e91b2c8e2b 3868075 admin optional systemd_224.orig.tar.gz
70b543a971087f7d0a8365567832a948 138732 admin optional systemd_224-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVvfR2AAoJENFO8V2v4RNHpugP/3Yz7O0XDF7paix6cuXFIx24
/HKALeE7Xb49OJUqKvaAxeCynezWcsp/nptR4yEKId+BfgpAXf5WZFq/zPqSPkRG
PLpzytwyNdOCdDsjoBIf5t/9F41o+VkGB0vTm4BDXOJf/1TKOG8VomCuRH4a7Ucf
akaq3/TMe/GWKU40lT2Nb7g9P2bVn+0Jn/LC50DqnvnIPoIva+v0Oew3lnMgF/Z/
wIQ3qM+iFRW+juoSajpkPE99KZ78lgomoxYEmeyg/itetBbBbHP2+buMm+rjBPsu
rw4S63n16/6PZrh+NRzIRHbdydli9OPEkktVAv9iXVp4qaJHJc7UatT4lfXto2za
Dfzmj4JkAaBfPCxe+AshEuWsWgpZwUURzjMQq69YlTfSrDQvxinT+h68q1Mbq8Ou
iwY2UIQH8PxwMXWX+JrmM0Y/tZ/nb/nnTZeFCpdR3bBZ+uY5nLHj/TbStJ51iMiA
f8J9ZW/w+FvZdpxVINyuwAkR4HrO25YcvKQw8AFA/40VXC1h7Z3+kIeT1Ufr18Nu
XJ5Q7p7W9kVXiN2AtZAI1ZVP+xAUnptO5kijIg7n3J/2pU93RrVzbFrPNiy+sOBn
qucHNj9j77gRcbSnqBcw6ZWYq+QZLkhGWJ5cgy0KUUro/XQfvIy+XJHZceC7dxRR
Z3gf20+Yy0xlxwtWrrzN
=E/fg
-----END PGP SIGNATURE-----
More information about the Wily-changes
mailing list