summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-02-14 12:33:27 +0000
committerMatt Wilson <msw@redhat.com>2001-02-14 12:33:27 +0000
commit4b8cb6b7eda61db8935333fccafd91526b14a8fe (patch)
treec2b7752600872dc775c4d4094183f71305367762 /comps.py
parent8e3bbc53eada35fb7a586949f6f53154a9fe9965 (diff)
downloadanaconda-4b8cb6b7eda61db8935333fccafd91526b14a8fe.tar.gz
anaconda-4b8cb6b7eda61db8935333fccafd91526b14a8fe.tar.xz
anaconda-4b8cb6b7eda61db8935333fccafd91526b14a8fe.zip
add kernel-enterprise to exclude
Diffstat (limited to 'comps.py')
-rw-r--r--comps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/comps.py b/comps.py
index 85677fd6f..a75d12014 100644
--- a/comps.py
+++ b/comps.py
@@ -18,7 +18,7 @@ ExcludePackages = { 'XFree86-3DLabs' : None, 'XFree86-8514' : None,
'XFree86-VGA16' : None, 'XFree86-W32' : None,
'kernel' : None, 'kernel-BOOT' : None,
- 'kernel-smp' : None,
+ 'kernel-smp' : None, 'kernel-enterprise' : None,
'kinput2-canna' : None, 'kinput-canna-wnn4' : None,
'kinput2-wnn4' : None, 'kinput2-wnn6' : None }