Pull Request Guide: Fix 'fedpkg mockbuild' invocation

The preceding instructions ask to create a branch for the build
request. Consequently, `--release rawhide` is needed for fedpkg.
This commit is contained in:
Otto Liljalaakso 2025-04-12 23:31:18 +03:00
parent 729ae0c991
commit 7c94449fc0

View file

@ -105,7 +105,7 @@ gedit some-package.spec
# download the referenced sources to local machine
spectool -g some-package.spec
# check that the changes you made still build
fedpkg mockbuild
fedpkg --release rawhide mockbuild
# Install and test the package
----