From a3d6b524efe2b80dd912d6d8714745f08d2d7d96 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Nov 2021 15:58:27 +0100 Subject: add remi-modular-debuginfo and remi-modular-test-debuginfo repository configurations --- remi-modular.repo | 20 ++++++++++++++++++++ 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 - 8.5-2 and 9.0-3 +- add remi-modular-debuginfo and remi-modular-test-debuginfo + repository configurations + * Mon Nov 8 2021 Remi Collet - 8.5-1 - raise dependency on redhat-release >= 8.5 - own /opt/remi -- cgit