forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=912
This commit is contained in:
parent
904bf06b14
commit
67b8ad05f8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 08:19:00 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
|
- No UEFI for systemd-mini
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 11:34:13 UTC 2015 - fbui@suse.com
|
Mon Oct 12 11:34:13 UTC 2015 - fbui@suse.com
|
||||||
|
|
||||||
|
@ -687,6 +687,7 @@ cflags -Wl,--hash-size=8599 LDFLAGS
|
|||||||
--disable-myhostname \
|
--disable-myhostname \
|
||||||
--disable-manpages \
|
--disable-manpages \
|
||||||
--disable-machined \
|
--disable-machined \
|
||||||
|
--disable-efi \
|
||||||
%else
|
%else
|
||||||
--enable-manpages \
|
--enable-manpages \
|
||||||
%if %{with python}
|
%if %{with python}
|
||||||
@ -1249,12 +1250,14 @@ exit 0
|
|||||||
/%{_lib}/security/pam_systemd.so
|
/%{_lib}/security/pam_systemd.so
|
||||||
%config /etc/pam.d/systemd-user
|
%config /etc/pam.d/systemd-user
|
||||||
|
|
||||||
|
%if !0%{?bootstrap}
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%dir %{_prefix}/lib/systemd/boot
|
%dir %{_prefix}/lib/systemd/boot
|
||||||
%dir %{_prefix}/lib/systemd/boot/efi
|
%dir %{_prefix}/lib/systemd/boot/efi
|
||||||
%{_prefix}/lib/systemd/boot/efi/*.efi
|
%{_prefix}/lib/systemd/boot/efi/*.efi
|
||||||
%{_prefix}/lib/systemd/boot/efi/*.stub
|
%{_prefix}/lib/systemd/boot/efi/*.stub
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%dir %{_libexecdir}/modules-load.d
|
%dir %{_libexecdir}/modules-load.d
|
||||||
%dir %{_sysconfdir}/modules-load.d
|
%dir %{_sysconfdir}/modules-load.d
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 08:19:00 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
|
- No UEFI for systemd-mini
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 11:34:13 UTC 2015 - fbui@suse.com
|
Mon Oct 12 11:34:13 UTC 2015 - fbui@suse.com
|
||||||
|
|
||||||
|
@ -682,6 +682,7 @@ cflags -Wl,--hash-size=8599 LDFLAGS
|
|||||||
--disable-myhostname \
|
--disable-myhostname \
|
||||||
--disable-manpages \
|
--disable-manpages \
|
||||||
--disable-machined \
|
--disable-machined \
|
||||||
|
--disable-efi \
|
||||||
%else
|
%else
|
||||||
--enable-manpages \
|
--enable-manpages \
|
||||||
%if %{with python}
|
%if %{with python}
|
||||||
@ -1244,12 +1245,14 @@ exit 0
|
|||||||
/%{_lib}/security/pam_systemd.so
|
/%{_lib}/security/pam_systemd.so
|
||||||
%config /etc/pam.d/systemd-user
|
%config /etc/pam.d/systemd-user
|
||||||
|
|
||||||
|
%if !0%{?bootstrap}
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%dir %{_prefix}/lib/systemd/boot
|
%dir %{_prefix}/lib/systemd/boot
|
||||||
%dir %{_prefix}/lib/systemd/boot/efi
|
%dir %{_prefix}/lib/systemd/boot/efi
|
||||||
%{_prefix}/lib/systemd/boot/efi/*.efi
|
%{_prefix}/lib/systemd/boot/efi/*.efi
|
||||||
%{_prefix}/lib/systemd/boot/efi/*.stub
|
%{_prefix}/lib/systemd/boot/efi/*.stub
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%dir %{_libexecdir}/modules-load.d
|
%dir %{_libexecdir}/modules-load.d
|
||||||
%dir %{_sysconfdir}/modules-load.d
|
%dir %{_sysconfdir}/modules-load.d
|
||||||
|
Loading…
Reference in New Issue
Block a user