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

This commit is contained in:
Richard W.M. Jones 2015-03-09 09:03:29 +00:00
parent 66c9a6116e
commit e521c536b8

View File

@ -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@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@redhat.com> - 5.1.12-1
- New upstream version 5.1.12.
- Includes ARM fix: lpae kernels can now be booted (RHBZ#1199733).