From e3e147c858fe3153ab57367df48149c590f6c705 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Jan 26 2022 15:28:45 +0000 Subject: docs: fix some Makefile commands for rpm building --- diff --git a/docs/source/development_tasks.rst b/docs/source/development_tasks.rst index e4b76b3..c17b054 100644 --- a/docs/source/development_tasks.rst +++ b/docs/source/development_tasks.rst @@ -169,7 +169,7 @@ Create an srpm using mock and copy the result into ``$BASEDIR``:: or:: - make mocksrpm + make srpm From here, you can either build the rpm locally using mock or using a koji scratch build. @@ -185,7 +185,7 @@ mock from rebuilding the environment):: or:: - make mockbuild + make build Building a Koji Scratch Build -----------------------------