diff options
-rw-r--r-- | libzip.spec | 9 |
1 files 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 <remi@remirepo.net> - 1.4.0-5 +- missing BR on C compiler +- drop ldconfig scriptlets (F28+) + * Fri Jan 5 2018 Remi Collet <remi@remirepo.net> - 1.4.0-3 - add upstream patch and drop multilib hack |