diff options
author | Thomas Matysik <thomas@matysik.co.nz> | 2005-11-13 17:56:55 +1300 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-13 01:32:21 -0800 |
commit | 8614e92323bff2319ca92b0718e3044e3b3b1f79 (patch) | |
tree | ff538843d3fcf8a38b223743b9c624d0dc7b2053 | |
parent | Fix fd leak in http-fetch (diff) | |
download | tgif-8614e92323bff2319ca92b0718e3044e3b3b1f79.tar.xz |
Add expat and expat-devel dependencies (for http-push) to RPM spec.
Signed-off-by: Thomas Matysik <thomas@matysik.co.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | git-core.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-core.spec.in b/git-core.spec.in index 6a482ad1f1..a7abb5f44e 100644 --- a/git-core.spec.in +++ b/git-core.spec.in @@ -7,9 +7,9 @@ License: GPL Group: Development/Tools URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz -BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} +BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: zlib >= 1.2, 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, expat %description This is a stupid (but extremely fast) directory content manager. It |