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

Martin Pitt martin.pitt at ubuntu.com
Mon Nov 23 10:37:14 UTC 2015


systemd (228-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.
    - 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)
    - Don't attempt to migrate pid 1 itself when migrating cgroups for started
      units; works around some not yet understood cgproxy/systemd interaction.
      This particularly unbreaks cgproxy in LXC. (LP: #1491557)
    - 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).
    - Build using libseccomp on powerpc and ppc64el (See Debian #800818).

    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)

systemd (228-3) UNRELEASED; urgency=medium

  [ Martin Pitt ]
  * debian/rules: Remove temporary debug output from test failures again. All
    Debian buildd kernels are recent enough now, but add a check for kernels
    older than 3.13 and ignore test failures for those.
  * debian/tests/networkd: Factor out dnsmasq specific test "router" setup, so
    that we can test against other implementations.
  * debian/tests/networkd: Add router setup using an (isolated) networkd
    process for configuring the veths and DHCP server.
  * debian/tests/networkd: On failure, only show journal for current test.
  * systemd-networkd-resolvconf-update.service: Wait for getting a name
    server, not just for getting online.
  * debian/tests/boot-and-services: Wait until bash crash stack trace is in
    the journal before asserting on it. Also relax RE to work on non-x86
    architectures.
  * debian/tests/networkd: If /etc/resolv.conf already has three nameservers,
    accept that too (as then the additional test one can't be added any more).

  [ Michael Biebl ]
  * Bump Build-Depends on libdw-dev to (>= 0.158) as per configure.ac.
    (Closes: #805631)

systemd (228-2) unstable; urgency=medium

  * Remove wrong endianess conversion in test-siphash24 to fix FTBFS on
    big-endian machines.
  * Bump libseccomp-dev build dependency to indicate required versions for
    backporting to jessie. (Closes: #805497)

Date: Mon, 23 Nov 2015 11:35:02 +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/228-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 23 Nov 2015 11:35:02 +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: 228-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: 805497 805631
Launchpad-Bugs-Fixed: 1346734 1370329 1374521 1377258 1414544 1422681 1430479 1491557
Changes:
 systemd (228-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.
     - 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)
     - Don't attempt to migrate pid 1 itself when migrating cgroups for started
       units; works around some not yet understood cgproxy/systemd interaction.
       This particularly unbreaks cgproxy in LXC. (LP: #1491557)
     - 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).
     - Build using libseccomp on powerpc and ppc64el (See Debian #800818).
 .
     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)
 .
 systemd (228-3) UNRELEASED; urgency=medium
 .
   [ Martin Pitt ]
   * debian/rules: Remove temporary debug output from test failures again. All
     Debian buildd kernels are recent enough now, but add a check for kernels
     older than 3.13 and ignore test failures for those.
   * debian/tests/networkd: Factor out dnsmasq specific test "router" setup, so
     that we can test against other implementations.
   * debian/tests/networkd: Add router setup using an (isolated) networkd
     process for configuring the veths and DHCP server.
   * debian/tests/networkd: On failure, only show journal for current test.
   * systemd-networkd-resolvconf-update.service: Wait for getting a name
     server, not just for getting online.
   * debian/tests/boot-and-services: Wait until bash crash stack trace is in
     the journal before asserting on it. Also relax RE to work on non-x86
     architectures.
   * debian/tests/networkd: If /etc/resolv.conf already has three nameservers,
     accept that too (as then the additional test one can't be added any more).
 .
   [ Michael Biebl ]
   * Bump Build-Depends on libdw-dev to (>= 0.158) as per configure.ac.
     (Closes: #805631)
 .
 systemd (228-2) unstable; urgency=medium
 .
   * Remove wrong endianess conversion in test-siphash24 to fix FTBFS on
     big-endian machines.
   * Bump libseccomp-dev build dependency to indicate required versions for
     backporting to jessie. (Closes: #805497)
Checksums-Sha1:
 e3efffeadbf3427af459287e78fc9e5909073bef 4170 systemd_228-2ubuntu1.dsc
 068c6f9166ef84262ebffe1bed9aa200b859aa76 146620 systemd_228-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 af63f63ddbd6a9bbfedffe7ac7d0a6b3effe93bb214554993086da5f51be9e15 4170 systemd_228-2ubuntu1.dsc
 0f1065f6175ce03177c44d081998b9454f71cb07cd3c595ea3aaf23ca4ebd841 146620 systemd_228-2ubuntu1.debian.tar.xz
Files:
 b7a0a551a33e2a1874cadb10cba229df 4170 admin optional systemd_228-2ubuntu1.dsc
 956c93328f2fc74d04962555e23be3ba 146620 admin optional systemd_228-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWUuwZAAoJENFO8V2v4RNH3wYP/32R8xYQRvwT+O1LpB4wk8OY
tZl18EVzI2DbezF9FT6flyPaMkKhvj9B1/vRn+cPR0hljKCOPUI1gAjU2NaO2A9z
3LlZtO+mm2vYIVhXpDX/dvqhMoswBV81ZmDiv3LNRnTyfqOTiFDrrtwpkGFwBB5v
7xVjDQzTiHpKyf80rR/nzI+hDkhRywiv7QW3WaELO8F22X+yvr0+S2nBoDip9+Et
sZZ+dNfMRILUKw6HIKGu7rZ1rImxla3qdwvSAtI/3tr+xNQJ3lzqlPr18wMdrhNU
GWbguPkwPi8yiosfR3yk7pt0dUA/X21VuYIhA9VQZ7RinCH+kiSgr/g1GVniB0Ik
PuKSFZ1wpWZQ9C6yV52x8tptbxC0Ra2PcQaZGZk+xBF2emooJyY3ysSeJcjriVTv
41DNr4jC4yvUEnqr77xvVw3eY4AlzzLii6BF2Ywx+BRlAm6Q1VGYuMfpIE+gj5lv
aaK6+O/vOU9xmhLsEulAPMHeQzJBFbX8DQwggkrCx51/ekeVC64Xzs0b+zKtflDN
1BFGIDPwqkqsS30ejtG9L1fvvDtKCri/gOsySzO6v6zPNST3SDr+TvTJSYpabLyP
RUAIH3aIFevd5bAaS+uaPH3I6q8vCEE9VBvaMKiWsiaPYfKc2XdMLaiXlPi+Wdw4
6smk/HosDBa/2TNf9rcD
=+vdz
-----END PGP SIGNATURE-----


More information about the Xenial-changes mailing list