fix: revert rpms.in.yaml to only include openssl - #2174
Conversation
ⓘ Your approaching your monthly quota for Qodo. Upgrade your plan PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Type(Describe updated until commit 8cb4b01)Bug fix Description
|
| Relevant files | |||
|---|---|---|---|
| Bug fix |
| ||
| Configuration changes |
|
ⓘ Your approaching your monthly quota for Qodo. Upgrade your plan PR Code Suggestions ✨No code suggestions found for the PR. |
The rpm-lockfile-prototype tool automatically resolves dependencies, so we only need to specify the top-level package (openssl). The previous commit (redhat-developer#2141) incorrectly included all transitive dependencies explicitly, which is unnecessary and harder to maintain. The rpms.lock.yaml will be regenerated by the automated workflow.
da5ab25 to
8cb4b01
Compare
|
There was a problem hiding this comment.
/lgtm
NOTE: this is re: https://issues.redhat.com/browse/RHIDP-11434 (missing from the PR desc)
ⓘ Your approaching your monthly quota for Qodo. Upgrade your plan PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
ⓘ Your approaching your monthly quota for Qodo. Upgrade your plan PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kim-tsao, nickboldt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
c7af0a9
into
redhat-developer:main
|
/cherry-pick release-1.9 |
|
@nickboldt: new pull request created: #2177 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |



The rpm-lockfile-prototype tool automatically resolves dependencies, so we only need to specify the top-level package (openssl).
The previous commit (#2141) incorrectly included all dependencies.
The rpms.lock.yaml will be regenerated by the automated workflow.
Description
Which issue(s) does this PR fix or relate to
PR acceptance criteria
How to test changes / Special notes to the reviewer