[ubuntu/oracular-proposed] systemd 256.4-1ubuntu1 (Accepted)

Nick Rosbrook enr0n at ubuntu.com
Fri Jul 26 18:13:14 UTC 2024


systemd (256.4-1ubuntu1) oracular; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - debian/tests/tests-in-lxd: run some autopkgtests in LXD too
    - debian/tests/boot-and-services:
      + skip apparmor tests on armhf
      + consume stderr in systemctl status call in test_service
      + drop test_no_failed
    - debian/systemd.postinst:
      + skip daemon-reexec and try-restarts during shutdown
      + manually call systemd-tmpfiles --create in postinst
    - debian/systemd-resolved.postinst: copy existing /etc/resolv.conf to
      /run/systemd/resolve/stub-resolv.conf
    - debian/rules:
      + Remove unneeded efi artifacts on i386 to avoid debugedit errors
    - debian/rules,debian/control,debian/tests/control:
      + Do not build with tpm libraries on i386
      + Do not build with libqrencode on i386
    - debian/gbp.conf,debian/extra/wrap_cl.py:
      Use a customization script to add LP commit links to changelog
    - debian/control:
      + Add Recommends: networkd-dispatcher systemd-resolved to systemd package
      + Give systemd-resolved Priority: important
      + Add Recommends: systemd-hwe-hwdb to udev package
      + Add Breaks: systemd (<< ${binary:Version}) to udev package so that
        systemd is upgraded as well when upgrading udev
      + Make systemd-sysv Depends: on matching version of systemd
      + Drop Recommends: libnss-myhostname libnss-resolve from systemd-resolved
      + Build-Depends: linux-tools-generic
    - debian/tests/upstream: export QEMU_MEM="1024M" for all tests
    - debian/systemd.links: mask systemd-gpt-auto-generator by default
    - debian/systemd.install: exclude files that are not built for i386
    - debian/systemd.manpages: do not ship un-built manpages on i386
    - debian/tests/control: only install systemd-boot-efi for supported arches
    - switch-root: use MS_MOVE for /run when switchig from initrd
    - debian/systemd.postinst: do not create /etc/tmpfiles.d/tmp.conf on upgrades.
      We want the upgrades on Ubuntu to be aligned with what a new install
      would look like.
  * New changes:
    - d/control: do not build systemd-boot-efi-{amd64,arm64}-signed-template

