- Disable nss-systemd and translations features for the mini flavour
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1208
This commit is contained in:
parent
ee849c199d
commit
5114b3d334
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 19 14:41:37 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Disable nss-systemd and translations features for the mini flavour
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 18 13:01:01 UTC 2021 - Franck Bui <fbui@suse.com>
|
Mon Oct 18 13:01:01 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -652,7 +652,9 @@ Have fun with these services at your own risk.
|
|||||||
-Duserdb=false \
|
-Duserdb=false \
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?bootstrap}
|
%if 0%{?bootstrap}
|
||||||
|
-Dtranslations=false \
|
||||||
-Dnss-myhostname=false \
|
-Dnss-myhostname=false \
|
||||||
|
-Dnss-systemd=false \
|
||||||
%else
|
%else
|
||||||
-Dtpm2=true \
|
-Dtpm2=true \
|
||||||
-Dman=true \
|
-Dman=true \
|
||||||
@ -707,11 +709,6 @@ Have fun with these services at your own risk.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%if 0%{?bootstrap}
|
|
||||||
rm %{buildroot}%{_libdir}/libnss_systemd.so*
|
|
||||||
rm -r %{buildroot}%{_datadir}/locale
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Don't ship resolvconf symlink for now as it conflicts with the
|
# Don't ship resolvconf symlink for now as it conflicts with the
|
||||||
# binary shipped by openresolv and provides limited compatibility
|
# binary shipped by openresolv and provides limited compatibility
|
||||||
# only
|
# only
|
||||||
|
Loading…
Reference in New Issue
Block a user