[yum-commits] package-cleanup.py
Tim Lauridsen
timlau at osuosl.org
Thu Mar 12 08:15:21 UTC 2009
package-cleanup.py | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 992a1a70e4a0c96aa9833d23f807aabad6d6a5cb
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Thu Mar 12 09:16:11 2009 +0100
just a TODO note
diff --git a/package-cleanup.py b/package-cleanup.py
index c7974f7..7b4646f 100755
--- a/package-cleanup.py
+++ b/package-cleanup.py
@@ -121,6 +121,10 @@ def buildProviderList(my, pkgs, reportProblems):
sys.exit(0)
return provsomething
+#
+# TODO: replace this one, with the new rpmUtils.arch.canCoinstall when it yum 3.2.21 get released
+#
+
singleLib = ['i386','i486','i586','i686','noarch'] # single lib duplicates
multiLib = ['x86_64','noarch'] # multi lib duplicates
More information about the Yum-commits
mailing list