enable test

This commit is contained in:
zhangpan 2023-03-17 03:34:12 +00:00
parent 21914def93
commit 43193a5d6b

View File

@ -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 <zhangpan103@h-partners.com> 2.2.13-14
- enable test
* Thu Jul 14 2022 zhouwenpei <zhouwenpei1@h-partners.com> 2.2.13-13
- fix CVE-2019-8842