From 6662d606686d3b466f7291c7fc315aa279d408ab Mon Sep 17 00:00:00 2001 From: sdepassio <114986849+sdepassio@users.noreply.github.com> Date: Mon, 18 May 2026 19:24:15 +0200 Subject: [PATCH] fix(ci): force Net::DHCP version (#6191) --- .github/packaging/cpan-libraries.json | 2 ++ .github/workflows/plugins.yml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/packaging/cpan-libraries.json b/.github/packaging/cpan-libraries.json index c045f56238..b750e408e3 100644 --- a/.github/packaging/cpan-libraries.json +++ b/.github/packaging/cpan-libraries.json @@ -271,6 +271,8 @@ { "name": "Net::DHCP", "rpm": { + "version": "0.8", + "comment": "Force version 0.8 because of a problem with the packaging job on version 0.9", "rpm_provides": "perl(Net::DHCP::Constants) perl(Net::DHCP::Packet)" } }, diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index c5bbc935cd..ff4e7ae4b0 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -388,7 +388,6 @@ jobs: image: testing:alma10 distrib: el10 arch: amd64 - skip_robot_tests: true - package_extension: deb image: testing:bullseye distrib: bullseye @@ -401,7 +400,6 @@ jobs: image: testing:trixie distrib: trixie arch: amd64 - skip_robot_tests: true - package_extension: deb image: testing:jammy distrib: jammy