Hello. I am packaging some software of which a dependency is either Java 1.6.x or 1.7.x. The newer Java 1.8 won't work with it. It's not an option (yet) to update the software to work with the newer Java. Now that Java 1.8 is available, my current "Requires: java => 1.6.0" needs to be changed, because it could pull in 1.8. I've looked everywhere online for a couple of days now. One suggestion was to have "Requires: >= 1.6.0, java < 1.8.0", but this does not work. I don't want to specify a specific version (eg., java = 1.7.0.85), because that might not be available on all platforms. So, my question is: how can we specify a required version greater than x and less than y? Thank you in advance. _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxxxxx http://lists.rpm.org/mailman/listinfo/rpm-list