summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-10-28 22:14:32 +0000
committerJeremy Katz <katzj@redhat.com>2005-10-28 22:14:32 +0000
commit3d3205ce519e6b61e14a472a13286fb0e257f7c4 (patch)
tree141171ceb8c965adfe626b02f37b19b238bfbe41 /ChangeLog
parentcda6ad1abb2ba4fc1fe47c5b6f3c16c616aa0a4d (diff)
downloadanaconda-3d3205ce519e6b61e14a472a13286fb0e257f7c4.tar.gz
anaconda-3d3205ce519e6b61e14a472a13286fb0e257f7c4.tar.xz
anaconda-3d3205ce519e6b61e14a472a13286fb0e257f7c4.zip
2005-10-28 Jeremy Katz <katzj@redhat.com>
* yuminstall.py (AnacondaYum.getBestPackages): Return the best package_s_ for a package name/arch. Need more than one for multilib. Should fix (#171026) (YumBackend.getBestKernelByArch): Do this inside of selectBestKernel since that's the only place it's really wanted (YumBackend.selectGroup): Get packages using getBestPackages. (YumBackend.deselectGroup): Likewise. (YumBackend.selectPackage): Likewise. (YumBackend.deselectPackage): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc5726a24..95de8e2c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-10-28 Jeremy Katz <katzj@redhat.com>
+ * yuminstall.py (AnacondaYum.getBestPackages): Return the best
+ package_s_ for a package name/arch. Need more than one for
+ multilib. Should fix (#171026)
+ (YumBackend.getBestKernelByArch): Do this inside of
+ selectBestKernel since that's the only place it's really wanted
+ (YumBackend.selectGroup): Get packages using getBestPackages.
+ (YumBackend.deselectGroup): Likewise.
+ (YumBackend.selectPackage): Likewise.
+ (YumBackend.deselectPackage): Likewise.
+
* yuminstall.py (YumBackend.selectBestKernel): Select
kernel-xen-guest if installing in a guest