Skip to content

Commit 7c61790

Browse files
committed
packaging: add weak dependency on git-core
... needed for `csfilter-kfp --kfp-git-url` Closes: #204
1 parent f16db5a commit 7c61790

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

make-srpm.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ BuildRequires: make
134134
%if 0%{?rhel} == 7
135135
Provides: bundled(boost_json)
136136
Provides: bundled(boost_nowide)
137+
%else
138+
# needed for csfilter-kfp --kfp-git-url
139+
Recommends: git-core
137140
%endif
138141
139142
%description

0 commit comments

Comments
 (0)