Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git for openSUSE:Factory checked in at 2022-03-18 16:41:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git (Old) and /work/SRC/openSUSE:Factory/.git.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git" Fri Mar 18 16:41:22 2022 rev:275 rq:962095 version:2.35.1 Changes: -------- --- /work/SRC/openSUSE:Factory/git/git.changes 2022-02-23 16:25:50.167507512 +0100 +++ /work/SRC/openSUSE:Factory/.git.new.25692/git.changes 2022-03-18 16:41:24.749150241 +0100 @@ -1,0 +2,5 @@ +Thu Mar 10 15:16:47 UTC 2022 - ch...@computersalat.de + +- fix deps for SLES 12 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git.spec ++++++ --- /var/tmp/diff_new_pack.Bn3QTT/_old 2022-03-18 16:41:25.617150862 +0100 +++ /var/tmp/diff_new_pack.Bn3QTT/_new 2022-03-18 16:41:25.621150865 +0100 @@ -267,7 +267,11 @@ 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 @@ 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 @@ 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.