From 86b4e79711ad4cfe307bcb6f56ebba31e955d0d7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Feb 2018 10:42:23 +0100 Subject: missing BR on C compiler drop ldconfig scriptlets (F28+) --- libzip.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libzip.spec b/libzip.spec index f170ba3..49fefb6 100644 --- a/libzip.spec +++ b/libzip.spec @@ -18,7 +18,7 @@ Name: %{libname} Name: %{libname}%{soname} %endif Version: 1.4.0 -Release: 3%{?dist} +Release: 5%{?dist} Summary: C library for reading, creating, and modifying zip archives License: BSD @@ -32,6 +32,7 @@ Patch1: libzip-upstream.patch # fix multi-lib issue Patch2: libzip-multilib.patch +BuildRequires: gcc BuildRequires: zlib-devel BuildRequires: bzip2-devel %if 0%{?rhel} == 6 || 0%{?rhel} == 7 @@ -147,7 +148,7 @@ make check %if 0%{?fedora} < 28 && 0%{?rhel} < 8 -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig %endif @@ -175,6 +176,10 @@ make check %changelog +* Tue Feb 20 2018 Remi Collet - 1.4.0-5 +- missing BR on C compiler +- drop ldconfig scriptlets (F28+) + * Fri Jan 5 2018 Remi Collet - 1.4.0-3 - add upstream patch and drop multilib hack -- cgit