From ed0ac9b00c0582482e6d1b22f68c7887cd401b6d Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Wed, 13 Apr 2016 11:38:32 -0500 Subject: [PATCH] Add 'mock' to allow cleaner rpmbuild Change-Id: I800ae2b6be86ac54c259f952da9fb9b423a338f3 Signed-off-by: Ed Warnicke --- vagrant/basebuild/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) 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" -- 2.16.6