From: Andreas Ericsson Date: Sat, 22 Oct 2005 17:22:58 +0000 (+0200) Subject: Require zlib >= 1.2 for RPM. X-Git-Tag: v0.99.9~56 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7744f3b8882812d4ff3e75a3c84763895f5d9cdf;p=git.git Require zlib >= 1.2 for RPM. git-update-index requires zlib >= 1.2, which introduced the *Bound functions. Signed-off-by: Junio C Hamano --- diff --git a/git-core.spec.in b/git-core.spec.in index 876306944..5240dd2c2 100644 --- a/git-core.spec.in +++ b/git-core.spec.in @@ -9,7 +9,7 @@ URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel, openssl-devel, curl-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: rsync, rcs, curl, less, openssh-clients, python >= 2.3, tk >= 8.4 +Requires: zlib >= 1.2, rsync, rcs, curl, less, openssh-clients, python >= 2.3, tk >= 8.4 %description This is a stupid (but extremely fast) directory content manager. It