[ubuntu/xenial-proposed] systemd 229-1ubuntu2 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Sun Feb 14 12:21:15 UTC 2016
systemd (229-1ubuntu2) xenial; urgency=medium
* time-util: map ALARM clockids to non-ALARM clockids in now(), to work on
architectures which don't support CLOCK_BOOTTIME_ALARM. Fixes FTBFS on
many architectures.
systemd (229-1ubuntu1) 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.
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)
- Provide shutdown fallback for upstart. (LP: #1370329)
- Break lvm (<< 2.02.133-1ubuntu1) and remove our dummy /etc/init.d/lvm2
on upgrades, as it's shipped by lvm2 now.
- Make udev break on mdadm << 3.3-2ubuntu3, as udev's init script dropped
the "Provides: raid-mdadm".
- Clean up /var/log/udev on upgrade (which is written under upstart, but
not under systemd). (LP: #1537211)
- Migrate existing s390x network configuration to new names. (LP: #1526808)
- systemd.postinst: Bump Version comparison for migrating the UTC setting
from /etc/default/rcS to /etc/adjtime, to run it for upgrades to 16.04.
systemd (229-1) unstable; urgency=medium
* New upstream release 229.
- Fix systemctl behaviour in chroots. (Closes: #802780)
- Fix SELinux context of /run/user/$UID. (Closes: #775651)
- Add option to optionally turn of color output. (Closes: #783692)
- Don't git-ignore src/journal-remote/browse.html. (Closes: #805514)
- Do not warn about Wants depencencies on masked units. (LP: #1543282)
* debian/systemd.install: Ship the new systemd-resolve.
* libsystemd0.symbols: Add new symbols from this release.
* systemd-coredump.postinst: Create systemd-coredump system user.
* debian/tests/systemd-fsckd: Tame overly strict test for failed plymouth
unit, which is a race condition with plymouthd auto-stopping.
(LP: #1543144)
* Drop timedated-don-t-rely-on-usr-being-mounted-in-the-ini.patch.
initramfs-tools has mounted /usr since Jessie, and tzdata now creates
/etc/localtime as a symlink too (see #803144).
* Use-different-default-paths-for-various-binaries.patch: Drop path changes
for setcap (which is already a build dep and not used at all) and sulogin
(which is now in util-linux).
* Remove obsolete udev maintainer script checks:
- Drop check for kernel >= 2.6.32, which released in 2009.
- Drop restarting of some daemons due to the devtmpfs migration, which
happened before the above kernel even.
- Drop support for forcing upgrades on kernels known not to work via
/etc/udev/kernel-upgrade. Don't pretend that this would help, as users
could end up with a non-bootable system. Always fail early in preinst
when it's still possible to install a working kernel.
- Drop postinst test for "running in containers" -- it's actually possible
to run udev in containers if you mount /sys r/w and you know what you
are doing. Also, the init.d script and systemd service do that check
again.
- Keep the kernel feature and chroot checks, as these are still useful.
Simplify check_kernel_features() by eliminating some variables.
- Drop debconf templates. Two of them are obsolete, and having
CONFIG_SYSFS_DEPRECATED is now so implausible that this doesn't warrant
the overhead and translator efforts.
* Drop debian/tests/ifupdown-hotplug. The units moved into ifupdown, so the
test should go there too (see #814312).
* debian/tests/control: Reorder tests and add a comment which ones should
not be run for an upstream build.
* debian/tests/control: Rearrange tests and avoid removing test dependencies
to minimize testbed resets.
* Add debian/extra/checkout-upstream: Script to replace the current
source with a checkout of an upstream pull request, branch, or commit,
and remove debian/patches/. Call from debian/rules if $TEST_UPSTREAM is
set. This will be used for upstream CI.
* Enable seccomp support on powerpc, ppc64el, and s390x.
Date: Sun, 14 Feb 2016 13:18:57 +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/229-1ubuntu2
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 14 Feb 2016 13:18:57 +0100
Source: systemd
Binary: systemd systemd-sysv systemd-container systemd-journal-remote systemd-coredump libpam-systemd libnss-myhostname libnss-mymachines libnss-resolve libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb systemd-dbg
Architecture: source
Version: 229-1ubuntu2
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
libnss-resolve - nss module to resolve names via systemd-resolved
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-coredump - tools for storing and retrieving coredumps
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: 775651 783692 802780 805514
Launchpad-Bugs-Fixed: 1370329 1430479 1526808 1537211 1543144 1543282
Changes:
systemd (229-1ubuntu2) xenial; urgency=medium
.
* time-util: map ALARM clockids to non-ALARM clockids in now(), to work on
architectures which don't support CLOCK_BOOTTIME_ALARM. Fixes FTBFS on
many architectures.
.
systemd (229-1ubuntu1) 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.
.
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)
- Provide shutdown fallback for upstart. (LP: #1370329)
- Break lvm (<< 2.02.133-1ubuntu1) and remove our dummy /etc/init.d/lvm2
on upgrades, as it's shipped by lvm2 now.
- Make udev break on mdadm << 3.3-2ubuntu3, as udev's init script dropped
the "Provides: raid-mdadm".
- Clean up /var/log/udev on upgrade (which is written under upstart, but
not under systemd). (LP: #1537211)
- Migrate existing s390x network configuration to new names. (LP: #1526808)
- systemd.postinst: Bump Version comparison for migrating the UTC setting
from /etc/default/rcS to /etc/adjtime, to run it for upgrades to 16.04.
.
systemd (229-1) unstable; urgency=medium
.
* New upstream release 229.
- Fix systemctl behaviour in chroots. (Closes: #802780)
- Fix SELinux context of /run/user/$UID. (Closes: #775651)
- Add option to optionally turn of color output. (Closes: #783692)
- Don't git-ignore src/journal-remote/browse.html. (Closes: #805514)
- Do not warn about Wants depencencies on masked units. (LP: #1543282)
* debian/systemd.install: Ship the new systemd-resolve.
* libsystemd0.symbols: Add new symbols from this release.
* systemd-coredump.postinst: Create systemd-coredump system user.
* debian/tests/systemd-fsckd: Tame overly strict test for failed plymouth
unit, which is a race condition with plymouthd auto-stopping.
(LP: #1543144)
* Drop timedated-don-t-rely-on-usr-being-mounted-in-the-ini.patch.
initramfs-tools has mounted /usr since Jessie, and tzdata now creates
/etc/localtime as a symlink too (see #803144).
* Use-different-default-paths-for-various-binaries.patch: Drop path changes
for setcap (which is already a build dep and not used at all) and sulogin
(which is now in util-linux).
* Remove obsolete udev maintainer script checks:
- Drop check for kernel >= 2.6.32, which released in 2009.
- Drop restarting of some daemons due to the devtmpfs migration, which
happened before the above kernel even.
- Drop support for forcing upgrades on kernels known not to work via
/etc/udev/kernel-upgrade. Don't pretend that this would help, as users
could end up with a non-bootable system. Always fail early in preinst
when it's still possible to install a working kernel.
- Drop postinst test for "running in containers" -- it's actually possible
to run udev in containers if you mount /sys r/w and you know what you
are doing. Also, the init.d script and systemd service do that check
again.
- Keep the kernel feature and chroot checks, as these are still useful.
Simplify check_kernel_features() by eliminating some variables.
- Drop debconf templates. Two of them are obsolete, and having
CONFIG_SYSFS_DEPRECATED is now so implausible that this doesn't warrant
the overhead and translator efforts.
* Drop debian/tests/ifupdown-hotplug. The units moved into ifupdown, so the
test should go there too (see #814312).
* debian/tests/control: Reorder tests and add a comment which ones should
not be run for an upstream build.
* debian/tests/control: Rearrange tests and avoid removing test dependencies
to minimize testbed resets.
* Add debian/extra/checkout-upstream: Script to replace the current
source with a checkout of an upstream pull request, branch, or commit,
and remove debian/patches/. Call from debian/rules if $TEST_UPSTREAM is
set. This will be used for upstream CI.
* Enable seccomp support on powerpc, ppc64el, and s390x.
Checksums-Sha1:
49562d6be7adde0163ab887f2b80630ea807103a 4180 systemd_229-1ubuntu2.dsc
b9b06af4d82cf703b3681a9b3c9d6c7c27d36242 120512 systemd_229-1ubuntu2.debian.tar.xz
Checksums-Sha256:
22ad040a10b80f5cc84d57fe74c7ca48d4221346c5acb20c62b446c482add5c8 4180 systemd_229-1ubuntu2.dsc
7bff2b7797ce9abe5a45f5e647eb1d50021d6b11bba3241a78932f801b22961c 120512 systemd_229-1ubuntu2.debian.tar.xz
Files:
a03175821cf583853144420a47bf0838 4180 admin optional systemd_229-1ubuntu2.dsc
8b701abdaed300614991e2d071c5a317 120512 admin optional systemd_229-1ubuntu2.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWwHDhAAoJENFO8V2v4RNHz+sP/jErmJzW1sy7JmN7IHOBxRsL
4IFITPC7QS9MJmXrRIQN3mLt9pm9H2SuSvenGoj0dQ/UvzF1zH7q/2o8rqiZK8FP
aj1tmre++X0fqBOMnkzMZwDQeYy0b+f7e/8s/eTq4ROs9/lKQYCgBLfU/iPxrLrX
8Zm0MHUwZTd14ZMudeqLxAn6jIZh+1a6qSsjnK0zAHVNRfsfQFrgQgPsUhEZfxLi
OADg3jTal5fcGP36dg25nhGeXE/KXD3hshrGGtb1nLGJjjB2BYmBAiKDUl222X5D
xZbG8bdxqFiZsVL0DuntPs5rimjo/L/i6ny9EENXETHE3294R4N+G+urn/aJNRCU
E6ncmnnSGQF1DgqWKt6ztb5hNUgxEeqfMd+N4wt+VDnRXJWZ5aiOxMm+G31vubrc
a46QeY+XEo8rr84UOixdK71Q59s6WOY7b4hIwDWRGCASjczdcWyDnEnLbQEAOLqU
OqR3HJ5ZrIkS33Atp0uZFA3QZxE7I7Yi/jJrJu0QzjYZ/2rFHrFRPqaLQVqdWQiR
D5olnCL5WtWxGvPI+4rvHqIb2ozagimaVIoqHepCefMc0yVrvkQ/FhL/7XwsvD3V
WnvtVj2kMcW9S6IpoMq9llixWJUi8fKIX+mWezIxIbyJNdiNr3VMz8S+LAwxT5h6
GufH4rMXSxMoV7zjItln
=BDv4
-----END PGP SIGNATURE-----
More information about the Xenial-changes
mailing list