diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-05-30 19:08:52 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-05-30 19:08:52 +0000 |
commit | fca89b90c18cc9972c4fe666cffe5195fd5d36ee (patch) | |
tree | 53be4c757e9d909cac572d4c9622549a0799b4ce /comps.py | |
parent | fe75fa861fe932cfacc34e699f935f1abac626f3 (diff) | |
download | anaconda-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.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 } |