From 2148830464f4ebe562f73fed48ca1c1d55bfcee2 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 10 Nov 2022 13:51:50 +0100 Subject: [PATCH] add conflict declaration --- python-virt-firmware.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-virt-firmware.spec b/python-virt-firmware.spec index 1827af5..82c0953 100644 --- a/python-virt-firmware.spec +++ b/python-virt-firmware.spec @@ -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 - 1.6-2 +- add conflict declaration + * Thu Nov 10 2022 Gerd Hoffmann - 1.6-1 - update to version 1.6 - split peutils to subpackage