[ubuntu/utopic-proposed] systemd 204-12ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Thu Jun 26 09:23:14 UTC 2014


systemd (204-12ubuntu1) utopic; urgency=medium

  * Merge with Debian unstable. See 204-10ubuntu1 for remaining Ubuntu
    changes.
  * udev.postinst: Don't restart udev in a chroot or during debootstrap.
    (LP: #1329684)

systemd (204-12) unstable; urgency=medium

  [ Martin Pitt ]
  * Change the sg loading rule (for Debian #657948) back to using modprobe.
    kmod is too fast and then sg races with sd, causing the latter to not see
    SCSI disks.  (Closes: #752591, #752605)

  [ Michael Biebl ]
  * Update udev bug-script to attach instead of paste extra info if a new
    enough reportbug version is available.

systemd (204-11) unstable; urgency=medium

  [ Martin Pitt ]
  * Explain patch management in debian/README.source. (Closes: #739113)
  * Replace "Always probe cpu support drivers" patch with cherry-picked
    upstream fix which is more general.
  * Advertise hibernation only if there's enough free swap. Patches backported
    from current upstream. (LP: #1313522)
  * Fix typo in sg loading rule to make it actually work.

  [ Michael Biebl ]
  * Make no-patch-numbers the default for gbp-pq.
  * Cherry-pick upstream fix to properly handle multiline syslog messages.
    (Closes: #746351)
  * Cherry-pick upstream fix for libudev which fixes a memleak in
    parent_add_child().
  * Drop "-b debian" from Vcs-Git since we use the master branch for
    packaging now.
  * Drop Conflicts: sysvinit (<< 2.88dsf-44~) from systemd-sysv since this
    breaks dist-upgrades from wheezy when switching from sysvinit to
    systemd-sysv as default init. While downgrading the Pre-Depends in
    sysvinit would have been an alternative, dropping the Conflicts and only
    keeping the Replaces was deemed the lesser evil. (Closes: #748355)
  * Use Conflicts instead of Breaks against sysvinit-core. This avoids
    /sbin/init going missing when switching from systemd-sysv to sysvinit.
    While at it, add a Replaces: upstart. (Closes: #751589)
  * Make the SysV compat tools try both /run/initctl and /dev/initctl. This
    makes them usable under sysvinit as PID 1 without requiring any symlinks.
  * Various ifupdown integration fixes
    - Use DefaultDependencies=no in ifup at .service so the service can be
      started as early as possible.
    - Create the ifupdown runtime directory in ifup at .service as we can no
      longer rely on the networking service to do that for us.
    - Don't stop ifup at .service on shutdown but let the networking service take
      care of stopping all hotplugged interfaces.
    - Only start ifup at .service for interfaces configured as allow-hotplug.

  [ Michael Stapelberg ]
  * Clarify that “systemd” does not influence init whereas “systemd-sysv” does
    (Closes: #747741)

  [ Ansgar Burchardt ]
  * Don't use "set +e; set +u" unconditionally in the lsb init-functions hook
    as this might change the behaviour of existing SysV init scripts.
    (Closes: #751472)

Date: Thu, 26 Jun 2014 11:21:23 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/systemd/204-12ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 26 Jun 2014 11:21:23 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libsystemd-login0 libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev libsystemd-journal0 libsystemd-journal-dev libsystemd-id128-0 libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev python-systemd systemd-dbg
Architecture: source
Version: 204-12ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
 gir1.2-gudev-1.0 - libgudev-1.0 introspection data
 libgudev-1.0-0 - GObject-based wrapper library for libudev
 libgudev-1.0-dev - libgudev-1.0 development files
 libpam-systemd - system and service manager - PAM module
 libsystemd-daemon-dev - systemd utility library - development files
 libsystemd-daemon0 - systemd utility library
 libsystemd-id128-0 - systemd 128 bit ID utility library
 libsystemd-id128-dev - systemd 128 bit ID utility library - development files
 libsystemd-journal-dev - systemd journal utility library - development files
 libsystemd-journal0 - systemd journal utility library
 libsystemd-login-dev - systemd login utility library - development files
 libsystemd-login0 - systemd login utility library
 libudev-dev - libudev development files
 libudev1   - libudev shared library
 libudev1-udeb - libudev shared library (udeb)
 python-systemd - python 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: 739113 746351 747741 748355 751472 751589 752591 752605
Launchpad-Bugs-Fixed: 1313522 1329684
Changes:
 systemd (204-12ubuntu1) utopic; urgency=medium
 .
   * Merge with Debian unstable. See 204-10ubuntu1 for remaining Ubuntu
     changes.
   * udev.postinst: Don't restart udev in a chroot or during debootstrap.
     (LP: #1329684)
 .
 systemd (204-12) unstable; urgency=medium
 .
   [ Martin Pitt ]
   * Change the sg loading rule (for Debian #657948) back to using modprobe.
     kmod is too fast and then sg races with sd, causing the latter to not see
     SCSI disks.  (Closes: #752591, #752605)
 .
   [ Michael Biebl ]
   * Update udev bug-script to attach instead of paste extra info if a new
     enough reportbug version is available.
 .
 systemd (204-11) unstable; urgency=medium
 .
   [ Martin Pitt ]
   * Explain patch management in debian/README.source. (Closes: #739113)
   * Replace "Always probe cpu support drivers" patch with cherry-picked
     upstream fix which is more general.
   * Advertise hibernation only if there's enough free swap. Patches backported
     from current upstream. (LP: #1313522)
   * Fix typo in sg loading rule to make it actually work.
 .
   [ Michael Biebl ]
   * Make no-patch-numbers the default for gbp-pq.
   * Cherry-pick upstream fix to properly handle multiline syslog messages.
     (Closes: #746351)
   * Cherry-pick upstream fix for libudev which fixes a memleak in
     parent_add_child().
   * Drop "-b debian" from Vcs-Git since we use the master branch for
     packaging now.
   * Drop Conflicts: sysvinit (<< 2.88dsf-44~) from systemd-sysv since this
     breaks dist-upgrades from wheezy when switching from sysvinit to
     systemd-sysv as default init. While downgrading the Pre-Depends in
     sysvinit would have been an alternative, dropping the Conflicts and only
     keeping the Replaces was deemed the lesser evil. (Closes: #748355)
   * Use Conflicts instead of Breaks against sysvinit-core. This avoids
     /sbin/init going missing when switching from systemd-sysv to sysvinit.
     While at it, add a Replaces: upstart. (Closes: #751589)
   * Make the SysV compat tools try both /run/initctl and /dev/initctl. This
     makes them usable under sysvinit as PID 1 without requiring any symlinks.
   * Various ifupdown integration fixes
     - Use DefaultDependencies=no in ifup at .service so the service can be
       started as early as possible.
     - Create the ifupdown runtime directory in ifup at .service as we can no
       longer rely on the networking service to do that for us.
     - Don't stop ifup at .service on shutdown but let the networking service take
       care of stopping all hotplugged interfaces.
     - Only start ifup at .service for interfaces configured as allow-hotplug.
 .
   [ Michael Stapelberg ]
   * Clarify that “systemd” does not influence init whereas “systemd-sysv” does
     (Closes: #747741)
 .
   [ Ansgar Burchardt ]
   * Don't use "set +e; set +u" unconditionally in the lsb init-functions hook
     as this might change the behaviour of existing SysV init scripts.
     (Closes: #751472)
Checksums-Sha1:
 85aa5f05b907823c063bfd50e522857f9e650710 4096 systemd_204-12ubuntu1.dsc
 e1dc806f8e26ea09e06cda0f6b82c24d69ebe83f 119520 systemd_204-12ubuntu1.debian.tar.xz
Checksums-Sha256:
 3136a732cb60911f1c22a71728cd95212c431295c2ee8e0ffccf8dfa7619cf8f 4096 systemd_204-12ubuntu1.dsc
 d3c0e4b21d6d8bf7a5c6314b9fbdce49810372002c84e8e3973ccae494e2d4f8 119520 systemd_204-12ubuntu1.debian.tar.xz
Files:
 b14869be7b3b89b05e11a05e70a13d03 4096 admin optional systemd_204-12ubuntu1.dsc
 232c8d68f4aba340c3aa4e16d20e2abc 119520 admin optional systemd_204-12ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJTq+ZJAAoJENFO8V2v4RNHTO8P/AlYVS6jseiv1zxneWFeiGs0
waX8SZ1BFW6EMLC/rVSMCP78je/3nHH7wcFikLwa9+oDT57bfs3MfRIXLwtYXaIW
VbKXazaUuLT/bU4eDe7FvrkAZQkHXgKNRy651BrJekSu3mP2UOgbiGwkuhuZm44H
7ZVk9fKXUiiy81kH+AI3X0dHh8PbM8zUbdzBlfOOKR4PvPoXvJFkK7ca6AESHW6z
avHrD05Ze0uAvq3skkpqVkYFx9qFut3Mu+/twQOMvAASh4L5QgvQWM4sdUbgmiCv
iV0oq3ocoz3qFqmQzPZplL2Sqd2iSRs6VqdmMLXakjNhxeSK7b37usFU5/UXo0vT
e0ypOuv+zf4AlB+B+MgM6SnIrs7Ql2dd11liOWrQzFTjgwG1Ajq52BkzMz91FDtV
ZbFwy4a+cvrBeamKzrLQmKVs+lsU8HqvN2uAz4lursLuCd9STxgw1A3KDazUirW4
7TR6/z8ysbWP8m3tsd6n6pfKzwAO4L3XXMCXsb7yh5FUg+Dj38PDNXQnFeW9YK9Y
gQ/7RBl4o4r+aDnxNKpoXlac6nsOPdute9akQiqSRI7nKzFwdMBbM+UQKCSsmGe0
Fa4egJKwrPLXtvwcVWM3rPD1VkELp35i73q1sIJUFNFAXzXArtas8Wmc9oxFLmAw
xRg89SU8e8EMfhVVkfV4
=BkWt
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list