forked from rpms/libvirt
libvirt-8.9.0-2.el9
- RHEL: rpminspect: Disable abidiff inspection (rhbz#2124466) - spec: Fix python3-libvirt requirement in client-qemu package (rhbz#2124466) Resolves: rhbz#2124466
This commit is contained in:
parent
c56a2d0d47
commit
d104a9afb4
@ -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 <jdenemar@redhat.com> - 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 <jdenemar@redhat.com> - 8.9.0-1
|
||||
- Rebased to libvirt-8.9.0 (rhbz#2124466)
|
||||
- The rebase also fixes the following bugs:
|
||||
|
@ -1,3 +1,6 @@
|
||||
inspections:
|
||||
abidiff: off
|
||||
|
||||
emptyrpm:
|
||||
expected_empty:
|
||||
- libvirt
|
||||
|
Loading…
Reference in New Issue
Block a user