RHEL 9 only: Fixup "Change the test source location" to match Fedora

This commit is contained in:
Miro Hrončok 2025-12-01 12:16:05 +01:00
parent 2ed8664eb1
commit 4c800c37a1

View File

@ -565,11 +565,11 @@ For each `$PKG.spec` in `tests/`:
- download the sources:
spectool -g -R $PKG.spec
spectool -g $PKG.spec
- build a SRPM:
rpmbuild -bs $PKG.spec
rpmbuild -bs --define '_sourcedir .' $PKG.spec
- build in mock, using the path from the command above as `$SRPM`: