This commit is contained in:
parent
343f0697d3
commit
0ea02498e2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 25 22:37:42 CEST 2007 - olh@suse.de
|
||||||
|
|
||||||
|
- do not require kdump-helpers on s390
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 27 14:56:14 CEST 2007 - bwalle@suse.de
|
Fri Jul 27 14:56:14 CEST 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Requires: %insserv_prereq %fillup_prereq
|
|||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Tools for fast kernel loading
|
Summary: Tools for fast kernel loading
|
||||||
Version: 1.101
|
Version: 1.101
|
||||||
Release: 122
|
Release: 132
|
||||||
Source: %{name}-%{package_version}.tar.bz2
|
Source: %{name}-%{package_version}.tar.bz2
|
||||||
Source1: kdump
|
Source1: kdump
|
||||||
Source2: sysconfig.kdump
|
Source2: sysconfig.kdump
|
||||||
@ -32,7 +32,9 @@ Source5: README.SUSE
|
|||||||
URL: http://www.vergenet.net/linux/kexec/kexec-tools/
|
URL: http://www.vergenet.net/linux/kexec/kexec-tools/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
%ifnarch s390 s390x
|
||||||
Requires: kdump-helpers
|
Requires: kdump-helpers
|
||||||
|
%endif
|
||||||
Patch1: kexec-longer-cmdline.diff
|
Patch1: kexec-longer-cmdline.diff
|
||||||
Patch2: kexec-tools.check_reuse_initrd-close.patch
|
Patch2: kexec-tools.check_reuse_initrd-close.patch
|
||||||
Patch20: kexec-tools.ppc64-32bit-build.patch
|
Patch20: kexec-tools.ppc64-32bit-build.patch
|
||||||
@ -142,6 +144,8 @@ true # ignore errors
|
|||||||
/var/adm/fillup-templates/sysconfig.kdump
|
/var/adm/fillup-templates/sysconfig.kdump
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 25 2007 - olh@suse.de
|
||||||
|
- do not require kdump-helpers on s390
|
||||||
* Fri Jul 27 2007 - bwalle@suse.de
|
* Fri Jul 27 2007 - bwalle@suse.de
|
||||||
- update documentation for deleting all dumps (#302257)
|
- update documentation for deleting all dumps (#302257)
|
||||||
* Tue Jul 17 2007 - olh@suse.de
|
* Tue Jul 17 2007 - olh@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user