From 1afd1ff353e7f134c202c099e23ba6873c368d297e4cbb26a0f1b38464ef010c Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Fri, 10 Sep 2021 13:31:14 +0000 Subject: [PATCH] - Drop git internal files from the testsuite sub-package OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1186 --- systemd-mini.changes | 5 +++++ systemd-mini.spec | 1 + systemd.changes | 5 +++++ systemd.spec | 1 + 4 files changed, 12 insertions(+) diff --git a/systemd-mini.changes b/systemd-mini.changes index e3cc72e9..a710a701 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 10 13:30:14 UTC 2021 - Franck Bui + +- Drop git internal files from the testsuite sub-package + ------------------------------------------------------------------- Fri Sep 10 09:51:06 UTC 2021 - Franck Bui diff --git a/systemd-mini.spec b/systemd-mini.spec index f07a4c53..95e3c7b2 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -898,6 +898,7 @@ rm -f %{buildroot}%{_unitdir}/sockets.target.wants/systemd-journald-audit.socket %if %{with testsuite} cp -a test %{buildroot}%{_testsuitedir}/ +find %{buildroot}%{_testsuitedir}/ -name .git\* -exec rm -fr {} \; %endif %if ! 0%{?bootstrap} diff --git a/systemd.changes b/systemd.changes index e3cc72e9..a710a701 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 10 13:30:14 UTC 2021 - Franck Bui + +- Drop git internal files from the testsuite sub-package + ------------------------------------------------------------------- Fri Sep 10 09:51:06 UTC 2021 - Franck Bui diff --git a/systemd.spec b/systemd.spec index a53416e3..f4e89328 100644 --- a/systemd.spec +++ b/systemd.spec @@ -896,6 +896,7 @@ rm -f %{buildroot}%{_unitdir}/sockets.target.wants/systemd-journald-audit.socket %if %{with testsuite} cp -a test %{buildroot}%{_testsuitedir}/ +find %{buildroot}%{_testsuitedir}/ -name .git\* -exec rm -fr {} \; %endif %if ! 0%{?bootstrap}