Accepting request 962095 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/962095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=275
This commit is contained in:
Dominique Leuenberger 2022-03-18 15:41:22 +00:00 committed by Git OBS Bridge
parent 6ee96f6fb7
commit aec78cff84
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 10 15:16:47 UTC 2022 - chris@computersalat.de
- fix deps for SLES 12
-------------------------------------------------------------------
Mon Feb 21 21:22:52 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -267,7 +267,11 @@ Summary: Git revision tree visualiser
Group: Development/Tools/Version Control
Requires: git-core = %{version}
Requires: tk >= 8.4
%if 0%{?suse_version} == 1315
Supplements: packageand(git-core:tk)
%else
Supplements: (git-core and tk)
%endif
%description -n gitk
Grapical tool for visualization of revision trees of projects
@ -282,7 +286,11 @@ Summary: Grapical tool for common git operations
Group: Development/Tools/Version Control
Requires: git-core = %{version}
Requires: tk >= 8.4
%if 0%{?suse_version} == 1315
Supplements: packageand(git-core:tk)
%else
Supplements: (git-core and tk)
%endif
%description gui
A Tcl/Tk based graphical user interface to Git. git-gui focuses on
@ -300,7 +308,11 @@ Group: Development/Tools/Version Control
Requires: git-core = %{version}
Requires: perl-CGI
Requires: perl-Git = %{version}
%if 0%{?suse_version} == 1315
Supplements: packageand(git-core:apache2)
%else
Supplements: (git-core and apache2)
%endif
%description web
CGI script that allows browsing git repositories via web interface.