Compare commits
No commits in common. "a8" and "gpg" have entirely different histories.
@ -5,7 +5,7 @@ name=AlmaLinux $releasever - Testing
|
||||
baseurl=https://repo.almalinux.org/vault/$releasever/testing/$basearch/os/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
|
||||
|
||||
## Sources
|
||||
[almalinux-testing-source]
|
||||
@ -13,7 +13,7 @@ name=AlmaLinux $releasever - Testing Source
|
||||
baseurl=https://repo.almalinux.org/vault/$releasever/testing/Source/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
|
||||
|
||||
## Debug
|
||||
[almalinux-testing-debuginfo]
|
||||
@ -21,4 +21,4 @@ name=AlmaLinux $releasever - Testing debuginfo
|
||||
baseurl=https://repo.almalinux.org/vault/$releasever/testing/debug/$basearch/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
|
||||
|
@ -1,13 +1,14 @@
|
||||
Summary: AlmaLinux Testing repository configuration
|
||||
Name: almalinux-release-testing
|
||||
Version: 8
|
||||
Version: 9
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: https://almalinux.org/
|
||||
BuildArch: noarch
|
||||
Source0: almalinux-testing.repo
|
||||
|
||||
Provides: almalinux-release-testing = 8
|
||||
Requires: almalinux-gpg-keys
|
||||
Provides: almalinux-release-testing = 9
|
||||
|
||||
%description
|
||||
DNF configuration for AlmaLinux Testing repo
|
||||
@ -20,5 +21,5 @@ install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/almalinux-te
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-testing.repo
|
||||
|
||||
%changelog
|
||||
* Fri Jul 28 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 8-1
|
||||
* Fri Jul 28 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 9-1
|
||||
- Initial version
|
||||
|
Loading…
Reference in New Issue
Block a user