Disable epel-modular repo by default and mark all epel-modular repos as deprecated

https://pagure.io/epel/issue/198
epel8
Carl George 2 years ago
parent 198ffc42d6
commit 824538d40c

@ -1,16 +1,18 @@
[epel-modular] [epel-modular]
name=Extra Packages for Enterprise Linux Modular 8 - $basearch # This repo has been DEPRECATED, see https://pagure.io/epel/issue/198 for more details.
name=Extra Packages for Enterprise Linux Modular 8 - $basearch - DEPRECATED
# It is much more secure to use the metalink, but if you wish to use a local mirror # It is much more secure to use the metalink, but if you wish to use a local mirror
# place its address here. # place its address here.
#baseurl=https://download.example/pub/epel/8/Modular/$basearch #baseurl=https://download.example/pub/epel/8/Modular/$basearch
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-modular-8&arch=$basearch&infra=$infra&content=$contentdir metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-modular-8&arch=$basearch&infra=$infra&content=$contentdir
enabled=1 enabled=0
gpgcheck=1 gpgcheck=1
countme=1 countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
[epel-modular-debuginfo] [epel-modular-debuginfo]
name=Extra Packages for Enterprise Linux Modular 8 - $basearch - Debug # This repo has been DEPRECATED, see https://pagure.io/epel/issue/198 for more details.
name=Extra Packages for Enterprise Linux Modular 8 - $basearch - Debug - DEPRECATED
# It is much more secure to use the metalink, but if you wish to use a local mirror # It is much more secure to use the metalink, but if you wish to use a local mirror
# place its address here. # place its address here.
#baseurl=https://download.example/pub/epel/8/Modular/$basearch/debug #baseurl=https://download.example/pub/epel/8/Modular/$basearch/debug
@ -20,7 +22,8 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
gpgcheck=1 gpgcheck=1
[epel-modular-source] [epel-modular-source]
name=Extra Packages for Enterprise Linux Modular 8 - $basearch - Source # This repo has been DEPRECATED, see https://pagure.io/epel/issue/198 for more details.
name=Extra Packages for Enterprise Linux Modular 8 - $basearch - Source - DEPRECATED
# It is much more secure to use the metalink, but if you wish to use a local mirror # It is much more secure to use the metalink, but if you wish to use a local mirror
# place it's address here. # place it's address here.
#baseurl=https://download.example/pub/epel/8/Modular/source/tree/ #baseurl=https://download.example/pub/epel/8/Modular/source/tree/

@ -1,6 +1,6 @@
Name: epel-release Name: epel-release
Version: 8 Version: 8
Release: 17%{dist} Release: 18%{dist}
Summary: Extra Packages for Enterprise Linux repository configuration Summary: Extra Packages for Enterprise Linux repository configuration
License: GPLv2 License: GPLv2
@ -98,6 +98,10 @@ fi
%changelog %changelog
* Thu Sep 29 2022 Carl George <carl@george.computer> - 8-18
- Disable epel-modular repo by default
- Mark all epel-modular repos as deprecated
* Tue Aug 09 2022 Troy Dawson <tdawson@redhat.com> - 8-17 * Tue Aug 09 2022 Troy Dawson <tdawson@redhat.com> - 8-17
- Tweak crb script, Recommends dnf-command(config-manager) (#2115602) - Tweak crb script, Recommends dnf-command(config-manager) (#2115602)

@ -1,5 +1,6 @@
[epel-testing-modular] [epel-testing-modular]
name=Extra Packages for Enterprise Linux Modular 8 - Testing - $basearch # This repo has been DEPRECATED, see https://pagure.io/epel/issue/198 for more details.
name=Extra Packages for Enterprise Linux Modular 8 - Testing - $basearch - DEPRECATED
# It is much more secure to use the metalink, but if you wish to use a local mirror # It is much more secure to use the metalink, but if you wish to use a local mirror
# place its address here. # place its address here.
#baseurl=https://download.example/pub/epel/testing/8/Modular/$basearch #baseurl=https://download.example/pub/epel/testing/8/Modular/$basearch
@ -10,7 +11,8 @@ countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
[epel-testing-modular-debuginfo] [epel-testing-modular-debuginfo]
name=Extra Packages for Enterprise Linux Modular 8 - Testing - $basearch - Debug # This repo has been DEPRECATED, see https://pagure.io/epel/issue/198 for more details.
name=Extra Packages for Enterprise Linux Modular 8 - Testing - $basearch - Debug - DEPRECATED
# It is much more secure to use the metalink, but if you wish to use a local mirror # It is much more secure to use the metalink, but if you wish to use a local mirror
# place its address here. # place its address here.
#baseurl=https://download.example/pub/epel/testing/8/Modular/$basearch/debug #baseurl=https://download.example/pub/epel/testing/8/Modular/$basearch/debug
@ -20,7 +22,8 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
gpgcheck=1 gpgcheck=1
[epel-testing-modular-source] [epel-testing-modular-source]
name=Extra Packages for Enterprise Linux Modular 8 - Testing - $basearch - Source # This repo has been DEPRECATED, see https://pagure.io/epel/issue/198 for more details.
name=Extra Packages for Enterprise Linux Modular 8 - Testing - $basearch - Source - DEPRECATED
# It is much more secure to use the metalink, but if you wish to use a local mirror # It is much more secure to use the metalink, but if you wish to use a local mirror
# place it's address here. # place it's address here.
#baseurl=https://download.example/pub/epel/testing/8/Modular/source/tree/ #baseurl=https://download.example/pub/epel/testing/8/Modular/source/tree/

Loading…
Cancel
Save