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
|
%description -n python3-virt-firmware-tests
|
||||||
test cases
|
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
|
%prep
|
||||||
%autosetup -n virt-firmware-%{pypi_version}
|
%autosetup -n virt-firmware-%{pypi_version}
|
||||||
|
|
||||||
@ -57,6 +66,20 @@ install -m 644 man/*.1 %{buildroot}%{_mandir}/man1
|
|||||||
# tests
|
# tests
|
||||||
mkdir -p %{buildroot}%{_datadir}/%{name}
|
mkdir -p %{buildroot}%{_datadir}/%{name}
|
||||||
cp -ar tests %{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
|
%files -n python3-virt-firmware
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -82,9 +105,14 @@ cp -ar tests %{buildroot}%{_datadir}/%{name}
|
|||||||
%files -n python3-virt-firmware-tests
|
%files -n python3-virt-firmware-tests
|
||||||
%{_datadir}/%{name}/tests
|
%{_datadir}/%{name}/tests
|
||||||
|
|
||||||
|
%files -n uki-direct
|
||||||
|
%{_unitdir}/kernel-bootcfg-boot-successful.service
|
||||||
|
%{_libdir}/kernel/install.d/99-uki-uefi-setup.install
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 11 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.10-1
|
* Wed Oct 11 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.10-1
|
||||||
- update to version 23.6
|
- update to version 23.6
|
||||||
|
- add uki-direct subpackage
|
||||||
|
|
||||||
* Tue Jun 27 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.6-2
|
* Tue Jun 27 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.6-2
|
||||||
- drop -peutils subpackage
|
- drop -peutils subpackage
|
||||||
|
Loading…
Reference in New Issue
Block a user