On Tue, 1 Jun 2021 at 10:14, Richard Fearn <richardfe...@gmail.com> wrote:
>
> > Note that your queries did not check for BuildRequires, since you did
> > not enable the foo-source repositories.
> > That would require "--enablerepo fedora-source --enablerepo
> > updates-source", or "--enablerepo rawhide-source" on rawhide.
>
> Thanks Fabio - I knew I would get something wrong with that query :-)
>
> > Since findbugs contains code quality checks, I suspect those three
> > packages could be built without those checks without problems, since
> > they do not require findbugs at install-/ or runtime.
>
> I expect so too - I doubt the packages need FindBugs in order to
> build. I'll take a look at those packages and contact the maintainers
> as necessary.
>

FWIW, many maven-based packages in Fedora already include the
following snippet(s) to avoid build-time quality checks that are only
of interest to upstream:

%pom_remove_plugin :spotbugs-maven-plugin
# and/or
%pom_remove_plugin :findbugs-maven-plugin

That's probably the only change needed by packages that still express
a BR on findbugs.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to