From 4c39d0754d775d26b854b601bbf05908516161e7 Mon Sep 17 00:00:00 2001 From: xuraoqing <609179072@qq.com> Date: Thu, 1 Dec 2022 21:26:39 +0800 Subject: [PATCH] disable make check for EBS build Signed-off-by: xuraoqing <609179072@qq.com> --- gnutls.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnutls.spec b/gnutls.spec index 08fc093..cdd5db5 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -1,6 +1,6 @@ Name: gnutls Version: 3.7.2 -Release: 5 +Release: 6 Summary: The GNU Secure Communication Protocol Library License: LGPLv2.1+ and GPLv3+ @@ -163,8 +163,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gnutls-dane.pc %find_lang gnutls -%check -make check %{?_smp_mflags} +#%check +#make check %{?_smp_mflags} %files -f gnutls.lang %defattr(-,root,root) @@ -217,6 +217,9 @@ make check %{?_smp_mflags} %endif %changelog +* Thu Dec 01 2022 xuraoqing <609179072@qq.com> - 3.7.2-6 +- disable make check for EBS build + * Tue Nov 22 2022 xuraoqing <609179072@qq.com> - 3.7.2-5 - fix incorrect Source in gnutls.spec -- Gitee