git-core rpm requires

From: Andreas Ericsson <ae@op5.se>
Date: 2005-10-23 03:22:58
I tried git on one of our not too updated servers and noticed that 
git-update-index requires zlib >= 1.2, which introduced the *Bound 
functions.

It took a while to track down due to lazy symbol resolution and the fact 
that the problem was hidden by stderr redirection in the first git 
version I tried (some months ago).

Here's a cut'n paste solution if you have sed >= 4.0.9 installed and 
have some sort of aversion to manual editors. Feels a bit silly to send 
a patch for a one-liner.

sed -i 's/^Requires:./&zlib >= 1.2, /' git-core.spec.in

-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Sun Oct 23 03:23:33 2005

This archive was generated by hypermail 2.1.8 : 2005-10-23 03:23:36 EST