Compare commits
No commits in common. "a9" and "a10" have entirely different histories.
@ -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-9
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
|
||||
|
||||
[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-9
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
|
||||
|
||||
[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-9
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-10
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: almalinux-release-raspberrypi-testing
|
||||
Version: 9
|
||||
Version: 10
|
||||
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 = 9
|
||||
Provides: almalinux-release-raspberrypi-testing = 9
|
||||
Requires: almalinux-release-raspberrypi = 10
|
||||
Provides: almalinux-release-raspberrypi-testing = 10
|
||||
|
||||
%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> - 9-1
|
||||
* Tue Apr 07 2026 Koichiro Iwao <meta@almalinux.org> - 10-1
|
||||
- Initial version
|
||||
|
||||
Loading…
Reference in New Issue
Block a user