Initial import
This commit is contained in:
commit
b5acff190b
24
SOURCES/almalinux-testing.repo
Normal file
24
SOURCES/almalinux-testing.repo
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Testing repo for AlmaLinux
|
||||||
|
|
||||||
|
[almalinux-testing]
|
||||||
|
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
|
||||||
|
|
||||||
|
## Sources
|
||||||
|
[almalinux-testing-source]
|
||||||
|
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
|
||||||
|
|
||||||
|
## Debug
|
||||||
|
[almalinux-testing-debuginfo]
|
||||||
|
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
|
23
SPECS/almalinux-release-testing.spec
Normal file
23
SPECS/almalinux-release-testing.spec
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
Summary: AlmaLinux Testing repository configuration
|
||||||
|
Name: almalinux-release-testing
|
||||||
|
Version: 8
|
||||||
|
Release: 1%{?dist}
|
||||||
|
License: GPLv2
|
||||||
|
URL: https://almalinux.org/
|
||||||
|
Source0: almalinux-testing.repo
|
||||||
|
|
||||||
|
Provides: almalinux-release-testing = 8
|
||||||
|
|
||||||
|
%description
|
||||||
|
DNF configuration for AlmaLinux Testing repo
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/almalinux-testing.repo
|
||||||
|
|
||||||
|
%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
|
||||||
|
- Initial version
|
Loading…
Reference in New Issue
Block a user