From 9d7b00b825ce4eb964a97b3b74f7fdd3c2c315cbf4aafe5feb872274f3e1de71 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 17 Sep 2020 15:21:53 +0000 Subject: [PATCH] Accepting request 835240 from home:fbui:systemd:openSUSE-Factory - Remove dangling symlink /usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket Otherwise the build system complains. OBS-URL: https://build.opensuse.org/request/show/835240 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1120 --- systemd-mini.changes | 8 ++++++++ systemd-mini.spec | 1 + systemd.changes | 8 ++++++++ systemd.spec | 1 + 4 files changed, 18 insertions(+) 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