diff --git a/systemd-mini.changes b/systemd-mini.changes index feaf0aba..bc4ee8ee 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 17 15:12:48 UTC 2020 - Franck Bui + +- Remove dangling symlink + /usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket + + Otherwise the build system complains. + ------------------------------------------------------------------- Thu Sep 17 12:50:27 UTC 2020 - Franck Bui diff --git a/systemd-mini.spec b/systemd-mini.spec index 361542bf..f3d646d4 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -809,6 +809,7 @@ EOF # us to prevent journald from recording audit messages in the journal # by default (bsc#1109252). rm -f %{buildroot}%{_unitdir}/systemd-journald-audit.socket +rm -f %{buildroot}%{_unitdir}/sockets.target.wants/systemd-journald-audit.socket %if ! 0%{?bootstrap} %find_lang systemd diff --git a/systemd.changes b/systemd.changes index feaf0aba..bc4ee8ee 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 17 15:12:48 UTC 2020 - Franck Bui + +- Remove dangling symlink + /usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket + + Otherwise the build system complains. + ------------------------------------------------------------------- Thu Sep 17 12:50:27 UTC 2020 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 97cbe977..2e93d344 100644 --- a/systemd.spec +++ b/systemd.spec @@ -807,6 +807,7 @@ EOF # us to prevent journald from recording audit messages in the journal # by default (bsc#1109252). rm -f %{buildroot}%{_unitdir}/systemd-journald-audit.socket +rm -f %{buildroot}%{_unitdir}/sockets.target.wants/systemd-journald-audit.socket %if ! 0%{?bootstrap} %find_lang systemd