[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/latest] 4 commits: changelog: Create entry for 12.6.0-1

Andrea Bolognani (@abologna) gitlab at salsa.debian.org
Wed Aug 5 21:36:51 BST 2026



Andrea Bolognani pushed to branch debian/latest at Libvirt Packaging Team / libvirt


Commits:
05177819 by Andrea Bolognani at 2026-08-03T21:12:12+02:00
changelog: Create entry for 12.6.0-1

Gbp-Dch: Ignore

- - - - -
7699582a by Andrea Bolognani at 2026-08-03T21:13:37+02:00
symbols: Bump symbol versions

No new public symbols.

Gbp-Dch: Ignore

- - - - -
da7678dc by Andrea Bolognani at 2026-08-03T22:00:15+02:00
rules: Pass libvirtd option to meson

New in 12.6.0, this decides whether the libvirtd monolithic
daemon will get built.

You'd think the driver_libvirtd option would do that, but due
to historical reasons that actually controls whether stateful
drivers (and the dedicated daemon for each of them) are built.
So a separate option had to be introduced to disable building
the monolithic daemon specifically.

Of course we need to keep it enabled (on Linux) for now,
because Debian still only ships the monolithic daemon.

Gbp-Dch: Ignore

- - - - -
a909d739 by Andrea Bolognani at 2026-08-03T22:02:34+02:00
Document changes and release 12.6.0-1

- - - - -


3 changed files:

- debian/changelog
- debian/libvirt0.symbols
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+libvirt (12.6.0-1) unstable; urgency=medium
+
+  * [542853e] New upstream version 12.6.0
+
+ -- Andrea Bolognani <eof at kiyuko.org>  Mon, 03 Aug 2026 22:02:12 +0200
+
 libvirt (12.5.0-1) unstable; urgency=medium
 
   * [5942ad9] New upstream version 12.5.0


=====================================
debian/libvirt0.symbols
=====================================
@@ -103,7 +103,7 @@ libvirt.so.0 libvirt0 #MINVER#
  *@LIBVIRT_10.2.0 10.2.0
  *@LIBVIRT_11.2.0 11.2.0
  *@LIBVIRT_12.5.0 12.5.0
- *@LIBVIRT_PRIVATE_12.5.0 12.5.0
+ *@LIBVIRT_PRIVATE_12.6.0 12.6.0
 
 libvirt-qemu.so.0 libvirt0 #MINVER#
  *@LIBVIRT_QEMU_0.8.3 0.8.3
@@ -122,4 +122,4 @@ libvirt-admin.so.0 libvirt0 #MINVER#
  *@LIBVIRT_ADMIN_3.0.0 3.0.0
  *@LIBVIRT_ADMIN_8.6.0 8.9.0
  *@LIBVIRT_ADMIN_11.2.0 11.2.0
- *@LIBVIRT_ADMIN_PRIVATE_12.5.0 12.5.0
+ *@LIBVIRT_ADMIN_PRIVATE_12.6.0 12.6.0


=====================================
debian/rules
=====================================
@@ -19,7 +19,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL
 include debian/arches.mk
 
 ifeq ($(DEB_HOST_ARCH_OS), linux)
-    WITH_DAEMONS              = -Ddriver_libvirtd=enabled -Dhost_validate=enabled -Dssh_proxy=enabled
+    WITH_DAEMONS              = -Ddriver_libvirtd=enabled -Dlibvirtd=enabled -Dhost_validate=enabled -Dssh_proxy=enabled
     WITH_ESX                  = -Ddriver_esx=enabled -Dcurl=enabled
     WITH_VMWARE               = -Ddriver_vmware=enabled
     WITH_STORAGE_FS           = -Dstorage_fs=enabled
@@ -57,7 +57,7 @@ ifeq ($(DEB_HOST_ARCH_OS), linux)
     WITH_LXC                  = -Ddriver_lxc=enabled
     WITH_LOGIN_SHELL          = -Dlogin_shell=enabled
 else
-    WITH_DAEMONS              = -Ddriver_libvirtd=disabled -Dhost_validate=disabled -Dssh_proxy=disabled
+    WITH_DAEMONS              = -Ddriver_libvirtd=disabled -Dlibvirtd=disabled -Dhost_validate=disabled -Dssh_proxy=disabled
     WITH_ESX                  = -Ddriver_esx=disabled -Dcurl=disabled
     WITH_VMWARE               = -Ddriver_vmware=disabled
     WITH_STORAGE_FS           = -Dstorage_fs=disabled



View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/7f0cde79c337b4bc81b4b4e2487b5c908010e1eb...a909d7391e2e7ffd57a11ab1076486a9790fe542

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/7f0cde79c337b4bc81b4b4e2487b5c908010e1eb...a909d7391e2e7ffd57a11ab1076486a9790fe542
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20260805/1f590521/attachment-0001.htm>


More information about the Pkg-libvirt-commits mailing list