Skip to content
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

setup_rpm_repo/create_repo: "Arch dependent binaries in noarch package" #83108

Merged
merged 1 commit into from Apr 22, 2024

Conversation

mkrizek
Copy link
Contributor

@mkrizek mkrizek commented Apr 19, 2024

SUMMARY

This fixes "Arch dependent binaries in noarch package" error cause by including files created by make_elf function in noarch packages. While the error only manifests itself on EL 7 and 8 it is better to use files suitable for noarch packages to prevent the error potentially re-occuring in the future.

Noticed while backporting some of the dnf fixes to 2.16: #83084.

ISSUE TYPE
  • Test Pull Request

This fixes "Arch dependent binaries in noarch package" error cause by
including files created by make_elf function in noarch packages. While the
error only manifests itself on EL 7 and 8 it is better to use files
suitable for noarch packages to prevent the error potentially
re-occuring in the future.
@ansibot ansibot added test This PR relates to tests. needs_triage Needs a first human triage before being processed. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Apr 19, 2024
@ansible ansible deleted a comment from ansibot Apr 19, 2024
@ansibot ansibot removed the needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. label Apr 19, 2024
@mkrizek mkrizek requested a review from mattclay April 19, 2024 13:01
@mkrizek mkrizek merged commit 87bead3 into ansible:devel Apr 22, 2024
66 checks passed
@mkrizek mkrizek deleted the create_repo-noarch-fix branch April 22, 2024 07:10
mkrizek added a commit to mkrizek/ansible that referenced this pull request Apr 22, 2024
…e" (ansible#83108)

This fixes "Arch dependent binaries in noarch package" error cause by
including files created by make_elf function in noarch packages. While the
error only manifests itself on EL 7 and 8 it is better to use files
suitable for noarch packages to prevent the error potentially
re-occuring in the future.

(cherry picked from commit 87bead3)
@mkrizek mkrizek mentioned this pull request Apr 22, 2024
@mkrizek mkrizek removed the needs_triage Needs a first human triage before being processed. label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This PR relates to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants