From 15003d5dbaccc578d629658c6961bdd87de295b6 Mon Sep 17 00:00:00 2001 From: sherlock2010 <15151851377@163.com> Date: Wed, 8 Mar 2023 03:25:54 +0000 Subject: [PATCH] enable test (cherry picked from commit c015d6c72e8909594bee3ac63fe32fab03ad2db0) --- tigervnc.spec | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/tigervnc.spec b/tigervnc.spec index 460723c..9254daf 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -2,7 +2,7 @@ Name: tigervnc Version: 1.10.1 -Release: 5 +Release: 6 Summary: A TigerVNC remote display system License: GPLv2+ @@ -159,6 +159,15 @@ rm -f %{buildroot}%{_libdir}/xorg/modules/extensions/libvnc.la mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/ install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf +%check +pushd tests +make %{?_smp_mflags} +./unit/conv +./unit/convertlf +./unit/hostport +./unit/pixelformat +popd + %files -f %{name}.lang %defattr(-,root,root) %doc README.rst @@ -198,6 +207,12 @@ install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.c %{_mandir}/man1/* %changelog +* Wed Mar 08 2023 zhouyihang - 1.10.1-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:enable test + * Mon Nov 02 2020 quanhongfei - 1.10.1-5 - Type:CVE - ID:CVE-2020-26117