From: Andreas Ericsson <ae@op5.se>
To: git@vger.kernel.org
Subject: git-core rpm requires
Date: Sat, 22 Oct 2005 19:22:58 +0200 [thread overview]
Message-ID: <435A7572.70202@op5.se> (raw)
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
reply other threads:[~2005-10-22 17:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=435A7572.70202@op5.se \
--to=ae@op5.se \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.