!19 enable make check

From: @zppzhangpan 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-09-27 09:09:49 +00:00 committed by Gitee
commit 2fee258e73
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <zhangpan103@h-partners.com> - 0.20.0-3
- enable make check
* Mon Feb 22 2021 jinzhimin <jinzhimin2@huawei.com> - 0.20.0-2
- fix CVE-2020-25650 CVE-2020-25651 CVE-2020-25652 CVE-2020-25653