diff options
| -rw-r--r-- | remi-modular.repo | 20 | ||||
| -rw-r--r-- | remi-release.spec | 8 | 
2 files changed, 26 insertions, 2 deletions
diff --git a/remi-modular.repo b/remi-modular.repo index 8da9d1d..a77e64a 100644 --- a/remi-modular.repo +++ b/remi-modular.repo @@ -12,6 +12,16 @@ gpgcheck=1  repo_gpgcheck=1  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.elVERSION +[remi-modular-debuginfo] +name=Remi's Modular repository for Enterprise Linux VERSION - $basearch - debuginfo +#baseurl=http://rpms.remirepo.net/enterprise/VERSION/debug-modular/$basearch/ +#mirrorlist=https://rpms.remirepo.net/enterprise/VERSION/debug-modular/$basearch/httpsmirror +mirrorlist=http://cdn.remirepo.net/enterprise/VERSION/debug-modular/$basearch/mirror +enabled=0 +gpgcheck=1 +repo_gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.elVERSION +  [remi-modular-test]  name=Remi's Modular testing repository for Enterprise Linux VERSION - $basearch  #baseurl=http://rpms.remirepo.net/enterprise/VERSION/modular-test/$basearch/ @@ -22,3 +32,13 @@ gpgcheck=1  repo_gpgcheck=1  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.elVERSION +[remi-modular-test-debuginfo] +name=Remi's Modular testing repository for Enterprise Linux VERSION - $basearch - debuginfo +#baseurl=http://rpms.remirepo.net/enterprise/VERSION/debug-modular-test/$basearch/ +#mirrorlist=https://rpms.remirepo.net/enterprise/VERSION/debug-modular-test/$basearch/httpsmirror +mirrorlist=http://cdn.remirepo.net/enterprise/VERSION/debug-modular-test/$basearch/mirror +enabled=0 +gpgcheck=1 +repo_gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.elVERSION + diff --git a/remi-release.spec b/remi-release.spec index dbd52a8..d28b007 100644 --- a/remi-release.spec +++ b/remi-release.spec @@ -10,12 +10,12 @@ Name:           remi-release  %if %{?rhel} == 9  # Match point release version  Version:        9.0 -Release:        2%{?dist} +Release:        3%{?dist}  %endif  %if %{?rhel} == 8  # Match point release version  Version:        8.5 -Release:        1%{?dist} +Release:        2%{?dist}  %endif  Summary:        YUM configuration for remi repository  Summary(fr):    Configuration de YUM pour le dépôt remi @@ -125,6 +125,10 @@ mkdir -p %{buildroot}/opt/remi  %changelog +* Tue Nov 30 2021 Remi Collet <remi@remirepo.net> - 8.5-2 and 9.0-3 +- add remi-modular-debuginfo and remi-modular-test-debuginfo +  repository configurations +  * Mon Nov  8 2021 Remi Collet <remi@remirepo.net> - 8.5-1  - raise dependency on redhat-release >= 8.5  - own /opt/remi  | 
