[PATCH 0/8] Fix DNF installation support

Brian C. Lane bcl at redhat.com
Thu Jul 10 00:06:04 UTC 2014


This started out as 'simply' moving the addDriverRepo up into PackagePayload so it could be used
by both yum and dnf. It ended up being a bunch of little fixes for problems that were preventing
a dnf installation to work at all.

Brian C. Lane (8):
  Rename some dnf items to match yum
  Move addDriverRepo into PackagePayload class
  Fix dnf base repo setup to fall back to default gracefully
  Reset dnf package sack
  Do not prefer /tmp for dnf downloads
  dnf should report that it supports Closest Mirror
  Make sure the software listboxes are shown
  dnf should put its logs in /tmp/

 data/post-scripts/99-copy-logs.ks    |  2 +
 pyanaconda/exception.py              |  1 +
 pyanaconda/packaging/__init__.py     | 62 +++++++++++++++++++++++++----
 pyanaconda/packaging/dnfpayload.py   | 75 ++++++++++++++++++++++++++----------
 pyanaconda/packaging/yumpayload.py   | 61 +++--------------------------
 pyanaconda/ui/gui/spokes/software.py |  2 +
 6 files changed, 119 insertions(+), 84 deletions(-)

-- 
1.9.3



More information about the anaconda-patches mailing list