[backport] Fix fedora-42 and opensuse-leap-15 CI failures (cherry-pick from #15902)#15932
Merged
johnmccrae merged 3 commits intochef-18from Apr 21, 2026
Merged
Conversation
tpowell-progress
approved these changes
Apr 21, 2026
- cspell.json: add 'libopenssl' and 'userland' to word list - _packages.rb: skip ltrace on aarch64 (no Debian/Ubuntu package) - _zypper.rb: guard nginx block for x86_64 only; pin nginx to 1.26.3 - kitchen.dokken.yml: mask apt background services on ubuntu-22.04/24.04 to prevent unattended-upgrades from holding the dpkg lock Excludes changes to lib/chef/resource/build_essential.rb. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: John McCrae <john.mccrae@progress.com>
Signed-off-by: John McCrae <john.mccrae@progress.com>
Signed-off-by: John McCrae <john.mccrae@progress.com>
6b4b7d6 to
bd07468
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Cherry-pick of CI fixes from #15902 onto the chef-18 branch. Excludes changes to lib/chef/resource/build_essential.rb.
Issue
CHEF-33518
Changes
1.26.3 to avoid OpenSSL 3.2+ dependency on Leap 15.x
Risk & Mitigations
Risk Classification: Low
Rationale: CI/test infrastructure changes only; no production Chef Infra library code modified.
Mitigation: All changes are additive guards or version pins that keep existing x86_64 behavior intact.
Rollback Strategy: git revert c1d86e4
DCO
All commits signed off with Developer Certificate of Origin.
This work was completed with AI assistance following Progress AI policies.
Description
Related Issue
Types of changes
Checklist:
Gemfile.lockhas changed, I have used--conservativeto do it and included the full output in the Description above.