Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 71a5159

Browse files
authored
Merge pull request #1 from crush-157/crush-157-patch-1
mock on OL
2 parents bc4d01a + 51c6f47 commit 71a5159

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@ to the mock config file. Instructions for debian/ubuntu:
6565
# have to do this again.
6666
sudo sed -i '/\[main\]/a multilib_policy=best' /etc/mock/default.cfg
6767

68+
Whichever distro you are using check that your user is a member of the group mock:
69+
70+
$ groups
71+
72+
If your user is not a member of the group mock then add them:
73+
74+
$ usermod -aG mock <your_username>
75+
76+
On Oracle Linux edit your /etc/mock/site-defaults.cfg and add:
77+
78+
config_opts['use_nspawn'] = False
79+
6880
## Installing `smith` ##
6981

7082
Installing can be done via the Makefile:

0 commit comments

Comments
 (0)