I rpmbuild a package and afterwards I find that it requires python(abi) = 2.5 . I don't want to use
AutoReqProv: no
to suppress generation of requirements completely, I just want to make it require python(abi) >= as I think this makes more sense.
How to do it?