Accepting request 979048 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/979048 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=279
This commit is contained in:
parent
aa98dc27af
commit
226f89f2dc
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 11:48:21 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Do not recommend git-cvs and git-svn by git, but rather have
|
||||
those two packages supplement the combination of git and their
|
||||
respective counterparts.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 6 18:27:27 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
4
git.spec
4
git.spec
@ -80,9 +80,7 @@ BuildRequires: xz
|
||||
BuildRequires: zlib-devel
|
||||
Requires: git-core = %{version}
|
||||
Requires: perl-Git = %{version}
|
||||
Recommends: git-cvs
|
||||
Recommends: git-email
|
||||
Recommends: git-svn
|
||||
Suggests: git-gui
|
||||
Suggests: gitk
|
||||
Suggests: git-daemon
|
||||
@ -175,6 +173,7 @@ Requires: perl-Git = %{version}
|
||||
Requires: perl-Term-ReadKey
|
||||
Requires: subversion
|
||||
Requires: subversion-perl
|
||||
Supplements: (%{name} and subversion)
|
||||
|
||||
%description svn
|
||||
Tools for importing Subversion repositories to the Git version control
|
||||
@ -188,6 +187,7 @@ Requires: cvsps
|
||||
Requires: git-core = %{version}
|
||||
Requires: perl-DBD-SQLite
|
||||
Requires: perl-Git = %{version}
|
||||
Supplements: (%{name} and cvs)
|
||||
|
||||
%description cvs
|
||||
Tools for importing CVS repositories to the Git version control system.
|
||||
|
Loading…
Reference in New Issue
Block a user