From 630abb93b04026a52d29ed75e89816160779ef02 Mon Sep 17 00:00:00 2001 From: Wangjunqi123 Date: Fri, 10 Feb 2023 17:43:31 +0800 Subject: [PATCH] =?UTF-8?q?%check=E9=98=B6=E6=AE=B5=EF=BC=8C=E4=BD=BF?= =?UTF-8?q?=E7=94=A8"%make=5Fbuild=20check"=E4=BB=A3=E6=9B=BF"make=20check?= =?UTF-8?q?",=E4=B8=8E22.03=E5=88=86=E6=94=AF=E4=BF=9D=E6=8C=81=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gnutls.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnutls.spec b/gnutls.spec index 282c4b0..d455bce 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -1,6 +1,6 @@ Name: gnutls Version: 3.6.14 -Release: 10 +Release: 11 Summary: The GNU Secure Communication Protocol Library License: LGPLv2.1+ and GPLv3+ @@ -170,7 +170,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gnutls-dane.pc %find_lang gnutls %check -make check %{?_smp_mflags} +%make_build check %{?_smp_mflags} %files -f gnutls.lang %defattr(-,root,root) @@ -223,6 +223,9 @@ make check %{?_smp_mflags} %endif %changelog +* Fri Feb 10 2023 wangjunqi - 3.6.14-11 +- replace 'make check' with '%make_build check' + * Thu Sep 1 2022 xuraoqing - 3.6.14-10 - Detach the sub package gnutls-utils from gnutls -- Gitee