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