diff --git a/spice-vdagent.spec b/spice-vdagent.spec index 9733442..fbec740 100644 --- a/spice-vdagent.spec +++ b/spice-vdagent.spec @@ -1,6 +1,6 @@ Name: spice-vdagent Version: 0.20.0 -Release: 2 +Release: 3 Summary: Agent for Spice guests License: GPLv3+ URL: https://spice-space.org/ @@ -48,6 +48,9 @@ installed on domU o.s. to work. The default is 0. %install make install DESTDIR=$RPM_BUILD_ROOT V=2 +%check +make check + %post %systemd_post spice-vdagentd.service spice-vdagentd.socket @@ -77,6 +80,9 @@ make install DESTDIR=$RPM_BUILD_ROOT V=2 %{_mandir}/man1/*.1.gz %changelog +* Tue Sep 26 2023 zhangpan - 0.20.0-3 +- enable make check + * Mon Feb 22 2021 jinzhimin - 0.20.0-2 - fix CVE-2020-25650 CVE-2020-25651 CVE-2020-25652 CVE-2020-25653