-
Notifications
You must be signed in to change notification settings - Fork 233
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
[Build] RPM creation fails with build errors: #660
Comments
Those files should be on the file list for x86_64 and x86, there is a conditional around it. I'm no expert in packaging, maybe the ifarch conditional does not work in the file list section or you need some RPM macro package to get the ifarch conditional on RHEL 8.10. @ho-ob any ideas? |
occurs because of Check architecture macros are correctly defined on your system: Alternatively, if only building on one architecture, remove unneeded conditionals. |
The "file listed twice" warning can be worked around by changing the second %doc line in After reading the rpmbuild documentation I changed the The build now works. So this issue can be closed. |
Thanks. Perhaps make a pull request to update the spec file. |
Which version do you want to build?
Building from tag v5.4.1 from the github repo.
Which architecture do you want to build for?
To Reproduce
No changes made to to the config.mk file
Building on a RHEL 8.10 system.
Output log
The text was updated successfully, but these errors were encountered: