Creating rpm packages: remove newgrp

Fixes #43
This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2019-04-05 14:18:09 +01:00
parent 4d989a3c10
commit 0d81c2854e
No known key found for this signature in database
GPG key ID: F8D8C0BEBAC898BD

View file

@ -23,12 +23,8 @@ NOTE: You must run the following two commands as the root user.
# usermod -a -G mock yourusername
-----------
+
. Change from the *root* user to your user name and enter the `newgrp` command or log in and out for this change to take effect:
+
-------------
$ newgrp
-------------
+
. Log out and back in for this change to take effect.
. Run the `id` command to verify that the *mock* group appears in your group list:
+
----------------