Skip to content
Snippets Groups Projects
Commit a6ac522c authored by importbot's avatar importbot
Browse files

import systemd-256-10.el10

parent 9ba92b01
No related branches found
Tags imports/c10s/systemd-256-10.el10
No related merge requests found
......@@ -48,7 +48,7 @@ Url: https://systemd.io
# Allow users to specify the version and release when building the rpm by
# setting the %%version_override and %%release_override macros.
Version: %{?version_override}%{!?version_override:256}
Release: 9%{?dist}
Release: 10%{?dist}
%global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?)
......@@ -961,7 +961,7 @@ systemctl daemon-reexec || :
%triggerpostun -- systemd < 256-9
if [ -L /etc/ssh/sshd_config.d/20-systemd-userdb.conf ] && \
[ "$(readlink -f /etc/ssh/sshd_config.d/20-systemd-userdb.conf)" = "/usr/lib/systemd/sshd_config.d/20-systemd-userdb.conf" ] ; then
[ "$(readlink -m /etc/ssh/sshd_config.d/20-systemd-userdb.conf)" = "/usr/lib/systemd/sshd_config.d/20-systemd-userdb.conf" ] ; then
rm -f /etc/ssh/sshd_config.d/20-systemd-userdb.conf || :
fi
......@@ -1106,6 +1106,9 @@ rm -f .file-list-*
rm -f %{name}.lang
%changelog
* Mon Jul 29 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-10
- fix updgrade from versions before removal of systemd-ssh-generator - follow-up (RHEL-50131)
* 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment