[xorg-x11-server] require lazy relocations to work, remove cement

Dave Airlie airlied at fedoraproject.org
Mon Mar 2 01:27:22 UTC 2015


commit 9d87e95541c963b49b06987df3d2385c22ab0795
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Mar 2 11:27:07 2015 +1000

    require lazy relocations to work, remove cement

 xorg-x11-server.spec | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec
index 1b233b8..12150c3 100644
--- a/xorg-x11-server.spec
+++ b/xorg-x11-server.spec
@@ -8,6 +8,10 @@
 # format, and add a PatchN: line.  If you want to push something upstream,
 # check out the master branch, pull, cherry-pick, and push.
 
+# X.org requires lazy relocations to work.
+%undefine _hardened_build
+%global _hardended_build 0
+
 #global gitdate 20140428
 %global stable_abi 1
 
@@ -42,7 +46,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.17.1
-Release:   3%{?gitdate:.%{gitdate}}%{dist}
+Release:   4%{?gitdate:.%{gitdate}}%{dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -635,6 +639,9 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
 
 
 %changelog
+* Mon Mar 02 2015 Dave Airlie <airlied at redhat.com> 1.17.1-4
+- require lazy relocations to work, remove cement
+
 * Sat Feb 21 2015 Till Maas <opensource at till.name> - 1.17.1-3
 - Rebuilt for Fedora 23 Change
   https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code


More information about the scm-commits mailing list