https://bugzilla.redhat.com/show_bug.cgi?id=1380942 --- Comment #10 from gil cattaneo <puntogil@xxxxxxxxx> --- Must be removed all "Requires: ..." are useless. Because all Requires are handled by our Java Tools. Suggestion, instead of: ... %mvn_package :%{name}-code-generator code-generator %mvn_package :%{name}-core core %mvn_package :%{name}-htmlunit-plugin htmlunit-plugin %build %mvn_build ... %files -f .mfiles %license COPYING COPYING.LESSER LICENSE.txt %doc README.md %files code-generator -f .mfiles-code-generator %license COPYING COPYING.LESSER LICENSE.txt %files core -f .mfiles-core %license COPYING COPYING.LESSER LICENSE.txt %files htmlunit-plugin -f .mfiles-htmlunit-plugin You could use: ... %build %mvn_build -s ... %files -f .mfiles-jwebunit %license COPYING COPYING.LESSER LICENSE.txt %files code-generator -f .mfiles-jwebunit-code-generator %license COPYING COPYING.LESSER LICENSE.txt %files core -f .mfiles-jwebunit-core %license COPYING COPYING.LESSER LICENSE.txt %doc README.md %files htmlunit-plugin -f .mfiles-htmlunit-plugin -- 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 _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx