diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-06-15 13:07:15 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-06-15 13:07:15 +0000 |
commit | e2171c7719626531672a99b507d3e14d3d9ad894 (patch) | |
tree | e6f6e30f4a78c2a6b24f4b454cbc8095897cac11 /anaconda.spec | |
parent | 67c544310eda771680025717cf92089359a95dfb (diff) | |
download | anaconda-e2171c7719626531672a99b507d3e14d3d9ad894.tar.gz anaconda-e2171c7719626531672a99b507d3e14d3d9ad894.tar.xz anaconda-e2171c7719626531672a99b507d3e14d3d9ad894.zip |
2006-06-15 Jeremy Katz <katzj@redhat.com>
* anaconda.spec (BuildPreReq): We need the newer kudzu to
avoid segfaults in the loader, not explicitly at runtime
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/anaconda.spec b/anaconda.spec index f31d15be1..6ed5b245d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -5,7 +5,7 @@ License: GPL Summary: Graphical system installer Group: Applications/System Source: anaconda-%{PACKAGE_VERSION}.tar.bz2 -BuildPreReq: kudzu-devel >= 1.2.0, pciutils-devel +BuildPreReq: kudzu-devel >= 1.2.37, pciutils-devel BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11 BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel @@ -17,7 +17,7 @@ BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2 BuildPreReq: glib2-devel >= 2.11.1-5 BuildPreReq: libdhcp-devel, libdhcp4client-devel, libdhcp6client-devel Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, parted >= 1.6.3-7, booty -Requires: kudzu > 1.2.37, yum >= 2.9.0, pirut >= 1.1.0 +Requires: kudzu > 1.2.0, yum >= 2.9.0, pirut >= 1.1.0 Requires: pyparted, libxml2-python, python-urlgrabber Requires: system-logos, pykickstart Requires: device-mapper >= 1.01.05-3 |