Don't create /var/log/journal during package installation

Related: RHEL-40924

Signed-off-by: Kyle Walker <kwalker@redhat.com>
Signed-off-by: Michal Sekletar <msekleta@redhat.com>
This commit is contained in:
Kyle Walker 2021-06-04 16:15:49 -04:00 committed by Michal Sekletar
parent 1301e19b3a
commit f750046aec

View File

@ -906,10 +906,6 @@ systemd-machine-id-setup &>/dev/null || :
[ $1 -eq 1 ] || exit 0 [ $1 -eq 1 ] || exit 0
# create /var/log/journal only on initial installation,
# and only if it's writable (it won't be in rpm-ostree).
[ -w %{_localstatedir} ] && mkdir -p %{_localstatedir}/log/journal
[ -w %{_localstatedir} ] && journalctl --update-catalog || : [ -w %{_localstatedir} ] && journalctl --update-catalog || :
systemd-sysusers || : systemd-sysusers || :
systemd-tmpfiles --create &>/dev/null || : systemd-tmpfiles --create &>/dev/null || :
@ -1098,6 +1094,7 @@ rm -f %{name}.lang
%changelog %changelog
* Tue Jul 16 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-4 * Tue Jul 16 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-4
- reenable systemd-firstboot (RHEL-48822) - reenable systemd-firstboot (RHEL-48822)
- don't create /var/log/journal (RHEL-40924)
* Mon Jul 08 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-3 * Mon Jul 08 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-3
- taint: remove unmerged-bin (RHEL-46277) - taint: remove unmerged-bin (RHEL-46277)