drop -peutils subpackage
This commit is contained in:
parent
adf94df96e
commit
784d3e97b0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-virt-firmware
|
Name: python-virt-firmware
|
||||||
Version: %{pypi_version}
|
Version: %{pypi_version}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tools for virtual machine firmware volumes
|
Summary: Tools for virtual machine firmware volumes
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -27,23 +27,16 @@ Summary: %{summary}
|
|||||||
Provides: virt-firmware
|
Provides: virt-firmware
|
||||||
Requires: python3dist(cryptography)
|
Requires: python3dist(cryptography)
|
||||||
Requires: python3dist(setuptools)
|
Requires: python3dist(setuptools)
|
||||||
|
Requires: python3dist(pefile)
|
||||||
%description -n python3-virt-firmware
|
%description -n python3-virt-firmware
|
||||||
Tools for ovmf / armvirt firmware volumes This is a small collection of tools
|
Tools for ovmf / armvirt firmware volumes This is a small collection of tools
|
||||||
for edk2 firmware images. They support decoding and printing the content of
|
for edk2 firmware images. They support decoding and printing the content of
|
||||||
firmware volumes. Variable stores (OVMF_VARS.fd) can be modified, for example
|
firmware volumes. Variable stores (OVMF_VARS.fd) can be modified, for example
|
||||||
to enroll secure boot certificates.
|
to enroll secure boot certificates.
|
||||||
|
|
||||||
%package -n python3-virt-firmware-peutils
|
|
||||||
Summary: %{summary} - peutils
|
|
||||||
Requires: python3dist(pefile)
|
|
||||||
Conflicts: python3-virt-firmware < 1.6
|
|
||||||
%description -n python3-virt-firmware-peutils
|
|
||||||
Some utilities to inspect efi (pe) binaries.
|
|
||||||
|
|
||||||
%package -n python3-virt-firmware-tests
|
%package -n python3-virt-firmware-tests
|
||||||
Summary: %{summary} - test cases
|
Summary: %{summary} - test cases
|
||||||
Requires: python3-virt-firmware
|
Requires: python3-virt-firmware
|
||||||
Requires: python3-virt-firmware-peutils
|
|
||||||
Requires: python3dist(pytest)
|
Requires: python3dist(pytest)
|
||||||
Requires: edk2-ovmf
|
Requires: edk2-ovmf
|
||||||
%description -n python3-virt-firmware-tests
|
%description -n python3-virt-firmware-tests
|
||||||
@ -74,20 +67,21 @@ cp -ar tests %{buildroot}%{_datadir}/%{name}
|
|||||||
%{_bindir}/kernel-bootcfg
|
%{_bindir}/kernel-bootcfg
|
||||||
%{_bindir}/uefi-boot-menu
|
%{_bindir}/uefi-boot-menu
|
||||||
%{_bindir}/migrate-vars
|
%{_bindir}/migrate-vars
|
||||||
%{_mandir}/man1/virt-*.1*
|
|
||||||
%{python3_sitelib}/virt/firmware
|
|
||||||
%{python3_sitelib}/virt_firmware-%{pypi_version}-py%{python3_version}.egg-info
|
|
||||||
|
|
||||||
%files -n python3-virt-firmware-peutils
|
|
||||||
%{python3_sitelib}/virt/peutils
|
|
||||||
%{_bindir}/pe-dumpinfo
|
%{_bindir}/pe-dumpinfo
|
||||||
%{_bindir}/pe-listsigs
|
%{_bindir}/pe-listsigs
|
||||||
%{_bindir}/pe-addsigs
|
%{_bindir}/pe-addsigs
|
||||||
|
%{_mandir}/man1/virt-*.1*
|
||||||
|
%{python3_sitelib}/virt/firmware
|
||||||
|
%{python3_sitelib}/virt/peutils
|
||||||
|
%{python3_sitelib}/virt_firmware-%{pypi_version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%files -n python3-virt-firmware-tests
|
%files -n python3-virt-firmware-tests
|
||||||
%{_datadir}/%{name}/tests
|
%{_datadir}/%{name}/tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 27 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.6-2
|
||||||
|
- drop -peutils subpackage
|
||||||
|
|
||||||
* Thu May 04 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.5-1
|
* Thu May 04 2023 Gerd Hoffmann <kraxel@redhat.com> - 23.5-1
|
||||||
- update to version 23.5
|
- update to version 23.5
|
||||||
- resolves: rhbz#2193089
|
- resolves: rhbz#2193089
|
||||||
|
Loading…
Reference in New Issue
Block a user