]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
cephmetrics: Install wget 751/head
authorBoris Ranto <branto@redhat.com>
Thu, 22 Jun 2017 05:12:14 +0000 (07:12 +0200)
committerBoris Ranto <branto@redhat.com>
Thu, 22 Jun 2017 05:12:29 +0000 (07:12 +0200)
The build uses wget to get the vonage-status-panel but wget might not
always be available on the system.

Signed-off-by: Boris Ranto <branto@redhat.com>
cephmetrics/build/build_rpm

index 632befb293d919d1126869ce6aad6bc14f7074eb..c5b8f9becd077690132f98be0cc45c8d0f63534b 100644 (file)
@@ -10,7 +10,7 @@ fi
 ## Install any setup-time deps (to make dist package)
 
 # We need this to get the major version from lsb_release
-sudo yum install -y redhat-lsb-core mock git
+sudo yum install -y redhat-lsb-core mock git wget
 
 # Run the install-deps.sh upstream script if it exists
 if [ -x install-deps.sh ]; then