[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/latest] 3 commits: control: Turn dmidecode back into a Recommends

Andrea Bolognani (@abologna) gitlab at salsa.debian.org
Sun Sep 8 17:58:47 BST 2024



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


Commits:
6fb4103f by Andrea Bolognani at 2024-09-08T14:50:11+02:00
control: Turn dmidecode back into a Recommends

It was accidentally made it into a Depends in 10.6.0-2,
which has resulted in libvirt-daemon being uninstallable on
architectures that don't have dmidecode (e.g. ppc64el).

- - - - -
db738011 by Andrea Bolognani at 2024-09-08T14:52:03+02:00
salsa: Allow failure for test-crossbuild-arm64 job

The job has been broken for weeks now, so until things are
back to the way they were and it starts once again passing
consistently, we're better off with the default behavior of
considering failures non-fatal.

Gbp-Dch: Ignore

- - - - -
72c502d9 by Andrea Bolognani at 2024-09-08T16:06:15+02:00
Document changes and release 10.7.0-2

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/control.in
- debian/salsa-ci.yml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libvirt (10.7.0-2) unstable; urgency=medium
+
+  * [6fb4103] control: Turn dmidecode back into a Recommends
+    - It was accidentally made it into a Depends in 10.6.0-2,
+      which has resulted in libvirt-daemon being uninstallable on
+      architectures that don't have dmidecode (e.g. ppc64el)
+
+ -- Andrea Bolognani <eof at kiyuko.org>  Sun, 08 Sep 2024 15:15:11 +0200
+
 libvirt (10.7.0-1) unstable; urgency=medium
 
   * [a84ccbd] New upstream version 10.7.0


=====================================
debian/control
=====================================
@@ -194,7 +194,6 @@ Section: admin
 Architecture: linux-any
 Depends:
  adduser,
- dmidecode,
  gettext-base,
  iproute2,
  libvirt-common (= ${binary:Version}),
@@ -204,6 +203,7 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends},
 Recommends:
+ dmidecode,
  netcat-openbsd,
  systemd-sysv | sysvinit-core,
 Suggests:


=====================================
debian/control.in
=====================================
@@ -194,7 +194,6 @@ Section: admin
 Architecture: linux-any
 Depends:
  adduser,
- dmidecode,
  gettext-base,
  iproute2,
  libvirt-common (= ${binary:Version}),
@@ -204,6 +203,7 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends},
 Recommends:
+ dmidecode,
  netcat-openbsd,
  systemd-sysv | sysvinit-core,
 Suggests:


=====================================
debian/salsa-ci.yml
=====================================
@@ -2,12 +2,6 @@
 include:
   - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
 
-# The cross-build job is currently allowed to fail in the default
-# configuration, but we want to make sure libvirt remains cross-buildable and
-# so we mark it as required instead
-test-crossbuild-arm64:
-  allow_failure: false
-
 # libvirt itself is supposedly reproducible, but the reprotest job seems to
 # be flaky. Don't waste precious CI minutes until it passes consistently
 variables:



View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/41b013c94ef2a5a66225d05509417a6bea764edc...72c502d9168af402cc18577ce8adc695395bd76f

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/41b013c94ef2a5a66225d05509417a6bea764edc...72c502d9168af402cc18577ce8adc695395bd76f
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/20240908/339f7101/attachment-0001.htm>


More information about the Pkg-libvirt-commits mailing list