fix up yum state=latest with pkg groups

This commit is contained in:
Seth Vidal 2012-08-08 10:35:26 -04:00
parent 02bad265b9
commit f00ff3e60b

2
yum
View file

@ -276,7 +276,7 @@ def latest(module, items, repoq, yum_basecmd):
for spec in items: for spec in items:
pkg = None pkg = None
basecmd = update
# groups, again # groups, again
if spec.startswith('@'): if spec.startswith('@'):
pkg = spec pkg = spec