24 lines
592 B
RPMSpec
24 lines
592 B
RPMSpec
|
Summary: AlmaLinux Testing repository configuration
|
||
|
Name: almalinux-release-testing
|
||
|
Version: 9
|
||
|
Release: 1%{?dist}
|
||
|
License: GPLv2
|
||
|
URL: https://almalinux.org/
|
||
|
Source0: almalinux-testing.repo
|
||
|
|
||
|
Provides: almalinux-release-testing = 9
|
||
|
|
||
|
%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> - 9-1
|
||
|
- Initial version
|