summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2006-01-23 20:46:20 +0000
committerPaul Nasrat <pnasrat@redhat.com>2006-01-23 20:46:20 +0000
commit562611c74d7e9c061407f89ce801584bab957338 (patch)
tree5232caaa149ea654a4307c1ccefda6f6058563b3 /yuminstall.py
parentcf73b0c9a777f0641d294d914a8a82e33902488c (diff)
downloadanaconda-562611c74d7e9c061407f89ce801584bab957338.tar.gz
anaconda-562611c74d7e9c061407f89ce801584bab957338.tar.xz
anaconda-562611c74d7e9c061407f89ce801584bab957338.zip
Make %packages spew smaller
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index a21080fe1..65538dae2 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1003,7 +1003,8 @@ class YumBackend(AnacondaBackend):
groups = []
packages = []
- for txmbr in self.ayum.tsInfo.getMembers():
+ self.ayum.tsInfo.makelists()
+ for txmbr in self.ayum.tsInfo.installed:
if txmbr.groups:
for g in txmbr.groups:
if g not in groups: