The version of rpm currently in rawhide changes the behavior of debuginfo package creation, which breaks rpmfluff builds when makeDebugInfo is false. Explicitly disable debuginfo when makeDebugInfo is false.
I've tested this with the lorax tests using rpmfluff and it fixes the test failures there.
Thank you!
Pull-Request has been merged by jhutar
The version of rpm currently in rawhide changes the behavior of
debuginfo package creation, which breaks rpmfluff builds when
makeDebugInfo is false. Explicitly disable debuginfo when makeDebugInfo
is false.