Add 'mock' to allow cleaner rpmbuild 78/778/1
authorEd Warnicke <eaw@cisco.com>
Wed, 13 Apr 2016 16:38:32 +0000 (11:38 -0500)
committerEd Warnicke <eaw@cisco.com>
Wed, 13 Apr 2016 16:38:32 +0000 (11:38 -0500)
Change-Id: I800ae2b6be86ac54c259f952da9fb9b423a338f3
Signed-off-by: Ed Warnicke <eaw@cisco.com>
vagrant/basebuild/bootstrap.sh

index 6bceb47..a08fd7f 100644 (file)
@@ -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"