diff options
author | Matt Wilson <msw@redhat.com> | 2002-07-23 19:58:16 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-07-23 19:58:16 +0000 |
commit | e516234891d069b74608202d23d59844f7fb5531 (patch) | |
tree | e8af1601964c77329437b7b9592de9cabfefc2a1 /anaconda.spec.in | |
parent | cbf290801e8e74ff4dfe9ffe40defc3a7132875b (diff) | |
download | anaconda-e516234891d069b74608202d23d59844f7fb5531.tar.gz anaconda-e516234891d069b74608202d23d59844f7fb5531.tar.xz anaconda-e516234891d069b74608202d23d59844f7fb5531.zip |
missing zlib-devel buildreq
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 484286889..511859272 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -6,7 +6,7 @@ Copyright: 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 rpm404-python, newt-devel, librpm404-devel, gettext >= 0.11, modutils-devel, dietlibc, kernel-pcmcia-cs, rhpl, booty, libxml2-python +BuildPreReq: pump-devel, kudzu-devel, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm404-python, newt-devel, librpm404-devel, gettext >= 0.11, modutils-devel, dietlibc, kernel-pcmcia-cs, rhpl, booty, libxml2-python, zlib-devel Prereq: chkconfig /etc/init.d Requires: rpm404-python, rhpl Excludearch: sparc sparc64 |