You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had split back out to %forgesetup and %autopatch -p1 to address this finding. When going through review, it was requested to change back to %forgeautosetup -p1.
rpmlint should be updated for this as %forgeautosetup does correctly apply patches.
Well... darn. Does that mean we (packagers) should use %forgesetup and %autopatch -p1? Does that mean that all reviewers of packages need to now know that %forgeautosetup is also working but not in conformance?
All packagers do need to be aware that %forgeautosetup is fine despite the error, yes. The way %forgeautosetup expands makes it so rpmlint can't see that it uses %autosetup underneath, maybe check with the forge-srpm-macros developer or the rpm folks to see if there's a solution.
When a macro wraps another macro that applies patches (as with
%forgeautosetup
which wraps%autosetup
in Fedora), patches should be deemed applied.The text was updated successfully, but these errors were encountered: