add conflict declaration

This commit is contained in:
Gerd Hoffmann 2022-11-10 13:51:50 +01:00
parent fafff159b0
commit 2148830464

View File

@ -2,7 +2,7 @@
Name: python-virt-firmware
Version: %{pypi_version}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tools for virtual machine firmware volumes
License: GPLv2
@ -36,6 +36,7 @@ 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.
@ -84,6 +85,9 @@ cp -ar tests %{buildroot}%{_datadir}/%{name}
%{_datadir}/%{name}/tests
%changelog
* Thu Nov 10 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.6-2
- add conflict declaration
* Thu Nov 10 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.6-1
- update to version 1.6
- split peutils to subpackage