[ubuntu/oracular-proposed] systemd 256~rc3-1ubuntu1 (Accepted)

Nick Rosbrook enr0n at ubuntu.com
Thu May 23 20:18:11 UTC 2024


systemd (256~rc3-1ubuntu1) oracular; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - debian/tests/upstream{,-1,-2}: split upstream tests into two parts
    - debian/tests/tests-in-lxd: run some autopkgtests in LXD too
    - debian/tests/storage: skip tests if scsi_debug module is not available
    - debian/tests/boot-and-services:
      + skip test_syslog on s390x
      + skip coredump tests on s390x
      + 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:
      + Set default user path
      + Disable LLMNR by default
      + 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/extra/systemd-oomd-defaults/-.slice.d/10-oomd-root-slice-defaults.conf:
      Set ManagedOOMSwap=auto, disabling swap kill by default
    - 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
    - d/p/debian/UBUNTU-Add-AssumedApparmorLabel-unconfined-to-timedate1-dbus.patch:
      Set AssumedAppArmorLabel=unconfined in timedate1 dbus service file
    - d/p/debian/UBUNTU-test-test-functions-launch-qemu-with-vga-none.patch:
      Launch QEMU with -vga none in test-functions
    - d/p/debian/UBUNTU-resolved-default-no-negative-caching.patch:
      Default to Cache=no-negative in systemd-resolved
    - d/p/Revert-network-if-sys-is-rw-then-udev-should-be-around.patch:
      Revert "network: if /sys is rw, then udev should be around" upstream
      commit
    - d/p/lp1861941-dont-generate-disk-byuuid-for-bcache-uuid.patch:
      skip disk/by-uuid for bcache devices
    - d/p/debian/UBUNTU-Don-t-override-Ubuntu-s-default-sysctl-values-LP-1962038.patch:
      Don't override Ubuntu's default sysctl values
    - debian/patches/debian/UBUNTU-read-only-etc-hacks.patch:
      Workaround Ubuntu core's read-only etc
    - debian/extra: use a dropin to configure Nice=-1 on systemd-journald.service.
    - 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
    - test: temporarily skip credentials tests in LXC.
      This was already skipped in another patch, but now that we know what's
      going on with it, split it out.
    - test: skip test-execute in arhmf LXC containers
    - test: skip exec-privatenetwork-yes-privatemounts-yes.service in LXC
  * Dropped changes, no longer needed:
    - Provide upgrade path (Replaces:) for Jammy's systemd-repart
    - test: deny-list TEST-08-INITRD.
  * New changes:
    - debian/tests/tests-in-lxd: skip until credentials can be used in LXD

