[ubuntu/wily-proposed] systemd 223-1ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Fri Jul 31 05:40:13 UTC 2015


systemd (223-1ubuntu1) 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-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)
    - 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.postinst: Migrate mountall specific fstab options to standard
      util-linux "nofail" option.

systemd (223-3) UNRELEASED; urgency=medium

  * boot-and-services autopkgtest: Ignore thermald. Since 1.4.3-2 it starts by
    default, but fails in most virtual envs.

systemd (223-2) unstable; urgency=medium

  * Don't enable gnu-efi on ARM. It FTBFSes and cannot really be tested now as
    there is no available hardware.
  * debian/extra/initramfs-tools/hooks/udev: Don't fail if
    /etc/systemd/network/ does not exist. (Closes: #794050)

systemd (223-1) unstable; urgency=medium

  * New upstream release:
    - Fix systemd-bootchart crash. (Closes: #792403)
    - Trim list of files in /usr/share/doc/systemd/. (Closes: #791839)
    - Fix "Invalid argument" failure with some  journal files.
      (Closes: #792090)
    - tmpfiles: Don't recursively descend into journal directories in /var.
      (Closes: #791897)
    - Don't frequently wake up on disabled TimeoutIdleSec=, in particular in
      automount timers. (LP: #1470845)
    - tmpfiles: Don't delete lost+found/. (Closes: #788193)

  [ Michael Biebl ]
  * udev: Remove obsolete rm_conffile/mv_conffile functions from udev.preinst.
    The udev package is using dpkg-maintscripts-helper now to remove obsolete
    conffiles.
  * systemd: Remove obsolete conffile clean up from pre-wheezy.
  * udev-udeb: Remove scsi_wait_scan hack from the start-udev script as well.

  [ Martin Pitt ]
  * Enable GNU EFI support and add gnu-efi build dep. This enables/ships the
    systemd EFI boot loader. (Closes: #787720, LP: #1472283)
  * networkd autopkgtest: More robust/forceful killing of dnsmasq.
  * ifup at .service: Drop "oneshot" to run ifup in the background during boot.
    This avoids blocking network.target on boot with unavailable hotplug
    interfaces in /etc/network/interfaces. (Closes: #790669, LP: #1425376)
  * systemd.postinst: Avoid confusing error message about
    /run/systemd/was-enabled not existing on reconfiguring.
  * debian/extra/initramfs-tools/hooks/udev: Drop some redundant code.
  * Fix networkd-wait-online -i to properly wait for the given interfaces
    only.
  * Drop debian/extra/base-installer.d/05udev: We use net.ifnames by default
    now, thus we don't need to copy 70-persistent-*.rules any more.
  * debian/extra/start-udev: Run d-i's udevd with "notice" log level, just
    like we did in the initramfs in 219-10.
  * Fix size explosion of networkd (post-223 patch from trunk).

  [ Julian Wollrath ]
  * Copy all .link interface naming definitions to initramfs. (Closes: #793374)

  [ Felipe Sateler ]
  * nss-my*.postinst: configure at the end of the hosts line, not before
    files. (Closes: #789006)

Date: Fri, 31 Jul 2015 07:38:04 +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/223-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 31 Jul 2015 07:38:04 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libnss-myhostname libnss-mymachines libsystemd0 libsystemd-dev libsystemd-login-dev libsystemd-daemon-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb systemd-dbg
Architecture: source
Version: 223-1ubuntu1
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-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)
 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: 787720 788193 789006 790669 791839 791897 792090 792403 793374 794050
Launchpad-Bugs-Fixed: 1346734 1370329 1374521 1377258 1414544 1422681 1425376 1430479 1470845 1472283
Changes:
 systemd (223-1ubuntu1) 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-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)
     - 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.postinst: Migrate mountall specific fstab options to standard
       util-linux "nofail" option.
 .
 systemd (223-3) UNRELEASED; urgency=medium
 .
   * boot-and-services autopkgtest: Ignore thermald. Since 1.4.3-2 it starts by
     default, but fails in most virtual envs.
 .
 systemd (223-2) unstable; urgency=medium
 .
   * Don't enable gnu-efi on ARM. It FTBFSes and cannot really be tested now as
     there is no available hardware.
   * debian/extra/initramfs-tools/hooks/udev: Don't fail if
     /etc/systemd/network/ does not exist. (Closes: #794050)
 .
 systemd (223-1) unstable; urgency=medium
 .
   * New upstream release:
     - Fix systemd-bootchart crash. (Closes: #792403)
     - Trim list of files in /usr/share/doc/systemd/. (Closes: #791839)
     - Fix "Invalid argument" failure with some  journal files.
       (Closes: #792090)
     - tmpfiles: Don't recursively descend into journal directories in /var.
       (Closes: #791897)
     - Don't frequently wake up on disabled TimeoutIdleSec=, in particular in
       automount timers. (LP: #1470845)
     - tmpfiles: Don't delete lost+found/. (Closes: #788193)
 .
   [ Michael Biebl ]
   * udev: Remove obsolete rm_conffile/mv_conffile functions from udev.preinst.
     The udev package is using dpkg-maintscripts-helper now to remove obsolete
     conffiles.
   * systemd: Remove obsolete conffile clean up from pre-wheezy.
   * udev-udeb: Remove scsi_wait_scan hack from the start-udev script as well.
 .
   [ Martin Pitt ]
   * Enable GNU EFI support and add gnu-efi build dep. This enables/ships the
     systemd EFI boot loader. (Closes: #787720, LP: #1472283)
   * networkd autopkgtest: More robust/forceful killing of dnsmasq.
   * ifup at .service: Drop "oneshot" to run ifup in the background during boot.
     This avoids blocking network.target on boot with unavailable hotplug
     interfaces in /etc/network/interfaces. (Closes: #790669, LP: #1425376)
   * systemd.postinst: Avoid confusing error message about
     /run/systemd/was-enabled not existing on reconfiguring.
   * debian/extra/initramfs-tools/hooks/udev: Drop some redundant code.
   * Fix networkd-wait-online -i to properly wait for the given interfaces
     only.
   * Drop debian/extra/base-installer.d/05udev: We use net.ifnames by default
     now, thus we don't need to copy 70-persistent-*.rules any more.
   * debian/extra/start-udev: Run d-i's udevd with "notice" log level, just
     like we did in the initramfs in 219-10.
   * Fix size explosion of networkd (post-223 patch from trunk).
 .
   [ Julian Wollrath ]
   * Copy all .link interface naming definitions to initramfs. (Closes: #793374)
 .
   [ Felipe Sateler ]
   * nss-my*.postinst: configure at the end of the hosts line, not before
     files. (Closes: #789006)
Checksums-Sha1:
 911c9145066bb4610c6681b2448a033a57b467d5 3632 systemd_223-1ubuntu1.dsc
 24b598e3bc09952a0a6251e446c633d324684799 3865152 systemd_223.orig.tar.gz
 6fce7edcfb1e6aee13ea3514fb42edcb8d691202 140204 systemd_223-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 dd6d7395d72b9da66abca4f0070e7f838aae9478e249ad3794778e6eabb35b76 3632 systemd_223-1ubuntu1.dsc
 a12ba2a6de359af5e089ff8267561e9fa39bf79d01bb258b58d8467f8235ce61 3865152 systemd_223.orig.tar.gz
 7501d9d4c012f81765b390ea04618f4106ac2dff3a16ec8d7c2a601e055a630d 140204 systemd_223-1ubuntu1.debian.tar.xz
Files:
 557f4c55c5e9d9b882c182f84a04323b 3632 admin optional systemd_223-1ubuntu1.dsc
 fd7b7c622fc2b7deed44f9722227d488 3865152 admin optional systemd_223.orig.tar.gz
 e521690414681ff0ed7414c13cb7d62a 140204 admin optional systemd_223-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJVuwn6AAoJENFO8V2v4RNHHV4QAKg/D+YjgJbEHhf1zeXOYtol
tAA2+eQCzTqBaO+qGM55cR511q0hRAjw2JzV/Q89D6DxTVXi429z20v3+Pkpya7D
rx/FnLWxki0lxJoxlJrZf1AXqOfU+f8+ZQhivHWfRo3zElqj6EZjQVNFaPbL5F9j
UWzQgux0KEJp3S9xj+m5W7lvXDdP2amm2LlG+g/XPa6usa8fRdRb/+nvOpJf5DEH
X9fN4nrMQ2agRu0oHC9r00meqPUJFG92t/B/0Oi/DKeCaHrVvdyj37k26PLa5tbi
pW3Ae/llCm5HIcoNAWyHe5Ax6FYs9Xe3ZB6a7gbRKyN0edTI1o/PzHe0AXEVD/4t
eOQKfGZYzqWjbwm69Zk2g6PFrGfwvGU+T+mDGpFN5izk+QL5oW/yYgMn6PdC0zQ1
A1SKs237ITTJimRzab7Tf1d2hbRbmtufTiCn5sKb4q1J6m3N6h2V98qXEvXOp6e7
9IuEsxvx+4MF3Rtx+AQ2UqkqtFdpz+nu3+uYqbooQagOAH9BIiUN0qN2iS9cpR0p
BpeBHUEHr6wtbCT+xmnNIPROQu9cnKOu2OjMXeQpEipHLgGk9/ZnZSuLJXOp8XnA
yjVCJKjJ5/W84z0EoJSF+XSGFnwfwMCZTZLDyGU18wW4rBkm8B0rUUosqxrva7jH
/T7wOPhN8mVq6ZLIjNUt
=tGc/
-----END PGP SIGNATURE-----


More information about the Wily-changes mailing list