Skip to content

Remove arch. extentions on packages #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025
Merged

Remove arch. extentions on packages #38

merged 1 commit into from
Jul 15, 2025

Conversation

dvalinrh
Copy link
Contributor

@dvalinrh dvalinrh commented Jul 2, 2025

Description

Hammerdb is installing packages that have embedded the architecture name. In RHEL 10, the install of these packages are failing as the arch name is no longer part of the package name.
As dnf by default will handle the extensions (if they exist), we simply need to remove the architecture name from the various packages.

Before/After Comparison

Before: dnf will fail.
After: dnf passes.

Clerical Stuff

This closes #36
to close the issue out automatically.

Relates to JIRA: RPOPC-494

Testing

Verified hammer runs properly with the package extensions removed.

@dvalinrh dvalinrh requested a review from a team July 2, 2025 10:51
@dvalinrh dvalinrh self-assigned this Jul 2, 2025
Copy link
Member

@kdvalin kdvalin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kdvalin kdvalin added the group_review_lgtm Indicates approval after a group review meeting label Jul 8, 2025
@dvalinrh dvalinrh merged commit a4c3e28 into master Jul 15, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group_review_lgtm Indicates approval after a group review meeting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove arch. extentions on packages.
2 participants