SHA256
1
0
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:
Franck Bui 2019-03-06 15:22:13 +00:00 committed by Git OBS Bridge
parent 21b2e315aa
commit 11d42612dd
4 changed files with 44 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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