Disable fastestmirror dnf plugin for all repos
This commit is contained in:
parent
0464c213c8
commit
a23e9e06fd
@ -7,7 +7,6 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/ha
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
## Sources
|
||||
[ha-source]
|
||||
@ -17,7 +16,6 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/ha-source
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
## Debuginfo
|
||||
[ha-debuginfo]
|
||||
@ -27,4 +25,3 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/ha-debuginfo
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
@ -7,7 +7,6 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
## Sources
|
||||
[powertools-source]
|
||||
@ -17,7 +16,6 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools-sourc
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
## Debuginfo
|
||||
[powertools-debuginfo]
|
||||
@ -27,4 +25,3 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/powertools-debug
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
@ -10,7 +10,7 @@
|
||||
%define dist_release_version 8
|
||||
%define upstream_rel_long 8.4-0.6
|
||||
%define upstream_rel 8.4
|
||||
%define almalinux_rel 2
|
||||
%define almalinux_rel 3
|
||||
%define dist .el%{dist_release_version}
|
||||
|
||||
# define beta Beta
|
||||
@ -181,6 +181,9 @@ rm -rf %{buildroot}
|
||||
%{_prefix}/lib/systemd/system-preset/*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 29 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 8.4-3
|
||||
- disable fastestmirror dnf plugin for all repos
|
||||
|
||||
* Thu May 20 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 8.4-2
|
||||
- 8.4 stable release
|
||||
- Disable PowerTools repo by default and move it to separate file
|
||||
|
@ -7,7 +7,6 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
[appstream]
|
||||
name=AlmaLinux $releasever - AppStream
|
||||
@ -16,7 +15,6 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
[extras]
|
||||
name=AlmaLinux $releasever - Extras
|
||||
@ -25,7 +23,6 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/extras
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
## Sources
|
||||
[baseos-source]
|
||||
@ -35,7 +32,6 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos-source
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
[appstream-source]
|
||||
name=AlmaLinux $releasever - AppStream Source
|
||||
@ -44,7 +40,6 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream-source
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
[extras-source]
|
||||
name=AlmaLinux $releasever - Extras Source
|
||||
@ -53,7 +48,6 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/extras-source
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
## Debuginfo
|
||||
[baseos-debuginfo]
|
||||
@ -63,7 +57,6 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/baseos-debuginfo
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
[appstream-debuginfo]
|
||||
name=AlmaLinux $releasever - AppStream debuginfo
|
||||
@ -72,7 +65,6 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/appstream-debugi
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
||||
[extras-debuginfo]
|
||||
name=AlmaLinux $releasever - Extras debuginfo
|
||||
@ -81,4 +73,3 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/extras-debuginfo
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
fastestmirror=1
|
||||
|
Loading…
Reference in New Issue
Block a user