Resolving scap-security-guide rpm install error #13432
-
After building the content, both 0.1.76 and the master branch, and running 'make package', I am receiving the following error installing the RPM on RHEL8 and RHEL9: Error: Transaction test error: It appears the %files% section in the spec file claims both /usr/local and /usr/local/share. However, I do not see this issue in Red Hat's published RPM for this package. Is there something I am missing in this process to produce an installable RPM package? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We don't use cmake directly when making the RPM package for RHEL and Fedora. The build process uses |
Beta Was this translation helpful? Give feedback.
We don't use cmake directly when making the RPM package for RHEL and Fedora. The build process uses
rpmbuild
. The spec file for RHEL is on GitLab.