- 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
This commit is contained in:
Franck Bui 2021-10-08 11:21:33 +00:00 committed by Git OBS Bridge
parent 8f5cab1733
commit f2bb42f254
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 8 11:14:20 UTC 2021 - Franck Bui <fbui@suse.com>
- Overwriting rootprefix= is only required when split-usr is enabled
-------------------------------------------------------------------
Fri Oct 8 09:01:59 UTC 2021 - Franck Bui <fbui@suse.com>

View File

@ -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 \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 8 11:14:20 UTC 2021 - Franck Bui <fbui@suse.com>
- Overwriting rootprefix= is only required when split-usr is enabled
-------------------------------------------------------------------
Fri Oct 8 09:01:59 UTC 2021 - Franck Bui <fbui@suse.com>

View File

@ -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 \