Feature #29424
Add %check section to every gem with native libraries
Fixed in Releases:
Found in Releases:
Description
Since we manually move file to their correct locations, it happens that they end up in the wrong place. The RPM build then passes but the resulting package is broken. By adding a %check section that requires the gem, this should be prevented in most cases.
Associated revisions
History
#1
Updated by The Foreman Bot 12 months ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-packaging/pull/4921 added
#2
Updated by The Foreman Bot 11 months ago
- Fixed in Releases 2.1.0 added
#3
Updated by Ewoud Kohl van Wijngaarden 11 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman-packaging|26985ee036fc0c813fa842d34bd3dc7fff381479.
Fixes #29424 - %check section for gems with native libs
Since we manually move file to their correct locations, it happens that
they end up in the wrong place. The RPM build then passes but the
resulting package is broken. By adding a %check section that requires
the gem, this should be prevented in most cases.
The EL8 check fails for some unknown reason and needs to be looked into.