From 9c42adba14fdc3019745e32504b1cfbb4c20bf809c7423ac4dfdda7e86678311 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 22 Jun 2007 16:49:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=25 --- kexec-tools.changes | 6 ++++++ kexec-tools.spec | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/kexec-tools.changes b/kexec-tools.changes index 0c0d02e..c7bbd71 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -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 diff --git a/kexec-tools.spec b/kexec-tools.spec index c76936c..60d6113 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -18,7 +18,7 @@ Requires: %insserv_prereq %fillup_prereq Autoreqprov: on Summary: Tools for fast kernel loading Version: 1.101 -Release: 111 +Release: 112 Source: %{name}-%{package_version}.tar.bz2 Source1: kdump Source2: sysconfig.kdump @@ -66,6 +66,9 @@ cp %{SOURCE5} . %build autoreconf -fi ./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" %install @@ -129,6 +132,9 @@ true # ignore errors /var/adm/fillup-templates/sysconfig.kdump %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 - kdump init script: fix handling of spaces in kernel type * Wed Jun 13 2007 - bwalle@suse.de