Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/packaging/cpan-libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
},
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ jobs:
image: testing:alma10
distrib: el10
arch: amd64
skip_robot_tests: true
- package_extension: deb
image: testing:bullseye
distrib: bullseye
Expand All @@ -401,7 +400,6 @@ jobs:
image: testing:trixie
distrib: trixie
arch: amd64
skip_robot_tests: true
- package_extension: deb
image: testing:jammy
distrib: jammy
Expand Down
Loading