From f2bb42f254d9ba130e86e55c9d3c69496f28bc1acc6e61e63ee53e35eeb7ff00 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Fri, 8 Oct 2021 11:21:33 +0000 Subject: [PATCH] - Overwriting rootprefix= is only required when split-usr is enabled OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1200 --- systemd-mini.changes | 5 +++++ systemd-mini.spec | 2 +- systemd.changes | 5 +++++ systemd.spec | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/systemd-mini.changes b/systemd-mini.changes index b24fa8d8..76d774bc 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 8 11:14:20 UTC 2021 - Franck Bui + +- Overwriting rootprefix= is only required when split-usr is enabled + ------------------------------------------------------------------- Fri Oct 8 09:01:59 UTC 2021 - Franck Bui diff --git a/systemd-mini.spec b/systemd-mini.spec index 6e6c681c..89ddae1e 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -606,8 +606,8 @@ Have fun with these services at your own risk. -Dmode=release \ -Dversion-tag=%{version}%{suse_version} \ -Ddocdir=%{_docdir}/systemd \ - -Drootprefix=/usr \ %if %{with split_usr} + -Drootprefix=/usr \ -Dsplit-usr=true \ %endif -Dsplit-bin=true \ diff --git a/systemd.changes b/systemd.changes index b24fa8d8..76d774bc 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 8 11:14:20 UTC 2021 - Franck Bui + +- Overwriting rootprefix= is only required when split-usr is enabled + ------------------------------------------------------------------- Fri Oct 8 09:01:59 UTC 2021 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 32d3c983..397f389b 100644 --- a/systemd.spec +++ b/systemd.spec @@ -604,8 +604,8 @@ Have fun with these services at your own risk. -Dmode=release \ -Dversion-tag=%{version}%{suse_version} \ -Ddocdir=%{_docdir}/systemd \ - -Drootprefix=/usr \ %if %{with split_usr} + -Drootprefix=/usr \ -Dsplit-usr=true \ %endif -Dsplit-bin=true \