https://bugzilla.redhat.com/show_bug.cgi?id=2325318
--- Comment #8 from Zenon Panoussis <[email protected]> --- On line 44 of the spec, none of the following triggers the conditional BuildRequires to pull in maven-source-plugin: %if %{with "bnd_maven_plugin"} %if ( %{with bnd_maven_plugin} ) %if %{?_with_bnd_maven_plugin} %if %{?_with_bnd_maven_plugin:1} %if 0%{?_with_bnd_maven_plugin:1} Some of them bail out already on rpmbuild -bs, others pass the rpmbuild lint but fail to actually do what is expected of them during build. This is really a serious lapse in the documentation of "bare words are no longer supported" (and chronically in the documentation of rpm macros in general), much more than a bug in this particular package. Whatever the correct syntax eventually turns out to be, it should work for all current epel versions and their respective versions of rpm. Which, I suspect and fear, might require a rethinking of how and when changes are introduced to rpm itself. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2325318 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202325318%23c8 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
