require lazy relocations to work, remove cement
This commit is contained in:
parent
c477b8e326
commit
9d87e95541
@ -8,6 +8,10 @@
|
|||||||
# format, and add a PatchN: line. If you want to push something upstream,
|
# format, and add a PatchN: line. If you want to push something upstream,
|
||||||
# check out the master branch, pull, cherry-pick, and push.
|
# 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 gitdate 20140428
|
||||||
%global stable_abi 1
|
%global stable_abi 1
|
||||||
|
|
||||||
@ -42,7 +46,7 @@
|
|||||||
Summary: X.Org X11 X server
|
Summary: X.Org X11 X server
|
||||||
Name: xorg-x11-server
|
Name: xorg-x11-server
|
||||||
Version: 1.17.1
|
Version: 1.17.1
|
||||||
Release: 3%{?gitdate:.%{gitdate}}%{dist}
|
Release: 4%{?gitdate:.%{gitdate}}%{dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -635,6 +639,9 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 02 2015 Dave Airlie <airlied@redhat.com> 1.17.1-4
|
||||||
|
- require lazy relocations to work, remove cement
|
||||||
|
|
||||||
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.17.1-3
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.17.1-3
|
||||||
- Rebuilt for Fedora 23 Change
|
- Rebuilt for Fedora 23 Change
|
||||||
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||||
|
Loading…
Reference in New Issue
Block a user