forked from pool/systemd
Accepting request 682234 from home:fbui:branches:Base:System
- systemd-mini: explicitly disable some of the systemd components OBS-URL: https://build.opensuse.org/request/show/682234 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1054
This commit is contained in:
parent
21b2e315aa
commit
11d42612dd
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 14:59:22 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- systemd-mini: explicitly disable some of the systemd components
|
||||
|
||||
For some reasons, some build requirements get pulled in for the mini
|
||||
variant now, enabling some parts of the code that were expected to
|
||||
be turned OFF.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 17:51:02 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -456,20 +456,29 @@ opensuse_ntp_servers=({0..3}.opensuse.pool.ntp.org)
|
||||
%if 0%{?bootstrap}
|
||||
-Dman=false \
|
||||
-Dhtml=false \
|
||||
-Dmyhostname=false \
|
||||
-Dnss-myhostname=false \
|
||||
%endif
|
||||
%if %{without coredump}
|
||||
-Dcoredump=false \
|
||||
%endif
|
||||
%if %{without gnuefi}
|
||||
-Dgnu-efi=false \
|
||||
%endif
|
||||
%if %{without importd}
|
||||
-Dimportd=false \
|
||||
%endif
|
||||
%if %{without journal_remote}
|
||||
-Dremote=false \
|
||||
%endif
|
||||
%if %{without machined}
|
||||
-Dmachined=false \
|
||||
%endif
|
||||
%if %{without networkd}
|
||||
-Dnetworkd=false \
|
||||
%endif
|
||||
%if %{without resolved}
|
||||
-Dresolve=false \
|
||||
%endif
|
||||
%if %{without machined}
|
||||
-Dmachined=false \
|
||||
%endif
|
||||
%if %{without sysvcompat}
|
||||
-Dsysvinit-path= \
|
||||
-Dsysvrcnd-path= \
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 14:59:22 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- systemd-mini: explicitly disable some of the systemd components
|
||||
|
||||
For some reasons, some build requirements get pulled in for the mini
|
||||
variant now, enabling some parts of the code that were expected to
|
||||
be turned OFF.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 17:51:02 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
17
systemd.spec
17
systemd.spec
@ -454,20 +454,29 @@ opensuse_ntp_servers=({0..3}.opensuse.pool.ntp.org)
|
||||
%if 0%{?bootstrap}
|
||||
-Dman=false \
|
||||
-Dhtml=false \
|
||||
-Dmyhostname=false \
|
||||
-Dnss-myhostname=false \
|
||||
%endif
|
||||
%if %{without coredump}
|
||||
-Dcoredump=false \
|
||||
%endif
|
||||
%if %{without gnuefi}
|
||||
-Dgnu-efi=false \
|
||||
%endif
|
||||
%if %{without importd}
|
||||
-Dimportd=false \
|
||||
%endif
|
||||
%if %{without journal_remote}
|
||||
-Dremote=false \
|
||||
%endif
|
||||
%if %{without machined}
|
||||
-Dmachined=false \
|
||||
%endif
|
||||
%if %{without networkd}
|
||||
-Dnetworkd=false \
|
||||
%endif
|
||||
%if %{without resolved}
|
||||
-Dresolve=false \
|
||||
%endif
|
||||
%if %{without machined}
|
||||
-Dmachined=false \
|
||||
%endif
|
||||
%if %{without sysvcompat}
|
||||
-Dsysvinit-path= \
|
||||
-Dsysvrcnd-path= \
|
||||
|
Loading…
Reference in New Issue
Block a user