summaryrefslogtreecommitdiffstats
path: root/php-pecl-zip.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-zip.spec')
-rw-r--r--php-pecl-zip.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec
index 8e5e69b..15dc26d 100644
--- a/php-pecl-zip.spec
+++ b/php-pecl-zip.spec
@@ -32,7 +32,7 @@ Summary: A ZIP archive management extension
Summary(fr): Une extension de gestion des ZIP
Name: %{?scl_prefix}php-pecl-zip
Version: 1.15.4
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/zip
@@ -46,7 +46,7 @@ BuildRequires: pkgconfig(libzip) >= 1.2.0
BuildRequires: zlib-devel
BuildRequires: %{?scl_prefix}php-pear
-%if 0%{?fedora} >= 26
+%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8
Requires: libzip%{?_isa} >= %{buildver}
%else
Requires: libzip5%{?_isa} >= %{buildver}
@@ -255,6 +255,9 @@ fi
%changelog
+* Fri Nov 30 2018 Remi Collet <remi@remirepo.net> - 1.15.4-2
+- EL-8 build
+
* Wed Oct 3 2018 Remi Collet <remi@remirepo.net> - 1.15.4-1
- update to 1.15.4 (stable)