From c26cd794f9c56e230583613f014e5e36274d70d9 Mon Sep 17 00:00:00 2001 From: Gregory Meno Date: Tue, 8 Nov 2016 11:48:41 -0800 Subject: [PATCH] needs sudo to install deps Signed-off-by: Gregory Meno --- samba/build/build_rpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5