On Sun, 2004-09-19 at 00:48 +0200, Marcin Zaj?czkowski wrote: > Hi, > > I need to keep up-to-date one package from some repository. This > repository has some other packages, but I want to ignore their newer > versions. I've found "exclude" option, but I don't want to have to type > all package names from repository to exclude. I tried with regex, but > exclude=^package-name > and similar didn't work. > > Probably I make some mistake in regex, but does yum allow to use > negation in exclude param? > no there's no way, currently, to do that. the globs are file name globs: including: *?{}[] not perl or C regexes. I have the stub code in 2.1.X to include a: includeonly=list of packages but it's just not done yet. -sv