Accepting request 349027 from Kernel:kdump
1 OBS-URL: https://build.opensuse.org/request/show/349027 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=112
This commit is contained in:
commit
5e88df4fb0
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 10 16:33:20 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix missing dependency on coreutils for initrd macros (boo#958562)
|
||||||
|
- Call missing initrd macro at postun (boo#958562)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 6 09:34:20 UTC 2015 - ptesarik@suse.com
|
Tue Oct 6 09:34:20 UTC 2015 - ptesarik@suse.com
|
||||||
|
|
||||||
|
@ -22,7 +22,9 @@ BuildRequires: gcc-64bit
|
|||||||
BuildRequires: glibc-devel-64bit
|
BuildRequires: glibc-devel-64bit
|
||||||
%endif
|
%endif
|
||||||
Requires: perl-Bootloader
|
Requires: perl-Bootloader
|
||||||
PreReq: %fillup_prereq
|
Requires(pre): %fillup_prereq
|
||||||
|
Requires(post): coreutils
|
||||||
|
Requires(postun): coreutils
|
||||||
Summary: Tools for fast kernel loading
|
Summary: Tools for fast kernel loading
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -107,6 +109,7 @@ ln -s %{_sbindir}/kexec $RPM_BUILD_ROOT/sbin
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
%service_del_postun kexec-load.service
|
%service_del_postun kexec-load.service
|
||||||
|
%{?regenerate_initrd_post}
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%service_add_pre kexec-load.service
|
%service_add_pre kexec-load.service
|
||||||
|
Loading…
Reference in New Issue
Block a user