You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.2 KiB
40 lines
1.2 KiB
Summary: Raspberry Pi support packages from the MSVSphere Core SIG repository
|
|
Name: sphere-release-raspberrypi
|
|
Version: 9
|
|
Release: 2%{?dist}
|
|
License: GPLv2
|
|
URL: https://msvsphere-os.ru
|
|
Source0: msvsphere-raspberrypi.repo
|
|
Source1: rootfs-expand
|
|
|
|
Provides: sphere-release-raspberrypi = 9
|
|
|
|
ExclusiveArch: aarch64
|
|
|
|
%description
|
|
yum configuration for Raspberry Pi support packages from the MSVSphere Core SIG.
|
|
|
|
%install
|
|
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/msvsphere-raspberrypi.repo
|
|
install -D -m 750 %{SOURCE1} %{buildroot}%{_bindir}/rootfs-expand
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/rootfs-expand
|
|
%config(noreplace) %{_sysconfdir}/yum.repos.d/msvsphere-raspberrypi.repo
|
|
|
|
%changelog
|
|
* Sun Nov 10 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9-2
|
|
- Added ExclusiveArch: aarch64
|
|
* Sun Nov 10 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9-1
|
|
- Rebuilt for MSVSphere 9.5
|
|
|
|
* Sun Nov 10 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9-1
|
|
- Rename to sphere-release-raspberrypi
|
|
|
|
* Sat Nov 09 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9-1
|
|
- Rebuilt for MSVSphere 9.5
|
|
|
|
* Fri May 27 2022 Eduard Abdullin <eabdullin@almalinux.org> - 9-0
|
|
- Initial version
|