https://bugzilla.redhat.com/show_bug.cgi?id=2335183
Mikel Olasagasti Uranga mikel@olasagasti.info changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikel@olasagasti.info Assignee|nobody@fedoraproject.org |mikel@olasagasti.info Status|NEW |ASSIGNED Doc Type|--- |If docs needed, set a value
--- Comment #2 from Mikel Olasagasti Uranga mikel@olasagasti.info --- Can you keep the *generate_buildrequires part, but remove the modules required extra deps? Like this:
%prep %goprep -A # Remove benchmark and examples to avoid extra deps rm -rf internal/examples internal/thirdparty
%if %{without bootstrap} %generate_buildrequires %go_generate_buildrequires %endif
That way, if in the future it requires any module it should be easier to bump.