Initial release
This commit is contained in:
commit
4f9cc198e5
28
SOURCES/almalinux-devel.repo
Normal file
28
SOURCES/almalinux-devel.repo
Normal file
@ -0,0 +1,28 @@
|
||||
# Devel repo for AlmaLinux
|
||||
# Not for production. For buildroot use only
|
||||
|
||||
[almalinux-devel]
|
||||
name=AlmaLinux $releasever - Devel
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/devel
|
||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/devel/$basearch/os/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux-9
|
||||
|
||||
## Sources
|
||||
[almalinux-devel-source]
|
||||
name=AlmaLinux $releasever - Devel Source
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/devel-source
|
||||
# baseurl=https://repo.almalinux.org/vault/$releasever/devel/Source/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux-9
|
||||
|
||||
## Debug
|
||||
[almalinux-devel-debuginfo]
|
||||
name=AlmaLinux $releasever - Devel debuginfo
|
||||
mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/devel-debuginfo
|
||||
# baseurl=https://repo.almalinux.org/vault/$releasever/devel/debug/$basearch/
|
||||
gpgcheck=1
|
||||
enabled=0
|
||||
gpgkey=https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux-9
|
25
SPECS/almalinux-release-devel.spec
Normal file
25
SPECS/almalinux-release-devel.spec
Normal file
@ -0,0 +1,25 @@
|
||||
Summary: AlmaLinux devel repository configuration
|
||||
Name: almalinux-release-devel
|
||||
Version: 9
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: https://almalinux.org/
|
||||
BuildArch: noarch
|
||||
Source0: almalinux-devel.repo
|
||||
|
||||
Provides: almalinux-release-devel = 9
|
||||
|
||||
%description
|
||||
DNF configuration for AlmaLinux devel repo
|
||||
Not for production. For buildroot use only
|
||||
|
||||
%install
|
||||
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/almalinux-devel.repo
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-devel.repo
|
||||
|
||||
%changelog
|
||||
* Mon Aug 14 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 9-1
|
||||
- Initial version
|
Loading…
Reference in New Issue
Block a user