From ffacfe8b0e0d41bb980328a5327fd0558b2fddf9 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 24 May 2023 11:58:03 +0900 Subject: [PATCH] Fix Source and debug URLs --- almalinux-raspberrypi.repo | 4 ++-- almalinux-release-raspberrypi.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/almalinux-raspberrypi.repo b/almalinux-raspberrypi.repo index c3a4a7a..b539b39 100644 --- a/almalinux-raspberrypi.repo +++ b/almalinux-raspberrypi.repo @@ -12,7 +12,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux [raspberrypi-source] name=AlmaLinux $releasever - Raspberry Pi Source mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/raspberrypi-source -# baseurl=https://repo.almalinux.org/almalinux/$releasever/raspberrypi/Source/ +# baseurl=https://repo.almalinux.org/vault/$releasever/raspberrypi/Source/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux @@ -21,7 +21,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux [raspberrypi-debuginfo] name=AlmaLinux $releasever - Raspberry Pi debuginfo mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/raspberrypi-debuginfo -# baseurl=https://repo.almalinux.org/almalinux/$releasever/raspberrypi/debug/$basearch/ +# baseurl=https://repo.almalinux.org/vault/$releasever/raspberrypi/debug/$basearch/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux diff --git a/almalinux-release-raspberrypi.spec b/almalinux-release-raspberrypi.spec index d9338fd..1c40288 100644 --- a/almalinux-release-raspberrypi.spec +++ b/almalinux-release-raspberrypi.spec @@ -1,7 +1,7 @@ Summary: Raspberry Pi support packages from the AlmaLinux Core SIG repository Name: almalinux-release-raspberrypi Version: 8 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 URL: https://wiki.almalinux.org/sigs/Core Source0: almalinux-raspberrypi.repo @@ -22,6 +22,9 @@ install -D -m 750 %{SOURCE1} %{buildroot}%{_bindir}/rootfs-expand %config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-raspberrypi.repo %changelog +* Wed May 24 2023 Andrew Lukoshko - 8-3 +- Update Source and debug URLs + * Wed Oct 06 2021 Andrew Lukoshko - 8-2 - Use mirrors for raspberrypi repo