forked from pool/kexec-tools
This commit is contained in:
parent
490bd2f24f
commit
9c42adba14
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 22 16:55:27 CEST 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
- disable -fstack-protector on IA64 since the kdump kernel doesn't
|
||||||
|
boot with -fstack-protector enabled
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 21 16:27:33 CEST 2007 - bwalle@suse.de
|
Thu Jun 21 16:27:33 CEST 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,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: 111
|
Release: 112
|
||||||
Source: %{name}-%{package_version}.tar.bz2
|
Source: %{name}-%{package_version}.tar.bz2
|
||||||
Source1: kdump
|
Source1: kdump
|
||||||
Source2: sysconfig.kdump
|
Source2: sysconfig.kdump
|
||||||
@ -66,6 +66,9 @@ cp %{SOURCE5} .
|
|||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
./configure --prefix=/ --sbindir=/sbin --libdir=/%_lib
|
./configure --prefix=/ --sbindir=/sbin --libdir=/%_lib
|
||||||
|
%ifarch ia64
|
||||||
|
RPM_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | sed -e 's/-fstack-protector//')
|
||||||
|
%endif
|
||||||
make CPPFLAGS="$RPM_OPT_FLAGS"
|
make CPPFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -129,6 +132,9 @@ true # ignore errors
|
|||||||
/var/adm/fillup-templates/sysconfig.kdump
|
/var/adm/fillup-templates/sysconfig.kdump
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 22 2007 - bwalle@suse.de
|
||||||
|
- disable -fstack-protector on IA64 since the kdump kernel doesn't
|
||||||
|
boot with -fstack-protector enabled
|
||||||
* Thu Jun 21 2007 - bwalle@suse.de
|
* Thu Jun 21 2007 - bwalle@suse.de
|
||||||
- kdump init script: fix handling of spaces in kernel type
|
- kdump init script: fix handling of spaces in kernel type
|
||||||
* Wed Jun 13 2007 - bwalle@suse.de
|
* Wed Jun 13 2007 - bwalle@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user