From: Ed Warnicke Date: Wed, 13 Apr 2016 16:38:32 +0000 (-0500) Subject: Add 'mock' to allow cleaner rpmbuild X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=ed0ac9b00c0582482e6d1b22f68c7887cd401b6d;p=ci-management.git Add 'mock' to allow cleaner rpmbuild Change-Id: I800ae2b6be86ac54c259f952da9fb9b423a338f3 Signed-off-by: Ed Warnicke --- diff --git a/vagrant/basebuild/bootstrap.sh b/vagrant/basebuild/bootstrap.sh index 6bceb4790..a08fd7fe4 100644 --- a/vagrant/basebuild/bootstrap.sh +++ b/vagrant/basebuild/bootstrap.sh @@ -57,6 +57,7 @@ rh_systems() { yum install -y apr-devel yum install -y --enablerepo=epel libconfuse-devel yum install -y --enablerepo=epel ganglia-devel + yum install -y --enablerepo=epel mock } echo "---> Attempting to detect OS"