Am 14.09.24 um 18:09 schrieb Andrea Bolognani:
On Thu, Sep 12, 2024 at 04:42:15PM +0200, Simon Josefsson wrote:
12 sep. 2024 kl. 16:27 skrev Michael Biebl <bi...@debian.org>:
failing tests are considered RC by the release team, especially
since they gate testing migration.  I'm thus raising the severity
accordingly.

Given the package is marked as LowNMU and the last maintainer
upload more than 3 years ago, you might consider doing a NMU for
this change.

Thanks for caring about this package

To be completely honest, I only really care insomuch as it prevents
libvirt from migrating to testing O:-)

feel free to NMU and push changes to salsa!

I'm not a DD, so NMUs are out of the question for me. Someone else
would have to take care of that.

I've uploaded the attached debdiff to unstable, i.e 0.17.0-5.5

Since salsa already has been updated to 0.18.1, I didn't upload that new upstream version, but simply applied the open MR from Andrea so the change is not forgotten.


Michael
diff -Nru oz-0.17.0/debian/changelog oz-0.17.0/debian/changelog
--- oz-0.17.0/debian/changelog  2024-08-21 18:21:25.000000000 +0200
+++ oz-0.17.0/debian/changelog  2024-09-15 15:32:35.000000000 +0200
@@ -1,3 +1,23 @@
+oz (0.17.0-5.5) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Andrea Bolognani ]
+  * autopkgtest: Add libvirt-daemon-driver-qemu dependency.
+    Historically, the libvirt-daemon package has had a hard
+    dependency on the libvirt-daemon-driver-qemu package, which
+    contains the QEMU connection driver.
+    That has changed in libvirt 10.6.0-2, where the Depends was
+    downgraded to a Recommends in order to increase flexibility
+    when it comes to deployment options, opening the door to
+    things such as an LXC-only hypervisor host.
+    Since Recommends are ignored when setting up the
+    environment in which autopkgtest are run, we need to add an
+    explicit dependency on the QEMU connection driver, which is
+    used as part of the functional tests. (Closes: #1081357)
+
+ -- Michael Biebl <bi...@debian.org>  Sun, 15 Sep 2024 15:32:35 +0200
+
 oz (0.17.0-5.4) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru oz-0.17.0/debian/tests/control oz-0.17.0/debian/tests/control
--- oz-0.17.0/debian/tests/control      2024-08-21 18:20:40.000000000 +0200
+++ oz-0.17.0/debian/tests/control      2024-09-15 15:32:35.000000000 +0200
@@ -1,3 +1,3 @@
 Tests: oz
 Architecture: amd64
-Depends: libvirt-daemon, oz, python3-pytest, python3-py
+Depends: libvirt-daemon, libvirt-daemon-driver-qemu, oz, python3-pytest, 
python3-py

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to