Compare commits

...

1 Commits
a10 ... a9

Author SHA1 Message Date
3815fcaea3 Modifications for AL9 2026-04-08 05:54:05 +00:00
2 changed files with 7 additions and 7 deletions

View File

@ -5,18 +5,18 @@ name=AlmaLinux $releasever - Raspberry Pi Testing
baseurl=https://repo.almalinux.org/vault/$releasever/raspberrypi-testing/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
[raspberrypi-testing-source]
name=AlmaLinux $releasever - Raspberry Pi Testing Source
baseurl=https://repo.almalinux.org/vault/$releasever/raspberrypi-testing/Source/$basearch/os/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
[raspberrypi-testing-debuginfo]
name=AlmaLinux $releasever - Raspberry Pi Testing debuginfo
baseurl=https://repo.almalinux.org/vault/$releasever/raspberrypi-testing/debug/$basearch/os/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9

View File

@ -1,5 +1,5 @@
Name: almalinux-release-raspberrypi-testing
Version: 10
Version: 9
Release: 1%{?dist}
Summary: Raspberry Pi Testing Repository
@ -9,8 +9,8 @@ Source0: almalinux-raspberrypi-testing.repo
ExclusiveArch: %{arm64}
Requires: almalinux-gpg-keys
Requires: almalinux-release-raspberrypi = 10
Provides: almalinux-release-raspberrypi-testing = 10
Requires: almalinux-release-raspberrypi = 9
Provides: almalinux-release-raspberrypi-testing = 9
%description
DNF configuration for AlmaLinux Raspberry Pi Testing repository.
@ -25,5 +25,5 @@ pacakges, including upcoming releases Raspberry Pi kernels.
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-raspberrypi-testing.repo
%changelog
* Tue Apr 07 2026 Koichiro Iwao <meta@almalinux.org> - 10-1
* Tue Apr 07 2026 Koichiro Iwao <meta@almalinux.org> - 9-1
- Initial version