Compare commits

...

4 Commits
a8 ... a9

2 changed files with 14 additions and 11 deletions

View File

@ -6,22 +6,22 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/raspberrypi
# baseurl=https://repo.almalinux.org/almalinux/$releasever/raspberrypi/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
## Sources
[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
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
## Debug
[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
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9

View File

@ -1,13 +1,13 @@
Summary: Raspberry Pi support packages from the AlmaLinux Core SIG repository
Name: almalinux-release-raspberrypi
Version: 8
Release: 2%{?dist}
Version: 9
Release: 3%{?dist}
License: GPLv2
URL: https://wiki.almalinux.org/sigs/Core
Source0: almalinux-raspberrypi.repo
Source1: rootfs-expand
Provides: almalinux-release-raspberrypi = 8
Provides: almalinux-release-raspberrypi = 9
%description
yum configuration for Raspberry Pi support packages from the AlmaLinux Core SIG.
@ -22,8 +22,11 @@ install -D -m 750 %{SOURCE1} %{buildroot}%{_bindir}/rootfs-expand
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-raspberrypi.repo
%changelog
* Wed Oct 06 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 8-2
- Use mirrors for raspberrypi repo
* Wed May 24 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 9-3
- Update Source and debug URLs
* Tue Sep 28 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 8-1
* Wed Apr 19 2023 Koichiro Iwao <koichiro.iwao@miraclelinux.com> - 9-2
- Fix wrong GPG key path
* Fri May 27 2022 Eduard Abdullin <eabdullin@almalinux.org> - 9-1
- Initial version