On 19.06.2011 21:02, Jerome Quelin wrote: > On 11/06/19 18:18 +0200, Michael Scherer wrote: >> "perl found with incorrect range == 2:5.14.1-1.mga2 (needed == >> 2:5.14.0)" >> >> Is this a youri error or a real issue ? > > how can we find those? afaik, "urpmf --requires :perl" cannot be used > with a specific version. any help to find those packages is welcome.
e.g. to find packages depending on 2:5.14.0: $ urpmf --requires ":perl\[== 2:5.14.0" or to find all packages having a version-specific require on another version than 5.14.1: $ urpmf --requires ':perl\[== (?!2:5.14.1[-\]])' -- Anssi Hannula
