remove -tests sub-rpm
Not needed any more as tmt pulls the distgit tarball for the tests Resolves: RHEL-136932
This commit is contained in:
parent
25e64194ea
commit
4cfed9707a
@ -37,14 +37,6 @@ for edk2 firmware images. They support decoding and printing the content of
|
||||
firmware volumes. Variable stores (OVMF_VARS.fd) can be modified, for example
|
||||
to enroll secure boot certificates.
|
||||
|
||||
%package -n python3-virt-firmware-tests
|
||||
Summary: %{summary} - test cases
|
||||
Requires: python3-virt-firmware
|
||||
Requires: python3dist(pytest)
|
||||
Requires: edk2-ovmf
|
||||
%description -n python3-virt-firmware-tests
|
||||
test cases
|
||||
|
||||
%package -n uki-direct
|
||||
Provides: ukidirect
|
||||
Summary: %{summary} - manage UKI kernels.
|
||||
@ -72,9 +64,6 @@ machines.
|
||||
# manpages
|
||||
install -m 755 -d %{buildroot}%{_mandir}/man1
|
||||
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}%{_prefix}/lib/kernel/install.d
|
||||
@ -123,9 +112,6 @@ done
|
||||
%{python3_sitelib}/virt/peutils
|
||||
%{python3_sitelib}/virt_firmware-%{version}.dist-info
|
||||
|
||||
%files -n python3-virt-firmware-tests
|
||||
%{_datadir}/%{name}/tests
|
||||
|
||||
%files -n uki-direct
|
||||
%{_unitdir}/kernel-bootcfg-boot-successful.service
|
||||
%{_prefix}/lib/kernel/install.d/99-uki-uefi-setup.install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user