[ubuntu/vivid-proposed] systemd 218-7ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Sun Feb 1 21:55:17 UTC 2015


systemd (218-7ubuntu1) vivid; 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 $ROOTDELAY, we do that in a more sensible way
      with wait-for-root. Will get applicable to Debian once Debian gets
      wait-for-root in initramfs-tools.
    - 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.
    - 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)
    - Lower Breaks: to plymouth version which has the udev inotify fix in
      Ubuntu.
    - Lower libappamor1 dep to the Ubuntu version where it moved to /lib.
    - Make failure of boot-and-services NSpawn.test_boot non-fatal for now.
      This currently fails when being triggered by Jenkins, but is totally
      unreproducible when running this manually on the exact same machine.

    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 (218-7) experimental; urgency=medium

  [ Martin Pitt ]
  * Don't attempt to mount the same swap partition twice through different
    device node aliases. (Closes: #772182, LP: #1399595)
  * logind: handle closing sessions over daemon restarts. (Closes: #759515,
    LP: #1415104)
  * logind: Fix sd_eviocrevoke ioctl call, to make forced input device release
    after log out actually work.
  * debian/rules: Drop obsolete --disable-multi-seat-x and
    --with-firmware-path configure options.
  * debian/udev.README.Debian: Trim the parts which are obsolete, wrong, or
    described in manpages. Only keep the Debian specific bits.
    (Part of #776546)
  * Actually install udev's README.Debian when building for Debian.
    (Closes: #776546)
  * Create system group "input" which was introduced in 215. (LP: #1414409)
  * ifup at .service: Don't fail if the interface is not configured in
    /etc/network/interfaces at all. (LP: #1414426)

  [ Michael Biebl ]
  * Update Vcs-Browser URL to use cgit and https.
  * Map $x-display-manager LSB facility to display-manager.service instead of
    making it a target. Using a target had the downside that multiple display
    managers could hook into it at the same time which could lead to several
    failed start attempts for the non-default display manager.

Date: Sun, 01 Feb 2015 22:48:51 +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/218-7ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 01 Feb 2015 22:48:51 +0100
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libsystemd0 libsystemd-dev libsystemd-login-dev libsystemd-daemon-dev libsystemd-journal-dev libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev python3-systemd systemd-dbg
Architecture: source
Version: 218-7ubuntu1
Distribution: vivid
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 (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: 759515 772182 776546
Launchpad-Bugs-Fixed: 1346734 1370329 1374521 1377258 1399595 1414409 1414426 1414544 1415104
Changes:
 systemd (218-7ubuntu1) vivid; 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 $ROOTDELAY, we do that in a more sensible way
       with wait-for-root. Will get applicable to Debian once Debian gets
       wait-for-root in initramfs-tools.
     - 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.
     - 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)
     - Lower Breaks: to plymouth version which has the udev inotify fix in
       Ubuntu.
     - Lower libappamor1 dep to the Ubuntu version where it moved to /lib.
     - Make failure of boot-and-services NSpawn.test_boot non-fatal for now.
       This currently fails when being triggered by Jenkins, but is totally
       unreproducible when running this manually on the exact same machine.
 .
     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 (218-7) experimental; urgency=medium
 .
   [ Martin Pitt ]
   * Don't attempt to mount the same swap partition twice through different
     device node aliases. (Closes: #772182, LP: #1399595)
   * logind: handle closing sessions over daemon restarts. (Closes: #759515,
     LP: #1415104)
   * logind: Fix sd_eviocrevoke ioctl call, to make forced input device release
     after log out actually work.
   * debian/rules: Drop obsolete --disable-multi-seat-x and
     --with-firmware-path configure options.
   * debian/udev.README.Debian: Trim the parts which are obsolete, wrong, or
     described in manpages. Only keep the Debian specific bits.
     (Part of #776546)
   * Actually install udev's README.Debian when building for Debian.
     (Closes: #776546)
   * Create system group "input" which was introduced in 215. (LP: #1414409)
   * ifup at .service: Don't fail if the interface is not configured in
     /etc/network/interfaces at all. (LP: #1414426)
 .
   [ Michael Biebl ]
   * Update Vcs-Browser URL to use cgit and https.
   * Map $x-display-manager LSB facility to display-manager.service instead of
     making it a target. Using a target had the downside that multiple display
     managers could hook into it at the same time which could lead to several
     failed start attempts for the non-default display manager.
Checksums-Sha1:
 e5a620a80ebf0277a07d23c8025a4052b14b8a9b 3945 systemd_218-7ubuntu1.dsc
 f5c1a71ee9c0b1720c5b470610df775f99112055 138376 systemd_218-7ubuntu1.debian.tar.xz
Checksums-Sha256:
 14773382cbaaa60961ca60554a6ca95447034e2a5f419fb96ef265da844dfc59 3945 systemd_218-7ubuntu1.dsc
 87db4764bcbd908e9b8a5f8aa4ed0c0f2f1542bb816f1b0b545e140813e402f0 138376 systemd_218-7ubuntu1.debian.tar.xz
Files:
 8f2a47960a19d60dd0eccb90b7ade997 3945 admin optional systemd_218-7ubuntu1.dsc
 484f932e742cf18c5ba9992d53e678a8 138376 admin optional systemd_218-7ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJUzp/pAAoJENFO8V2v4RNHrXkP/0WdnZaA7YRdZ/z7wSQF3wYT
VFp9Bf/+BklyJgh4TUoB05lIwSEyeCZDSzMciO6XM0C6hn0ypInThBVZIeu2mcpX
OIiqNzDTsN59+CWAZgcBbJWojmgGpR+mdonI8V8L+kkPz8UKftYWriYGNz6aHnH4
P8BkBQ3q6jJLN8cio346J4pubx5McEgYWIXabNvK3K76/d2jtrojmhmuwdMx5xES
cf1ojlSgQh7R2g1ivodusN7/xjifUvjLSTCnwQXQ4V7RghiunMIBRe8VrpJAUZmE
kbYkDEDTHTt6tWJVCbeVcuTrmZB0R//B2qcAraHoMwd0GGTcN4vggvEO933Xr4eb
Le2Co3Dnk+GvqtRKmZAZl6TZh1SLxRZm1gafzKB040efR2pxlxrOPxSrPsEdYztI
OmrXcru3ILaPZLZMEJIvjKp1teGTPFPGxqV1L7Uruv1/edB/CFTaQ8auc+yeniEv
ic/h093ktcZTO/KimaxOdutd5qDGzvAYi1QejvyuEC8EEA+ib8uA8tjVxBMUAZTX
aeAVXq70V2ytZ3ZNRUyxman8E0yci3UqSpL3wk6EN0LBLj1FtYpoZOarAmoGSlZm
+CX8uaKYtLPC4p0JmXlhS+ik8V4xuCor3n4zzCaiG/eLcOok8ACjidsCkRXGE5C1
sVgh3zIQZ5La713QoQf6
=1OXy
-----END PGP SIGNATURE-----


More information about the Vivid-changes mailing list