commit 465d626a37351a759c49f5f1c6b1fd4ff45db45b
Author: dann frazier <dannf@debian.org>
Date: Mon Aug 3 23:02:39 2026 -0600
Drop python3-setuptools from Build-Depends
It's already declared in Build-Depends-Indep.
Signed-off-by: dann frazier <dannf@debian.org>
commit 740b31de1269517fc87330618ea00717a61a1764
Author: dann frazier <dannf@debian.org>
Date: Mon Aug 3 23:06:03 2026 -0600
Revert "Use python3-setuptools-whl instead of python3-setuptools"
This reverts commit f3a285e6167d61a4b86fc2cf85c4eb893364c954.
python3-setuptools is sufficient, we just needed to use --no-build-isolation
to use it.
Signed-off-by: dann frazier <dannf@debian.org>
commit 80dc41795d35ce1721ea05e96d92d223b043d746
Author: dann frazier <dannf@debian.org>
Date: Mon Aug 3 22:53:17 2026 -0600
Add additional pip arguments
--no-build-isolation is needed to consume the system site-packages dependencies.
--no-cache-dir avoids trying to write outside of the build tree ($HOME/.cache).
--no-index avoids trying to reach out to the Internet at build time.
Signed-off-by: dann frazier <dannf@debian.org>
commit 69803cada7acdbde400950f820a3285a550265b1
Author: dann frazier <dannf@debian.org>
Date: Mon Aug 3 22:30:26 2026 -0600
Add additional build-deps required for help2man to run virt-cloud-boot
Signed-off-by: dann frazier <dannf@debian.org>
commit 0ce196cfe21cf13ce0575b6ead88a186b0beb141
Author: dann frazier <dannf@debian.org>
Date: Mon Aug 3 16:42:37 2026 -0600
Also add python3-setuptools
I'm still seeing an issue in CI where it is trying to download setuptools.
Signed-off-by: dann frazier <dannf@debian.org>
commit f3a285e6167d61a4b86fc2cf85c4eb893364c954
Author: dann frazier <dannf@debian.org>
Date: Mon Aug 3 15:44:35 2026 -0600
Use python3-setuptools-whl instead of python3-setuptools
Needed for use in a virtual environment.
Signed-off-by: dann frazier <dannf@debian.org>
commit 79c0356b633f4a80dc1406f91afc0488552ef180
Author: dann frazier <dannf@debian.org>
Date: Mon Aug 3 15:29:34 2026 -0600
Add build-dep on python3-setuptools
Signed-off-by: dann frazier <dannf@debian.org>
commit 797c39869d47d142a9a8e992366adf4469407897
Author: dann frazier <dannf@debian.org>
Date: Mon Aug 3 14:27:46 2026 -0600
d/rules: Use a throwaway venv to regenerate manpages w/ help2man.
This avoids a dependency on the upstream source having been installed
before dh_installman. Making override_dh_installman depend on install-indep
instead apparently introduces a circular dependency.
Signed-off-by: dann frazier <dannf@debian.org>
commit 647dc844ff6da4d83d7772f9e971e87b6e75f9cf
Merge: b794082 9d9de36
Author: dann frazier <dannf@debian.org>
Date: Wed Jul 29 19:47:34 2026 -0600
Merge tag 'v26.7.2' into debian/latest
New upstream release.
Signed-off-by: dann frazier <dannf@debian.org>
commit 9d9de3611622893f7d82fd297c079fae78a6059d
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Tue Jul 21 03:24:32 2026 +0200
bump version to 26.7.2
commit a1dcb7027028755f7e3bc0f17797476c3b73bfc9
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Tue Jul 21 03:08:48 2026 +0200
bootcfg: reversed order issue is fixed in shim 16.1
commit 51d8c4991d3455cce8833fb2fc0be0f0afb20482
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Mon Jul 20 22:41:25 2026 +0200
qemutest: use everything repo for fedora
commit c4e2707dc325f65c1477db13c5f6a5b3a990af9a
Merge: afad2d1 8cc3b43
Author: Gerd Hoffmann <gerd@kraxel.org>
Date: Mon Jul 20 08:05:02 2026 +0000
Merge branch 'distro-list' into 'master'
qemutest: introduce DistroList class for index.json management
See merge request kraxel/virt-firmware!55
commit 8cc3b43d9e23faef51533c274b005200df9f9aa3
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Sat Jul 18 12:23:59 2026 +0200
qemutest: introduce DistroList class for index.json management
commit afad2d15f8548d7f4a115d04d71a67893bb9d546
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Sat Jul 18 11:36:08 2026 +0200
qemutest: record rhel install download url
commit 6727dbcd646266cd98b6a7b8220df14a5e814f23
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Sat Jul 11 08:33:54 2026 +0200
qemutest: record netinst download url
commit f6ec3c589dc3dcbfd79948c4352925c2bdcb167d
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Fri Jul 10 15:29:23 2026 +0200
add manpages for virt-cloud-*
commit 655cb1e19026dca572160083756109c588b39190
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Fri Jul 10 15:15:46 2026 +0200
move experimental/boot-cloud-image.py to virt-cloud-boot
commit 2a8a4d72a8defc9a2bb103c16d6918199d5e422c
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Fri Jul 10 15:06:58 2026 +0200
move experimental/fetch-cloud-image.py to virt-cloud-fetch
commit 4bbd11b92feaf16cb7acf979e2b00366ef74ffd2
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Fri Jul 10 12:17:38 2026 +0200
boot-cloud-image: set hostname depending on distro
commit af1e0ca40509487c414768361d412a3046f271fd
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Fri Jul 10 11:58:47 2026 +0200
boot-cloud-image: fix title printing
commit f2fb5c41b31a56727481ff2bbe4f90d80ec7b9ac
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Fri Jul 10 11:45:57 2026 +0200
boot-cloud-image: lookup centos and rhel cloud images
commit 06b252115b9aa407861ded74d63ab4aca84612db
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Fri Jul 10 11:22:33 2026 +0200
add little python script to print the release
Among the 3 debian patches available in version 26.7.1-1 of the package, we noticed the following issues: