diff options
author | Jeremy Katz <katzj@redhat.com> | 2009-01-08 13:38:47 -0500 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2009-01-08 13:38:47 -0500 |
commit | 491124ea03fe5b508d8dac8ae3a8f81cff284550 (patch) | |
tree | ef1709a8be0d8669739653b73249ac6dda5c9728 /yuminstall.py | |
parent | c23fd9466209dbe5f67bfb8a5131489c8cc741f1 (diff) | |
download | anaconda-491124ea03fe5b508d8dac8ae3a8f81cff284550.tar.gz anaconda-491124ea03fe5b508d8dac8ae3a8f81cff284550.tar.xz anaconda-491124ea03fe5b508d8dac8ae3a8f81cff284550.zip |
Revert "Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)"
This reverts commit 89652b6fbe65e5e7922d743a99b07104d071ef42. This patch
was not reviewed on the list and does not fix any emergency build breakage.
Thus, per policy is being reverted.
Diffstat (limited to 'yuminstall.py')
-rw-r--r-- | yuminstall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py index a097ef12d..c62c09b06 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -586,7 +586,7 @@ class AnacondaYum(YumSorter): extraRepos = [] - if self.anaconda.id.extraModules or flags.dlabel: + if self.anaconda.id.extraModules: for d in glob.glob("/tmp/DD-*/rpms"): dirname = os.path.basename(os.path.dirname(d)) rid = "anaconda-%s" % dirname |