[ubuntu/xenial-proposed] systemd 229-3ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Mon Mar 21 14:33:18 UTC 2016


systemd (229-3ubuntu1) 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.
    - VMWare BIOS reports implausibly high onboard numbers. This got fixed in
      upstream commit 6c1e69f9. Migrate names in ifupdown accordingly.
      (LP: #1550539)

systemd (229-3) unstable; urgency=medium

  [ Martin Pitt ]
  * debian/tests/timedated: Add tests for "timedatectl set-local-rtc".
  * Be more tolerant in parsing /etc/adjtime.
  * debian/systemd.postinst: Don't fail package installation if systemctl
    daemon-reload trigger fails. This does not fix the root cause of the
    reload failures, but at least causes fewer packages to be in a broken
    state after upgrade, so that a reboot or apt-get -f install have a much
    higher chance in succeeding. (For bugs like LP #1502097 or LP #1447654)
  * debian/tests/networkd: Skip test_hogplug_dhcp_ip6 when running against
    upstream as well.
  * debian/tests/boot-and-services: Wait for units to stop with a "systemctl
    is-active" loop instead of static sleeps.
  * debian/tests/networkd: Skip DHCPv6 tests for downstream packages too. This
    is an actual regression in networkd-229, to be investigated. But this
    shouldn't hold up reverse dependencies.
  * Fix assertion in add_random(). (LP: #1554861)
  * debian/tests/boot-and-services: Don't assert on "Stopped Container c1"
    message in NspawnTests.test_service(), this is sometimes not present. Just
    check that the unit did not fail.
  * Add "adduser" dependency to systemd-coredump, to quiesce lintian.
  * Bump Standards-Version to 3.9.7 (no changes necessary).
  * Fix timespec parsing by correctly initializing microseconds.
    (Closes: #818698, LP: #1559038)
  * networkd: Add fallback if FIONREAD is not supported. (Closes: #818488)
  * Cherry-pick various fixes from upstream master.
    - Fixes logout when changing the current target. (Closes: #805442)

  [ Evgeny Vereshchagin ]
  * debian/tests/boot-and-services: Search systemd-coredump's output by
    SYSLOG_IDENTIFIER.
  * Add missing "Recommends: btrfs-tools" to systemd-container.
  * Add systemd-coredump postinst/prerm to start/stop systemd-coredump.socket
    without a reboot. (Closes: #816767)

  [ Felipe Sateler ]
  * Set the paths of loadkeys and setfont via configure arguments, not a patch

Date: Mon, 21 Mar 2016 15:28:34 +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-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 21 Mar 2016 15:28:34 +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-3ubuntu1
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: 805442 816767 818488 818698
Launchpad-Bugs-Fixed: 1370329 1430479 1526808 1537211 1550539 1554861 1559038
Changes:
 systemd (229-3ubuntu1) 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.
     - VMWare BIOS reports implausibly high onboard numbers. This got fixed in
       upstream commit 6c1e69f9. Migrate names in ifupdown accordingly.
       (LP: #1550539)
 .
 systemd (229-3) unstable; urgency=medium
 .
   [ Martin Pitt ]
   * debian/tests/timedated: Add tests for "timedatectl set-local-rtc".
   * Be more tolerant in parsing /etc/adjtime.
   * debian/systemd.postinst: Don't fail package installation if systemctl
     daemon-reload trigger fails. This does not fix the root cause of the
     reload failures, but at least causes fewer packages to be in a broken
     state after upgrade, so that a reboot or apt-get -f install have a much
     higher chance in succeeding. (For bugs like LP #1502097 or LP #1447654)
   * debian/tests/networkd: Skip test_hogplug_dhcp_ip6 when running against
     upstream as well.
   * debian/tests/boot-and-services: Wait for units to stop with a "systemctl
     is-active" loop instead of static sleeps.
   * debian/tests/networkd: Skip DHCPv6 tests for downstream packages too. This
     is an actual regression in networkd-229, to be investigated. But this
     shouldn't hold up reverse dependencies.
   * Fix assertion in add_random(). (LP: #1554861)
   * debian/tests/boot-and-services: Don't assert on "Stopped Container c1"
     message in NspawnTests.test_service(), this is sometimes not present. Just
     check that the unit did not fail.
   * Add "adduser" dependency to systemd-coredump, to quiesce lintian.
   * Bump Standards-Version to 3.9.7 (no changes necessary).
   * Fix timespec parsing by correctly initializing microseconds.
     (Closes: #818698, LP: #1559038)
   * networkd: Add fallback if FIONREAD is not supported. (Closes: #818488)
   * Cherry-pick various fixes from upstream master.
     - Fixes logout when changing the current target. (Closes: #805442)
 .
   [ Evgeny Vereshchagin ]
   * debian/tests/boot-and-services: Search systemd-coredump's output by
     SYSLOG_IDENTIFIER.
   * Add missing "Recommends: btrfs-tools" to systemd-container.
   * Add systemd-coredump postinst/prerm to start/stop systemd-coredump.socket
     without a reboot. (Closes: #816767)
 .
   [ Felipe Sateler ]
   * Set the paths of loadkeys and setfont via configure arguments, not a patch
Checksums-Sha1:
 59212670c2fe4902d70f64292ae14ad7bb4a6d8e 4180 systemd_229-3ubuntu1.dsc
 004f2fe4356b981c20c3b605d1351721be4ecb81 135872 systemd_229-3ubuntu1.debian.tar.xz
Checksums-Sha256:
 dd46133294190677cf0ce27a64eb2a4fdb915848b34d21255598c0c6ccebf7d6 4180 systemd_229-3ubuntu1.dsc
 53e0e8a8f9a55b7801d59a42681b93ff0fdc6d3c8b07d87543e73bc7a999b2ec 135872 systemd_229-3ubuntu1.debian.tar.xz
Files:
 fb7e4d4ef3c88e84de9a932e2c05118e 4180 admin optional systemd_229-3ubuntu1.dsc
 31964a527dcc5dd132118b517991163c 135872 admin optional systemd_229-3ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJW8AWjAAoJENFO8V2v4RNHp5kP/RVmofTPKaQqz6Ojr4HFcXpV
BENfWfL8fGgZo7Kgeo1fDHB/7GNx8/GJie9koXW44WkAt3rTXZhAQOULhJ+YSkc8
m0bOuSqgsNTy7eQRiHNwIiznfe0rncSLfD4nMdZyqi9N120JRFU+2rmv/WtNkCEk
lUAPsieK+LUqau78sef72mzC5f+Zy9Xj7ZkcurGBzAZUICYNSFUDDDggkb1aUz6s
KNxP7Yq8XxB7iR9T/9dr0fuR9o7E/p33BZv3w8SZtTW1eL6zNYKcUE8xKO0yWWJ+
ZEmHIjCIGBO/7vq2zgvXv9ss7XnLZ1OqfS7GO5hT2U2Hykgbj4EHFd5yLum6LsLs
tWBYtO0v2PHM+tr9UYBv36amrJbcIuez35iOnZ7GdoeaaVwVYPV/qXWggCmOjKXX
EpONFw3XQkNWRIGjAoEvMMbdvN0/DK5E17Mui5QduZIgupbsS7fKel2xix0BuKWs
ClOe1kN2tYdNN5tlJLJGGAQ6reYVcb0T2TEWpFQ2CzkSpiQnUoa/mGDilgEgFMx4
GQt8UKEOx1hOiIeOk08rWf5O88Bp7CbWnsKJ3rfByQxNnF2C2zTZxpHcuyOWWM5Z
5wfIMjwBpREFC7wXXo5PGbdU938FvboJi1Z1CjO5foVFFxH8eJpWO6/Jfvr5NgCR
Li9PWRAgLu/oebkV0enw
=PYVl
-----END PGP SIGNATURE-----


More information about the Xenial-changes mailing list