From 70eea69e7950a70285fd282d4fe3403535e0ef79 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 8 Aug 2012 10:35:26 -0400 Subject: [PATCH] fix up yum state=latest with pkg groups --- library/yum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/yum b/library/yum index 85249af780c..277bb950c18 100755 --- a/library/yum +++ b/library/yum @@ -276,7 +276,7 @@ def latest(module, items, repoq, yum_basecmd): for spec in items: pkg = None - + basecmd = update # groups, again if spec.startswith('@'): pkg = spec