diff options
author | jbj <devnull@localhost> | 2000-08-03 16:55:05 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-08-03 16:55:05 +0000 |
commit | 65ccfaee782075ab1063c458145435c8e803f48c (patch) | |
tree | 550e18640a34b1084c4df014c36745f2c13aa79a | |
parent | 71a49b1bb8136829a58f5a3316a0af1443c5465d (diff) | |
download | librpm-tizen-65ccfaee782075ab1063c458145435c8e803f48c.tar.gz librpm-tizen-65ccfaee782075ab1063c458145435c8e803f48c.tar.bz2 librpm-tizen-65ccfaee782075ab1063c458145435c8e803f48c.zip |
ia64 is different.
CVS patchset: 4010
CVS date: 2000/08/03 16:55:05
-rw-r--r-- | rpm.spec | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,7 @@ Summary: The Red Hat package management system. Name: rpm %define version 4.0 Version: %{version} -Release: 0.64 +Release: 0.65 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/rpm-%{version}.tar.gz Copyright: GPL @@ -18,7 +18,9 @@ Prereq: gawk fileutils textutils sh-utils mktemp Requires: popt, bzip2 >= 0.9.0c-2 # XXX glibc-2.1.92 has incompatible locale changes that affect statically # XXX linked binaries like /bin/rpm. +%ifnarch ia64 Requires: glibc >= 2.1.92 +%endif BuildRequires: db3-devel BuildRequires: bzip2 >= 0.9.0c-2 BuildRequires: python-devel >= 1.5.2 |