almalinux-release-raspberrypi/almalinux-release-raspberry...

33 lines
1002 B
RPMSpec
Raw Normal View History

2022-05-27 09:57:39 +00:00
Summary: Raspberry Pi support packages from the AlmaLinux Core SIG repository
Name: almalinux-release-raspberrypi
Version: 8
2023-05-24 02:58:03 +00:00
Release: 3%{?dist}
2022-05-27 09:57:39 +00:00
License: GPLv2
URL: https://wiki.almalinux.org/sigs/Core
Source0: almalinux-raspberrypi.repo
Source1: rootfs-expand
Provides: almalinux-release-raspberrypi = 8
%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
2023-05-24 02:58:03 +00:00
* Wed May 24 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 8-3
- Update Source and debug URLs
2022-05-27 09:57:39 +00:00
* Wed Oct 06 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 8-2
- Use mirrors for raspberrypi repo
* Tue Sep 28 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 8-1
- Initial version