almalinux-release-raspberrypi/almalinux-release-raspberrypi.spec
2025-01-16 14:12:06 +09:00

30 lines
857 B
RPMSpec

Summary: Raspberry Pi support packages from the AlmaLinux Core SIG repository
Name: almalinux-release-raspberrypi
Version: 10
Release: 3%{?dist}
License: GPLv2
URL: https://wiki.almalinux.org/sigs/Core
Source0: almalinux-raspberrypi.repo
Provides: almalinux-release-raspberrypi = 10
%description
yum configuration for Raspberry Pi support packages from the AlmaLinux Core SIG.
%install
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/almalinux-raspberrypi.repo
%files
%defattr(-,root,root)
%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
* Wed Jan 08 2025 Koichiro Iwao <meta@almalinux.org> - 10-1
- Initial version