Accepting request 293727 from Kernel:kdump

1

OBS-URL: https://build.opensuse.org/request/show/293727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=109
This commit is contained in:
Dominique Leuenberger 2015-04-03 12:33:20 +00:00 committed by Git OBS Bridge
commit 06d8c837d1
2 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Mar 29 01:53:16 UTC 2015 - crrodriguez@opensuse.org
- kexec tools are included in the default initrd, we need
to regenerate if this package changes.
-------------------------------------------------------------------
Fri Mar 20 15:19:45 UTC 2015 - schwab@linux-m68k.org
- Enable building on m68k
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 13 17:42:58 UTC 2015 - ptesarik@suse.cz Fri Feb 13 17:42:58 UTC 2015 - ptesarik@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package kexec-tools # spec file for package kexec-tools
# #
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -50,7 +50,7 @@ BuildRequires: zlib-devel
%ifarch x86_64 %ifarch x86_64
BuildRequires: xen-devel BuildRequires: xen-devel
%endif %endif
ExclusiveArch: ppc64le aarch64 %ix86 x86_64 ia64 ppc ppc64 s390 s390x %arm sh mips mipsel ExclusiveArch: ppc64le aarch64 %ix86 x86_64 ia64 ppc ppc64 s390 s390x %arm sh mips mipsel m68k
%description %description
Kexec is a user space utility for loading another kernel and asking the Kexec is a user space utility for loading another kernel and asking the
@ -103,6 +103,7 @@ ln -s %{_sbindir}/kexec $RPM_BUILD_ROOT/sbin
%post %post
%service_add_post kexec-load.service %service_add_post kexec-load.service
%{?regenerate_initrd_post}
%postun %postun
%service_del_postun kexec-load.service %service_del_postun kexec-load.service
@ -113,6 +114,9 @@ ln -s %{_sbindir}/kexec $RPM_BUILD_ROOT/sbin
%preun %preun
%service_del_preun kexec-load.service %service_del_preun kexec-load.service
%posttrans
%{?regenerate_initrd_posttrans}
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING News TODO doc %doc AUTHORS COPYING News TODO doc