From 1f68b1504fbf34be453a0791248545878d8e0fd8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Jan 2019 08:56:10 +0100 Subject: cleanup for EL-8 --- php71.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/php71.spec b/php71.spec index 9681bc0..376ea90 100644 --- a/php71.spec +++ b/php71.spec @@ -1,10 +1,18 @@ +# remirepo spec file for php71 SCL metapackage +# +# Copyright (c) 2016-2019 Remi Collet +# License: CC-BY-SA +# http://creativecommons.org/licenses/by-sa/4.0/ +# +# Please, preserve the changelog entries +# %global scl_name_base php %global scl_name_version 71 %global scl %{scl_name_base}%{scl_name_version} %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_root_sysconfdir}/rpm; echo $d) %global install_scl 1 -%if 0%{?fedora} >= 20 +%if 0%{?fedora} >= 20 || 0%{?rhel} >= 8 %global rh_layout 1 %else %global nfsmountable 1 @@ -26,7 +34,7 @@ Summary: Package that installs PHP 7.1 Name: %scl_name Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: GPLv2+ @@ -210,6 +218,9 @@ restorecon -R %{_localstatedir} &>/dev/null || : %{macrosdir}/macros.%{scl_name_base}-scldevel %changelog +* Fri Jan 19 2019 Remi Collet 1.0-3 +- cleanup for EL-8 + * Thu Aug 23 2018 Remi Collet 1.0-2 - scl-utils 2.0.2 drop modules support -- cgit