Compare commits
No commits in common. "a8" and "a10" 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-10
|
||||
|
||||
## 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-10
|
||||
|
||||
## 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-10
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
Summary: AlmaLinux Testing repository configuration
|
||||
Name: almalinux-release-testing
|
||||
Version: 8
|
||||
Version: 10
|
||||
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 = 10
|
||||
|
||||
%description
|
||||
DNF configuration for AlmaLinux Testing repo
|
||||
@ -15,10 +15,15 @@ DNF configuration for AlmaLinux Testing repo
|
||||
%install
|
||||
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/almalinux-testing.repo
|
||||
|
||||
%ifarch x86_64_v2
|
||||
sed -i "s/\$basearch/x86_64_v2/g" %{buildroot}%{_sysconfdir}/yum.repos.d/*.repo
|
||||
sed -i '/^mirrorlist=/ s|$|?arch=x86_64_v2|g' %{buildroot}%{_sysconfdir}/yum.repos.d/*.repo
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-testing.repo
|
||||
|
||||
%changelog
|
||||
* Fri Jul 28 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 8-1
|
||||
* Thu May 22 2025 Eduard Abdullin <eabdullin@almalinux.org> - 10-1
|
||||
- Initial version
|
||||
|
||||
Loading…
Reference in New Issue
Block a user