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

Andrea Bolognani (@abologna) gitlab at salsa.debian.org
Thu Mar 6 21:52:27 GMT 2025



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


Commits:
216f2d25 by Andrea Bolognani at 2025-03-03T21:40:10+01:00
changelog: Create entry for 11.1.0-1

Gbp-Dch: Ignore

- - - - -
0bfbe7a4 by Andrea Bolognani at 2025-03-03T21:41:19+01:00
symbols: Bump symbol versions

No new public symbols.

Gbp-Dch: Ignore

- - - - -
65d90177 by Andrea Bolognani at 2025-03-03T21:42:23+01:00
patches: Drop backports

Gbp-Dch: Ignore

- - - - -
0747ef50 by Andrea Bolognani at 2025-03-03T21:43:09+01:00
patches: Refresh patches

Gbp-Dch: Ignore

- - - - -
7c5564d9 by Andrea Bolognani at 2025-03-03T21:54:58+01:00
install: Update daemon-driver-storage

libvirt_storage_file_fs.so no longer exists since the
functionality it used to provide is now getting built
directly into the storage driver.

Gbp-Dch: Ignore

- - - - -
b5514d9b by Andrea Bolognani at 2025-03-03T22:01:11+01:00
not-installed: Ignore more sysusers.d files

These new files have been introduced with the latest upstream
release but, just like the last time around, we don't care
about them.

Gbp-Dch: Ignore

- - - - -
88ce3fd1 by Andrea Bolognani at 2025-03-03T22:14:59+01:00
control: Bump Standards-Version to 4.7.1

No changes needed.

- - - - -
0e6a7938 by Andrea Bolognani at 2025-03-03T22:15:59+01:00
Document changes and release 11.1.0-1

- - - - -


10 changed files:

- debian/changelog
- debian/control
- debian/control.in
- debian/libvirt-daemon-driver-storage.install.in
- debian/libvirt0.symbols
- debian/not-installed
- − debian/patches/backport/virsysinfo-fix-RISC-V-detection.patch
- debian/patches/debian/Debianize-libvirt-guests.patch
- debian/patches/debian/Use-sensible-editor-by-default.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libvirt (11.1.0-1) unstable; urgency=medium
+
+  * [da3bd66] New upstream version 11.1.0
+  * [88ce3fd] control: Bump Standards-Version to 4.7.1
+    - No changes needed
+
+ -- Andrea Bolognani <eof at kiyuko.org>  Mon, 03 Mar 2025 22:15:15 +0100
+
 libvirt (11.0.0-2) unstable; urgency=medium
 
   [ Michael Biebl ]


=====================================
debian/control
=====================================
@@ -62,7 +62,7 @@ Build-Depends:
 Vcs-Git: https://salsa.debian.org/libvirt-team/libvirt.git
 Vcs-Browser: https://salsa.debian.org/libvirt-team/libvirt
 Homepage: https://libvirt.org/
-Standards-Version: 4.7.0
+Standards-Version: 4.7.1
 Rules-Requires-Root: no
 
 Package: libvirt-clients


=====================================
debian/control.in
=====================================
@@ -62,7 +62,7 @@ Build-Depends:
 Vcs-Git: https://salsa.debian.org/libvirt-team/libvirt.git
 Vcs-Browser: https://salsa.debian.org/libvirt-team/libvirt
 Homepage: https://libvirt.org/
-Standards-Version: 4.7.0
+Standards-Version: 4.7.1
 Rules-Requires-Root: no
 
 Package: libvirt-clients


=====================================
debian/libvirt-daemon-driver-storage.install.in
=====================================
@@ -1,4 +1,3 @@
 usr/lib/${DEB_HOST_MULTIARCH}/libvirt/connection-driver/libvirt_driver_storage.so
 usr/lib/${DEB_HOST_MULTIARCH}/libvirt/storage-backend/libvirt_storage_backend_fs.so
-usr/lib/${DEB_HOST_MULTIARCH}/libvirt/storage-file/libvirt_storage_file_fs.so
 usr/lib/libvirt/libvirt_parthelper


=====================================
debian/libvirt0.symbols
=====================================
@@ -101,7 +101,7 @@ libvirt.so.0 libvirt0 #MINVER#
  *@LIBVIRT_9.7.0 9.7.0
  *@LIBVIRT_10.1.0 10.1.0
  *@LIBVIRT_10.2.0 10.2.0
- *@LIBVIRT_PRIVATE_11.0.0 11.0.0
+ *@LIBVIRT_PRIVATE_11.1.0 11.1.0
 
 libvirt-qemu.so.0 libvirt0 #MINVER#
  *@LIBVIRT_QEMU_0.8.3 0.8.3
@@ -119,4 +119,4 @@ libvirt-admin.so.0 libvirt0 #MINVER#
  *@LIBVIRT_ADMIN_2.0.0 2.0.0~rc1
  *@LIBVIRT_ADMIN_3.0.0 3.0.0
  *@LIBVIRT_ADMIN_8.6.0 8.9.0
- *@LIBVIRT_ADMIN_PRIVATE_11.0.0 11.0.0
+ *@LIBVIRT_ADMIN_PRIVATE_11.1.0 11.1.0


=====================================
debian/not-installed
=====================================
@@ -57,7 +57,9 @@ usr/lib/systemd/system/virtxend-admin.socket
 usr/lib/systemd/system/virtxend-ro.socket
 usr/lib/systemd/system/virtxend.service
 usr/lib/systemd/system/virtxend.socket
