summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-08-22 20:05:41 +0000
committerMatt Wilson <msw@redhat.com>2000-08-22 20:05:41 +0000
commit3a81368f529cbc3ef60e442974c57da2e3767c68 (patch)
tree2f8a57ed6909804ef76bcb3f006b588c09bf3a0c /comps.py
parentd026377fd1b4f211ac4e6807accc6c0583088570 (diff)
downloadanaconda-3a81368f529cbc3ef60e442974c57da2e3767c68.tar.gz
anaconda-3a81368f529cbc3ef60e442974c57da2e3767c68.tar.xz
anaconda-3a81368f529cbc3ef60e442974c57da2e3767c68.zip
revert enterprise patch
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 0d7b7c3ed..d1b4b60b9 100644
--- a/comps.py
+++ b/comps.py
@@ -449,7 +449,7 @@ class ComponentSet:
for package in packages.keys ():
if (packages[package][rpm.RPMTAG_NAME] != 'kernel' and
packages[package][rpm.RPMTAG_NAME] != 'kernel-BOOT' and
- packages[package][rpm.RPMTAG_NAME] != 'kernel-enterprise' and
+# packages[package][rpm.RPMTAG_NAME] != 'kernel-enterprise' and
packages[package][rpm.RPMTAG_NAME] != 'kernel-smp' and
not XFreeServerPackages.has_key(packages[package][rpm.RPMTAG_NAME])):
everything.addPackage (packages[package])