forked from pool/systemd
Accepting request 241015 from home:joeyli:branches:Base:System
Removed efivars.conf because the kernel patch of autoload efivars driver accepted by linux-efi upstream (bnc#881559) OBS-URL: https://build.opensuse.org/request/show/241015 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=716
This commit is contained in:
parent
e8b16370e5
commit
be3dc0d277
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 15 06:33:01 UTC 2014 - jlee@suse.com
|
||||||
|
|
||||||
|
- Removed %{_libexecdir}/modules-load.d/efivars.conf because the kernel
|
||||||
|
patch of autoload efivars driver accepted by linux-efi upstream.
|
||||||
|
(bnc#881559)
|
||||||
|
https://git.kernel.org/cgit/linux/kernel/git/mfleming/efi.git/commit/?h=next&id=be756a5327fe3d4686d74d3e9b273010424e230c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 14 14:53:21 UTC 2014 - werner@suse.de
|
Mon Jul 14 14:53:21 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
@ -1576,12 +1576,6 @@ cat << EOF > %{buildroot}%{_libexecdir}/modules-load.d/sg.conf
|
|||||||
# load sg module at boot time
|
# load sg module at boot time
|
||||||
sg
|
sg
|
||||||
EOF
|
EOF
|
||||||
%if 0%{has_efi}
|
|
||||||
cat << EOF > %{buildroot}%{_libexecdir}/modules-load.d/efivars.conf
|
|
||||||
# load efivars module at boot time
|
|
||||||
efivars
|
|
||||||
EOF
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# To avoid making life hard for Factory developers, don't package the
|
# To avoid making life hard for Factory developers, don't package the
|
||||||
# kernel.core_pattern setting until systemd-coredump is a part of an actual
|
# kernel.core_pattern setting until systemd-coredump is a part of an actual
|
||||||
@ -2044,9 +2038,6 @@ exit 0
|
|||||||
%dir %{_libexecdir}/modules-load.d
|
%dir %{_libexecdir}/modules-load.d
|
||||||
%dir %{_sysconfdir}/modules-load.d
|
%dir %{_sysconfdir}/modules-load.d
|
||||||
%{_libexecdir}/modules-load.d/sg.conf
|
%{_libexecdir}/modules-load.d/sg.conf
|
||||||
%if 0%{has_efi}
|
|
||||||
%{_libexecdir}/modules-load.d/efivars.conf
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%dir %{_libexecdir}/tmpfiles.d
|
%dir %{_libexecdir}/tmpfiles.d
|
||||||
%dir %{_sysconfdir}/tmpfiles.d
|
%dir %{_sysconfdir}/tmpfiles.d
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 15 06:29:54 UTC 2014 - jlee@suse.com
|
||||||
|
|
||||||
|
- Removed %{_libexecdir}/modules-load.d/efivars.conf because the kernel
|
||||||
|
patch of autoload efivars driver accepted by linux-efi upstream.
|
||||||
|
(bnc#881559)
|
||||||
|
https://git.kernel.org/cgit/linux/kernel/git/mfleming/efi.git/commit/?h=next&id=be756a5327fe3d4686d74d3e9b273010424e230c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 14 14:53:21 UTC 2014 - werner@suse.de
|
Mon Jul 14 14:53:21 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
@ -1571,12 +1571,6 @@ cat << EOF > %{buildroot}%{_libexecdir}/modules-load.d/sg.conf
|
|||||||
# load sg module at boot time
|
# load sg module at boot time
|
||||||
sg
|
sg
|
||||||
EOF
|
EOF
|
||||||
%if 0%{has_efi}
|
|
||||||
cat << EOF > %{buildroot}%{_libexecdir}/modules-load.d/efivars.conf
|
|
||||||
# load efivars module at boot time
|
|
||||||
efivars
|
|
||||||
EOF
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# To avoid making life hard for Factory developers, don't package the
|
# To avoid making life hard for Factory developers, don't package the
|
||||||
# kernel.core_pattern setting until systemd-coredump is a part of an actual
|
# kernel.core_pattern setting until systemd-coredump is a part of an actual
|
||||||
@ -2039,9 +2033,6 @@ exit 0
|
|||||||
%dir %{_libexecdir}/modules-load.d
|
%dir %{_libexecdir}/modules-load.d
|
||||||
%dir %{_sysconfdir}/modules-load.d
|
%dir %{_sysconfdir}/modules-load.d
|
||||||
%{_libexecdir}/modules-load.d/sg.conf
|
%{_libexecdir}/modules-load.d/sg.conf
|
||||||
%if 0%{has_efi}
|
|
||||||
%{_libexecdir}/modules-load.d/efivars.conf
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%dir %{_libexecdir}/tmpfiles.d
|
%dir %{_libexecdir}/tmpfiles.d
|
||||||
%dir %{_sysconfdir}/tmpfiles.d
|
%dir %{_sysconfdir}/tmpfiles.d
|
||||||
|
Loading…
Reference in New Issue
Block a user