[supermin] Disable hardened build as it breaks building the static 'init' binary.

Richard W.M. Jones rjones at fedoraproject.org
Mon Mar 9 09:03:37 UTC 2015


commit e521c536b8184164623469f351f5f04f1fd487cd
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Mar 9 09:03:29 2015 +0000

    Disable hardened build as it breaks building the static 'init' binary.

 supermin.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/supermin.spec b/supermin.spec
index 4fae666..82fed6c 100644
--- a/supermin.spec
+++ b/supermin.spec
@@ -1,7 +1,10 @@
+# _hardened_build breaks building the static 'init' binary:
+%global _hardened_build 0
+
 Summary:       Tool for creating supermin appliances
 Name:          supermin
 Version:       5.1.12
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       GPLv2+
 
 %if 0%{?rhel} >= 7
@@ -85,6 +88,9 @@ make check || {
 
 
 %changelog
+* Mon Mar  9 2015 Richard W.M. Jones <rjones at redhat.com> - 5.1.12-2
+- Disable hardened build as it breaks building the static 'init' binary.
+
 * Sat Mar  7 2015 Richard W.M. Jones <rjones at redhat.com> - 5.1.12-1
 - New upstream version 5.1.12.
 - Includes ARM fix: lpae kernels can now be booted (RHBZ#1199733).


More information about the scm-commits mailing list