From 147a3a7d0e0904a9347ce05e692a5fb6a8385b57a7609e9f7bfda81adf2f9743 Mon Sep 17 00:00:00 2001 From: Tony Jones Date: Wed, 22 Feb 2017 21:34:29 +0000 Subject: [PATCH] Accepting request 459689 from home:msmeissn:branches:Kernel:kdump - Do not pull in gcc-PIE, as it breaks the static build in here. OBS-URL: https://build.opensuse.org/request/show/459689 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=77 --- kexec-tools.changes | 5 +++++ kexec-tools.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kexec-tools.changes b/kexec-tools.changes index 168989b..ad4b302 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 22 12:51:28 UTC 2017 - meissner@suse.com + +- Do not pull in gcc-PIE, as it breaks the static build in here. + ------------------------------------------------------------------- Mon Aug 8 10:47:36 UTC 2016 - ptesarik@suse.com diff --git a/kexec-tools.spec b/kexec-tools.spec index 0944e92..23409d1 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,7 +1,7 @@ # # spec file for package kexec-tools # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -44,6 +44,7 @@ Patch5: %{name}-enable-aarch64-fixup.patch Url: ftp://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build #!BuildIgnore: fop +#!BuildIgnore: gcc-PIE BuildRequires: asciidoc BuildRequires: automake BuildRequires: libxslt