From 7c617903a099e854fdc28e2cbd920b5785bf587c Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 9 Sep 2024 17:03:21 +0200 Subject: [PATCH] packaging: add weak dependency on git-core ... needed for `csfilter-kfp --kfp-git-url` Closes: https://github.com/csutils/csdiff/pull/204 --- make-srpm.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make-srpm.sh b/make-srpm.sh index 4a699a53..dc26adb3 100755 --- a/make-srpm.sh +++ b/make-srpm.sh @@ -134,6 +134,9 @@ BuildRequires: make %if 0%{?rhel} == 7 Provides: bundled(boost_json) Provides: bundled(boost_nowide) +%else +# needed for csfilter-kfp --kfp-git-url +Recommends: git-core %endif %description