From aec78cff84fe47a215fbec6d9491abe506e781901015063d25fb955437d188df Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 18 Mar 2022 15:41:22 +0000 Subject: [PATCH] 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 --- git.changes | 5 +++++ git.spec | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/git.changes b/git.changes index e9124ec..6828172 100644 --- a/git.changes +++ b/git.changes @@ -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 diff --git a/git.spec b/git.spec index 9f2633a..832435a 100644 --- a/git.spec +++ b/git.spec @@ -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.