summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-08 08:42:55 +0100
committerRemi Collet <remi@remirepo.net>2019-03-08 08:42:55 +0100
commit65a88e88a7b92dba8451b4054b75acfdd6f0a3cc (patch)
tree7e3c987922faf267bd50eb24f699cf50a98d5937
parentd25088704fb6c0542503bfcfe08a1e2311b637cb (diff)
add remi-modular and remi-modular-test repositories for dnf 4 which is available in centos-extras
-rw-r--r--remi-modular.repo22
-rw-r--r--remi-release-el.spec10
2 files changed, 30 insertions, 2 deletions
diff --git a/remi-modular.repo b/remi-modular.repo
new file mode 100644
index 0000000..2262aea
--- /dev/null
+++ b/remi-modular.repo
@@ -0,0 +1,22 @@
+# Repository: https://rpms.remirepo.net/
+# Blog: https://blog.remirepo.net/
+# Forum: https://forum.remirepo.net/
+
+[remi-modular]
+name=Remi's Modular repository for Enterprise Linux VERSION - $basearch
+#baseurl=http://rpms.remirepo.net/enterprise/VERSION/modular/$basearch/
+#mirrorlist=https://rpms.remirepo.net/enterprise/VERSION/modular/httpsmirror
+mirrorlist=http://cdn.remirepo.net/enterprise/VERSION/modular/mirror
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
+
+[remi-modular-test]
+name=Remi's Modular testing repository for Enterprise Linux VERSION - $basearch
+#baseurl=http://rpms.remirepo.net/enterprise/VERSION/modular-test/$basearch/
+#mirrorlist=https://rpms.remirepo.net/enterprise/VERSION/modular-test/httpsmirror
+mirrorlist=http://cdn.remirepo.net/enterprise/VERSION/modular-test/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 c22a736..2e989f1 100644
--- a/remi-release-el.spec
+++ b/remi-release-el.spec
@@ -1,6 +1,6 @@
# remirepo spec file for remi-release (RHEL, CentOS)
#
-# Copyright (c) 2006-2018 Remi Collet
+# Copyright (c) 2006-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -9,7 +9,7 @@
Name: remi-release
%if %{rhel} == 7
Version: 7.6
-Release: 1%{?dist}
+Release: 2%{?dist}
%endif
%if %{rhel} == 6
Version: 6.10
@@ -28,6 +28,7 @@ Source2: remi-safe.repo
Source3: remi-glpi.repo
Source4: remi-php.repo
Source5: remi-php54.repo
+Source6: remi-modular.repo
# GPG Keys
Source2000: RPM-GPG-KEY-remi
@@ -115,6 +116,7 @@ sed -e 's/@PHP@/5.6/;s/@VER@/94/;s/@DOTVER@/9.4/;s/VERSION/%{rhel}/' %{SOURCE3}
sed -e "s/VERSION/%{rhel}/" %{SOURCE1} | tee remi.repo
sed -e "s/VERSION/%{rhel}/" %{SOURCE2} | tee remi-safe.repo
sed -e "s/VERSION/%{rhel}/" %{SOURCE5} | tee remi-php54.repo
+sed -e "s/VERSION/%{rhel}/" %{SOURCE6} | tee remi-modular.repo
%build
@@ -140,6 +142,10 @@ done
%changelog
+* Fri Mar 8 2019 Remi Collet <remi@remirepo.net> - 7.6-2
+- add remi-modular and remi-modular-test repositories
+ for dnf 4 which is available in centos-extras
+
* Fri Dec 21 2018 Remi Collet <remi@remirepo.net> - 6.10-1 and 7.6-1
- add GLPI 9.4 dedicated repostitory