From f11edb283f300f25f21c130cecdf9c8a782971cf Mon Sep 17 00:00:00 2001 From: slin14 Date: Sun, 14 Oct 2018 01:35:57 +0800 Subject: [PATCH] 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 --- .../centos/meta_patches/0003-remove-make-check.patch | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/base/sudo/centos/meta_patches/0003-remove-make-check.patch b/base/sudo/centos/meta_patches/0003-remove-make-check.patch index ec8d45d8b..2e7b2849e 100644 --- a/base/sudo/centos/meta_patches/0003-remove-make-check.patch +++ b/base/sudo/centos/meta_patches/0003-remove-make-check.patch @@ -1,20 +1,10 @@ -From b531e69617e54bd767ff58d1794e48b8150d74b9 Mon Sep 17 00:00:00 2001 -From: slin14 -Date: Tue, 14 Aug 2018 22:10:32 +0800 -Subject: [PATCH 4/4] remove-make-check - -Signed-off-by: slin14 ---- - SPECS/sudo.spec | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - 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 -j"%(nproc)" + make -make check +# "make check" fails if there is no group named "bin" in the mock system