From: Gregory Meno Date: Tue, 8 Nov 2016 19:48:41 +0000 (-0800) Subject: needs sudo to install deps X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F537%2Fhead;p=ceph-build.git needs sudo to install deps Signed-off-by: Gregory Meno --- diff --git a/samba/build/build_rpm b/samba/build/build_rpm index 511ced93..1ccbd8f1 100644 --- a/samba/build/build_rpm +++ b/samba/build/build_rpm @@ -12,7 +12,7 @@ fi # to upstream repo or update this section to install these packages # We need this to get the major version from lsb_release -yum install -y redhat-lsb-core mock +sudo yum install -y redhat-lsb-core mock # Run the install-deps.sh upstream script if it exists if [ -x install-deps.sh ]; then