From b52cd5c4e372da79686491d5e757b48412425063 Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Wed, 21 Jun 2017 22:23:24 +0200 Subject: [PATCH] cephmetrics: Use sudo for yum Signed-off-by: Boris Ranto --- cephmetrics/build/build_rpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cephmetrics/build/build_rpm b/cephmetrics/build/build_rpm index 4bc91afcd..632befb29 100644 --- a/cephmetrics/build/build_rpm +++ b/cephmetrics/build/build_rpm @@ -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 -- 2.47.3