33 lines
997 B
RPMSpec
33 lines
997 B
RPMSpec
Summary: Raspberry Pi support packages from the AlmaLinux Core SIG repository
|
|
Name: almalinux-release-raspberrypi
|
|
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 = 9
|
|
|
|
%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
|
|
install -D -m 750 %{SOURCE1} %{buildroot}%{_bindir}/rootfs-expand
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/rootfs-expand
|
|
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-raspberrypi.repo
|
|
|
|
%changelog
|
|
* Wed May 24 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 9-3
|
|
- Update Source and debug URLs
|
|
|
|
* 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
|