Skip to content

Commit

Permalink
Add expat and expat-devel dependencies (for http-push) to RPM spec.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Matysik <thomas@matysik.co.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Thomas Matysik authored and Junio C Hamano committed Nov 13, 2005
1 parent 54a9ba0 commit 8614e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-core.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8614e92

Please sign in to comment.