summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-11-23 13:41:06 +0000
committerJeremy Katz <katzj@redhat.com>2004-11-23 13:41:06 +0000
commitb3c137b6da25ffd24baf4e97a4cb336ae25eb4fa (patch)
tree4dae6ca4964d711f193a588258b2954e5675d90b /upgrade.py
parente6ae192b82762c08171b1af70969db92e8363bb4 (diff)
downloadanaconda-b3c137b6da25ffd24baf4e97a4cb336ae25eb4fa.tar.gz
anaconda-b3c137b6da25ffd24baf4e97a4cb336ae25eb4fa.tar.xz
anaconda-b3c137b6da25ffd24baf4e97a4cb336ae25eb4fa.zip
2004-11-23 Jeremy Katz <katzj@redhat.com>
* upgrade.py (upgradeFindPackages): More iiiimf upgrade (#129218)
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index a59ea2b15..3a4f2053a 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -702,7 +702,9 @@ def upgradeFindPackages(intf, method, id, instPath, dir):
imupg = ( ("iiimf-gnome-im-switcher", "control-center"),
("iiimf-gnome-im-switcher", "gnome-panel"),
("iiimf-gtk", "gtk2"),
- ("system-switch-im", "gtk2") )
+ ("system-switch-im", "gtk2"),
+ ("iiimf-x", "xorg-x11"),
+ ("iiimf-x", "XFree86"))
for (new, old) in imupg:
mi = ts.dbMatch("name", old)
if (not id.grpset.hdrlist.has_key(new) or