systemd-256-9

Resolves: RHEL-50131
This commit is contained in:
Michal Sekletar 2024-07-25 19:37:56 +02:00
parent 1a5fa31a19
commit 9bbf93829f

View File

@ -48,7 +48,7 @@ Url: https://systemd.io
# Allow users to specify the version and release when building the rpm by # Allow users to specify the version and release when building the rpm by
# setting the %%version_override and %%release_override macros. # setting the %%version_override and %%release_override macros.
Version: %{?version_override}%{!?version_override:256} Version: %{?version_override}%{!?version_override:256}
Release: 8%{?dist} Release: 9%{?dist}
%global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?) %global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?)
@ -959,12 +959,11 @@ fi
# This is for upgrades from previous versions before systemd restart was moved to %%postun # This is for upgrades from previous versions before systemd restart was moved to %%postun
systemctl daemon-reexec || : systemctl daemon-reexec || :
%triggerpostun -- systemd < 253~rc1-2 %triggerpostun -- systemd < 256-9
# This is for upgrades from previous versions where systemd-journald-audit.socket if [ -L /etc/ssh/sshd_config.d/20-systemd-userdb.conf ] && \
# had a static enablement symlink. [ "$(readlink -f /etc/ssh/sshd_config.d/20-systemd-userdb.conf)" = "/usr/lib/systemd/sshd_config.d/20-systemd-userdb.conf" ] ; then
# We use %%triggerpostun here because rpm doesn't allow a second %%triggerun with rm -f /etc/ssh/sshd_config.d/20-systemd-userdb.conf || :
# a different package version. fi
systemctl --no-reload preset systemd-journald-audit.socket &>/dev/null || :
%global udev_services systemd-udev{d,-settle,-trigger}.service systemd-udevd-{control,kernel}.socket %{?want_bootloader:systemd-boot-update.service} systemd-pstore.service remote-cryptsetup.target %global udev_services systemd-udev{d,-settle,-trigger}.service systemd-udevd-{control,kernel}.socket %{?want_bootloader:systemd-boot-update.service} systemd-pstore.service remote-cryptsetup.target
@ -1107,6 +1106,9 @@ rm -f .file-list-*
rm -f %{name}.lang rm -f %{name}.lang
%changelog %changelog
* Thu Jul 25 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-9
- fix updgrade from versions before removal of systemd-ssh-generator (RHEL-50131)
* Tue Jul 23 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-8 * Tue Jul 23 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-8
- Avoid /tmp being mounted as tmpfs without the user's will (RHEL-40924) - Avoid /tmp being mounted as tmpfs without the user's will (RHEL-40924)
- unit: don't add Requires for tmp.mount (RHEL-40924) - unit: don't add Requires for tmp.mount (RHEL-40924)