Enable CRB repository by default
This commit is contained in:
parent
f73b5e0599
commit
e03b51ae82
@ -2,7 +2,7 @@
|
||||
name=AlmaLinux Kitten $releasever - CRB
|
||||
mirrorlist=https://kitten.mirrors.almalinux.org/mirrorlist/$releasever-kitten/crb
|
||||
# baseurl=https://kitten.repo.almalinux.org/$releasever-kitten/CRB/$basearch/os/
|
||||
enabled=0
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
countme=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
|
||||
|
@ -6,9 +6,12 @@
|
||||
%global minor 0
|
||||
# %%global eol_date 2035-06-01
|
||||
|
||||
# For rpmbuild-bumpspec
|
||||
%global baserelease 2
|
||||
|
||||
Name: almalinux-kitten-release
|
||||
Version: %{major}.%{minor}
|
||||
Release: 8%{?dist}.0.1
|
||||
Release: 8%{?dist}.0.%{baserelease}
|
||||
Summary: %{distro} release files
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://almalinux.org
|
||||
@ -376,6 +379,9 @@ echo '%%x86_64_v2 1' >> %{buildroot}%{_sysconfdir}/rpm/macros.x86_64_v2
|
||||
%{_sysconfdir}/pki/rpm-gpg
|
||||
|
||||
%changelog
|
||||
* Thu May 29 2025 Neal Gompa <ngompa@almalinux.org> - 10.0-8.0.2
|
||||
- Enable CRB repository by default
|
||||
|
||||
* Mon Mar 31 2025 Eduard Abdullin <eabdullin@almalinux.org> - 10.0-8.0.1
|
||||
- Update SB keys
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user