>
> Trey, did you have a Python 2.7  RPM or SRPM for EL6?

Where do you see the Python 2.7 dependency?  Running a rebuild with no
changes on the latest SPEC gives me this ...
Maybe you are right.. I was just blinded by the fact that the ovirt-engine rpms needed 2.7.. So that is probably not needed after I have rebuilt ovirt rpms.
 
# rpmbuild -ba --define 'dist .el6' --define 'rhel 6' ovirt-engine.spec
<snip>
+ make PREFIX=/builddir/build/BUILDROOT/ovirt-engine-3.0.0_0001-1.6.el6.x86_64/
install
which: no mvn in (/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/builddir/bin)
export MAVEN_OPTS="-XX:MaxPermSize=512m"
install -P gwt-admin,gwt-user -D skipTests
install: WARNING: ignoring --preserve-context; this kernel is not
SELinux-enabled
install: cannot stat `gwt-admin,gwt-user': No such file or directory
make: *** [build_mvn] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.oHg34r (%install)

I think it requires maven 2.2. There is a maven 2.2 in jpackage 6.0. But it got a broken dependency.
I tried compiling with maven 2.0 and that failed.