summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-11-04 17:43:59 +0000
committerJeremy Katz <katzj@redhat.com>2002-11-04 17:43:59 +0000
commitb2afbee544d518f1edbb3174611445fbd8aeaddc (patch)
treee4969c0ba8007ffeff4cbd08169d332392ed7742
parent7d78114d01363b9cc6a74d4a283f34e1549bf778 (diff)
downloadanaconda-b2afbee544d518f1edbb3174611445fbd8aeaddc.tar.gz
anaconda-b2afbee544d518f1edbb3174611445fbd8aeaddc.tar.xz
anaconda-b2afbee544d518f1edbb3174611445fbd8aeaddc.zip
ia64 doesn't have dietlibc. we need to prereq it to avoid having to manually install dietlibc in build roots to avoid hosing them with the new db format. ow, my head hurts.
-rw-r--r--anaconda.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 759e571a7..4d7426d87 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -1,6 +1,6 @@
%define i386buildreqs dietlibc kernel-pcmcia-cs
-ExcludeArch: x86_64 alpha
+ExcludeArch: x86_64 alpha ia64
Name: anaconda
Version: @@VERSION@@
Release: @@RELEASE@@
@@ -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
+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, dietlibc
Prereq: chkconfig /etc/init.d
Requires: rpm-python, rhpl
Url: http://rhlinux.redhat.com/anaconda/