summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-03 15:30:52 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-03 15:30:52 +0200
commit7c50a5aa7651badde32a5c5e1ee04798e5a3c64e (patch)
treec47b4cf5e3a5d85944ca59400341a5274b11b420
parentc20e967e0d3ae332f743454caa9406ab20db6dc5 (diff)
remi-release: add php55 repository for PHP 5.5 packages
-rw-r--r--remi-el.repo17
-rw-r--r--remi-release-el5.spec10
2 files changed, 24 insertions, 3 deletions
diff --git a/remi-el.repo b/remi-el.repo
index 765483e..f824950 100644
--- a/remi-el.repo
+++ b/remi-el.repo
@@ -6,10 +6,20 @@ enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
+[remi-php55]
+name=Les RPM de remi de PHP 5.5 pour Enterprise Linux VERSION - $basearch
+#baseurl=http://rpms.famillecollet.com/enterprise/VERSION/php55/$basearch/
+mirrorlist=http://rpms.famillecollet.com/enterprise/VERSION/php55/mirror
+# WARNING: If you enable this repository, you must also enable "remi"
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
+
[remi-test]
name=Les RPM de remi en test pour Enterprise Linux VERSION - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/VERSION/test/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/VERSION/test/mirror
+# WARNING: If you enable this repository, you must also enable "remi"
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
@@ -21,6 +31,13 @@ enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
+[remi-php55-debuginfo]
+name=Les RPM de remi de PHP 5.5 pour Enterprise Linux VERSION - $basearch - debuginfo
+baseurl=http://rpms.famillecollet.com/enterprise/VERSION/debug-php55/$basearch/
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
+
[remi-test-debuginfo]
name=Les RPM de remi en test pour Enterprise Linux VERSION - $basearch - debuginfo
baseurl=http://rpms.famillecollet.com/enterprise/VERSION/debug-test/$basearch/
diff --git a/remi-release-el5.spec b/remi-release-el5.spec
index d861530..a753eab 100644
--- a/remi-release-el5.spec
+++ b/remi-release-el5.spec
@@ -1,9 +1,10 @@
Name: remi-release
-Version: %{rhel}
%if %{rhel} >= 6
-Release: 2%{?dist}
+Version: 6.4
+Release: 1%{?dist}
%else
-Release: 9%{?dist}
+Version: 5.9
+Release: 1%{?dist}
%endif
Summary: YUM configuration for remi repository
Summary(fr): Configuration de YUM pour le dépôt remi
@@ -63,6 +64,9 @@ rm -rf %{buildroot}
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-remi
%changelog
+* Thu Oct 3 2013 Remi Collet <RPMS@FamilleCollet.com> - 5.9-1 and 6.4-1
+- add php55 repository
+
* Tue Feb 12 2013 Remi Collet <RPMS@FamilleCollet.com> - 5-9 and 6-2
- add debuginfo repo
- drop failovermethod option (switch to roundrobin)