]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
cephmetrics: Use sudo for yum 750/head
authorBoris Ranto <branto@redhat.com>
Wed, 21 Jun 2017 20:23:24 +0000 (22:23 +0200)
committerBoris Ranto <branto@redhat.com>
Wed, 21 Jun 2017 20:23:24 +0000 (22:23 +0200)
Signed-off-by: Boris Ranto <branto@redhat.com>
cephmetrics/build/build_rpm

index 4bc91afcd0d2d574d1e6f5006a502059647f5b29..632befb293d919d1126869ce6aad6bc14f7074eb 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
-yum install -y redhat-lsb-core mock git
+sudo yum install -y redhat-lsb-core mock git
 
 # Run the install-deps.sh upstream script if it exists
 if [ -x install-deps.sh ]; then