Enable CRB repository by default

This commit is contained in:
Neal Gompa 2025-05-29 19:11:18 -04:00
parent 3e80f8f150
commit 4ad4fbd62a
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name=AlmaLinux $releasever - CRB name=AlmaLinux $releasever - CRB
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/crb mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/crb
# baseurl=https://repo.almalinux.org/almalinux/$releasever/CRB/$basearch/os/ # baseurl=https://repo.almalinux.org/almalinux/$releasever/CRB/$basearch/os/
enabled=0 enabled=1
gpgcheck=1 gpgcheck=1
countme=1 countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10

View File

@ -6,7 +6,7 @@
Name: almalinux-release Name: almalinux-release
Version: %{major}.%{minor} Version: %{major}.%{minor}
Release: 30%{?dist} Release: 31%{?dist}
Summary: %{distro} release files Summary: %{distro} release files
Group: System Environment/Base Group: System Environment/Base
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -374,6 +374,9 @@ echo '%%x86_64_v2 1' >> %{buildroot}%{_sysconfdir}/rpm/macros.x86_64_v2
%{_sysconfdir}/pki/rpm-gpg %{_sysconfdir}/pki/rpm-gpg
%changelog %changelog
* Thu May 29 2025 Neal Gompa <ngompa@almalinux.org> - 10.0-31
- Enable CRB repository by default
* Mon May 19 2025 Eduard Abdullin <eabdullin@almalinux.org> - 10.0-30 * Mon May 19 2025 Eduard Abdullin <eabdullin@almalinux.org> - 10.0-30
- 10.0 stable release - 10.0 stable release