diff --git a/libvirt-10.4.0.tar.xz b/libvirt-10.4.0.tar.xz deleted file mode 100644 index da5212e..0000000 --- a/libvirt-10.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5c70cb7d02807d8e39d8e4eb1e4e85c6b70c11fbf15d63656d0a84096d45031 -size 9852940 diff --git a/libvirt-10.5.0.tar.xz b/libvirt-10.5.0.tar.xz new file mode 100644 index 0000000..2efed35 --- /dev/null +++ b/libvirt-10.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927e10264170a56f2c08d76e4925d399d329dccfc452d9d93d320c9b4cd5078d +size 9871720 diff --git a/libvirt.changes b/libvirt.changes index 7d98b47..d4bc751 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jul 1 19:28:17 UTC 2024 - James Fehlig + +- Update to libvirt 10.5.0 + - Introduce SEV-SNP support + - Many incremental improvements and bug fixes, see + https://libvirt.org/news.html#v10-5-0-2024-07-01 + ------------------------------------------------------------------- Mon Jun 3 18:03:34 UTC 2024 - James Fehlig diff --git a/libvirt.spec b/libvirt.spec index a2cb5c1..ea4ebd1 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -145,7 +145,7 @@ Name: libvirt URL: https://libvirt.org/ -Version: 10.4.0 +Version: 10.5.0 Release: 0 Summary: Library providing a virtualization API License: LGPL-2.1-or-later @@ -764,10 +764,7 @@ capabilities of VirtualBox %package client Summary: Client side utilities of the libvirt library Requires: %{name}-libs = %{version}-%{release} -# Needed by virt-pki-validate script. -Requires: cyrus-sasl Requires: bash-completion >= 2.0 -Requires: gnutls # Ensure smooth upgrades Obsoletes: libvirt-bash-completion < 7.3.0 @@ -1021,6 +1018,8 @@ Allows SSH into domains via VSOCK without need for network. %meson \ --libexecdir=%{_libexecdir} \ -Drunstatedir=%{_rundir} \ + -Dunitdir=%{_unitdir} \ + -Dsysusersdir=%{_sysusersdir} \ %{?arg_qemu} \ %{?arg_openvz} \ %{?arg_lxc} \ @@ -1199,7 +1198,8 @@ mv %{buildroot}/%{_datadir}/systemtap/tapset/libvirt_qemu_probes.stp \ %endif %check -VIR_TEST_DEBUG=1 %meson_test -t 5 --no-suite syntax-check +export VIR_TEST_DEBUG=1 +%meson_test -t 5 --no-suite syntax-check # For daemons with only UNIX sockets %define libvirt_daemon_systemd_pre() %service_add_pre %1.socket %1-ro.socket %1-admin.socket %1.service