libvirt-9.8.0-1
Update to version 9.8.0
This commit is contained in:
parent
5828ec5da6
commit
163b87484b
15
libvirt.spec
15
libvirt.spec
@ -128,7 +128,6 @@
|
||||
%define with_vmware 0
|
||||
%define with_libxl 0
|
||||
%define with_hyperv 0
|
||||
%define with_vz 0
|
||||
%define with_lxc 0
|
||||
%endif
|
||||
|
||||
@ -228,7 +227,7 @@
|
||||
|
||||
Summary: Library providing a simple virtualization API
|
||||
Name: libvirt
|
||||
Version: 9.7.0
|
||||
Version: 9.8.0
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND OFL-1.1
|
||||
URL: https://libvirt.org/
|
||||
@ -249,6 +248,7 @@ Requires: libvirt-daemon-driver-lxc = %{version}-%{release}
|
||||
%endif
|
||||
%if %{with_qemu}
|
||||
Requires: libvirt-daemon-driver-qemu = %{version}-%{release}
|
||||
Requires: libvirt-client-qemu = %{version}-%{release}
|
||||
%endif
|
||||
# We had UML driver, but we've removed it.
|
||||
Obsoletes: libvirt-daemon-driver-uml <= 5.0.0
|
||||
@ -312,6 +312,7 @@ BuildRequires: util-linux
|
||||
BuildRequires: libacl-devel
|
||||
# From QEMU RPMs, used by virstoragetest
|
||||
BuildRequires: /usr/bin/qemu-img
|
||||
BuildRequires: libnbd-devel
|
||||
%endif
|
||||
# For LVM drivers
|
||||
BuildRequires: lvm2
|
||||
@ -768,6 +769,9 @@ Requires: numad
|
||||
Recommends: passt
|
||||
Recommends: passt-selinux
|
||||
%endif
|
||||
Recommends: nbdkit
|
||||
Recommends: nbdkit-curl-plugin
|
||||
Recommends: nbdkit-ssh-plugin
|
||||
|
||||
%description daemon-driver-qemu
|
||||
The qemu driver plugin for the libvirtd daemon, providing
|
||||
@ -1074,8 +1078,10 @@ exit 1
|
||||
|
||||
%if %{with_qemu}
|
||||
%define arg_qemu -Ddriver_qemu=enabled
|
||||
%define arg_libnbd -Dlibnbd=enabled
|
||||
%else
|
||||
%define arg_qemu -Ddriver_qemu=disabled
|
||||
%define arg_libnbd -Dlibnbd=disabled
|
||||
%endif
|
||||
|
||||
%if %{with_openvz}
|
||||
@ -1264,6 +1270,7 @@ export SOURCE_DATE_EPOCH=$(stat --printf='%Y' %{_specdir}/libvirt.spec)
|
||||
-Dyajl=enabled \
|
||||
%{?arg_sanlock} \
|
||||
-Dlibpcap=enabled \
|
||||
%{?arg_libnbd} \
|
||||
-Dlibnl=enabled \
|
||||
-Daudit=enabled \
|
||||
-Ddtrace=enabled \
|
||||
@ -1327,6 +1334,7 @@ export SOURCE_DATE_EPOCH=$(stat --printf='%Y' %{_specdir}/libvirt.spec)
|
||||
-Dglusterfs=disabled \
|
||||
-Dhost_validate=disabled \
|
||||
-Dlibiscsi=disabled \
|
||||
-Dlibnbd=disabled \
|
||||
-Dlibnl=disabled \
|
||||
-Dlibpcap=disabled \
|
||||
-Dlibssh2=disabled \
|
||||
@ -2470,6 +2478,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 05 2023 Cole Robinson <crobinso@redhat.com> - 9.8.0-1
|
||||
- Update to version 9.8.0
|
||||
|
||||
* Fri Sep 1 2023 Daniel P. Berrangé <berrange@redhat.com> - 9.7.0-1
|
||||
- Update to version 9.7.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libvirt-9.7.0.tar.xz) = dd771822c0fa0861a32cab9d7f82235b101867fa0a4e8cf9a857ddfb2347e41b625b1e6f8791c4b3543fec836a1a23cae1fac4ce4b40debd51f2097bae46c949
|
||||
SHA512 (libvirt-9.8.0.tar.xz) = 0118725073de33eec3fa3e4616d3154707f9828fdb9ec973f503fe68f18eab72b9704da660f281152630ddc95e605c786673af9d23dc9bdfc0108422e0efbd41
|
||||
|
Loading…
Reference in New Issue
Block a user