Initial release
This commit is contained in:
commit
8a1221fd10
22
almalinux-raspberrypi-testing.repo
Normal file
22
almalinux-raspberrypi-testing.repo
Normal file
@ -0,0 +1,22 @@
|
||||
# Raspberry Pi testing repo for AlmaLinux
|
||||
|
||||
[raspberrypi-testing]
|
||||
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
|
||||
|
||||
[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
|
||||
|
||||
[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
|
||||
29
almalinux-release-raspberrypi-testing.spec
Normal file
29
almalinux-release-raspberrypi-testing.spec
Normal file
@ -0,0 +1,29 @@
|
||||
Name: almalinux-release-raspberrypi-testing
|
||||
Version: 10
|
||||
Release: 1%{?dist}
|
||||
Summary: Raspberry Pi Testing Repository
|
||||
|
||||
License: GPLv2
|
||||
URL: https://wiki.almalinux.org/sigs/AltArch
|
||||
Source0: almalinux-raspberrypi-testing.repo
|
||||
|
||||
ExclusiveArch: %{arm64}
|
||||
Requires: almalinux-gpg-keys
|
||||
Requires: almalinux-release-raspberrypi = 10
|
||||
Provides: almalinux-release-raspberrypi-testing = 10
|
||||
|
||||
%description
|
||||
DNF configuration for AlmaLinux Raspberry Pi Testing repository.
|
||||
This repository provides access to Raspberry Pi specific experimental
|
||||
pacakges, including upcoming releases Raspberry Pi kernels.
|
||||
|
||||
%install
|
||||
%{__install} -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/almalinux-raspberrypi-testing.repo
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-raspberrypi-testing.repo
|
||||
|
||||
%changelog
|
||||
* Tue Apr 07 2026 Koichiro Iwao <meta@almalinux.org> - 10-1
|
||||
- Initial version
|
||||
Loading…
Reference in New Issue
Block a user