systemd (256~rc3-1) unstable; urgency=medium

  * Bump Breaks on dracut, on request of the maintainer (Closes: #1071278)
  * autopkgtest: reboot before logind test
  * Disable D-Bus introspection XML generation with nodoc profile
  * autopkgtest: install systemd-dev for upstream suite too
  * New upstream version 256~rc3
  * Drop patches merged upstream

systemd (256~rc2-3) unstable; urgency=medium

  * Explicitly enable systemd-boot only on supported architectures

systemd (256~rc2-2) unstable; urgency=medium

  * Build depend on dh-dlopenlibdeps and dynamically generate dlopen
    dependencies
  * Backport patches to fix journald asserts Compress=yes (Closes:
    #1071201)

Date: Thu, 23 May 2024 10:45:03 -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~rc3-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 23 May 2024 10:45:03 -0400
Source: systemd
Built-For-Profiles: noudeb
Architecture: source
Version: 256~rc3-1ubuntu1
Distribution: oracular
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Nick Rosbrook <enr0n at ubuntu.com>
Closes: 1071201 1071278
Changes:
 systemd (256~rc3-1ubuntu1) oracular; urgency=medium
 .
   * Merge with Debian unstable. Remaining changes:
     - debian/tests/upstream{,-1,-2}: split upstream tests into two parts
     - debian/tests/tests-in-lxd: run some autopkgtests in LXD too
     - debian/tests/storage: skip tests if scsi_debug module is not available
     - debian/tests/boot-and-services:
       + skip test_syslog on s390x
       + skip coredump tests on s390x
       + 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:
       + Set default user path
       + Disable LLMNR by default
       + 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/extra/systemd-oomd-defaults/-.slice.d/10-oomd-root-slice-defaults.conf:
       Set ManagedOOMSwap=auto, disabling swap kill by default
     - 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
     - d/p/debian/UBUNTU-Add-AssumedApparmorLabel-unconfined-to-timedate1-dbus.patch:
       Set AssumedAppArmorLabel=unconfined in timedate1 dbus service file
     - d/p/debian/UBUNTU-test-test-functions-launch-qemu-with-vga-none.patch:
       Launch QEMU with -vga none in test-functions
     - d/p/debian/UBUNTU-resolved-default-no-negative-caching.patch:
       Default to Cache=no-negative in systemd-resolved
     - d/p/Revert-network-if-sys-is-rw-then-udev-should-be-around.patch:
       Revert "network: if /sys is rw, then udev should be around" upstream
       commit
     - d/p/lp1861941-dont-generate-disk-byuuid-for-bcache-uuid.patch:
       skip disk/by-uuid for bcache devices
     - d/p/debian/UBUNTU-Don-t-override-Ubuntu-s-default-sysctl-values-LP-1962038.patch:
       Don't override Ubuntu's default sysctl values
     - debian/patches/debian/UBUNTU-read-only-etc-hacks.patch:
       Workaround Ubuntu core's read-only etc
     - debian/extra: use a dropin to configure Nice=-1 on systemd-journald.service.
     - 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
     - test: temporarily skip credentials tests in LXC.
       This was already skipped in another patch, but now that we know what's
       going on with it, split it out.
     - test: skip test-execute in arhmf LXC containers
     - test: skip exec-privatenetwork-yes-privatemounts-yes.service in LXC
   * Dropped changes, no longer needed:
     - Provide upgrade path (Replaces:) for Jammy's systemd-repart
     - test: deny-list TEST-08-INITRD.
   * New changes:
     - debian/tests/tests-in-lxd: skip until credentials can be used in LXD
 .
 systemd (256~rc3-1) unstable; urgency=medium
 .
   * Bump Breaks on dracut, on request of the maintainer (Closes: #1071278)
   * autopkgtest: reboot before logind test
   * Disable D-Bus introspection XML generation with nodoc profile
   * autopkgtest: install systemd-dev for upstream suite too
   * New upstream version 256~rc3
   * Drop patches merged upstream
 .
 systemd (256~rc2-3) unstable; urgency=medium
 .
   * Explicitly enable systemd-boot only on supported architectures
 .
 systemd (256~rc2-2) unstable; urgency=medium
 .
   * Build depend on dh-dlopenlibdeps and dynamically generate dlopen
     dependencies
   * Backport patches to fix journald asserts Compress=yes (Closes:
     #1071201)
Checksums-Sha1:
 1258c18935734577807c686a4e0f47b1d5161b20 7974 systemd_256~rc3-1ubuntu1.dsc
 052e2ff151fc5960e62f2e0fd8dbfa99f76074ac 15614677 systemd_256~rc3.orig.tar.gz
 415d1729ba567ce4e40334563abddf297fa144bf 225492 systemd_256~rc3-1ubuntu1.debian.tar.xz
 46f51b150d0ab44aad4abbdc64742a977f41a1cd 14908 systemd_256~rc3-1ubuntu1_source.buildinfo
Checksums-Sha256:
 62494c94e32d23e7ff1bf7a34e5530a7571e7b5f115efce4e1fda0c123bc1404 7974 systemd_256~rc3-1ubuntu1.dsc
 d23147acb50a2cc407b0efc77d2888899b316b2294f3ec249a7860218e7f3cd7 15614677 systemd_256~rc3.orig.tar.gz
 935f1139ff21ffd4894866fc884faa54537a64ddfff9ac71600e54db370f03b4 225492 systemd_256~rc3-1ubuntu1.debian.tar.xz
 2699f5e384c440735d5ab9a95335e91e2973d1726dd3b5123cf8bd2d3ce8da97 14908 systemd_256~rc3-1ubuntu1_source.buildinfo
Files:
 97b35c2d5e9246e39200fad6b3546546 7974 admin optional systemd_256~rc3-1ubuntu1.dsc
 1d5f1a44d8083b3d69ae91f5016d1418 15614677 admin optional systemd_256~rc3.orig.tar.gz
 533c452ea0bd7bbcacc52f75412b7bd9 225492 admin optional systemd_256~rc3-1ubuntu1.debian.tar.xz
 65ea49be3b8cf186719e252168f136f7 14908 admin optional systemd_256~rc3-1ubuntu1_source.buildinfo
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>


More information about the oracular-changes mailing list