diff options
author | bfox <bfox> | 2003-01-18 16:22:27 +0000 |
---|---|---|
committer | bfox <bfox> | 2003-01-18 16:22:27 +0000 |
commit | 6ca68d527a7a3f177e980611627626d9190b02ce (patch) | |
tree | f5b9d826faed0709d3d82e0f0c32facc0d3f55a3 /anaconda.spec.in | |
parent | fa997fc7c1b57a6e66f7850e77cd5fe140632402 (diff) | |
download | anaconda-6ca68d527a7a3f177e980611627626d9190b02ce.tar.gz anaconda-6ca68d527a7a3f177e980611627626d9190b02ce.tar.xz anaconda-6ca68d527a7a3f177e980611627626d9190b02ce.zip |
add a BuildPreReq on elfutils-devel
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r-- | anaconda.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in index 49dcc226d..13e548877 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -8,7 +8,7 @@ License: GPL Summary: The Red Hat Linux installation program. 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 +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, elfutils-devel Prereq: chkconfig /etc/init.d Requires: rpm-python, rhpl > 0.63, parted >= 1.6.3-7 Url: http://rhlinux.redhat.com/anaconda/ |