diff options
-rw-r--r-- | remi-php54.repo | 12 | ||||
-rw-r--r-- | remi-release-el.spec | 14 |
2 files changed, 18 insertions, 8 deletions
diff --git a/remi-php54.repo b/remi-php54.repo new file mode 100644 index 0000000..c363c41 --- /dev/null +++ b/remi-php54.repo @@ -0,0 +1,12 @@ +# This repository only provides PHP 5.4 and its extensions +# NOTICE: common dependencies are in "remi-safe" + +[remi-php54] +name=Remi's PHP 5.4 RPM repository for Enterprise Linux VERSION - $basearch +#baseurl=http://rpms.remirepo.net/enterprise/VERSION/php54/$basearch/ +#mirrorlist=https://rpms.remirepo.net/enterprise/VERSION/php54/httpsmirror +mirrorlist=http://rpms.remirepo.net/enterprise/VERSION/php54/mirror +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi + diff --git a/remi-release-el.spec b/remi-release-el.spec index 9393f2d..1aa40c1 100644 --- a/remi-release-el.spec +++ b/remi-release-el.spec @@ -8,12 +8,12 @@ # Name: remi-release %if %{rhel} == 7 -Version: 7.2 +Version: 7.3 Release: 1%{?dist} %endif %if %{rhel} == 6 Version: 6.8 -Release: 1%{?dist} +Release: 2%{?dist} %endif %if %{rhel} == 5 Version: 5.10 @@ -30,6 +30,7 @@ Source1: remi-el.repo Source2: remi-safe.repo Source3: remi-php70.repo Source4: remi-php71.repo +Source5: remi-php54.repo BuildRoot: %{_tmppath}/%{name}-%{version} BuildArchitectures: noarch @@ -50,9 +51,6 @@ Only the "remi-safe" repository is enabled after installation. %else The repository is not enabled after installation. %endif -For PHP 5.5 you must enable the remi-php55 repository: - yum-config-manager --enable remi-php55 - For PHP 5.6 you must enable the remi-php56 repository: yum-config-manager --enable remi-php56 @@ -76,9 +74,6 @@ Seul le dépôt "remi-safe" est activé après l'installation. %else Le dépôt n'est pas activé après l'installation. %endif -Pour PHP 5.5 vous devez activer le dépôt remi-php55 - yum-config-manager --enable remi-php55 - Pour PHP 5.6 vous devez activer le dépôt remi-php56 yum-config-manager --enable remi-php56 @@ -103,6 +98,7 @@ sed -e "s/VERSION/%{rhel}/" %{SOURCE1} | tee remi.repo sed -e "s/VERSION/%{rhel}/" %{SOURCE2} | tee remi-safe.repo sed -e "s/VERSION/%{rhel}/" %{SOURCE3} | tee remi-php70.repo sed -e "s/VERSION/%{rhel}/" %{SOURCE4} | tee remi-php71.repo +sed -e "s/VERSION/%{rhel}/" %{SOURCE5} | tee remi-php54.repo %endif @@ -134,6 +130,8 @@ rm -rf %{buildroot} %changelog +* Fri Feb 10 2017 Remi Collet <remmi@remirepo.net> - 6.8-2 and 7.3-1 +- add remi-php54 repository - add mirrorlist for https mirrors (as comment) * Thu Jun 30 2016 Remi Collet <remmi@remirepo.net> - 6.8-1 and 7.2-1 |