enable make check

This commit is contained in:
zppzhangpan 2023-09-27 16:59:29 +08:00
parent 47a18cbcbc
commit fcf384c7fb

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