[ubuntu/wily-proposed] systemd 225-1ubuntu1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Tue Sep 1 13:20:13 UTC 2015
systemd (225-1ubuntu1) wily; urgency=medium
* Merge with Debian unstable (FFE: LP: #1489702). 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.
- 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) and feature
freeze.
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 (225-1) unstable; urgency=medium
[ Martin Pitt ]
* New upstream release.
- Fixes FTBFS on alpha. (Closes: #792551)
- Fixes machined state tracking logic. (Closes: #788269)
* Add better fix for "systemctl link/enable" breakage with full paths.
(LP: #1480310)
* debian/rules: Add missing $(dh_options) in overridden debhelper targets.
[ Felipe Sateler ]
* Move conffile from systemd to systemd-container package (Closes: #797048)
[ Michael Biebl ]
* Drop unnecessary Conflicts/Replaces from systemd-journal-remote.
None of the files in this package were previously shipped by systemd.
* Create system users for systemd-journal-{gateway,remote,upload} when
installing the systemd-journal-remote package.
* Explicitly turn off the features we don't want in a stage1 build.
Otherwise ./configure might enable them automatically if the build
dependencies are installed and "dh_install --fail-missing" will then fail
due to uninstalled files.
* Enable GnuTLS support as systemd-journal-remote makes sense mostly with
encryption enabled.
* Rely on build profiles to determine which packages should be skipped
during build and no longer specify that manually.
* Drop our patch which removes rc-local-generator.
rc-local.service acts as an ordering barrier even if its condition is
false, because conditions are evaluated when the service is about to be
started, not when it is enqueued. We don't want this ordering barrier on
systems that don't need/use /etc/rc.local.
Date: Tue, 01 Sep 2015 14:19:33 +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/225-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 01 Sep 2015 14:19:33 +0200
Source: systemd
Binary: systemd systemd-sysv systemd-container systemd-journal-remote 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: 225-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-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: 788269 792551 797048
Launchpad-Bugs-Fixed: 1346734 1370329 1374521 1377258 1414544 1422681 1430479 1480310 1489702
Changes:
systemd (225-1ubuntu1) wily; urgency=medium
.
* Merge with Debian unstable (FFE: LP: #1489702). 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.
- 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) and feature
freeze.
.
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 (225-1) unstable; urgency=medium
.
[ Martin Pitt ]
* New upstream release.
- Fixes FTBFS on alpha. (Closes: #792551)
- Fixes machined state tracking logic. (Closes: #788269)
* Add better fix for "systemctl link/enable" breakage with full paths.
(LP: #1480310)
* debian/rules: Add missing $(dh_options) in overridden debhelper targets.
.
[ Felipe Sateler ]
* Move conffile from systemd to systemd-container package (Closes: #797048)
.
[ Michael Biebl ]
* Drop unnecessary Conflicts/Replaces from systemd-journal-remote.
None of the files in this package were previously shipped by systemd.
* Create system users for systemd-journal-{gateway,remote,upload} when
installing the systemd-journal-remote package.
* Explicitly turn off the features we don't want in a stage1 build.
Otherwise ./configure might enable them automatically if the build
dependencies are installed and "dh_install --fail-missing" will then fail
due to uninstalled files.
* Enable GnuTLS support as systemd-journal-remote makes sense mostly with
encryption enabled.
* Rely on build profiles to determine which packages should be skipped
during build and no longer specify that manually.
* Drop our patch which removes rc-local-generator.
rc-local.service acts as an ordering barrier even if its condition is
false, because conditions are evaluated when the service is about to be
started, not when it is enqueued. We don't want this ordering barrier on
systems that don't need/use /etc/rc.local.
Checksums-Sha1:
ed95568acd4294fc5ee33dc49329df55b7713117 4084 systemd_225-1ubuntu1.dsc
89b83e5303b7810aa0b4347ee39e4c3fcd87b144 3878442 systemd_225.orig.tar.gz
9ec90c3ff7a2760ecd4dc1384fa1d1ccf513aba7 138476 systemd_225-1ubuntu1.debian.tar.xz
Checksums-Sha256:
5eefa470b033da26f73163e56cf3034a3e04aa7e5408c58b428c64cef430ef50 4084 systemd_225-1ubuntu1.dsc
b2f576bb3688e9315f2f49b98e141ac6f964567370e98ebd8fd7332a0a6f9701 3878442 systemd_225.orig.tar.gz
244dacb90511fac7ef6a7a5cecff7a623fe702b89e5ec83d074a321afcc9d6fc 138476 systemd_225-1ubuntu1.debian.tar.xz
Files:
7e931bafd752df03608f990beeaa8127 4084 admin optional systemd_225-1ubuntu1.dsc
2355cb77fdc8dd22439fd1941a6c7f22 3878442 admin optional systemd_225.orig.tar.gz
63c12567489fff84d9fe9648302524c1 138476 admin optional systemd_225-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJV5ZgfAAoJENFO8V2v4RNHFYMP/jmj3OLhEEOQ5dFS02gfWUQ6
KC4f0MvOGP5AORnlJ1AJf7hMIktnt0ckjIxQD/21mUEJvvt1R/lcHLrjJjBGF/G9
LIdvh1c2YT7Q8UfK5jcYijMAA5zYQWtWSTdAt3jgUKvYAs88jmTjeUqKyz3JIY0A
HSdV7jsJssubq0oY9PWJXjKVJyhUAewjKMExtMlLssXSHO0kkTaGOu3gjvfqo6WV
mMIsJeXS9PA0y/iFGR2yZAzIHM6gFJOewqVZvMkHH26fvTPNWL+SQMWqTFhrzH6f
44gaqIV0Ui769gpQ1GdVousuObmAG9qquNijSnxkBCKzNFptZoKtnFjnd4a7nPwM
Y/SDSPFRpGSdAFzoELBbrRxRET4sJHKnHua6/w6Q4t9Gm27/G+SmobhFHTjpXHxq
kskvNNvvNkF17E8JO/JKsSGnBDhdOgEhOVpG9p8E37JSO3H2OcxYo8YciMhm3pz9
3GHtdHxMw5nd26YNBwhykNWj8vQgVezjlqQzXvKcBctJ+gBHj1RD8trsQLt45C7D
R3qV20ETIaeXPwdjaP99HBfdQU9DDMc5Nhgg0vbDYtMIYPMAPXn744434GN7TfF9
P2XtVFCpCgs09O1BaLyDJBjSLEzFVWnuDtM5AZGn2Z1OzF/6+7YPe6WRnYIJYuFZ
KsQ+K1q3U1s81ZNFY85w
=ddKE
-----END PGP SIGNATURE-----
More information about the Wily-changes
mailing list