[ubuntu/wily-proposed] systemd 220-7ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Wed Jun 17 21:27:15 UTC 2015


systemd (220-7ubuntu1) wily; urgency=medium

  * Merge with Debian unstable. 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-top: Drop scsi_wait_scan and udevadm settle, we do that
      in a more sensible way with wait-for-root.
    - 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) Also run ifup in the background during boot,
      to avoid blocking network.target. (LP: #1425376)
    - 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.
    - Lower apparmor Breaks: to the Ubuntu version that dropped $remote_fs.
    - Change systemd-sysv's conflicts to upstart-sysv. (LP: #1422681)

    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 (220-7) unstable; urgency=medium

  [ Michael Biebl ]
  * Enable seccomp support on arm64 as well.
  * Replace the remainder of Fix-paths-in-man-pages.patch with an upstream
    provided patch.

  [ Martin Pitt ]
  * Switch to net.ifnames persistant network interfaces (on new
    installations/for new hardware), and deprecate the old
    75-persistent-net-generator.rules. See the ML discussion for details:
        https://lists.debian.org/debian-devel/2015/05/msg00170.html
        https://lists.debian.org/debian-devel/2015/06/msg00018.html
    - Drop Make-net.ifnames-opt-in-instead-of-opt-out.patch, to use
      net.ifnames by default.
    - Revert-udev-network-device-renaming-immediately-give.patch: Adjust
      patch comment.
    - Drop 75-persistent-net-generator.rules, write_net_rules helper and
      rule_generator.functions.
    - Adjust udev's README.Debian accordingly, and describe the migration.
      This needs to happen manually as there is no robust way of doing this
      automatically.
    - Add udev NEWS file for announcing this change and pointing to udev's
      README.
    - udev.postinst: Drop write_interfaces_rules().
    - udev.postinst: Disable net.ifnames on systems which did not support
      75-persistent-net-generator.rules (most importantly, virtualized guests)
      to avoid changing network interface names on upgrade.
    - LP: #1454254
  * fsckd-daemon-for-inter-fsckd-communication.patch: Add fsckd.c to
    POTFILES.in.
  * ifupdown-hotplug autopkgtest: Fix config name in interfaces.d/, it must
    not have a suffix in Debian. Also clean up the file after the test.
  * net.agent: When running under systemd, run everything in the foreground.
    This avoids killing the forked child in the middle of its operation under
    systemd when the parent exits.
  * Check during build that systemd and systemd-journald don't link against
    anything in /usr, to prevent bugs like #771652 and #788913 in the future.
  * Drop Skip-99-systemd.rules-when-not-running-systemd-as-in.patch. The rules
    mostly just attach tags systemd specific properties which are harmless
    under other init systems, and systemd-sysctl also works there.
  * 80-networking.rules: Only call agents for add|remove, as they don't handle
    other events.
  * Restore udev watches on block device changes. (Closes: #789060,
    LP: #1466081)

Date: Wed, 17 Jun 2015 23:24:31 +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/220-7ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 17 Jun 2015 23:24:31 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libnss-myhostname libnss-mymachines libsystemd0 libsystemd-dev libsystemd-login-dev libsystemd-daemon-dev libsystemd-journal-dev libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb python3-systemd systemd-dbg
Architecture: source
Version: 220-7ubuntu1
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-id128-dev - systemd 128 bit ID utility library (transitional package)
 libsystemd-journal-dev - systemd journal utility library (transitional package)
 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)
 python3-systemd - Python 3 bindings for systemd
 systemd    - system and service manager
 systemd-dbg - system and service manager (debug symbols)
 systemd-sysv - system and service manager - SysV links
 udev       - /dev/ and hotplug management daemon
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Closes: 789060
Launchpad-Bugs-Fixed: 1346734 1370329 1374521 1377258 1414544 1422681 1425376 1430479 1454254 1466081
Changes:
 systemd (220-7ubuntu1) wily; urgency=medium
 .
   * Merge with Debian unstable. 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-top: Drop scsi_wait_scan and udevadm settle, we do that
       in a more sensible way with wait-for-root.
     - 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) Also run ifup in the background during boot,
       to avoid blocking network.target. (LP: #1425376)
     - 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.
     - Lower apparmor Breaks: to the Ubuntu version that dropped $remote_fs.
     - Change systemd-sysv's conflicts to upstart-sysv. (LP: #1422681)
 .
     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 (220-7) unstable; urgency=medium
 .
   [ Michael Biebl ]
   * Enable seccomp support on arm64 as well.
   * Replace the remainder of Fix-paths-in-man-pages.patch with an upstream
     provided patch.
 .
   [ Martin Pitt ]
   * Switch to net.ifnames persistant network interfaces (on new
     installations/for new hardware), and deprecate the old
     75-persistent-net-generator.rules. See the ML discussion for details:
         https://lists.debian.org/debian-devel/2015/05/msg00170.html
         https://lists.debian.org/debian-devel/2015/06/msg00018.html
     - Drop Make-net.ifnames-opt-in-instead-of-opt-out.patch, to use
       net.ifnames by default.
     - Revert-udev-network-device-renaming-immediately-give.patch: Adjust
       patch comment.
     - Drop 75-persistent-net-generator.rules, write_net_rules helper and
       rule_generator.functions.
     - Adjust udev's README.Debian accordingly, and describe the migration.
       This needs to happen manually as there is no robust way of doing this
       automatically.
     - Add udev NEWS file for announcing this change and pointing to udev's
       README.
     - udev.postinst: Drop write_interfaces_rules().
     - udev.postinst: Disable net.ifnames on systems which did not support
       75-persistent-net-generator.rules (most importantly, virtualized guests)
       to avoid changing network interface names on upgrade.
     - LP: #1454254
   * fsckd-daemon-for-inter-fsckd-communication.patch: Add fsckd.c to
     POTFILES.in.
   * ifupdown-hotplug autopkgtest: Fix config name in interfaces.d/, it must
     not have a suffix in Debian. Also clean up the file after the test.
   * net.agent: When running under systemd, run everything in the foreground.
     This avoids killing the forked child in the middle of its operation under
     systemd when the parent exits.
   * Check during build that systemd and systemd-journald don't link against
     anything in /usr, to prevent bugs like #771652 and #788913 in the future.
   * Drop Skip-99-systemd.rules-when-not-running-systemd-as-in.patch. The rules
     mostly just attach tags systemd specific properties which are harmless
     under other init systems, and systemd-sysctl also works there.
   * 80-networking.rules: Only call agents for add|remove, as they don't handle
     other events.
   * Restore udev watches on block device changes. (Closes: #789060,
     LP: #1466081)
Checksums-Sha1:
 35908bee5db7ab44ea047e0c57a9c8196a80ce3e 3855 systemd_220-7ubuntu1.dsc
 71bb40bd4e714fc237d6a2fd5aaf15240af3ce32 160376 systemd_220-7ubuntu1.debian.tar.xz
Checksums-Sha256:
 c780ee502df69759414fce62454fa6f28c20c39d25d50899645b474ec15dbeb6 3855 systemd_220-7ubuntu1.dsc
 034ef21a4f0ce0ba02fb76a8f54361349b03efc6dca6e558a6f0c7c8641827c2 160376 systemd_220-7ubuntu1.debian.tar.xz
Files:
 621a30b24de5721177056be1e2fa4bb9 3855 admin optional systemd_220-7ubuntu1.dsc
 e07fb6e839040bd23eb46d888cf85aba 160376 admin optional systemd_220-7ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJVgeXfAAoJENFO8V2v4RNHoRMQALaUrQ/AVPmAn8ZYL3n53NDW
7y12zna66jk8gXVLJ1uBpbwbsSaAlM0H0OlOR3uPhDvMa1X2UY2OI8CGxVSR9P6k
LPDYrKGpSDCYAvQry5WSbyJ/cJBW7ldma6KwA0Gwahm3yndbIs2eqJ9MLQAU3oH5
27rM7M7iMKOBcaxgnqjOQxLNPsxvpuLiHpI6OejkSc0PXzG54JrazqngsuIcq68D
/ZoV7DL0DHlm/P9VIRi93imRBcNGiNrl23PXmOTCCTzxj0piDlGe0oHq1JmSE5f9
cT00BuKlsGxgxaFRyJYQYZrSe76gBTl8C7dckASA4OHSaUX62HuBZl4kL4esvygj
FcteChGVbQdzoxWoaUuShIx+DZ/qT45HbM/OWYSdPQ0+7LjDXOgh1qkvytFA/Lpv
nJKh5Veam0zlIvlTjcFPrpeFwXDvQJYAnHYG+1yTgboQ6TLZ6LyIVcHDxGygsd5C
wP4E1JjA9MNFEiXlKoX32LLWGCPeVPUm4QMG4sBXLwo9wGsJn/oPGH0Fv078V2MU
xfSDT+fQFnO+FK8WEO7mzAAQcTC7FR0h72tDBFo9MmsNmPgYI0N46BQuJVCniFBp
6zLg5j9OM0wArDRnAh6yRT6qASlRjKd1f5o/4uNTPsPj2FOdLVn3ogHJvejqMdnm
WGuYkvd2DTh5o1JNyLM3
=mbvI
-----END PGP SIGNATURE-----


More information about the Wily-changes mailing list