add uki-direct subpackage
This commit is contained in:
parent
28334b7411
commit
048049574a
@ -43,6 +43,15 @@ Requires: edk2-ovmf
|
||||
%description -n python3-virt-firmware-tests
|
||||
test cases
|
||||
|
||||
%package -n uki-direct
|
||||
Provides: ukidirect
|
||||
Summary: %{summary} - manage UKI kernels.
|
||||
Requires: python3-virt-firmware
|
||||
Conflicts: systemd < 254
|
||||
%description -n uki-direct
|
||||
kernel-install plugin and systemd unit to manage automatic
|
||||
UKI (unified kernel image) updates.
|
||||
|
||||
%prep
|
||||
%autosetup -n virt-firmware-%{pypi_version}
|
||||
|
||||
@ -57,6 +66,20 @@ install -m 644 man/*.1 %{buildroot}%{_mandir}/man1
|
||||
# tests
|
||||
mkdir -p %{buildroot}%{_datadir}/%{name}
|
||||
cp -ar tests %{buildroot}%{_datadir}/%{name}
|
||||
# uki-direct
|
||||
install -m 755 -d %{buildroot}%{_unitdir}
|
||||
install -m 755 -d %{buildroot}%{_libdir}/kernel/install.d
|
||||
install -m 644 systemd/kernel-bootcfg-boot-successful.service %{buildroot}%{_unitdir}
|
||||
install -m 755 systemd/99-uki-uefi-setup.install %{buildroot}%{_libdir}/kernel/install.d
|
||||
|
||||
%post -n uki-direct
|
||||
%systemd_post kernel-bootcfg-boot-successful.service
|
||||
|
||||
%preun -n uki-direct
|
||||
%systemd_preun kernel-bootcfg-boot-successful.service
|
||||
|
||||
%postun -n uki-direct
|
||||
%systemd_postun kernel-bootcfg-boot-successful.service
|
||||
|
||||
%files -n python3-virt-firmware
|
||||
%license LICENSE
|
||||
@ -82,9 +105,14 @@ cp -ar tests %{buildroot}%{_datadir}/%{name}
|
||||
%files -n python3-virt-firmware-tests
|
||||
%{_datadir}/%{name}/tests
|
||||
|
||||
%files -n uki-direct
|
||||
%{_unitdir}/kernel-bootcfg-boot-successful.service
|
||||
%{_libdir}/kernel/install.d/99-uki-uefi-setup.install
|
||||
|
||||
%changelog
|
||||
* Wed Oct 11 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.10-1
|
||||
- update to version 23.6
|
||||
- add uki-direct subpackage
|
||||
|
||||
* Tue Jun 27 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.6-2
|
||||
- drop -peutils subpackage
|
||||
|
Loading…
Reference in New Issue
Block a user