diff --git a/supermin.spec b/supermin.spec index 51f0e68..f455c2c 100644 --- a/supermin.spec +++ b/supermin.spec @@ -1,8 +1,3 @@ -%ifnarch %{ocaml_native_compiler} -%global __strip /bin/true -%global debug_package %{nil} -%endif - # On platforms and architectures that support it, the default is # ‘--with dietlibc’. # @@ -34,7 +29,7 @@ Summary: Tool for creating supermin appliances Name: supermin Version: 5.2.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ ExclusiveArch: %{kernel_arches} @@ -49,6 +44,7 @@ Source2: libguestfs.keyring # Upstream patch, fixes RHBZ#1819019 Patch1: 0001-supermin-Fix-IBM-Virtual-SCSI-driver-name.patch +BuildRequires: make BuildRequires: /usr/bin/pod2man BuildRequires: /usr/bin/pod2html BuildRequires: rpm @@ -169,6 +165,9 @@ make check || { %changelog +* Thu Jan 14 2021 Richard W.M. Jones - 5.2.0-6 +- Remove inactive strip override (see RHBZ#1915570). + * Mon Nov 23 2020 Richard W.M. Jones - 5.2.0-5 - Disable dietlibc on RHEL 9.