From 18ebd2cc631f119a10374a914d5c725288060349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 15 Sep 2016 12:09:34 +0200 Subject: [PATCH] - Do not break the binary on interpreted builds (#1375213) --- supermin.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.