From e521c536b8184164623469f351f5f04f1fd487cd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 9 Mar 2015 09:03:29 +0000 Subject: [PATCH] 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 - 5.1.12-2 +- Disable hardened build as it breaks building the static 'init' binary. + * Sat Mar 7 2015 Richard W.M. Jones - 5.1.12-1 - New upstream version 5.1.12. - Includes ARM fix: lpae kernels can now be booted (RHBZ#1199733).