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

Andrea Bolognani (@abologna) gitlab at salsa.debian.org
Sun Jul 17 16:59:33 BST 2022



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


Commits:
cb86658b by Andrea Bolognani at 2022-07-17T16:12:09+02:00
changelog: Create entry for 8.5.0-1

Gbp-Dch: Ignore

- - - - -
d67b9cdb by Andrea Bolognani at 2022-07-17T16:12:42+02:00
symbols: Bump symbol versions

New symbols:

  * virDomainAbortJobFlags

Gbp-Dch: Ignore

- - - - -
3861e8da by Andrea Bolognani at 2022-07-17T16:13:32+02:00
patches: Refresh patches

Gbp-Dch: Ignore

- - - - -
be83b799 by Andrea Bolognani at 2022-07-17T16:13:55+02:00
libvirt0: Install Georgian (ka) locale

Gbp-Dch: Ignore

- - - - -
417c882d by Andrea Bolognani at 2022-07-17T17:04:16+02:00
control: Bump Standards-Version to 4.6.1

No changes needed.

- - - - -
c876961d by Andrea Bolognani at 2022-07-17T17:14:34+02:00
Document changes and release 8.5.0-1

- - - - -


8 changed files:

- debian/changelog
- debian/control
- debian/libvirt0.install
- debian/libvirt0.symbols
- debian/patches/debian/Use-sensible-editor-by-default.patch
- debian/patches/forward/Pass-GPG_TTY-env-var-to-the-ssh-binary.patch
- debian/patches/forward/Reduce-udevadm-settle-timeout-to-10-seconds.patch
- debian/patches/forward/Skip-vircgrouptest.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+libvirt (8.5.0-1) unstable; urgency=medium
+
+  * [74b9b5c] New upstream version 8.5.0
+  * [94a98bd] control: Fix cross building
+    - Explicitly request :native versions of several Build-Depends
+  * [417c882] control: Bump Standards-Version to 4.6.1
+    - No changes needed
+
+ -- Andrea Bolognani <eof at kiyuko.org>  Sun, 17 Jul 2022 17:12:07 +0200
+
 libvirt (8.4.0-1) unstable; urgency=medium
 
   * [ef2fd0c] New upstream version 8.4.0


=====================================
debian/control
=====================================
@@ -63,7 +63,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.6.0
+Standards-Version: 4.6.1
 Rules-Requires-Root: no
 
 Package: libvirt-clients


=====================================
debian/libvirt0.install
=====================================
@@ -128,6 +128,7 @@ usr/share/locale/hu/LC_MESSAGES/libvirt.mo
 usr/share/locale/id/LC_MESSAGES/libvirt.mo
 usr/share/locale/it/LC_MESSAGES/libvirt.mo
 usr/share/locale/ja/LC_MESSAGES/libvirt.mo
+usr/share/locale/ka/LC_MESSAGES/libvirt.mo
 usr/share/locale/kn/LC_MESSAGES/libvirt.mo
 usr/share/locale/ko/LC_MESSAGES/libvirt.mo
 usr/share/locale/mk/LC_MESSAGES/libvirt.mo


=====================================
debian/libvirt0.symbols
=====================================
@@ -133,7 +133,8 @@ libvirt.so.0 libvirt0 #MINVER#
  *@LIBVIRT_7.8.0 7.9.0
  *@LIBVIRT_8.0.0 8.0.0
  *@LIBVIRT_8.4.0 8.4.0
- *@LIBVIRT_PRIVATE_8.4.0 8.4.0
+ *@LIBVIRT_8.5.0 8.5.0
+ *@LIBVIRT_PRIVATE_8.5.0 8.5.0
 
 libvirt-qemu.so.0 libvirt0 #MINVER#
  *@LIBVIRT_QEMU_0.8.3 0.8.3
@@ -156,4 +157,4 @@ libvirt-admin.so.0 libvirt0 #MINVER#
  *@LIBVIRT_ADMIN_1.3.0 1.2.18
  *@LIBVIRT_ADMIN_2.0.0 2.0.0~rc1
  *@LIBVIRT_ADMIN_3.0.0 3.0.0
- *@LIBVIRT_ADMIN_PRIVATE_8.4.0 8.4.0
+ *@LIBVIRT_ADMIN_PRIVATE_8.5.0 8.5.0


=====================================
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 499794c..038adb0 100644
+index 0066504..e84ea77 100644
 --- a/tools/vsh.c
 +++ b/tools/vsh.c
-@@ -2435,7 +2435,7 @@ vshEditWriteToTempFile(vshControl *ctl, const char *doc)
+@@ -2434,7 +2434,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/forward/Pass-GPG_TTY-env-var-to-the-ssh-binary.patch
=====================================
@@ -13,10 +13,10 @@ require the 'TERM' environment variable to be set to the terminal type.
  1 file changed, 2 insertions(+)
 
 diff --git a/src/rpc/virnetsocket.c b/src/rpc/virnetsocket.c
-index 1af2778..8cb79fe 100644
+index 32f506d..830c8d8 100644
 --- a/src/rpc/virnetsocket.c
 +++ b/src/rpc/virnetsocket.c
-@@ -856,6 +856,8 @@ int virNetSocketNewConnectSSH(const char *nodename,
+@@ -855,6 +855,8 @@ int virNetSocketNewConnectSSH(const char *nodename,
      virCommandAddEnvPass(cmd, "KRB5CCNAME");
      virCommandAddEnvPass(cmd, "SSH_AUTH_SOCK");
      virCommandAddEnvPass(cmd, "SSH_ASKPASS");


=====================================
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 176e2f8..b17f0ac 100644
+index 7e246d2..5bb1549 100644
 --- a/src/util/virutil.c
 +++ b/src/util/virutil.c
-@@ -1249,7 +1249,7 @@ void virWaitForDevices(void)
+@@ -1247,7 +1247,7 @@ void virWaitForDevices(void)
      if (!(udev = virFindFileInPath(UDEVADM)))
          return;
  


=====================================
debian/patches/forward/Skip-vircgrouptest.patch
=====================================
@@ -9,7 +9,7 @@ without sysfs mounted.
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/tests/vircgrouptest.c b/tests/vircgrouptest.c
-index 7d54df1..83c68c6 100644
+index e29bc09..969bed0 100644
 --- a/tests/vircgrouptest.c
 +++ b/tests/vircgrouptest.c
 @@ -20,7 +20,7 @@



View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/d8d1cc67ebbcc3d393f435e50018d9577efb7653...c876961d155e22b5a202cf985fac41f9fad4ee16

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/d8d1cc67ebbcc3d393f435e50018d9577efb7653...c876961d155e22b5a202cf985fac41f9fad4ee16
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/20220717/588335e9/attachment-0001.htm>


More information about the Pkg-libvirt-commits mailing list