It was multilib in F8 and so many F8 systems will have a .i386 and .x86_64 version installed. We want to remove the i386 version upon upgrade. --- upgrade.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/upgrade.py b/upgrade.py index 51ad886..0fcdbf3 100644 --- a/upgrade.py +++ b/upgrade.py @@ -57,7 +57,7 @@ if rhpl.getArch() == "ppc": upgrade_remove_blacklist.extend(map(lambda x: (x, "ppc64"), splitpkgs)) if rhpl.getArch() == "x86_64": - upgrade_remove_blacklist.extend( [("perl","i386")] ) + upgrade_remove_blacklist.extend( [("perl","i386"), ("gnome-applets","i386")] ) def guessGuestArch(rootdir): """root path -> None|"architecture" -- 1.5.4.5 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list