Skip to content

Commit

Permalink
Require zlib >= 1.2 for RPM.
Browse files Browse the repository at this point in the history
git-update-index requires zlib >= 1.2, which introduced the *Bound
functions.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Andreas Ericsson authored and Junio C Hamano committed Oct 24, 2005
1 parent 1114b26 commit 7744f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-core.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7744f3b

Please sign in to comment.