Hello, Is there any possibility to ignore a specific version for "Requires"? We're trying to build a rpm for sprockets gem, which has this dependencies: sprockets (2.11.0) .... tilt (~> 1.1, != 1.3.0) Is there any possibility to say something like this in the spec file: Requires: rubygem(tilt) != 1.3.0 gem2rpm is generating this : Requires: rubygem(tilt) > 1.3.0 Requires: rubygem(tilt) < 1.3.0 Which is turn makes the resulting rpm to depend on tilt<1.3.0 only ( we would like tilt 1.4.1 ). Thank you, Cristian Falcas _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxxxxx http://lists.rpm.org/mailman/listinfo/rpm-list