Fix BaseOS baseurl

This commit is contained in:
Koichiro Iwao 2025-01-16 14:12:06 +09:00
parent 328bb90219
commit f33c638e1a
2 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
[raspberrypi]
name=AlmaLinux Kitten $releasever - Raspberry Pi
mirrorlist=https://kitten.mirrors.almalinux.org/mirrorlist/$releasever-kitten/raspberrypi
# baseurl=https://kitten.vault.almalinux.org/$releasever-kitten/raspberrypi/$basearch/os/
# baseurl=https://kitten.repo.almalinux.org/$releasever-kitten/raspberrypi/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10

View File

@ -1,7 +1,7 @@
Summary: Raspberry Pi support packages from the AlmaLinux Core SIG repository
Name: almalinux-release-raspberrypi
Version: 10
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2
URL: https://wiki.almalinux.org/sigs/Core
Source0: almalinux-raspberrypi.repo
@ -19,6 +19,9 @@ install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/almalinux-ra
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-raspberrypi.repo
%changelog
* Thu Jan 16 2025 Koichiro Iwao <meta@almalinux.org> - 10-3
- Fix BaseOS baseurl
* Tue Jan 14 2025 Koichiro Iwao <meta@almalinux.org> - 10-2
- Indicate this is a kitten