The python-tox rpms
We were seeing:
No match for argument: tox = 4.12.1-1.fc41
Apparently, standard-test-source does not handle the dist-git history.
Hence, when the SRPM is built in mocktest.sh, %autorelease is set to 1.
However, the available tox from the CI scratchbuild might have a greater Release.
We relax the BuildRequirement.
We assume mock will install the right build anyway.
The CI scratchbuild will either have a different (usually greater) Version
when the PR upgrades or downgrades tox
or a greater Release otherwise, thanks to %autorelease.
|
||
|---|---|---|
| tests | ||
| .gitignore | ||
| changelog | ||
| fix-tests.patch | ||
| python-tox.spec | ||
| sources | ||