systemd (256.4-1) unstable; urgency=medium

  [ Nick Rosbrook ]
  * Move systemd-time-wait-sync to systemd-timesyncd package
    (LP: #1938058)
  * d/t/boot-and-services: skip test_tmp_cleanup if tmp.mount is
    overridden
  * d/t/upstream: ensure correct ubuntu codename is used
  * d/t/control: add Depends: lib{systemd,udev}-dev for upstream

  [ Luca Boccassi ]
  * Drop /etc/sysctl.d/99-sysctl.conf symlink procps no longer ships
    /etc/sysctl.conf (Closes: #1076190)
  * autopkgtest: add allow-stderr to timedated test
  * autopkgtest: set Release= in mkosi.local.conf to distinguish testing
    vs unstable
  * Drop out-of-tree localed patch and use D-Bus policy instead. We can
    forbid changing locale/keymap/keyboard via a D-Bus policy instead of
    an out-of-tree patch.
  * New upstream version 256.4 (Closes: #1074789)
  * Install varlinkctl zsh completion file
  * Drop last patch, all merged upstream

Date: Fri, 26 Jul 2024 13:36:33 -0400
Changed-By: Nick Rosbrook <enr0n at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/systemd/256.4-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 26 Jul 2024 13:36:33 -0400
Source: systemd
Built-For-Profiles: noudeb
Architecture: source
Version: 256.4-1ubuntu1
Distribution: oracular
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Nick Rosbrook <enr0n at ubuntu.com>
Closes: 1074789 1076190
Launchpad-Bugs-Fixed: 1938058
Changes:
 systemd (256.4-1ubuntu1) oracular; urgency=medium
 .
   * Merge with Debian unstable. Remaining changes:
     - debian/tests/tests-in-lxd: run some autopkgtests in LXD too
     - debian/tests/boot-and-services:
       + skip apparmor tests on armhf
       + consume stderr in systemctl status call in test_service
       + drop test_no_failed
     - debian/systemd.postinst:
       + skip daemon-reexec and try-restarts during shutdown
       + manually call systemd-tmpfiles --create in postinst
     - debian/systemd-resolved.postinst: copy existing /etc/resolv.conf to
       /run/systemd/resolve/stub-resolv.conf
     - debian/rules:
       + Remove unneeded efi artifacts on i386 to avoid debugedit errors
     - debian/rules,debian/control,debian/tests/control:
       + Do not build with tpm libraries on i386
       + Do not build with libqrencode on i386
     - debian/gbp.conf,debian/extra/wrap_cl.py:
       Use a customization script to add LP commit links to changelog
     - debian/control:
       + Add Recommends: networkd-dispatcher systemd-resolved to systemd package
       + Give systemd-resolved Priority: important
       + Add Recommends: systemd-hwe-hwdb to udev package
       + Add Breaks: systemd (<< ${binary:Version}) to udev package so that
         systemd is upgraded as well when upgrading udev
       + Make systemd-sysv Depends: on matching version of systemd
       + Drop Recommends: libnss-myhostname libnss-resolve from systemd-resolved
       + Build-Depends: linux-tools-generic
     - debian/tests/upstream: export QEMU_MEM="1024M" for all tests
     - debian/systemd.links: mask systemd-gpt-auto-generator by default
     - debian/systemd.install: exclude files that are not built for i386
     - debian/systemd.manpages: do not ship un-built manpages on i386
     - debian/tests/control: only install systemd-boot-efi for supported arches
     - switch-root: use MS_MOVE for /run when switchig from initrd
     - debian/systemd.postinst: do not create /etc/tmpfiles.d/tmp.conf on upgrades.
       We want the upgrades on Ubuntu to be aligned with what a new install
       would look like.
   * New changes:
     - d/control: do not build systemd-boot-efi-{amd64,arm64}-signed-template
 .
 systemd (256.4-1) unstable; urgency=medium
 .
   [ Nick Rosbrook ]
   * Move systemd-time-wait-sync to systemd-timesyncd package
     (LP: #1938058)
   * d/t/boot-and-services: skip test_tmp_cleanup if tmp.mount is
     overridden
   * d/t/upstream: ensure correct ubuntu codename is used
   * d/t/control: add Depends: lib{systemd,udev}-dev for upstream
 .
   [ Luca Boccassi ]
   * Drop /etc/sysctl.d/99-sysctl.conf symlink procps no longer ships
     /etc/sysctl.conf (Closes: #1076190)
   * autopkgtest: add allow-stderr to timedated test
   * autopkgtest: set Release= in mkosi.local.conf to distinguish testing
     vs unstable
   * Drop out-of-tree localed patch and use D-Bus policy instead. We can
     forbid changing locale/keymap/keyboard via a D-Bus policy instead of
     an out-of-tree patch.
   * New upstream version 256.4 (Closes: #1074789)
   * Install varlinkctl zsh completion file
   * Drop last patch, all merged upstream
Checksums-Sha1:
 e12fad31213feb11ffb787dde75842ab476234f2 8075 systemd_256.4-1ubuntu1.dsc
 97d0fc22f79f4f0739a54b2082278242d337cf27 15657554 systemd_256.4.orig.tar.gz
 fcf7a730db2f14621df20aa76ffeed1841d97132 226012 systemd_256.4-1ubuntu1.debian.tar.xz
 d23a49736f085f362dca918ddff7f631e110c7aa 14736 systemd_256.4-1ubuntu1_source.buildinfo
Checksums-Sha256:
 8191500320bd7bb2bbd981604ce6ddff944173410fa1a4086f43324406b8e383 8075 systemd_256.4-1ubuntu1.dsc
 7861d544190f938cac1b242624d78c96fe2ebbc7b72f86166e88b50451c6fa58 15657554 systemd_256.4.orig.tar.gz
 87ec75183702e9375cb48a9abe14c641b35d141683cdcfecc7ad50c3e68b1f36 226012 systemd_256.4-1ubuntu1.debian.tar.xz
 14204e9623683f6cd9b4d39fac9257457d3de0b76c827b957e3cd1670a31f39f 14736 systemd_256.4-1ubuntu1_source.buildinfo
Files:
 ffbfb3b091914785eec7093bf702542a 8075 admin optional systemd_256.4-1ubuntu1.dsc
 03bd1ff158ec0bc55428c77a8f8495bd 15657554 admin optional systemd_256.4.orig.tar.gz
 e6e731f2c271c4c735a584c252129d56 226012 admin optional systemd_256.4-1ubuntu1.debian.tar.xz
 8a1872b07604cfdf980ecaa872d23eba 14736 admin optional systemd_256.4-1ubuntu1_source.buildinfo
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>


More information about the oracular-changes mailing list