From 4ad4fbd62a25032d5f11e665393d109b0f5ff9b8 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 29 May 2025 19:11:18 -0400 Subject: [PATCH] Enable CRB repository by default --- almalinux-crb.repo | 2 +- almalinux-release.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/almalinux-crb.repo b/almalinux-crb.repo index 2783373..0e4a896 100644 --- a/almalinux-crb.repo +++ b/almalinux-crb.repo @@ -2,7 +2,7 @@ name=AlmaLinux $releasever - CRB mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/crb # baseurl=https://repo.almalinux.org/almalinux/$releasever/CRB/$basearch/os/ -enabled=0 +enabled=1 gpgcheck=1 countme=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10 diff --git a/almalinux-release.spec b/almalinux-release.spec index fe82f10..0874a11 100644 --- a/almalinux-release.spec +++ b/almalinux-release.spec @@ -6,7 +6,7 @@ Name: almalinux-release Version: %{major}.%{minor} -Release: 30%{?dist} +Release: 31%{?dist} Summary: %{distro} release files Group: System Environment/Base 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 %changelog +* Thu May 29 2025 Neal Gompa - 10.0-31 +- Enable CRB repository by default + * Mon May 19 2025 Eduard Abdullin - 10.0-30 - 10.0 stable release