You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The "file listed twice" warning can be worked around by changing the second %doc line in likwid.spec into: doc %{_mandir}/man*/likwid-setFreq.*
After reading the rpmbuild documentation I changed the %ifarch %{x86_64} %{ix86} into %ifarch x86_64 ix86 which seems to be the default way of checking architectures.
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: