Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2026-08-05 17:47:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvirt (Old)
 and      /work/SRC/openSUSE:Factory/.libvirt.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvirt"

Wed Aug  5 17:47:43 2026 rev:445 rq:1369584 version:12.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2026-07-02 
20:11:23.553420740 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new.16738/libvirt.changes       
2026-08-05 17:48:04.045136920 +0200
@@ -1,0 +2,16 @@
+Tue Aug  4 20:34:28 UTC 2026 - James Fehlig <[email protected]>
+
+- virsh: Fix potential NULL pointer dereference crash
+  bsc#1272852
+
+-------------------------------------------------------------------
+Mon Aug  3 17:23:07 UTC 2026 - James Fehlig <[email protected]>
+
+- Update to libvirt 12.6.0
+  - CVE-2026-15268, CVE-2026-61477, CVE-2026-61478, CVE-2026-63622,
+    CVE-2026-63623
+  - jsc#PED-14588
+  - Many incremental improvements and bug fixes, see
+    https://libvirt.org/news.html#v12-6-0-2026-08-03
+
+-------------------------------------------------------------------

Old:
----
  libvirt-12.5.0.obscpio

New:
----
  libvirt-12.6.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvirt.spec ++++++
--- /var/tmp/diff_new_pack.6TlOHg/_old  2026-08-05 17:48:05.901202187 +0200
+++ /var/tmp/diff_new_pack.6TlOHg/_new  2026-08-05 17:48:05.905202327 +0200
@@ -16,7 +16,10 @@
 #
 
 
-# Stateful hypervisor drivers that run in daemons
+# The monolithic libvirtd
+%define with_libvirtd      0%{!?_without_libvirtd:1}
+
+# The hypervisor drivers that run in monolithic libvirtd, or a modular daemon
 %define with_qemu          0%{!?_without_qemu:1}
 %define with_lxc           0%{!?_without_lxc:1}
 %define with_libxl         0%{!?_without_libxl:1}
@@ -152,12 +155,16 @@
 
 Name:           libvirt
 URL:            https://libvirt.org/
-Version:        12.5.0
+Version:        12.6.0
 Release:        0
 Summary:        Library providing a virtualization API
 License:        LGPL-2.1-or-later
 
+%if %{with_libvirtd}
 Requires:       %{name}-daemon = %{version}-%{release}
+%else
+Obsoletes:      %{name}-daemon < %{version}-%{release}
+%endif
 Requires:       %{name}-daemon-config-network = %{version}-%{release}
 %if %{with_nwfilter}
 Requires:       %{name}-daemon-config-nwfilter = %{version}-%{release}
@@ -852,6 +859,11 @@
 %autosetup -p1
 
 %build
+%if %{with_libvirtd}
+    %define arg_libvirtd -Dlibvirtd=enabled
+%else
+    %define arg_libvirtd -Dlibvirtd=disabled
+%endif
 %if %{with_qemu}
     %define arg_qemu -Ddriver_qemu=enabled
 %else
@@ -1022,6 +1034,7 @@
            -Dsasl=enabled \
            -Dpolkit=enabled \
            -Ddriver_libvirtd=enabled \
+           %{?arg_libvirtd} \
            -Ddriver_remote=enabled \
            -Ddriver_test=enabled \
            %{?arg_esx} \
@@ -1445,6 +1458,7 @@
 
 %files
 
+%if %{with_libvirtd}
 %files daemon
 %{_sbindir}/libvirtd
 %{_unitdir}/libvirtd.service
@@ -1464,6 +1478,7 @@
 %{_datadir}/augeas/lenses/libvirtd.aug
 %{_datadir}/augeas/lenses/tests/test_libvirtd.aug
 %doc %{_mandir}/man8/libvirtd.8*
+%endif
 
 %files daemon-common
 %dir %{_libdir}/%{name}

++++++ libvirt-12.5.0.obscpio -> libvirt-12.6.0.obscpio ++++++
/work/SRC/openSUSE:Factory/libvirt/libvirt-12.5.0.obscpio 
/work/SRC/openSUSE:Factory/.libvirt.new.16738/libvirt-12.6.0.obscpio differ: 
char 49, line 1

++++++ libvirt.obsinfo ++++++
--- /var/tmp/diff_new_pack.6TlOHg/_old  2026-08-05 17:48:06.041207110 +0200
+++ /var/tmp/diff_new_pack.6TlOHg/_new  2026-08-05 17:48:06.045207250 +0200
@@ -1,5 +1,5 @@
 name: libvirt
-version: 12.5.0
-mtime: 1782936777
-commit: 294c222cc5d6fc15af515228b3e8310979acfc7e
+version: 12.6.0
+mtime: 1785875206
+commit: 7358b23c3402c10bfdba89b96c98e15567ac8f76
 

Reply via email to