- Configure split-usr=true only when %usrmerged is not defined

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1180
This commit is contained in:
Franck Bui 2021-09-01 11:56:02 +00:00 committed by Git OBS Bridge
parent 5bb9e8c5a8
commit e9eb481b70
4 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 1 11:54:23 UTC 2021 - Franck Bui <fbui@suse.com>
- Configure split-usr=true only when %usrmerged is not defined
-------------------------------------------------------------------
Wed Sep 1 09:56:55 UTC 2021 - Franck Bui <fbui@suse.com>

View File

@ -615,7 +615,9 @@ Have fun with these services at your own risk.
-Dversion-tag=%{version}%{suse_version} \
-Ddocdir=%{_docdir}/systemd \
-Drootprefix=/usr \
%if !0%{?usrmerged}
-Dsplit-usr=true \
%endif
-Dsplit-bin=true \
-Dsystem-uid-max=499 \
-Dsystem-gid-max=499 \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 1 11:54:23 UTC 2021 - Franck Bui <fbui@suse.com>
- Configure split-usr=true only when %usrmerged is not defined
-------------------------------------------------------------------
Wed Sep 1 09:56:55 UTC 2021 - Franck Bui <fbui@suse.com>

View File

@ -613,7 +613,9 @@ Have fun with these services at your own risk.
-Dversion-tag=%{version}%{suse_version} \
-Ddocdir=%{_docdir}/systemd \
-Drootprefix=/usr \
%if !0%{?usrmerged}
-Dsplit-usr=true \
%endif
-Dsplit-bin=true \
-Dsystem-uid-max=499 \
-Dsystem-gid-max=499 \