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

Martin Pitt martin.pitt at ubuntu.com
Sun Feb 28 22:00:22 UTC 2016


systemd (229-2ubuntu1) 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-2) unstable; 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.
  * debian/systemd.postinst: Add missing newline to /etc/adjtime migration.
    (See #699554)
  * debian/systemd.postinst: Only try to enable tmp.mount if we actually
    copied it to /etc. Don't try to enable a generated unit. (LP: #1545707)
  * debian/tests/boot-and-services: Increase timeouts of test_bash_crash from
    5 to 10 seconds, and sync the journal after every iteration.
  * debian/extra/checkout-upstream: Try again after one minute if git checkout
    fails, to avoid failures from transient network errors.
  * debian/tests/systemd-fsckd: Use grub.d/50-cloudimg-settings.cfg as a
    template for generating our custom one instead of 90-autopkgtest.cfg. The
    latter does not exist on non-x86 architectures and is not relevant for
    this test.
  * debian/tests/boot-and-services: Skip journal test for test_bash_crash when
    running against upstream, as this currently fails most of the time. To be
    investigated.
  * debian/tests/networkd: Skip test_coldplug_dhcp_ip6 when running against
    upstream, as this is brittle there. To be investigated.
  * debian/tests/bootchart: Skip test if bootchart is not available or
    testing in upstream mode. bootchart got removed from master and will be
    moved to a separate repository.
  * debian/tests/boot-and-services: Show verbose journal output on failure in
    nspawn test, and sync journal before.
  * Move systemd-coredump socket and service into systemd-coredump binary
    package.
  * Revert changing the default core dump ulimit and core_pattern. This
    completely breaks core dumps without systemd-coredump. It's also
    contradicting core(8). (Closes: #815020)
  * Fix addresses for type "sit" tunnels. (Closes: #816132)
  * networkd: Go back to letting the kernel handle IPv6 router advertisements,
    as networkd's own currently has too many regressions. Thanks to Stefan
    Lippers-Hollmann for investigating this! (Closes: #814566,
    #814667, #815586, #815884, #815793)

Date: Sun, 28 Feb 2016 22:58:06 +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-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 28 Feb 2016 22:58:06 +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-2ubuntu1
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: 814566 814667 815020 815586 815793 815884 816132
Launchpad-Bugs-Fixed: 1370329 1430479 1526808 1537211 1545707
Changes:
 systemd (229-2ubuntu1) 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-2) unstable; 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.
   * debian/systemd.postinst: Add missing newline to /etc/adjtime migration.
     (See #699554)
   * debian/systemd.postinst: Only try to enable tmp.mount if we actually
     copied it to /etc. Don't try to enable a generated unit. (LP: #1545707)
   * debian/tests/boot-and-services: Increase timeouts of test_bash_crash from
     5 to 10 seconds, and sync the journal after every iteration.
   * debian/extra/checkout-upstream: Try again after one minute if git checkout
     fails, to avoid failures from transient network errors.
   * debian/tests/systemd-fsckd: Use grub.d/50-cloudimg-settings.cfg as a
     template for generating our custom one instead of 90-autopkgtest.cfg. The
     latter does not exist on non-x86 architectures and is not relevant for
     this test.
   * debian/tests/boot-and-services: Skip journal test for test_bash_crash when
     running against upstream, as this currently fails most of the time. To be
     investigated.
   * debian/tests/networkd: Skip test_coldplug_dhcp_ip6 when running against
     upstream, as this is brittle there. To be investigated.
   * debian/tests/bootchart: Skip test if bootchart is not available or
     testing in upstream mode. bootchart got removed from master and will be
     moved to a separate repository.
   * debian/tests/boot-and-services: Show verbose journal output on failure in
     nspawn test, and sync journal before.
   * Move systemd-coredump socket and service into systemd-coredump binary
     package.
   * Revert changing the default core dump ulimit and core_pattern. This
     completely breaks core dumps without systemd-coredump. It's also
     contradicting core(8). (Closes: #815020)
   * Fix addresses for type "sit" tunnels. (Closes: #816132)
   * networkd: Go back to letting the kernel handle IPv6 router advertisements,
     as networkd's own currently has too many regressions. Thanks to Stefan
     Lippers-Hollmann for investigating this! (Closes: #814566,
     #814667, #815586, #815884, #815793)
Checksums-Sha1:
 0971501ed50bc34fb2d8ced4f367d85c2f379969 4180 systemd_229-2ubuntu1.dsc
 fbf03eb6ebd85bbf836554361f6a3c65f6003808 123924 systemd_229-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 cc462935de66dac1c307327195a428a23c502e6e6cbfb78172b511c6bdb8d7e2 4180 systemd_229-2ubuntu1.dsc
 d61849891d29e7ab020191bc67687ec82ef762d47f6a1c48cc404e23674e5c12 123924 systemd_229-2ubuntu1.debian.tar.xz
Files:
 1f1cd36907414680d1e96284aaa656d4 4180 admin optional systemd_229-2ubuntu1.dsc
 4501963b172aafabc0c013f0581410e3 123924 admin optional systemd_229-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJW0221AAoJENFO8V2v4RNH78kQALnk/s48j+p5qblS8KjuQLyS
TGKHUly+Cc3BGHmgoxv2fME4oIGB1bLUw8kcqwAVmrlZjwEfzFpp1xA7ZehD/0Ic
R9QrQ4cyMunPGajqX1TtI33W0TtEOVdAWDlfyi4UpEZGBBx/4iZwUddnHNR7xuyR
xDo4h6Npkj+MZ19JP2f1ayalPpv5RBxDuNuxCbRvLgzXOYaRHGi0hm5122FRs8O0
aVEEJdoFpijCXjpwdknIuKxZXpwWz3qPc4MBDiskx3tSxFKtgropAxuxAIXveMVi
9qzaN4U5KollYe9IYj0WrNf6sTP4khf3Ff/PcyK0WJylg1++q0HJtTSPo6BWG8vq
RbN+vVSOUMYn8OSRBVZyal8kIGvtfNiNdGBWkAADvEDJ0EOTIcE5YStNaimOS8QH
1yTtQPItwDOGsb7OHaquvq5MypLC1NjiFCC4RLzJEhSTw1t1XbiuQWMy/Aj7/iyD
Y1dmj5YLvr3cLWM8+Oks0efyCyHIIWdIWHPUKl5k6jf9mnwdQOqyw84ZugkgiYua
fyTsmrDEP/Z16NG+tsuNdUQNXa5li0p5/OhEFZraSPcwQA2TSSGy7OLmYk85T82y
UzvLgre/Sbp96Ov4fGElyKUYBF3/eyIAhPKBGEHnyCxM+HooNio+Y4oz0XvDGUih
mfbiMxNp0EJXot0h2x2B
=0zhd
-----END PGP SIGNATURE-----


More information about the Xenial-changes mailing list