[libxslt] Try to fix 1199522

Daniel Veillard veillard at fedoraproject.org
Fri Mar 6 15:57:09 UTC 2015


commit 4c1e755084745e700d71b064d3f1f45200a11efa
Author: Daniel Veillard <veillard at redhat.com>
Date:   Fri Mar 6 23:56:36 2015 +0800

    Try to fix 1199522

 libxslt.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/libxslt.spec b/libxslt.spec
index edc7824..790e84c 100644
--- a/libxslt.spec
+++ b/libxslt.spec
@@ -1,7 +1,9 @@
+%undefine _hardened_build
+
 Summary: Library providing the Gnome XSLT engine
 Name: libxslt
 Version: 1.1.28
-Release: 9%{?dist}%{?extra_release}
+Release: 10%{?dist}%{?extra_release}
 License: MIT
 Group: Development/Libraries
 Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
@@ -122,6 +124,9 @@ make tests
 %doc python/tests/*.xsl
 
 %changelog
+* Fri Mar  6 2015 Daniel Veillard <veillard at redhat.com> 1.1.28-10
+- desactivate the hardened build as it seems buggy #1199522
+
 * Sat Feb 21 2015 Till Maas <opensource at till.name> - 1.1.28-9
 - 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