> My theory is that there is a dependency that was updated in Rawhide, which is > problematic for my build, and that dep was recently updated in c9s and is now > causing the same problem for me there. Has anyone seen anything like this > before? How did you begin to investigate it? Or am I just being a side-tag > noob?
I think your theory is correct - and the dependency that was updated is fasterxml-oss-parent: https://src.fedoraproject.org/rpms/fasterxml-oss-parent/c/ce8d84d5ac23d0218facd26a161641c9acba27d7?branch=rawhide * The parent of jackson-annotations is com.fasterxml.jackson:jackson-parent * The parent of jackson-parent is com.fasterxml:oss-parent * oss-parent no longer includes maven-bundle-plugin in its POM So I guess you could (a) add maven-bundle-plugin back into oss-parent, or (b) (as Jerry suggests) add it to jackson-annotations with %pom_add_plugin. (Not sure which is best...) As Jerry mentioned the patch is redundant because it's patching the build-helper-maven-plugin config, only for that plugin to later be removed from the POM with %pom_remove_plugin. It's maven-bundle-plugin that enables the "bundle" packaging type to be used, not build-helper-maven-plugin. Regards, Richard -- Richard Fearn richardfe...@gmail.com _______________________________________________ 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, report it: https://pagure.io/fedora-infrastructure/new_issue