2 Commits

Author SHA256 Message Date
cfc9f783d9 libvirt update containing TDX support and misc bug fixes
CVE-2025-13193: qemu: Set umask for 'qemu-img' when creating
external inactive snapshots
bsc#1253703

spec: Adjust dbus dependency
bsc#1253642

CVE-2025-12748: Check ACLs before parsing the whole domain XML
bsc#1253278

qemu: Add support for Intel TDX
jsc#PED-9265

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
2025-11-20 15:34:17 -07:00
717eccd6e4 Sync changes to SLFO-1.2 branch 2025-08-20 09:45:21 +02:00
6 changed files with 41 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/openSUSE/libvirt.git</param>
<param name="revision">factory</param>
<param name="url">https://gitlab.suse.de/virtualization/libvirt.git</param>
<param name="revision">v11.4.0-sle16.0</param>
<param name="extract">libvirt.spec</param>
<param name="extract">README.packaging.txt</param>
<param name="extract">libvirt-supportconfig</param>

BIN
libvirt-11.4.0.obscpio LFS Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08b9a4bfd93a7bdfea1ef3f077dd3f14fe741be8f371a019d6d9bb90ee4c1065
size 143309326

View File

@@ -1,17 +1,30 @@
-------------------------------------------------------------------
Wed Nov 19 03:10:14 UTC 2025 - James Fehlig <jfehlig@suse.com>
- CVE-2025-13193: qemu: Set umask for 'qemu-img' when creating
external inactive snapshots
bsc#1253703
-------------------------------------------------------------------
Sat Nov 15 02:41:49 UTC 2025 - James Fehlig <jfehlig@suse.com>
- spec: Adjust dbus dependency
bsc#1253642
- CVE-2025-12748: Check ACLs before parsing the whole domain XML
bsc#1253278
-------------------------------------------------------------------
Mon Oct 13 22:49:30 UTC 2025 - James Fehlig <jfehlig@suse.com>
- qemu: Add support for Intel TDX
jsc#PED-9265
-------------------------------------------------------------------
Wed Aug 6 17:55:30 UTC 2025 - Cathy Hu <cathy.hu@suse.com>
- Set virt_hooks_unconfined boolean to true in libvirt-daemon-hooks
%post script (see comment 13 in bsc#1242998)
-------------------------------------------------------------------
Fri Aug 1 19:53:49 UTC 2025 - James Fehlig <jfehlig@suse.com>
- Update to libvirt 11.6.0
- Revert commit c2c165ea6c to fix build with old libattr in SLE15
- Many incremental improvements and bug fixes, see
https://libvirt.org/news.html#v11-6-0-2025-08-01
-------------------------------------------------------------------
Tue Jul 8 21:33:25 UTC 2025 - James Fehlig <jfehlig@suse.com>
@@ -19,13 +32,6 @@ Tue Jul 8 21:33:25 UTC 2025 - James Fehlig <jfehlig@suse.com>
to 'virtio-scsi'
bsc#1240762
-------------------------------------------------------------------
Tue Jul 1 23:00:51 UTC 2025 - James Fehlig <jfehlig@suse.com>
- Update to libvirt 11.5.0
- Many incremental improvements and bug fixes, see
https://libvirt.org/news.html#v11-5-0-2025-07-01
-------------------------------------------------------------------
Tue Jul 1 16:56:29 UTC 2025 - James Fehlig <jfehlig@suse.com>

View File

@@ -1,4 +1,4 @@
name: libvirt
version: 11.6.0
mtime: 1754467684
commit: b486f7a4e1a714138891ef391aeb618ca91667da
version: 11.4.0
mtime: 1763591187
commit: 57e138cc91e39ad1d3b99ab6dc5771cad959b938

View File

@@ -153,7 +153,7 @@
Name: libvirt
URL: https://libvirt.org/
Version: 11.6.0
Version: 11.4.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
@@ -235,6 +235,12 @@ BuildRequires: polkit >= 0.112
%if %{with_nbdkit}
BuildRequires: libnbd-devel
%endif
# For mount/umount in FS driver
BuildRequires: util-linux
# For LVM drivers
BuildRequires: lvm2
# For pool type=iscsi
BuildRequires: open-iscsi
%if %{with_storage_iscsi_direct}
# For pool type=iscsi-direct
BuildRequires: libiscsi-devel
@@ -345,7 +351,11 @@ Requires: dmidecode
# For service management
%{?systemd_requires}
# Daemons depend on the 'messagebus' service
%if 0%{?suse_version} < 1600
Requires: dbus-1
%else
Requires: dbus-service
%endif
Requires: group(libvirt)
# Needed by libvirt-guests init script.
Requires: gettext-runtime
@@ -492,7 +502,7 @@ Summary: Storage driver plugin including base backends for the libvirtd d
Requires: %{name}-daemon-common = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
Recommends: nfs-utils
# For mkfs and mount/unmount
# For mkfs
Requires: util-linux
%if %{with_qemu}
# From QEMU RPMs