summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-05-30 19:08:52 +0000
committerJeremy Katz <katzj@redhat.com>2002-05-30 19:08:52 +0000
commitfca89b90c18cc9972c4fe666cffe5195fd5d36ee (patch)
tree53be4c757e9d909cac572d4c9622549a0799b4ce /comps.py
parentfe75fa861fe932cfacc34e699f935f1abac626f3 (diff)
downloadanaconda-fca89b90c18cc9972c4fe666cffe5195fd5d36ee.tar.gz
anaconda-fca89b90c18cc9972c4fe666cffe5195fd5d36ee.tar.xz
anaconda-fca89b90c18cc9972c4fe666cffe5195fd5d36ee.zip
librpm404-python really only exists so we don't have to go to rpm 4.1 quite yet. exclude it from being installed so that we don't get file conflicts
Diffstat (limited to 'comps.py')
-rw-r--r--comps.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/comps.py b/comps.py
index 30bb96f5b..00518ac6b 100644
--- a/comps.py
+++ b/comps.py
@@ -38,6 +38,10 @@ ExcludePackages = { 'XFree86-3DLabs' : None, 'XFree86-8514' : None,
'kernel-BOOTtape' : None, 'kernel-BOOTvrdr' : None,
'kernel-summit' : None,
+
+ # XXX this is a hack. remove me.
+ "rpm404-python",
+
'kinput2-canna' : None, 'kinput-canna-wnn4' : None,
'kinput2-wnn4' : None, 'kinput2-wnn6' : None }