all_mdtypes already contains 'group', and _get_mdtype_data() uses 'group_gz'
if available, so just skip it here.
---
 yum/yumRepo.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/yum/yumRepo.py b/yum/yumRepo.py
index e60fc20..ec68b6a 100644
--- a/yum/yumRepo.py
+++ b/yum/yumRepo.py
@@ -1418,7 +1418,7 @@ Insufficient space in download directory %s
         for mdtype in self.repoXML.fileTypes():
             if mdtype in all_mdtypes:
                 continue
-            if mdtype in ('primary_db', 'filelists_db', 'other_db'):
+            if mdtype in ('primary_db', 'filelists_db', 'other_db', 
'group_gz'):
                 continue
             all_mdtypes.append(mdtype)
 
-- 
1.7.4.4

_______________________________________________
Yum-devel mailing list
[email protected]
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to