From c6d2b3d081c52e20f6e45fd34a6a0cc6572d7de9788e6648ed93379745f5e757 Mon Sep 17 00:00:00 2001 From: Tony Jones Date: Thu, 23 Jun 2016 12:03:26 +0000 Subject: [PATCH] Accepting request 402932 from home:michel_mno:branches:Kernel:kdump - remove sed line in spec for ppc64 about stack-protector as now handled in Makefile. OBS-URL: https://build.opensuse.org/request/show/402932 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=73 --- kexec-tools.changes | 6 ++++++ kexec-tools.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kexec-tools.changes b/kexec-tools.changes index 38eaa6e..ba84db4 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 17 11:44:18 UTC 2016 - normand@linux.vnet.ibm.com + +- remove sed line in spec for ppc64 about stack-protector + as now handled in Makefile. + ------------------------------------------------------------------- Fri Jun 3 18:16:51 UTC 2016 - tonyj@suse.com diff --git a/kexec-tools.spec b/kexec-tools.spec index 622321c..88dca5d 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -72,7 +72,7 @@ the loaded kernel after it panics. # disable as-needed export SUSE_ASNEEDED=0 %{?suse_update_config -f} -%ifarch ia64 ppc64le +%ifarch ia64 RPM_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | sed -e 's/-fstack-protector//') %endif autoreconf -f