[gnutls] Do not build with hardened flags

Till Maas till at fedoraproject.org
Fri Feb 27 18:47:34 UTC 2015


commit dfbb332e75202c50b42747caac0eab0edba67aa3
Author: Till Maas <opensource at till.name>
Date:   Fri Feb 27 19:47:28 2015 +0100

    Do not build with hardened flags

 gnutls.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/gnutls.spec b/gnutls.spec
index 46fab4c..1acffbe 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -1,9 +1,11 @@
+%undefine _hardened_build
+
 %bcond_without dane
 %bcond_without guile
 Summary: A TLS protocol implementation
 Name: gnutls
 Version: 3.3.13
-Release: 1%{?dist}
+Release: 2%{?dist}
 # The libraries are LGPLv2.1+, utilities are GPLv3+
 License: GPLv3+ and LGPLv2+
 Group: System Environment/Libraries
@@ -269,6 +271,9 @@ fi
 %endif
 
 %changelog
+* Fri Feb 27 2015 Till Maas <opensource at till.name> - 3.3.13-2
+- Do not build with hardened flags
+
 * Thu Feb 26 2015 Nikos Mavrogiannopoulos <nmav at redhat.com> 3.3.13-1
 - new upstream release
 


More information about the scm-commits mailing list