From 5924ce88e54ede774c412b2155ae920f07a07e2b Mon Sep 17 00:00:00 2001 From: Yuguang Wang Date: Wed, 23 Aug 2023 17:48:07 +0800 Subject: [PATCH] csmock: add missing (soft) dependency for csmock-common The `bld2repo` executive is being used, but corresponding package `modulemd-tools` was not declared as a dependency earlier. --- make-srpm.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make-srpm.sh b/make-srpm.sh index 1ba3b398..6653bb9a 100755 --- a/make-srpm.sh +++ b/make-srpm.sh @@ -128,6 +128,9 @@ Requires: csdiff > 3.0.3 Requires: csgcca Requires: cswrap Requires: mock +%if 0%{?rhel} != 7 +Recommends: modulemd-tools +%endif %description -n csmock-common This package contains the csmock tool that allows to scan SRPMs by Static