I'm trying to use the same CentOS instance to get me to build packages for both versions 5 and 6. Until now everything was working OK, but I think an update in the building instance (6) now includes some dependencies that seems they're not available in version 5:
error: Failed dependencies:
rpmlib(FileDigests) <= 4.6.0-1 is needed by pulse-13.1.0-181013.noarch
rpmlib(PayloadIsXz) <= 5.2-1 is needed by pulse-13.1.0-181013.noarch
My question: is there any way of doing this? Is this even suppose to work i.e. building RPM
for different target versions?