summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-05 14:23:12 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-05 14:23:12 +0100
commit9927b40ce0ae958b813af5af36b7a1b30eeee730 (patch)
treee7ea08a1a519d21e3c651053583a1af20b6ec8f9
parent5f37dba04697a4c7230d442b4e36dd9d4c0a02d7 (diff)
php scl: add missing sbin in PATH (Fedora)
-rw-r--r--php54.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php54.spec b/php54.spec
index 1a0b7c3..8c7dba6 100644
--- a/php54.spec
+++ b/php54.spec
@@ -16,7 +16,7 @@
Summary: Package that installs PHP 5.4
Name: %scl_name
Version: 2.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Group: Development/Languages
License: GPLv2+
@@ -92,7 +92,7 @@ EOF
cat << EOF | tee envmod
#%%Module1.0
prepend-path X_SCLS %{scl}
-prepend-path PATH %{_bindir}
+prepend-path PATH %{_bindir}:%{_sbindir}
prepend-path LD_LIBRARY_PATH %{_libdir}
prepend-path MANPATH %{_mandir}
prepend-path PKG_CONFIG_PATH %{_libdir}/pkgconfig
@@ -190,6 +190,9 @@ restorecon -R %{?_scl_root} &>/dev/null || :
%changelog
+* Tue Jan 5 2016 Remi Collet <remi@fedoraproject.org> 2.1-3
+- add missing "sbin" in PATH (Fedora)
+
* Fri Nov 13 2015 Remi Collet <remi@fedoraproject.org> 2.1-2
- fix selinux context