test: add curl RPM test for Alma Linux#5716
Closed
AVI-SHUKLA1110 wants to merge 1 commit into
Closed
Conversation
Signed-off-by: AVI-SHUKLA1110 <ashikla693@gmail.com>
AVI-SHUKLA1110
force-pushed
the
alma-linux-investigation
branch
from
April 20, 2026 03:06
3d76e61 to
53038e4
Compare
Collaborator
|
Thank you for this PR. I have two comments:
|
Contributor
|
I too think @ffontaine has a fair point. Since curl detection already works with Alma Linux packages, adding a 314 KB binary to the repo just to test something that's already working doesn't add much value. It might be worth closing this and focusing on packages that actually need new checkers. |
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.
Adds a test for curl RPM package from Alma Linux 8.
Package scanned: curl-7.61.1-34.el8_10.10.x86_64.rpm
Source: https://repo.almalinux.org/almalinux/8/BaseOS/x86_64/os/Packages/curl-7.61.1-34.el8_10.10.x86_64.rpm
What I did
Why
No existing RPM test covered Alma Linux (el8).
Existing tests covered fc20, fc34, fc30 (Fedora) and el7 (RHEL 7)
but not el8/Alma Linux.
Adds a test for curl RPM package from Alma Linux 8.
Package scanned: curl-7.61.1-34.el8_10.10.x86_64.rpm
Source: https://repo.almalinux.org/almalinux/8/BaseOS/x86_64/os/Packages/curl-7.61.1-34.el8_10.10.x86_64.rpm
What I did
Why
No existing RPM test covered Alma Linux (el8).
Existing tests covered fc20, fc34, fc30 (Fedora) and el7 (RHEL 7)
but not el8/Alma Linux.
fixes #[2761]