[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/latest] 5 commits: changelog: Create entry for 10.0.0-1
Andrea Bolognani (@abologna)
gitlab at salsa.debian.org
Fri Jan 19 23:25:18 GMT 2024
Andrea Bolognani pushed to branch debian/latest at Libvirt Packaging Team / libvirt
Commits:
8ee75189 by Andrea Bolognani at 2024-01-16T22:33:52+01:00
changelog: Create entry for 10.0.0-1
Gbp-Dch: Ignore
- - - - -
744a235f by Andrea Bolognani at 2024-01-16T22:35:19+01:00
symbols: Bump symbol versions
No new public symbols.
Gbp-Dch: Ignore
- - - - -
5da63cac by Andrea Bolognani at 2024-01-16T22:35:58+01:00
patches: Refresh patches
Gbp-Dch: Ignore
- - - - -
799d136b by Andrea Bolognani at 2024-01-16T23:09:28+01:00
rules: Disable nbdkit runtime usage
Not very useful right now, since we still completely disable
ndbkit support at build time, but it will come in handy once
we enable it.
Gbp-Dch: Ignore
- - - - -
59f78762 by Andrea Bolognani at 2024-01-16T23:25:23+01:00
Document changes and release 10.0.0-1
- - - - -
5 changed files:
- debian/changelog
- debian/libvirt0.symbols
- debian/patches/debian/apparmor_profiles_local_include.patch
- debian/patches/forward/Reduce-udevadm-settle-timeout-to-10-seconds.patch
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+libvirt (10.0.0-1) unstable; urgency=medium
+
+ * [c80339d] New upstream version 10.0.0
+
+ -- Andrea Bolognani <eof at kiyuko.org> Tue, 16 Jan 2024 23:11:05 +0100
+
libvirt (9.10.0-1) unstable; urgency=medium
* [520e93f] New upstream version 9.10.0
=====================================
debian/libvirt0.symbols
=====================================
@@ -99,7 +99,7 @@ libvirt.so.0 libvirt0 #MINVER#
*@LIBVIRT_8.5.0 8.5.0
*@LIBVIRT_9.0.0 9.0.0
*@LIBVIRT_9.7.0 9.7.0
- *@LIBVIRT_PRIVATE_9.10.0 9.10.0
+ *@LIBVIRT_PRIVATE_10.0.0 10.0.0
libvirt-qemu.so.0 libvirt0 #MINVER#
*@LIBVIRT_QEMU_0.8.3 0.8.3
@@ -117,4 +117,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_9.10.0 9.10.0
+ *@LIBVIRT_ADMIN_PRIVATE_10.0.0 10.0.0
=====================================
debian/patches/debian/apparmor_profiles_local_include.patch
=====================================
@@ -27,10 +27,10 @@ index ffe4d8f..2973b00 100644
+ include if exists <local/abstractions/libvirt-lxc>
@END_APPARMOR_3@
diff --git a/src/security/apparmor/libvirt-qemu.in b/src/security/apparmor/libvirt-qemu.in
-index 53f45c3..b5433ea 100644
+index f40f471..a39ec62 100644
--- a/src/security/apparmor/libvirt-qemu.in
+++ b/src/security/apparmor/libvirt-qemu.in
-@@ -274,4 +274,11 @@
+@@ -277,4 +277,11 @@
@BEGIN_APPARMOR_3@
include if exists <abstractions/libvirt-qemu.d>
=====================================
debian/patches/forward/Reduce-udevadm-settle-timeout-to-10-seconds.patch
=====================================
@@ -10,10 +10,10 @@ Closes: #663931
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/virutil.c b/src/util/virutil.c
-index c90d0be..325051e 100644
+index bd3bbe3..5e35e09 100644
--- a/src/util/virutil.c
+++ b/src/util/virutil.c
-@@ -1250,7 +1250,7 @@ void virWaitForDevices(void)
+@@ -1322,7 +1322,7 @@ void virWaitForDevices(void)
if (!(udev = virFindFileInPath(UDEVADM)))
return;
=====================================
debian/rules
=====================================
@@ -135,9 +135,9 @@ else
WITH_VBOX = -Ddriver_vbox=disabled
endif
ifneq (,$(filter $(DEB_HOST_ARCH), $(ARCHES_NBDKIT)))
- WITH_NBDKIT = -Dnbdkit=enabled
+ WITH_NBDKIT = -Dnbdkit=enabled -Dnbdkit_config_default=enabled
else
- WITH_NBDKIT = -Dnbdkit=disabled
+ WITH_NBDKIT = -Dnbdkit=disabled -Dnbdkit_config_default=disabled
endif
DEB_CONFIGURE_EXTRA_ARGS := \
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/0c01b5e4e22ce9d71f131a8b72aeebf813d16f23...59f7876200395f49ba914bbf4fb84d3f142e37a7
--
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/0c01b5e4e22ce9d71f131a8b72aeebf813d16f23...59f7876200395f49ba914bbf4fb84d3f142e37a7
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/20240119/81d9854c/attachment-0001.htm>
More information about the Pkg-libvirt-commits
mailing list