fix(rpm packaging): add sudo

Otherwise they don't work and confuse newcomers.
This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2021-10-20 14:03:47 +01:00
parent 1e1336aac4
commit 912d2e22d9
No known key found for this signature in database
GPG key ID: F8D8C0BEBAC898BD

View file

@ -14,13 +14,13 @@ NOTE: You must run the following two commands as the root user.
. Install the _fedora-packager_ and _fedora-review_ tools: . Install the _fedora-packager_ and _fedora-review_ tools:
+ +
------------ ------------
# dnf install fedora-packager fedora-review # sudo dnf install fedora-packager fedora-review
------------ ------------
+ +
. Add yourself to the *mock* group: . Add yourself to the *mock* group:
+ +
----------- -----------
# usermod -a -G mock yourusername # sudo usermod -a -G mock yourusername
----------- -----------
+ +
. Log out and back in for this change to take effect. . Log out and back in for this change to take effect.