From af7f9cb4325fec467e22f41865b31a688ea7f8e6 Mon Sep 17 00:00:00 2001 From: Jonathan Wright Date: Thu, 30 Apr 2026 10:23:05 -0500 Subject: [PATCH] Update vault URL to dedicated subdomain Switch baseurl from repo.almalinux.org/vault/ to vault.almalinux.org/ for the testing, source, and debuginfo repos. Bump release to 8-2. --- SOURCES/almalinux-testing.repo | 6 +++--- SPECS/almalinux-release-testing.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SOURCES/almalinux-testing.repo b/SOURCES/almalinux-testing.repo index 7bb1a6b..52bb052 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,7 +10,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux ## 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 @@ -18,7 +18,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux ## 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 diff --git a/SPECS/almalinux-release-testing.spec b/SPECS/almalinux-release-testing.spec index df7696c..194e676 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: 8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: https://almalinux.org/ BuildArch: noarch @@ -20,5 +20,8 @@ install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/almalinux-te %config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-testing.repo %changelog +* Thu Apr 30 2026 Jonathan Wright - 8-2 +- Update vault URL to dedicated subdomain + * Fri Jul 28 2023 Andrew Lukoshko - 8-1 - Initial version -- 2.47.3