From b2165dc717e2d900f580c389c0520bba3afe6667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Dom=C3=ADnguez=20Mu=C3=B1oz?= Date: Sun, 18 Nov 2018 16:29:47 +0000 Subject: [PATCH] Remove link creation for rsyslog.service It is already handled by rsyslog.rpm, as indicated in this BugZilla report: https://bugzilla.redhat.com/show_bug.cgi?id=1343132 --- systemd.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/systemd.spec b/systemd.spec index cdd2090..94bb282 100644 --- a/systemd.spec +++ b/systemd.spec @@ -499,10 +499,6 @@ chmod g+s /run/log/journal/ /run/log/journal/`cat /etc/machine-id 2>/dev/null` / # Apply ACL to the journal directory setfacl -Rnm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal/ &>/dev/null || : -# Stop-gap until rsyslog.rpm does this on its own. (This is supposed -# to fail when the link already exists) -ln -s /usr/lib/systemd/system/rsyslog.service /etc/systemd/system/syslog.service &>/dev/null || : - # Remove spurious /etc/fstab entries from very old installations # https://bugzilla.redhat.com/show_bug.cgi?id=1009023 if [ -e /etc/fstab ]; then @@ -692,6 +688,9 @@ fi %files tests -f .file-list-tests %changelog +* Sun Nov 18 2018 Alejandro Domínguez Muñoz - 239-9.git9f3aed1 +- Remove link creation for rsyslog.service + * Thu Nov 8 2018 Adam Williamson - 239-9.git9f3aed1 - Go back to using systemctl preset-all in %post (#1647172, #1118740)