Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package obs-scm-bridge for openSUSE:Factory checked in at 2026-03-19 17:39:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/obs-scm-bridge (Old) and /work/SRC/openSUSE:Factory/.obs-scm-bridge.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-scm-bridge" Thu Mar 19 17:39:59 2026 rev:25 rq:1341140 version:0.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/obs-scm-bridge/obs-scm-bridge.changes 2025-12-10 15:33:50.126617001 +0100 +++ /work/SRC/openSUSE:Factory/.obs-scm-bridge.new.8177/obs-scm-bridge.changes 2026-03-19 17:41:53.993052467 +0100 @@ -1,0 +2,5 @@ +Thu Mar 19 10:12:40 UTC 2026 - Dirk Müller <[email protected]> + +- use git-core on suse like distributions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obs-scm-bridge.spec ++++++ --- /var/tmp/diff_new_pack.0FF2K3/_old 2026-03-19 17:41:54.709082131 +0100 +++ /var/tmp/diff_new_pack.0FF2K3/_new 2026-03-19 17:41:54.713082297 +0100 @@ -1,7 +1,7 @@ # # spec file for package obs-scm-bridge # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,10 +20,12 @@ %define primary_python python3 %endif -%if 0%{?fedora} || 0%{?rhel} -%define build_pkg_name obs-build +%if 0%{?suse_version} +%global build_pkg_name build +%global git_pkg_name git-core %else -%define build_pkg_name build +%global build_pkg_name obs-build +%global git_pkg_name git %endif Name: obs-scm-bridge @@ -39,13 +41,8 @@ # these are just recommends in build package, but we need it here Requires: perl(Date::Parse) Requires: git-lfs -%if 0%{?opensuse_version} -BuildRequires: git-core >= 2.46 -Requires: git-core >= 2.46 -%else -BuildRequires: git >= 2.46 -Requires: git >= 2.46 -%endif +BuildRequires: %{git_pkg_name} >= 2.46 +Requires: %{git_pkg_name} >= 2.46 Requires: perl(LWP::Protocol::https) Requires: perl(LWP::UserAgent) Requires: perl(Net::SSL)
