I'm building a simple tool that builds a sequence of packages using mock and mock-scm.
If I manually check out dist-git repos, fetch sources, and build SRPMs, I can then use "mock --chain --localrepo" repeatedly to build each SRPM in sequence.
mock-scm can check out dist-git repos, fetch sources, and build SRPMs, but it refuses to operate in "--chain" mode, printing an error:
CRITICAL: You must specify an SRPM file with --chain
This seems like it should be simple to resolve, since mock will be preparing an SRPM file.