diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-04 11:32:33 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-04 16:01:49 -0700 |
commit | d5ad36fe3584551a09160edce3e76d559d412ae5 (patch) | |
tree | 3a82d49f20e301e8bf8dd63fc42c17d264674b26 /git.spec.in | |
parent | e421fc0797d0a6c8a40bce96c4383223c8ae2da7 (diff) | |
download | git-d5ad36fe3584551a09160edce3e76d559d412ae5.tar.gz |
RPM spec: include git-p4 in the list of all packages.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.spec.in')
-rw-r--r-- | git.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git.spec.in b/git.spec.in index 1d3934bba5..f0746ed78c 100644 --- a/git.spec.in +++ b/git.spec.in @@ -12,7 +12,7 @@ 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, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, git-gui, perl-Git +Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, git-gui, git-p4, perl-Git %description Git is a fast, scalable, distributed revision control system with an |