Author Login
Post Reply
On my cooker partition, urpmi sources include plf (local mirrors), which are
listed at the end of /etc/urpmi/urpmi.cfg. I have
lib64freetype6-2.3.6-1mdv2009.0 and lib64freetype6-devel-2.3.6-1mdv2009.0
installed. Every morning, when I do my "urpmi --auto-select", urpmi wants to
upgrade to the plf versions of the same rpms (which look horrible):
(medium "ckr_x86_64_plf-free_local")
lib64freetype6 2.3.6 1plf2009.0 x86_64
lib64freetype6-devel 2.3.6 1plf2009.0 x86_64
Is this a bug or does the "p" in plf coming after the "m" in mdv make urpmi
consider it a later version? And can anything be done about it?
I tried adding regular expressions to /etc/urpmi/prefer.lst:
/lib[46]*freetype.+mdv.+/
/lib64freetype.+mdv/
Nothing seems to work.
Thanks,
Arn