diff --git a/libvirt.spec b/libvirt.spec index e60fa41..2a6504c 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -230,7 +230,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 8.9.0 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} License: LGPLv2+ URL: https://libvirt.org/ @@ -907,7 +907,7 @@ capabilities of recent versions of Linux (and other OSes). %package client-qemu Summary: Additional client side utilities for QEMU Requires: %{name}-libs = %{version}-%{release} -Requires: python3-libvirt >= %{version}-%{release} +Requires: python3-libvirt >= 3.7.0 %description client-qemu The additional client binaries are used to interact @@ -2410,6 +2410,10 @@ exit 0 %endif %changelog +* Wed Nov 2 2022 Jiri Denemark - 8.9.0-2 +- RHEL: rpminspect: Disable abidiff inspection (rhbz#2124466) +- spec: Fix python3-libvirt requirement in client-qemu package (rhbz#2124466) + * Tue Nov 1 2022 Jiri Denemark - 8.9.0-1 - Rebased to libvirt-8.9.0 (rhbz#2124466) - The rebase also fixes the following bugs: diff --git a/rpminspect.yaml b/rpminspect.yaml index ef4b817..6f8e5e8 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,3 +1,6 @@ +inspections: + abidiff: off + emptyrpm: expected_empty: - libvirt