There has been few issues reported when running rpmbuild prep step from source role
This happens test runner and test env run different OS, so it makes more sense to run rpmbuild prep step directly on test env
Additional benefit is to be able to use required_packages to install additional packages that are need during prep step
required_packages
1 new commit added
include_vars from str-common-pkgs
execute rpmbuild steps on test-env
rebased onto 136a4045c2e577219db9c0735b6a908005628a9d
ack, to merge. Thank you for the PR.
Thanks, I'll do some tests with https://copr.fedorainfracloud.org/coprs/g/osci/standard-test-roles/build/884416/
@mvadkert if you have time to test this, pls update the feedback here :)
I don't have any way to test in production, so can't test the actual problem, but I can confirm that it doesn't break running on my existing rhel8 test vm :)
Commit 03fb5400 fixes this pull-request
Pull-Request has been merged by astepano
There has been few issues reported when running rpmbuild prep step from source role
This happens test runner and test env run different OS, so it makes more sense to run rpmbuild prep step directly on test env
Additional benefit is to be able to use
required_packagesto install additional packages that are need during prep step