Skip to content

Commit

Permalink
csmock: add missing (soft) dependency for csmock-common
Browse files Browse the repository at this point in the history
The `bld2repo` executive is being used, but corresponding package
`modulemd-tools` was not declared as a dependency earlier.
  • Loading branch information
rhyw committed Aug 24, 2023
1 parent ac7541f commit 5924ce8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make-srpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5924ce8

Please sign in to comment.