+++ This bug was initially created as a clone of Bug #827087 +++ Description of problem: Current issues have surfaced due to requirements specified in the current version of sisu-cglib. Requires: ant >= 0:1.8.3 BuildRequires: ant >= 1.8.3 Per the upstream ant is not a runtime requirement and per my testing BuildRequires ant 1.7.1 will suffice. The issue here is by reving ant up in SAM we are essentially rebasing ant in RHEL6. This causes issues of dependencies on 1.7.1 not being satisfied and then sam-1.1 not upgrading because of its dependencies on ant-1.8.3 due to sisu-cglib. We should not be rebasing packages in a version of RHEL and we should not be rebasing a package provide in the rhel-server channel with a package from a add-on channel. Version-Release number of selected component (if applicable): sisu-cglib-2.2.2-1.2 Updated packages have been built here: https://brewweb.devel.redhat.com/taskinfo?taskID=4467217
# diff sisu-cglib.spec /tmp/sisu-cglib.spec 52d51 < Requires: ant >= 0:1.8.2 62c61 < BuildRequires: ant >= 0:1.8.2 --- > BuildRequires: ant >= 0:1.7.1
Created a JIRA case also. https://issues.jboss.org/browse/JBPAPP-9207
This requirement has been removed.