* git-core rpm requires
@ 2005-10-22 17:22 Andreas Ericsson
0 siblings, 0 replies; only message in thread
From: Andreas Ericsson @ 2005-10-22 17:22 UTC (permalink / raw)
To: git
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-10-22 17:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-22 17:22 git-core rpm requires Andreas Ericsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).