integ/base/sudo/centos/meta_patches/0003-remove-make-check.patch
slin14 f11edb283f de-fuzz the fuzzy caused by commit 0858052be
Also remove the commit info added by my previous commit.

Story: 2003917
Task: 27473

Change-Id: I708adb7e160db1ac8074f53c3298150df0c2332f
Signed-off-by: slin14 <shuicheng.lin@intel.com>
2018-10-14 01:39:40 +08:00

18 lines
402 B
Diff

diff --git a/SPECS/sudo.spec b/SPECS/sudo.spec
index 8c3f395..17531f7 100644
--- a/SPECS/sudo.spec
+++ b/SPECS/sudo.spec
@@ -166,7 +166,8 @@ export CFLAGS="$RPM_OPT_FLAGS $F_PIE" LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" SHL
# --without-kerb4
make
-make check
+# "make check" fails if there is no group named "bin" in the mock system
+# make check
%install
rm -rf $RPM_BUILD_ROOT
--
2.7.4