From 43193a5d6b236270d930a5f59518182a39d0b89c Mon Sep 17 00:00:00 2001 From: zhangpan Date: Fri, 17 Mar 2023 03:34:12 +0000 Subject: [PATCH] enable test --- cups.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cups.spec b/cups.spec index 5d56874..48669cc 100644 --- a/cups.spec +++ b/cups.spec @@ -1,7 +1,7 @@ Name: cups Epoch: 1 Version: 2.2.13 -Release: 13 +Release: 14 Summary: CUPS is the standards-based, open source printing system for linux operating systems. License: GPLv2+ and LGPLv2+ with exceptions and AML Url: http://www.cups.org/ @@ -111,6 +111,9 @@ export CFLAGS="$RPM_OPT_FLAGS -fstack-protector-all -DLDAP_DEPRECATED=1" %make_build +%check +make check + %install make BUILDROOT=${RPM_BUILD_ROOT} install @@ -329,6 +332,9 @@ rm -f %{_exec_prefix}/lib/cups/backend/smb %doc %{_datadir}/%{name}/www/apple-touch-icon.png %changelog +* Fri Mar 17 2023 zhangpan 2.2.13-14 +- enable test + * Thu Jul 14 2022 zhouwenpei 2.2.13-13 - fix CVE-2019-8842 -- Gitee