[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Add gnome-applets to the upgrade blacklist as it is no longer multilib in F9
- From: Jesse Keating <jkeating redhat com>
- To: anaconda-devel-list redhat com
- Cc: Jesse Keating <jkeating redhat com>
- Subject: [PATCH] Add gnome-applets to the upgrade blacklist as it is no longer multilib in F9
- Date: Wed, 2 Apr 2008 16:53:50 -0400
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]