diff --git a/supermin.spec b/supermin.spec index 30af5fb..8d4f03b 100644 --- a/supermin.spec +++ b/supermin.spec @@ -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 - 5.1.16-5 +- Do not break the binary on interpreted builds (#1375213) + * Wed Jul 06 2016 Richard W.M. Jones - 5.1.16-4 - Add all upstream patches since 5.1.16 was released.