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