[ubuntu/resolute-proposed] systemd 259.1-1ubuntu1 (Accepted)
Nick Rosbrook
enr0n at ubuntu.com
Thu Feb 12 21:51:18 UTC 2026
systemd (259.1-1ubuntu1) resolute; urgency=medium
* Merge with Debian unstable. Remaining changes:
- debian/systemd.postinst:
+ manually call systemd-tmpfiles --create in postinst
- debian/control:
+ Add Recommends: systemd-resolved to systemd package
+ Make systemd-cryptsetup Priority: important
+ Give systemd-resolved Priority: important
+ Add Recommends: systemd-hwe-hwdb to udev package
+ Drop Recommends: libnss-myhostname libnss-resolve from systemd-resolved
+ Do not build systemd-boot-efi-{amd64,arm64}-signed-template
+ d/control: demote systemd-userdbd to Suggests for libnss-systemd
- d/rules: disable bpf support on riscv64 for now (LP #2099864)
- d/extra/dbus-1: remove SetLocale restriction from dbus policy (LP #2102028)
- 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
- debian/libnss-systemd.*:
+ debian/libnss-systemd.nss: install after 'compat' too (LP #2125403)
+ debian/libnss-systemd.preinst: force nsswitch.conf update
Drop systemd instances in nsswitch.conf, and force postinst to
re-generate the file (LP #2121017)
+ debian/linbnss-systemd.nss: Install systemd service after files.
As suggested by upstream the systemd NSS service should come just after
files
- debian/tests:
+ d/t/boot-and-services: use coreutils tunable in apparmor test (LP #2125614)
+ d/t/upstream: skip TEST-08-INITRD on Ubuntu (LP #2136419)
- debian/patches:
+ switch-root: use MS_MOVE for /run when switchig from initrd
+ test: skip TEST-50-DISSECT.dissect (LP #2116460)
+ test: skip TEST-13-NSPAWN.{nspawn,machined} (LP #2136413)
* Dropped changes, included upstream:
- lp2136497-test-use-journalctl-n-option-instead-of-piping-to-head.patch
Applied upstream: https://github.com/systemd/systemd/commit/2c661e5f0d
- lp2136408-test-cope-with-uutils-coreutils-flag-parsing-for-date-com.patch
Applied upstream: https://github.com/systemd/systemd/commit/a45dad1aa5
- test-disable-pipefail-again-in-monitor_check_rr.patch
Applied upstream: https://github.com/systemd/systemd/commit/ce35956b3a
- resolve-include-current-DNS-server-in-JSON-again.patch
Applied upstream: https://github.com/systemd/systemd/commit/0de941f937
- lp2133402-ukify-omit-.osrel-section-when-os-release-is-empty.patch
Applied upstream: https://github.com/systemd/systemd/commit/798a27a5b4
* Dropped changes, no longer needed:
- d/t/upstream: use GNU cp in test setup (LP #2122363)
Fixed in rust-coreutils 0.5.0
- lp2136752-test-workaround-uutils-dd-broken-pipe.patch
Fixed in rust-coreutils 0.6.0
* New changes:
- d/libsystemd-shared.preinst: refuse to upgrade without unified cgroupv2 hierarchy
systemd (259.1-1) unstable; urgency=medium
[ Luca Boccassi ]
* Drop dependencies on libcap-dev, no longer used since v259
* Mark sd-userdbd as Multi-Arch: foreign (Closes: #1123615)
* Use dh_installsystemd more to manage units. Ensure more units are
handled as they are added to various packages
* Use dh_installsystemd to handle journald and networkd
* Use deb-systemd-invoke to reexec instead of manual calls. Allows the
tool to handle the complications and use varlink where available
* Increase number of sections of sd-stub on amd64 too. The default limit
breaks adding more than 28 sections, which can happen with a UKI with
many optional profiles. Bump it on amd64 too, at the cost of an extra
~80KB in size on the stub.
* Update upstream source from tag 'upstream/259.1' Update to upstream
version '259.1' with Debian dir
f7a9425f1024ef75b5020a216f6be3d0af9ac227
* Restrict the tpm2-generator manpage to arches where it is built
* Install ask-password polkit policy file
[ Yu Watanabe ]
* Drop use of deprecated options. These options are deprecated since
v258.
[ Nick Rosbrook ]
* d/control: have systemd-boot depend on efibootmgr for amd64 and arm64
only
* d/tests: drop tests-in-lxd
* d/control: make systemd-container Depends: libarchive13t64. This is
needed for e.g. systemd-import-generator + rd.systemd.pull= to work
properly. Dracut would like to be able to use that feature reliably
when systemd-importd is available, so explicitly depend on libarchive.
Currently, it is only a Suggests of libsystemd-shared via dlopen
machinery. (LP: #2139822)
Date: Tue, 10 Feb 2026 14:05:53 -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/259.1-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 10 Feb 2026 14:05:53 -0500
Source: systemd
Built-For-Profiles: noudeb
Architecture: source
Version: 259.1-1ubuntu1
Distribution: resolute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Nick Rosbrook <enr0n at ubuntu.com>
Closes: 1123615
Launchpad-Bugs-Fixed: 2139822
Changes:
systemd (259.1-1ubuntu1) resolute; urgency=medium
.
* Merge with Debian unstable. Remaining changes:
- debian/systemd.postinst:
+ manually call systemd-tmpfiles --create in postinst
- debian/control:
+ Add Recommends: systemd-resolved to systemd package
+ Make systemd-cryptsetup Priority: important
+ Give systemd-resolved Priority: important
+ Add Recommends: systemd-hwe-hwdb to udev package
+ Drop Recommends: libnss-myhostname libnss-resolve from systemd-resolved
+ Do not build systemd-boot-efi-{amd64,arm64}-signed-template
+ d/control: demote systemd-userdbd to Suggests for libnss-systemd
- d/rules: disable bpf support on riscv64 for now (LP #2099864)
- d/extra/dbus-1: remove SetLocale restriction from dbus policy (LP #2102028)
- 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
- debian/libnss-systemd.*:
+ debian/libnss-systemd.nss: install after 'compat' too (LP #2125403)
+ debian/libnss-systemd.preinst: force nsswitch.conf update
Drop systemd instances in nsswitch.conf, and force postinst to
re-generate the file (LP #2121017)
+ debian/linbnss-systemd.nss: Install systemd service after files.
As suggested by upstream the systemd NSS service should come just after
files
- debian/tests:
+ d/t/boot-and-services: use coreutils tunable in apparmor test (LP #2125614)
+ d/t/upstream: skip TEST-08-INITRD on Ubuntu (LP #2136419)
- debian/patches:
+ switch-root: use MS_MOVE for /run when switchig from initrd
+ test: skip TEST-50-DISSECT.dissect (LP #2116460)
+ test: skip TEST-13-NSPAWN.{nspawn,machined} (LP #2136413)
* Dropped changes, included upstream:
- lp2136497-test-use-journalctl-n-option-instead-of-piping-to-head.patch
Applied upstream: https://github.com/systemd/systemd/commit/2c661e5f0d
- lp2136408-test-cope-with-uutils-coreutils-flag-parsing-for-date-com.patch
Applied upstream: https://github.com/systemd/systemd/commit/a45dad1aa5
- test-disable-pipefail-again-in-monitor_check_rr.patch
Applied upstream: https://github.com/systemd/systemd/commit/ce35956b3a
- resolve-include-current-DNS-server-in-JSON-again.patch
Applied upstream: https://github.com/systemd/systemd/commit/0de941f937
- lp2133402-ukify-omit-.osrel-section-when-os-release-is-empty.patch
Applied upstream: https://github.com/systemd/systemd/commit/798a27a5b4
* Dropped changes, no longer needed:
- d/t/upstream: use GNU cp in test setup (LP #2122363)
Fixed in rust-coreutils 0.5.0
- lp2136752-test-workaround-uutils-dd-broken-pipe.patch
Fixed in rust-coreutils 0.6.0
* New changes:
- d/libsystemd-shared.preinst: refuse to upgrade without unified cgroupv2 hierarchy
.
systemd (259.1-1) unstable; urgency=medium
.
[ Luca Boccassi ]
* Drop dependencies on libcap-dev, no longer used since v259
* Mark sd-userdbd as Multi-Arch: foreign (Closes: #1123615)
* Use dh_installsystemd more to manage units. Ensure more units are
handled as they are added to various packages
* Use dh_installsystemd to handle journald and networkd
* Use deb-systemd-invoke to reexec instead of manual calls. Allows the
tool to handle the complications and use varlink where available
* Increase number of sections of sd-stub on amd64 too. The default limit
breaks adding more than 28 sections, which can happen with a UKI with
many optional profiles. Bump it on amd64 too, at the cost of an extra
~80KB in size on the stub.
* Update upstream source from tag 'upstream/259.1' Update to upstream
version '259.1' with Debian dir
f7a9425f1024ef75b5020a216f6be3d0af9ac227
* Restrict the tpm2-generator manpage to arches where it is built
* Install ask-password polkit policy file
.
[ Yu Watanabe ]
* Drop use of deprecated options. These options are deprecated since
v258.
.
[ Nick Rosbrook ]
* d/control: have systemd-boot depend on efibootmgr for amd64 and arm64
only
* d/tests: drop tests-in-lxd
* d/control: make systemd-container Depends: libarchive13t64. This is
needed for e.g. systemd-import-generator + rd.systemd.pull= to work
properly. Dracut would like to be able to use that feature reliably
when systemd-importd is available, so explicitly depend on libarchive.
Currently, it is only a Suggests of libsystemd-shared via dlopen
machinery. (LP: #2139822)
Checksums-Sha1:
aff249b7f3500cdb93a8adb8705a2d36c8f6d3da 8499 systemd_259.1-1ubuntu1.dsc
fa9821ff17cfb878562839a1818c4a47f10b4455 17274033 systemd_259.1.orig.tar.gz
ce5ece9e189211b461c4d42a47cd8373f98c1d1e 236196 systemd_259.1-1ubuntu1.debian.tar.xz
281e4fbb0c6d2e591111a74abc159ec2c8b1b61a 15324 systemd_259.1-1ubuntu1_source.buildinfo
Checksums-Sha256:
5a9a704ac03f8e9448d5a21580565139eebdcace1ace8b0b8d0fcab5dab3b409 8499 systemd_259.1-1ubuntu1.dsc
7af4f36db512ad2f0f749a0f9886370edeb2bb5128014fc47cdf73702c7e1911 17274033 systemd_259.1.orig.tar.gz
8de3f1f031b160aba868410d5d371e44a2186bf6b74faf15312ac58fdf692ac2 236196 systemd_259.1-1ubuntu1.debian.tar.xz
4296a771ad2d0adad4a884e4c52e9512b449befbefe8d6845f114ff38d435768 15324 systemd_259.1-1ubuntu1_source.buildinfo
Files:
ee02c845c4fdd1cd3f94c8de1234e3a9 8499 admin optional systemd_259.1-1ubuntu1.dsc
623f73826e7702ac08c57febb9d20431 17274033 admin optional systemd_259.1.orig.tar.gz
372dcec240a805e836c60124fed6fd60 236196 admin optional systemd_259.1-1ubuntu1.debian.tar.xz
22c7cf3d0c77cad475166a566ada862c 15324 admin optional systemd_259.1-1ubuntu1_source.buildinfo
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>
More information about the Resolute-changes
mailing list