- 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>
|
||||
|
||||
|
@ -652,7 +652,9 @@ Have fun with these services at your own risk.
|
||||
-Duserdb=false \
|
||||
%endif
|
||||
%if 0%{?bootstrap}
|
||||
-Dtranslations=false \
|
||||
-Dnss-myhostname=false \
|
||||
-Dnss-systemd=false \
|
||||
%else
|
||||
-Dtpm2=true \
|
||||
-Dman=true \
|
||||
@ -707,11 +709,6 @@ Have fun with these services at your own risk.
|
||||
%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
|
||||
# binary shipped by openresolv and provides limited compatibility
|
||||
# only
|
||||
|
Loading…
Reference in New Issue
Block a user