Actions
Bug #8864
closedforeman_gutterball RPM doesn't install files to the right location
Description
The foreman_gutterball RPM installs files to /gems instead of inside the SCL and rooted at usr/share/gems within that. Current location:
/gems/foreman_gutterball-0.0.1
Proper location:
/opt/rh/ruby193/root/usr/share/gems/gems/foreman_gutterball-0.0.1
I believe the issue is with common macros being redefined and should be removed:
https://github.com/Katello/foreman-gutterball/blob/master/rubygem-foreman_gutterball.spec#L7-L8
For reference: https://github.com/theforeman/foreman-packaging/blob/rpm/develop/rubygem-bastion/rubygem-bastion.spec
Actions