Skip to content

Commit

Permalink
Add missing git-core and cvsps RPM dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Radford <radford@blackbean.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Jim Radford authored and Junio C Hamano committed Nov 10, 2005
1 parent a1c2929 commit 14df4c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions git-core.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,21 @@ elsewhere for tools for ordinary humans layered on top of this.
%package svn
Summary: Git tools for importing Subversion repositories.
Group: Development/Tools
Requires: subversion
Requires: git-core, subversion
%description svn
Git tools for importing Subversion repositories.

%package cvs
Summary: Git tools for importing CVS repositories.
Group: Development/Tools
Requires: cvs
Requires: git-core, cvs, cvsps
%description cvs
Git tools for importing CVS repositories.

%package email
Summary: Git tools for sending email.
Group: Development/Tools
Requires: git-core
%description email
Git tools for sending email.

Expand Down

0 comments on commit 14df4c4

Please sign in to comment.