From fe18c2dcb644d0b0003c9186640670ceda752b71 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 14 Jan 2021 12:30:06 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/supermin.git#661449a5ad2dffab1de0f8c118fdcaf064cd560e --- supermin.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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.