summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlehman <dlehman>2007-01-15 21:29:14 +0000
committerdlehman <dlehman>2007-01-15 21:29:14 +0000
commit8866cd9fe63821221dac0d5a4184a083b1af0226 (patch)
tree314d53dcea76c71ec9cb9ddc6377c3e9cd2e58ee
parent2c349acce2318ae914424b0400057f5e9eafb47b (diff)
downloadanaconda-8866cd9fe63821221dac0d5a4184a083b1af0226.tar.gz
anaconda-8866cd9fe63821221dac0d5a4184a083b1af0226.tar.xz
anaconda-8866cd9fe63821221dac0d5a4184a083b1af0226.zip
* yuminstall.py (doPostSelection): don't pop the depsolver progress
meter on ENOSPC since we'll do it in the finally block anyway (#215493)
-rw-r--r--ChangeLog5
-rw-r--r--yuminstall.py1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 77c07cc8a..cc641e69b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-01-15 Dave Lehman <dlehman@redhat.com>
+ * yuminstall.py (doPostSelection): don't pop the depsolver progress
+ meter on ENOSPC since we'll do it in the finally block anyway (#215493)
+
+2007-01-15 Dave Lehman <dlehman@redhat.com>
+
* installclasses/rhel.py: don't use lists for repopath values
when given "clearpart --all --initlabel" with harddrive method,
diff --git a/yuminstall.py b/yuminstall.py
index b2f1c9c06..b5a1a8fe7 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1142,7 +1142,6 @@ class YumBackend(AnacondaBackend):
if largePart and \
largePart.getActualSize(anaconda.id.partitions, anaconda.id.diskset) < self.totalSize / 1024:
- dscb.pop()
rc = anaconda.intf.messageWindow(_("Error"),
_("Your selected packages require %d MB "
"of free space for installation, but "