Compare commits

...

1 Commits
a9 ... a10

Author SHA1 Message Date
eabdullin
bed23f63a6 initial relase 2025-05-22 12:28:46 +03:00
2 changed files with 11 additions and 7 deletions

View File

@ -8,7 +8,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/devel
gpgcheck=1
enabled=1
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
metadata_expire=86400
enabled_metadata=0
@ -19,7 +19,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
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
metadata_expire=86400
enabled_metadata=0
@ -30,6 +30,6 @@ 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
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
metadata_expire=86400
enabled_metadata=0

View File

@ -1,13 +1,12 @@
Summary: AlmaLinux devel repository configuration
Name: almalinux-release-devel
Version: 9
Version: 10
Release: 1%{?dist}
License: GPLv2
URL: https://almalinux.org/
BuildArch: noarch
Source0: almalinux-devel.repo
Provides: almalinux-release-devel = 9
Provides: almalinux-release-devel = 10
%description
DNF configuration for AlmaLinux devel repo
@ -16,10 +15,15 @@ Not for production. For buildroot use only
%install
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/almalinux-devel.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-devel.repo
%changelog
* Mon Aug 14 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 9-1
* Thu May 22 2025 Eduard Abdullin <eabdullin@almalinux.org> - 10-1
- Initial version