- Do not break the binary on interpreted builds (#1375213)
This commit is contained in:
parent
458854639c
commit
18ebd2cc63
@ -1,3 +1,8 @@
|
||||
%ifnarch %{ocaml_native_compiler}
|
||||
%global __strip /bin/true
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
# _hardened_build breaks building the static 'init' binary.
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1202091
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1204162
|
||||
@ -23,7 +28,7 @@
|
||||
Summary: Tool for creating supermin appliances
|
||||
Name: supermin
|
||||
Version: 5.1.16
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPLv2+
|
||||
|
||||
%if 0%{?rhel} >= 7
|
||||
@ -167,6 +172,9 @@ make check || {
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2016 Dan Horák <dan[at]danny.cz> - 5.1.16-5
|
||||
- Do not break the binary on interpreted builds (#1375213)
|
||||
|
||||
* Wed Jul 06 2016 Richard W.M. Jones <rjones@redhat.com> - 5.1.16-4
|
||||
- Add all upstream patches since 5.1.16 was released.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user