diff --git a/SOURCES/almalinux-testing.repo b/SOURCES/almalinux-testing.repo index 50129a4..cd26940 100644 --- a/SOURCES/almalinux-testing.repo +++ b/SOURCES/almalinux-testing.repo @@ -2,7 +2,7 @@ [almalinux-testing] name=AlmaLinux $releasever - Testing -baseurl=https://repo.almalinux.org/vault/$releasever/testing/$basearch/os/ +baseurl=https://vault.almalinux.org/$releasever/testing/$basearch/os/ gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10 @@ -10,7 +10,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10 ## Sources [almalinux-testing-source] name=AlmaLinux $releasever - Testing Source -baseurl=https://repo.almalinux.org/vault/$releasever/testing/Source/ +baseurl=https://vault.almalinux.org/$releasever/testing/Source/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10 @@ -18,7 +18,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10 ## Debug [almalinux-testing-debuginfo] name=AlmaLinux $releasever - Testing debuginfo -baseurl=https://repo.almalinux.org/vault/$releasever/testing/debug/$basearch/ +baseurl=https://vault.almalinux.org/$releasever/testing/debug/$basearch/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10 diff --git a/SPECS/almalinux-release-testing.spec b/SPECS/almalinux-release-testing.spec index 6c0bcce..f0a9ce6 100644 --- a/SPECS/almalinux-release-testing.spec +++ b/SPECS/almalinux-release-testing.spec @@ -1,7 +1,7 @@ Summary: AlmaLinux Testing repository configuration Name: almalinux-release-testing Version: 10 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: https://almalinux.org/ Source0: almalinux-testing.repo @@ -25,5 +25,8 @@ sed -i '/^mirrorlist=/ s|$|?arch=x86_64_v2|g' %{buildroot}%{_sysconfdir}/yum.rep %config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-testing.repo %changelog +* Thu Apr 30 2026 Jonathan Wright - 10-2 +- Update vault URL to dedicated subdomain + * Thu May 22 2025 Eduard Abdullin - 10-1 - Initial version