Hide Forgot
Description of problem: Python >= 2.6 is required, but actually python >= 2.4 is enough. For reference, see BZ#740327. Version-Release number of selected component (if applicable): 1.1.15
the reason it does so is that the mock-1.1.x series is not intended to be run on EPEL5; the mock 1.0.x series is for EPEL5. This originally was done due to python-decoratortools not being available on RHEL5/EPEL5. But strangely it now seems to be there. I'm looking at whether we can drop the 1.0.x series and just run 1.1.x on EPEL5, but for now if you're running mock on RHEL5/CENTOS5, please use mock-1.0.x.
Yeah, python-decorator is there. Anyway, the point is that the spec should reflect the real requirement and not be used to signal a minimum distribution requirement. For what it's worth, it mostly works fine with the exception of chroot --userspec and --setopt not being available.