diff --git a/libvirt-10.7.0.tar.xz b/libvirt-10.7.0.tar.xz deleted file mode 100644 index 8dfe96d..0000000 --- a/libvirt-10.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2314e043bc143e5fbc2f4d2c5127cfe9926485716b2e54ed9724ba38ac1587e4 -size 9849808 diff --git a/libvirt-10.8.0.tar.xz b/libvirt-10.8.0.tar.xz new file mode 100644 index 0000000..ac1190c --- /dev/null +++ b/libvirt-10.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd976d3f0fb0a98ec4a35f997167ae78dbcc58a092a94e7426fcb8e1260883c +size 9932916 diff --git a/libvirt.changes b/libvirt.changes index 2fcc29d..9b2d4da 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 1 19:57:06 UTC 2024 - James Fehlig + +- Update to libvirt 10.8.0 + - libvirt-daemon-driver-storage-core: Change dependency on + nfs-utils from Requires to Recommends + - Switch from YAJL to json-c for JSON parsing and formatting + - jsc#PED-8909 + - Many incremental improvements and bug fixes, see + https://libvirt.org/news.html#v10-8-0-2024-10-01 + ------------------------------------------------------------------- Tue Sep 3 17:23:41 UTC 2024 - James Fehlig diff --git a/libvirt.spec b/libvirt.spec index eb1465d..829343c 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -149,7 +149,7 @@ Name: libvirt URL: https://libvirt.org/ -Version: 10.7.0 +Version: 10.8.0 Release: 0 Summary: Library providing a virtualization API License: LGPL-2.1-or-later @@ -210,8 +210,8 @@ BuildRequires: python3-pytest BuildRequires: readline-devel # For pool-build probing for existing pools BuildRequires: libblkid-devel >= 2.17 +BuildRequires: libjson-c-devel BuildRequires: libpciaccess0-devel >= 0.10.9 -BuildRequires: libyajl-devel BuildRequires: pkgconfig(libudev) >= 145 %if %{with_sanlock} BuildRequires: sanlock-devel >= 2.4 @@ -487,7 +487,7 @@ an implementation of the secret key APIs. Summary: Storage driver plugin including base backends for the libvirtd daemon Requires: %{name}-daemon-common = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release} -Requires: nfs-utils +Recommends: nfs-utils # For mkfs Requires: util-linux %if %{with_qemu} @@ -1070,7 +1070,7 @@ Allows SSH into domains via VSOCK without need for network. %{?arg_apparmor} \ %{?arg_apparmor_profiles} \ -Dudev=enabled \ - -Dyajl=enabled \ + -Djson_c=enabled \ %{?arg_sanlock} \ -Dlibpcap=enabled \ -Dlibnl=enabled \