[ubuntu/plucky-proposed] systemd 257~rc3-1ubuntu1 (Accepted)
Nick Rosbrook
enr0n at ubuntu.com
Fri Dec 6 18:56:16 UTC 2024
systemd (257~rc3-1ubuntu1) plucky; urgency=medium
* Merge with Debian unstable (LP: #2091175). 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
+ Do not create /etc/tmpfiles.d/tmp.conf on upgrades
- debian/systemd-resolved.postinst: copy existing /etc/resolv.conf to
/run/systemd/resolve/stub-resolv.conf
- 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
+ Make systemd-cryptsetup Priority: important
+ 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
+ Do not build systemd-boot-efi-{amd64,arm64}-signed-template
- switch-root: use MS_MOVE for /run when switchig from initrd
- test: skip TEST-69-SHUTDOWN on ubuntu too (LP #2083704)
- Delta for i386:
+ debian/systemd.install: exclude files that are not built for i386
+ debian/systemd.manpages: do not ship un-built manpages on i386
+ debian/rules,debian/control,debian/tests/control:
Do not build with tpm libraries on i386
+ debian/rules,debian/control,debian/tests/control:
Do not build with libqrencode on i386
+ debian/rules: Remove unneeded efi artifacts on i386 to avoid debugedit errors
* Dropped changes, included in Debian:
- Filter out zdev rules in the initramfs hook (LP #2044104)
- d/t/upstream: honor /etc/apt configured by autopkgtest
- debian/tests/control: only install systemd-boot-efi for supported arches
- debian/systemd.links: mask systemd-gpt-auto-generator by default
(Ubuntu only)
* Dropped changes, not needed
- debian/tests/upstream: export QEMU_MEM="1024M" for all tests
* New changes:
- d/t/control: tests-in-lxd Depends: dnsmasq-base
- d/t/tests-in-lxd: drop patching workaround
systemd (257~rc3-1) unstable; urgency=medium
[ Luca Boccassi ]
* systemd-ukify: recommend systemd-boot-efi for the stub (Closes:
#1087808)
* Increase minimum sections in stub PE header on arm64/armhf/riscv64 to
500. Allows riscv64 to include all current DTBs with some room to grow
(Closes: #1087817)
* Bump version in tzdata dependency due to p-u upload
* Update to new upstream version v257~rc3. For a full list of changes:
https://github.com/systemd/systemd/releases/tag/v257-rc3
* Drop patches, merged upstream
* Update symbols for 257~rc3
[ Ben Hutchings ]
* sysctl: Add file trigger on /usr/lib/sysctl.d to restart systemd-
sysctl. (Closes: #1085160)
systemd (257~rc2-3) unstable; urgency=low
* Backport patch to remove faulty unit test assertion
systemd (257~rc2-2) unstable; urgency=low
* Backport patch to fix FTBFS due to failing unit test
systemd (257~rc2-1) unstable; urgency=low
* d/t/control: add more packages to dummy hint-testsuite-triggers. A
regression was introduced by nvme-cli in testing because the testsuite
doesn't depend on it anymore directly, as mkosi builds it in the
image. Add back all the tools/libraries that are only part of the
mkosi guest image, so that autopkgtest triggers when they get updated,
and regressions can be flagged before they migrate to testing.
* Update upstream source from tag 'upstream/257_rc2'
* Drop all patches, merged upstream
* Install new systemd-keyutil binary in the systemd-repart package
* systemd-ukify: downgrade dependency on systemd, not mandatory. It is
necessary for the systemd-measure binary, but its usage is optional
behind a specific argument, so the dependency can be downgraded
(Closes: #1087322)
* systemd-ukify: recommend systemd-repart. Needed for the systemd-sbsign
and systemd-keyutil binaries
* d/rules: adjust blhc override to account for source files being moved
* Update lintian override to ignore false positive typos
systemd (257~rc1-4) unstable; urgency=medium
* Backport patch to fix TEST-07-PID1 integration test
systemd (257~rc1-3) unstable; urgency=low
* Backport another patch to fix test failure on buildd
systemd (257~rc1-2) unstable; urgency=low
* Backport patch to fix unit test failure on buildd
systemd (257~rc1-1) unstable; urgency=low
* gbp.conf: switch upstream branch to full upstream history
* Update to new upstream version v257~rc1. For a full list of changes:
https://github.com/systemd/systemd/releases/tag/v257-rc1
* Drop all patches, merged upstream
* Install new files
* List new libsystemd0 symbols
* Ignore Lintian warning dh-exec-script-without-dh-exec-features
* d/copyright: remove pattern for directory that is no longer present
systemd (256.7-3) unstable; urgency=medium
[ Luca Boccassi ]
* Backport patch to fix test failures with tzdata 2024b-1
* systemd-boot: provide provisional integration with shim. Not yet
used, will be active once the signed packages are available.
https://wiki.debian.org/SecureBoot#Secure_Boot_setup_with_systemd-boot
[ Kirill Rekhov ]
* d/systemd.postrm: delete more internal state directories on purge
systemd (256.7-2) unstable; urgency=medium
[ Nick Rosbrook ]
* d/systemd.postinst: do not restart systemd-binfmt.service if masked
(LP: #2077869)
[ Luca Boccassi ]
* systemd-boot: depend on systemd for kernel-install (Closes: #1085012)
* Disable utmp support, not y2038 safe. utmp support in tmux has been
disabled, so autopkgtest should no longer break
* Backport fixes for upstream autopkgtest suite
[ Benjamin Drung ]
* initramfs-tools: support missing /etc/udev/udev.conf. Installing
initramfs-tools fails in case `/etc/udev/udev.conf` is removed
(LP: #2084592)
systemd (256.7-1) unstable; urgency=medium
* autopkgtest: skip gdm3 on armel for smoke tests. Gnome is no longer
built for armel. (Closes: #1082516)
* New upstream version 256.7
* Mark dependencies on clang and bpftool as :native (Closes: #1083064)
* Revert "autopkgtest: skip TEST-64-UDEV-STORAGE due to qemu crash". The
qemu crash is now detected in the upstream integration test script.
systemd (256.6-1) unstable; urgency=medium
[ Helmut Grohne ]
* salsa-ci: test the stage1 build profile
[ Simon Chopin ]
* Filter out zdev rules in the initramfs hook (LP: #2044104). s390-tools
has its own initramfs customization logic that deals with those files.
[ Luca Boccassi ]
* Re-enable utmp support, tmux's autopkgtests require it. This will
break as logind writing into utmp will wrap around, so Trixie won't be
y2038 ready after all
* New upstream version 256.6
* Note systemd-cryptsetup package split in NEWS (Closes: #1079644)
Date: Fri, 06 Dec 2024 10:30:12 -0500
Changed-By: Nick Rosbrook <enr0n at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/systemd/257~rc3-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 06 Dec 2024 10:30:12 -0500
Source: systemd
Built-For-Profiles: noudeb
Architecture: source
Version: 257~rc3-1ubuntu1
Distribution: plucky
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Nick Rosbrook <enr0n at ubuntu.com>
Closes: 1079644 1082516 1083064 1085012 1085160 1087322 1087808 1087817
Launchpad-Bugs-Fixed: 2044104 2077869 2084592 2091175
Changes:
systemd (257~rc3-1ubuntu1) plucky; urgency=medium
.
* Merge with Debian unstable (LP: #2091175). 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
+ Do not create /etc/tmpfiles.d/tmp.conf on upgrades
- debian/systemd-resolved.postinst: copy existing /etc/resolv.conf to
/run/systemd/resolve/stub-resolv.conf
- 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
+ Make systemd-cryptsetup Priority: important
+ 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
+ Do not build systemd-boot-efi-{amd64,arm64}-signed-template
- switch-root: use MS_MOVE for /run when switchig from initrd
- test: skip TEST-69-SHUTDOWN on ubuntu too (LP #2083704)
- Delta for i386:
+ debian/systemd.install: exclude files that are not built for i386
+ debian/systemd.manpages: do not ship un-built manpages on i386
+ debian/rules,debian/control,debian/tests/control:
Do not build with tpm libraries on i386
+ debian/rules,debian/control,debian/tests/control:
Do not build with libqrencode on i386
+ debian/rules: Remove unneeded efi artifacts on i386 to avoid debugedit errors
* Dropped changes, included in Debian:
- Filter out zdev rules in the initramfs hook (LP #2044104)
- d/t/upstream: honor /etc/apt configured by autopkgtest
- debian/tests/control: only install systemd-boot-efi for supported arches
- debian/systemd.links: mask systemd-gpt-auto-generator by default
(Ubuntu only)
* Dropped changes, not needed
- debian/tests/upstream: export QEMU_MEM="1024M" for all tests
* New changes:
- d/t/control: tests-in-lxd Depends: dnsmasq-base
- d/t/tests-in-lxd: drop patching workaround
.
systemd (257~rc3-1) unstable; urgency=medium
.
[ Luca Boccassi ]
* systemd-ukify: recommend systemd-boot-efi for the stub (Closes:
#1087808)
* Increase minimum sections in stub PE header on arm64/armhf/riscv64 to
500. Allows riscv64 to include all current DTBs with some room to grow
(Closes: #1087817)
* Bump version in tzdata dependency due to p-u upload
* Update to new upstream version v257~rc3. For a full list of changes:
https://github.com/systemd/systemd/releases/tag/v257-rc3
* Drop patches, merged upstream
* Update symbols for 257~rc3
.
[ Ben Hutchings ]
* sysctl: Add file trigger on /usr/lib/sysctl.d to restart systemd-
sysctl. (Closes: #1085160)
.
systemd (257~rc2-3) unstable; urgency=low
.
* Backport patch to remove faulty unit test assertion
.
systemd (257~rc2-2) unstable; urgency=low
.
* Backport patch to fix FTBFS due to failing unit test
.
systemd (257~rc2-1) unstable; urgency=low
.
* d/t/control: add more packages to dummy hint-testsuite-triggers. A
regression was introduced by nvme-cli in testing because the testsuite
doesn't depend on it anymore directly, as mkosi builds it in the
image. Add back all the tools/libraries that are only part of the
mkosi guest image, so that autopkgtest triggers when they get updated,
and regressions can be flagged before they migrate to testing.
* Update upstream source from tag 'upstream/257_rc2'
* Drop all patches, merged upstream
* Install new systemd-keyutil binary in the systemd-repart package
* systemd-ukify: downgrade dependency on systemd, not mandatory. It is
necessary for the systemd-measure binary, but its usage is optional
behind a specific argument, so the dependency can be downgraded
(Closes: #1087322)
* systemd-ukify: recommend systemd-repart. Needed for the systemd-sbsign
and systemd-keyutil binaries
* d/rules: adjust blhc override to account for source files being moved
* Update lintian override to ignore false positive typos
.
systemd (257~rc1-4) unstable; urgency=medium
.
* Backport patch to fix TEST-07-PID1 integration test
.
systemd (257~rc1-3) unstable; urgency=low
.
* Backport another patch to fix test failure on buildd
.
systemd (257~rc1-2) unstable; urgency=low
.
* Backport patch to fix unit test failure on buildd
.
systemd (257~rc1-1) unstable; urgency=low
.
* gbp.conf: switch upstream branch to full upstream history
* Update to new upstream version v257~rc1. For a full list of changes:
https://github.com/systemd/systemd/releases/tag/v257-rc1
* Drop all patches, merged upstream
* Install new files
* List new libsystemd0 symbols
* Ignore Lintian warning dh-exec-script-without-dh-exec-features
* d/copyright: remove pattern for directory that is no longer present
.
systemd (256.7-3) unstable; urgency=medium
.
[ Luca Boccassi ]
* Backport patch to fix test failures with tzdata 2024b-1
* systemd-boot: provide provisional integration with shim. Not yet
used, will be active once the signed packages are available.
https://wiki.debian.org/SecureBoot#Secure_Boot_setup_with_systemd-boot
.
[ Kirill Rekhov ]
* d/systemd.postrm: delete more internal state directories on purge
.
systemd (256.7-2) unstable; urgency=medium
.
[ Nick Rosbrook ]
* d/systemd.postinst: do not restart systemd-binfmt.service if masked
(LP: #2077869)
.
[ Luca Boccassi ]
* systemd-boot: depend on systemd for kernel-install (Closes: #1085012)
* Disable utmp support, not y2038 safe. utmp support in tmux has been
disabled, so autopkgtest should no longer break
* Backport fixes for upstream autopkgtest suite
.
[ Benjamin Drung ]
* initramfs-tools: support missing /etc/udev/udev.conf. Installing
initramfs-tools fails in case `/etc/udev/udev.conf` is removed
(LP: #2084592)
.
systemd (256.7-1) unstable; urgency=medium
.
* autopkgtest: skip gdm3 on armel for smoke tests. Gnome is no longer
built for armel. (Closes: #1082516)
* New upstream version 256.7
* Mark dependencies on clang and bpftool as :native (Closes: #1083064)
* Revert "autopkgtest: skip TEST-64-UDEV-STORAGE due to qemu crash". The
qemu crash is now detected in the upstream integration test script.
.
systemd (256.6-1) unstable; urgency=medium
.
[ Helmut Grohne ]
* salsa-ci: test the stage1 build profile
.
[ Simon Chopin ]
* Filter out zdev rules in the initramfs hook (LP: #2044104). s390-tools
has its own initramfs customization logic that deals with those files.
.
[ Luca Boccassi ]
* Re-enable utmp support, tmux's autopkgtests require it. This will
break as logind writing into utmp will wrap around, so Trixie won't be
y2038 ready after all
* New upstream version 256.6
* Note systemd-cryptsetup package split in NEWS (Closes: #1079644)
Checksums-Sha1:
8bf3d21091ea65437fc35c4fcb2acc233d4ef132 8648 systemd_257~rc3-1ubuntu1.dsc
07be65c6aa059a4d2b6d967e9e6dbff89a1f5359 16226197 systemd_257~rc3.orig.tar.gz
d81420517d1190b33e0ce478594229c6035d76ee 231692 systemd_257~rc3-1ubuntu1.debian.tar.xz
76246f747090c337b8f1368ca282afd8cd5383b8 15538 systemd_257~rc3-1ubuntu1_source.buildinfo
Checksums-Sha256:
05ca8c57498f4ccbe88dc6e2cbc397861934dbafe0dac467a81ede5a44e25d43 8648 systemd_257~rc3-1ubuntu1.dsc
bb0837988c3fb9b60d8ad38be791663a30cdb606242665f1157e1d884e2d892a 16226197 systemd_257~rc3.orig.tar.gz
ab9937e9c606f55ae5ae89b4b7998212840e5940ab79653e7893a5542b2c9bde 231692 systemd_257~rc3-1ubuntu1.debian.tar.xz
bce08ad7a69749c7257eec95d3308107c946b8e3200ca37c664b076f86e9a58a 15538 systemd_257~rc3-1ubuntu1_source.buildinfo
Files:
6a297d8aa5389293f22334314f5d2936 8648 admin optional systemd_257~rc3-1ubuntu1.dsc
65d0e8eaa0ccedd8694383efbb65c7cf 16226197 admin optional systemd_257~rc3.orig.tar.gz
88797b05b353c41561c0cf37f8f63497 231692 admin optional systemd_257~rc3-1ubuntu1.debian.tar.xz
e187e5df179956d02f43cba50acbbfab 15538 admin optional systemd_257~rc3-1ubuntu1_source.buildinfo
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>
More information about the plucky-changes
mailing list