[ubuntu/oracular-proposed] systemd 256.4-1ubuntu3 (Accepted)
Nick Rosbrook
enr0n at ubuntu.com
Mon Jul 29 18:11:13 UTC 2024
systemd (256.4-1ubuntu3) oracular; urgency=medium
* d/systemd.install: remove systemd-time-wait-sync again
This was mistakenly added back when resolving a merge conflict.
This binary was moved to systemd-timesyncd in commit 9d74923dd7
("Move systemd-time-wait-sync to systemd-timesyncd package").
systemd (256.4-1ubuntu2) oracular; urgency=medium
* d/systemd.install: do not ship systemd-tpm2-setup on i386
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: Mon, 29 Jul 2024 10:00:05 -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-1ubuntu3
-------------- next part --------------
Format: 1.8
Date: Mon, 29 Jul 2024 10:00:05 -0400
Source: systemd
Built-For-Profiles: noudeb
Architecture: source
Version: 256.4-1ubuntu3
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-1ubuntu3) oracular; urgency=medium
.
* d/systemd.install: remove systemd-time-wait-sync again
This was mistakenly added back when resolving a merge conflict.
This binary was moved to systemd-timesyncd in commit 9d74923dd7
("Move systemd-time-wait-sync to systemd-timesyncd package").
.
systemd (256.4-1ubuntu2) oracular; urgency=medium
.
* d/systemd.install: do not ship systemd-tpm2-setup on i386
.
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:
dcc8956fd49aa36736220fe53943ab56150a5ec3 8075 systemd_256.4-1ubuntu3.dsc
a54e04b45bffd2cdee1026d3182374bce391ab6e 226080 systemd_256.4-1ubuntu3.debian.tar.xz
6ce6a1e176c2282f3cc37a2347495507bb5903c9 14687 systemd_256.4-1ubuntu3_source.buildinfo
Checksums-Sha256:
0dd8a925ee73994024260bc8b383c01da5a342640e9847ef0fb7a9352c5464f5 8075 systemd_256.4-1ubuntu3.dsc
a31489bb2a79ef60677c8e6932a718b6cfc15aa488a1b6e4006fd19d4138ae1e 226080 systemd_256.4-1ubuntu3.debian.tar.xz
bd68db5ce660856b4c36611925f341317a57550cb94b7a200018be3dc3096769 14687 systemd_256.4-1ubuntu3_source.buildinfo
Files:
68fc96ed78f6710c5547fef7b87a8458 8075 admin optional systemd_256.4-1ubuntu3.dsc
b076c4e65481fdcd17bffb0f2bc62438 226080 admin optional systemd_256.4-1ubuntu3.debian.tar.xz
931856127375a1df16ca00c9a3e7cab1 14687 admin optional systemd_256.4-1ubuntu3_source.buildinfo
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>
More information about the oracular-changes
mailing list