https://bugzilla.redhat.com/show_bug.cgi?id=902086 --- Comment #46 from gil cattaneo <puntogil@xxxxxxxxx> --- you should remove src/main/java/org/elasticsearch/script/groovy or try to use groovy 1.x with %pom_xpath_set "pom:dependencies/pom:dependency[pom:groupId= 'org.codehaus.groovy']/pom:artifactId" groovy %pom_xpath_set "pom:dependencies/pom:dependency[pom:groupId= 'org.codehaus.groovy']/pom:version" 1.8.9 or sed -i "s|<artifactId>groovy-all|<artifactId>groovy|" pom.xml sed -i "s|<version>2.3.2|<version>1.8.9|" pom.xml and remove also src/main/java/org/elasticsearch/monitor/sigar if you're lucky you should not use any patch :) -- 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 https://admin.fedoraproject.org/mailman/listinfo/package-review