+usr/lib/sysusers.d/libvirt-login-shell.conf
 usr/lib/sysusers.d/libvirt-qemu.conf
+usr/lib/sysusers.d/libvirt.conf
 usr/sbin/virtinterfaced
 usr/sbin/virtlxcd
 usr/sbin/virtnetworkd


=====================================
debian/patches/backport/virsysinfo-fix-RISC-V-detection.patch deleted
=====================================
@@ -1,32 +0,0 @@
-From: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
-Date: Wed, 22 Jan 2025 12:20:08 +0100
-Subject: virsysinfo: fix RISC-V detection
-
-The correct compiler define to detect the RISC-V architecture is __riscv.
-
-Fixes: b902cfece0db ("virsysinfo: Try reading DMI table")
-Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
-Reviewed-by: Andrea Bolognani <abologna at redhat.com>
-(cherry picked from commit 3e9440dbcb39846c96ada55bd29ff6ae9fff6d93)
-
-Bug-Debian: https://bugs.debian.org/1093823
-
-Forwarded: not-needed
-Origin: https://gitlab.com/libvirt/libvirt/-/commit/3e9440dbcb39846c96ada55bd29ff6ae9fff6d93
----
- src/util/virsysinfo.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/util/virsysinfo.c b/src/util/virsysinfo.c
-index d9b2b5e..b7413c3 100644
---- a/src/util/virsysinfo.c
-+++ b/src/util/virsysinfo.c
-@@ -1254,7 +1254,7 @@ virSysinfoRead(void)
-     (defined(__x86_64__) || \
-      defined(__i386__) || \
-      defined(__amd64__) || \
--     defined(__riscv__) || \
-+     defined(__riscv) || \
-      defined(__mips__) || \
-      defined(__loongarch__))
-     return virSysinfoReadDMI();


=====================================
debian/patches/debian/Debianize-libvirt-guests.patch
=====================================
@@ -5,8 +5,8 @@ Subject: Debianize libvirt-guests
 Forwarded: not-needed
 ---
  docs/manpages/libvirt-guests.rst |  4 ++--
- tools/libvirt-guests.sh.in       | 17 ++++++++---------
- 2 files changed, 10 insertions(+), 11 deletions(-)
+ tools/libvirt-guests.sh.in       | 15 +++++++--------
+ 2 files changed, 9 insertions(+), 10 deletions(-)
 
 diff --git a/docs/manpages/libvirt-guests.rst b/docs/manpages/libvirt-guests.rst
 index 42dae28..69bc270 100644
@@ -31,7 +31,7 @@ index 42dae28..69bc270 100644
    Action taken on host shutdown
  
 diff --git a/tools/libvirt-guests.sh.in b/tools/libvirt-guests.sh.in
-index c3c5954..e2a3744 100644
+index f2db128..e2a3744 100644
 --- a/tools/libvirt-guests.sh.in
 +++ b/tools/libvirt-guests.sh.in
 @@ -20,19 +20,19 @@ sysconfdir="@sysconfdir@"
@@ -60,15 +60,6 @@ index c3c5954..e2a3744 100644
  SHUTDOWN_TIMEOUT=300
  PARALLEL_SHUTDOWN=0
  START_DELAY=0
-@@ -44,7 +44,7 @@ test -f "$initconfdir"/libvirt-guests &&
-     . "$initconfdir"/libvirt-guests
- 
- LISTFILE="$localstatedir"/lib/libvirt/libvirt-guests
--VAR_SUBSYS_LIBVIRT_GUESTS="$localstatedir"/lock/subsys/libvirt-guests
-+VAR_SUBSYS_LIBVIRT_GUESTS="$localstatedir"/lock/libvirt-guests
- 
- RETVAL=0
- 
 @@ -585,8 +585,7 @@ gueststatus() {
  
  # rh_status


=====================================
debian/patches/debian/Use-sensible-editor-by-default.patch
=====================================
@@ -10,10 +10,10 @@ Forwarded: not-needed
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/tools/vsh.c b/tools/vsh.c
-index 5f5e2f2..367bc66 100644
+index fd6156e..ab3928b 100644
 --- a/tools/vsh.c
 +++ b/tools/vsh.c
-@@ -2557,7 +2557,7 @@ vshEditWriteToTempFile(vshControl *ctl, const char *doc)
+@@ -2576,7 +2576,7 @@ vshEditWriteToTempFile(vshControl *ctl, const char *doc)
  
  /* Hard-code default editor used as a fallback if not configured by
   * VISUAL or EDITOR environment variables. */


=====================================
debian/patches/series
=====================================
@@ -1,4 +1,3 @@
-backport/virsysinfo-fix-RISC-V-detection.patch
 debian/Debianize-libvirt-guests.patch
 debian/apparmor_profiles_local_include.patch
 debian/Use-sensible-editor-by-default.patch



View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/ce2fd387d118318876ac2436091a75d504d99016...0e6a793830eaee7e422bb1f6d344c494fc282cf1

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/ce2fd387d118318876ac2436091a75d504d99016...0e6a793830eaee7e422bb1f6d344c494fc282cf1
You're receiving this email because of your account on salsa.debian.org.


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


More information about the Pkg-libvirt-commits mailing list