All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add missing git-core and cvsps RPM dependencies
@ 2005-11-10 19:03 Jim Radford
  0 siblings, 0 replies; only message in thread
From: Jim Radford @ 2005-11-10 19:03 UTC (permalink / raw)
  To: git

Add missing git-core and cvsps RPM dependencies.

Signed-off-by: Jim Radford <radford@blackbean.org>

diff --git a/git-core.spec.in b/git-core.spec.in
index 26846d0..ce9acd8 100644
--- a/git-core.spec.in
+++ b/git-core.spec.in
@@ -22,20 +22,21 @@ elsewhere for tools for ordinary humans 
 %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.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-10 19:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-10 19:03 [PATCH] Add missing git-core and cvsps RPM dependencies Jim Radford

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.