summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--anaconda.spec.in2
-rw-r--r--partedUtils.py3
2 files changed, 2 insertions, 3 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 4b96199bd..e8c658720 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -9,7 +9,7 @@ Group: Applications/System
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
BuildPreReq: pump-devel, kudzu-devel, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python, newt-devel, rpm-devel, gettext >= 0.11, modutils-devel, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0.1.9-12, bogl-bterm >= 0.1.9-12
Prereq: chkconfig /etc/init.d
-Requires: rpm-python, rhpl > 0.63
+Requires: rpm-python, rhpl > 0.63, parted >= 1.6.3-7
Url: http://rhlinux.redhat.com/anaconda/
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
diff --git a/partedUtils.py b/partedUtils.py
index 428cd713f..52d3f5e58 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -764,8 +764,7 @@ class DiskSet:
DiskSet.skippedDisks.append(drive)
continue
- # MSWFIXME: enable once parted binding complete
- # filter_partitions(disk, validateFsType)
+ filter_partitions(disk, validateFsType)
# check that their partition table is valid for their architecture
ret = checkDiskLabel(disk, intf)