summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-20 10:42:23 +0100
committerRemi Collet <remi@remirepo.net>2018-02-20 10:42:23 +0100
commit86b4e79711ad4cfe307bcb6f56ebba31e955d0d7 (patch)
tree5861317cbf393ad3db444e21d099b23f17c2c1bc
parentdd5c397abce828a422fdc9ceca0c4af4a3734e8d (diff)
missing BR on C compiler
drop ldconfig scriptlets (F28+)
-rw-r--r--libzip.spec9
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