fix up yum state=latest with pkg groups

pull/806/head
Seth Vidal 12 years ago
parent f757d659cc
commit 70eea69e79

@ -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

Loading…
Cancel
Save