[kmscon] ifnarch the execstack calls not just the build dependencies

Peter Robinson pbrobinson at fedoraproject.org
Tue Jun 10 15:51:52 UTC 2014


commit 52d23034044fb65d022f7f32fd7eb3ca2d802ce4
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Jun 10 16:51:38 2014 +0100

    ifnarch the execstack calls not just the build dependencies

 kmscon.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/kmscon.spec b/kmscon.spec
index 2f0938c..fcff569 100644
--- a/kmscon.spec
+++ b/kmscon.spec
@@ -1,6 +1,6 @@
 Name:           kmscon
 Version:        8
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        KMS/DRM based System Console
 
 License:        MIT and LGPLv2+
@@ -53,10 +53,12 @@ for s in kmscon.service  kmsconvt at .service ; do
   install -pm 0644 docs/${s} $RPM_BUILD_ROOT%{_unitdir}
 done
 
+%ifnarch aarch64 ppc64le
 #There is an execstack issue with mod-unifont.so
 #reported to binutils upstream
 #https://sourceware.org/bugzilla/show_bug.cgi?id=16744
 execstack -c $RPM_BUILD_ROOT%{_libdir}/kmscon/mod-unifont.so
+%endif
 
 
 
@@ -87,6 +89,9 @@ make %{?_smp_mflags} V=1 check
 
 
 %changelog
+* Tue Jun 10 2014 Peter Robinson <pbrobinson at fedoraproject.org> 8-7
+- ifnarch the execstack calls not just the build dependencies
+
 * Sun Jun  8 2014 Peter Robinson <pbrobinson at fedoraproject.org> 8-6
 - No prelink on aarch64/ppc64le
 


More information about the scm-commits mailing list