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
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 8.9.0
|
Version: 8.9.0
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 2%{?dist}%{?extra_release}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://libvirt.org/
|
URL: https://libvirt.org/
|
||||||
|
|
||||||
@ -907,7 +907,7 @@ capabilities of recent versions of Linux (and other OSes).
|
|||||||
%package client-qemu
|
%package client-qemu
|
||||||
Summary: Additional client side utilities for QEMU
|
Summary: Additional client side utilities for QEMU
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Requires: python3-libvirt >= %{version}-%{release}
|
Requires: python3-libvirt >= 3.7.0
|
||||||
|
|
||||||
%description client-qemu
|
%description client-qemu
|
||||||
The additional client binaries are used to interact
|
The additional client binaries are used to interact
|
||||||
@ -2410,6 +2410,10 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 1 2022 Jiri Denemark <jdenemar@redhat.com> - 8.9.0-1
|
||||||
- Rebased to libvirt-8.9.0 (rhbz#2124466)
|
- Rebased to libvirt-8.9.0 (rhbz#2124466)
|
||||||
- The rebase also fixes the following bugs:
|
- The rebase also fixes the following bugs:
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
inspections:
|
||||||
|
abidiff: off
|
||||||
|
|
||||||
emptyrpm:
|
emptyrpm:
|
||||||
expected_empty:
|
expected_empty:
|
||||||
- libvirt
|
- libvirt
|
||||||
|
Loading…
Reference in New Issue
Block a user