summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-24 10:15:46 +0200
committerRemi Collet <remi@remirepo.net>2018-08-24 10:15:46 +0200
commitc4b8892e82abf357ec1fe78ff905d767d3d7462f (patch)
treeb4bdb1521d41723e6959870d55860fd061ae84d5
parentecf5f218e9a232522d63fda3cb42b85f1b04eeb2 (diff)
scl-utils 2.0.2 drop modules support
-rw-r--r--php56.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php56.spec b/php56.spec
index dbd7c1f..83b0d3e 100644
--- a/php56.spec
+++ b/php56.spec
@@ -3,16 +3,19 @@
%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} >= 26
%global rh_layout 1
%endif
-%if 0%{?fedora} >= 20
-# Requires scl-utils v2 for SCL integration
+
+%if 0%{?fedora} >= 20 && 0%{?fedora} < 27
+# Requires scl-utils v2 for SCL integration, dropeed in F29
%global with_modules 1
%else
# Works with file installed in /usr/share/Modules/modulefiles/
%global with_modules 0
%endif
+
%scl_package %scl
# do not produce empty debuginfo package
@@ -21,7 +24,7 @@
Summary: Package that installs PHP 5.6
Name: %scl_name
Version: 2.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Group: Development/Languages
License: GPLv2+
@@ -221,6 +224,9 @@ restorecon -R %{_localstatedir} &>/dev/null || :
%changelog
+* Fri Aug 24 2018 Remi Collet <remi@remirepo.net> 2.3-2
+- scl-utils 2.0.2 drop modules support
+
* Mon Aug 28 2017 Remi Collet <remi@remirepo.net> - 2.3-1
- add symlinks for /etc/opt/remi/php56 and /var/opt/remi/php56