summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-04-07 23:38:33 -0400
committerJeremy Katz <katzj@redhat.com>2008-04-07 23:43:30 -0400
commitc89cc4366a5e2cae9040282303d18eec77480ce4 (patch)
treed55e8032c2121942bb7848a997835731001ccbfe /upgrade.py
parent3d5c97007d90abdfa5ccb4c69784d765f6d81809 (diff)
downloadanaconda-c89cc4366a5e2cae9040282303d18eec77480ce4.tar.gz
anaconda-c89cc4366a5e2cae9040282303d18eec77480ce4.tar.xz
anaconda-c89cc4366a5e2cae9040282303d18eec77480ce4.zip
And add nas to the list (#439255)
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index 7aee0c48a..c126ca84d 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -50,7 +50,7 @@ upgrade_remove_blacklist = [("system-config-mouse",), ("dev",)]
# list of things which have been split and thus need to have their
# multilib package removed. the new -libs package will then get pulled in
# automatically by dependencies
-splitpkgs = ("e2fsprogs", "hal", "mysql", "esound", "mkinitrd", "dbus", "kdeaccessibility", "kdebase", "kdeedu", "kdegraphics", "kdemultimedia", "kdemultimedia-extras","kdenetwork", "kdesdk", "kdeutils", "kdewebdev", "gdb", "kmymoney2", "gnome-applets", "geomview", "gnome-panel")
+splitpkgs = ("e2fsprogs", "hal", "mysql", "esound", "mkinitrd", "dbus", "kdeaccessibility", "kdebase", "kdeedu", "kdegraphics", "kdemultimedia", "kdemultimedia-extras","kdenetwork", "kdesdk", "kdeutils", "kdewebdev", "gdb", "kmymoney2", "gnome-applets", "geomview", "gnome-panel", "nas")
if rhpl.getArch() == "x86_64":
upgrade_remove_blacklist.extend(map(lambda x: (x, "i386"), splitpkgs))
if rhpl.getArch() == "ppc":