From 347c3f989280a4445290646b2476d9bed30a62e643052e51f46e7d4a5b3f6823 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Mon, 23 Sep 2019 12:13:38 +0000 Subject: [PATCH] Accepting request 732677 from home:fbui:systemd:openSUSE-Factory - Some files related to the portable stuff were missing some %exclude OBS-URL: https://build.opensuse.org/request/show/732677 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1071 --- systemd-mini.changes | 5 +++++ systemd-mini.spec | 13 +++++++++++++ systemd.changes | 5 +++++ systemd.spec | 13 +++++++++++++ 4 files changed, 36 insertions(+) diff --git a/systemd-mini.changes b/systemd-mini.changes index a4327193..49f95bcf 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 23 11:45:18 UTC 2019 - Franck Bui + +- Some files related to the portable stuff were missing some %exclude + ------------------------------------------------------------------- Wed Sep 18 12:17:37 UTC 2019 - Franck Bui diff --git a/systemd-mini.spec b/systemd-mini.spec index 93b829d2..87e7e4d3 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -1041,6 +1041,13 @@ fi %exclude %{_unitdir}/systemd-importd.service %exclude %{_unitdir}/dbus-org.freedesktop.import1.service %endif +%if %{with portabled} +%exclude %{_prefix}/lib/systemd/systemd-portabled +%exclude %{_prefix}/lib/systemd/portable +%exclude %{_unitdir}/systemd-portabled.service +%exclude %{_unitdir}/dbus-org.freedesktop.portable1.service +%exclude %{_tmpfilesdir}/portables.conf +%endif %{_unitdir}/*.automount %{_unitdir}/*.service @@ -1232,6 +1239,10 @@ fi %if %{with importd} %exclude %{_mandir}/man*/systemd-importd* %endif +%if %{with portabled} +%exclude %{_mandir}/man*/portablectl* +%exclude %{_mandir}/man*/systemd-portabled* +%endif %endif %{_docdir}/systemd @@ -1487,6 +1498,8 @@ fi %{_datadir}/dbus-1/system-services/org.freedesktop.portable1.service %{_datadir}/polkit-1/actions/org.freedesktop.portable1.policy %{_tmpfilesdir}/portables.conf +%{_mandir}/man*/portablectl* +%{_mandir}/man*/systemd-portabled* %endif %changelog diff --git a/systemd.changes b/systemd.changes index a4327193..49f95bcf 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 23 11:45:18 UTC 2019 - Franck Bui + +- Some files related to the portable stuff were missing some %exclude + ------------------------------------------------------------------- Wed Sep 18 12:17:37 UTC 2019 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 964daa81..ec3759c7 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1039,6 +1039,13 @@ fi %exclude %{_unitdir}/systemd-importd.service %exclude %{_unitdir}/dbus-org.freedesktop.import1.service %endif +%if %{with portabled} +%exclude %{_prefix}/lib/systemd/systemd-portabled +%exclude %{_prefix}/lib/systemd/portable +%exclude %{_unitdir}/systemd-portabled.service +%exclude %{_unitdir}/dbus-org.freedesktop.portable1.service +%exclude %{_tmpfilesdir}/portables.conf +%endif %{_unitdir}/*.automount %{_unitdir}/*.service @@ -1230,6 +1237,10 @@ fi %if %{with importd} %exclude %{_mandir}/man*/systemd-importd* %endif +%if %{with portabled} +%exclude %{_mandir}/man*/portablectl* +%exclude %{_mandir}/man*/systemd-portabled* +%endif %endif %{_docdir}/systemd @@ -1485,6 +1496,8 @@ fi %{_datadir}/dbus-1/system-services/org.freedesktop.portable1.service %{_datadir}/polkit-1/actions/org.freedesktop.portable1.policy %{_tmpfilesdir}/portables.conf +%{_mandir}/man*/portablectl* +%{_mandir}/man*/systemd-portabled* %endif %changelog