forked from pool/systemd
- 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:
parent
5bb9e8c5a8
commit
e9eb481b70
@ -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>
|
Wed Sep 1 09:56:55 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -615,7 +615,9 @@ Have fun with these services at your own risk.
|
|||||||
-Dversion-tag=%{version}%{suse_version} \
|
-Dversion-tag=%{version}%{suse_version} \
|
||||||
-Ddocdir=%{_docdir}/systemd \
|
-Ddocdir=%{_docdir}/systemd \
|
||||||
-Drootprefix=/usr \
|
-Drootprefix=/usr \
|
||||||
|
%if !0%{?usrmerged}
|
||||||
-Dsplit-usr=true \
|
-Dsplit-usr=true \
|
||||||
|
%endif
|
||||||
-Dsplit-bin=true \
|
-Dsplit-bin=true \
|
||||||
-Dsystem-uid-max=499 \
|
-Dsystem-uid-max=499 \
|
||||||
-Dsystem-gid-max=499 \
|
-Dsystem-gid-max=499 \
|
||||||
|
@ -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>
|
Wed Sep 1 09:56:55 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -613,7 +613,9 @@ Have fun with these services at your own risk.
|
|||||||
-Dversion-tag=%{version}%{suse_version} \
|
-Dversion-tag=%{version}%{suse_version} \
|
||||||
-Ddocdir=%{_docdir}/systemd \
|
-Ddocdir=%{_docdir}/systemd \
|
||||||
-Drootprefix=/usr \
|
-Drootprefix=/usr \
|
||||||
|
%if !0%{?usrmerged}
|
||||||
-Dsplit-usr=true \
|
-Dsplit-usr=true \
|
||||||
|
%endif
|
||||||
-Dsplit-bin=true \
|
-Dsplit-bin=true \
|
||||||
-Dsystem-uid-max=499 \
|
-Dsystem-uid-max=499 \
|
||||||
-Dsystem-gid-max=499 \
|
-Dsystem-gid-max=499 \
|
||||||
|
Loading…
Reference in New Issue
Block a user