summaryrefslogtreecommitdiffstats
path: root/vagrant/basebuild
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-04-13 11:38:32 -0500
committerEd Warnicke <eaw@cisco.com>2016-04-13 11:38:32 -0500
commited0ac9b00c0582482e6d1b22f68c7887cd401b6d (patch)
tree8b6170d6ee7633f0beb39c10f64d379f7e13ed5d /vagrant/basebuild
parent758f72fdff548e9eee8bdba2d084e83eb39cb43f (diff)
Add 'mock' to allow cleaner rpmbuild
Change-Id: I800ae2b6be86ac54c259f952da9fb9b423a338f3 Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'vagrant/basebuild')
-rw-r--r--vagrant/basebuild/bootstrap.sh1
1 files changed, 1 insertions, 0 deletions
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"