diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-22 20:05:41 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-22 20:05:41 +0000 |
commit | 3a81368f529cbc3ef60e442974c57da2e3767c68 (patch) | |
tree | 2f8a57ed6909804ef76bcb3f006b588c09bf3a0c /comps.py | |
parent | d026377fd1b4f211ac4e6807accc6c0583088570 (diff) | |
download | anaconda-3a81368f529cbc3ef60e442974c57da2e3767c68.tar.gz anaconda-3a81368f529cbc3ef60e442974c57da2e3767c68.tar.xz anaconda-3a81368f529cbc3ef60e442974c57da2e3767c68.zip |
revert enterprise patch
Diffstat (limited to 'comps.py')
-rw-r--r-- | comps.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) |