- Ignore 'make check' on older, code 11 base

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=340
This commit is contained in:
James Fehlig 2013-12-27 00:03:47 +00:00 committed by Git OBS Bridge
parent 8b2f36a3ed
commit 5ad9c78897
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 26 17:01:48 MST 2013 - jfehlig@suse.com
- Ignore 'make check' on older, code 11 base
-------------------------------------------------------------------
Thu Dec 26 12:16:13 UTC 2013 - cbosdonnat@suse.com

View File

@ -1265,6 +1265,9 @@ mv $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/libvirt-guests $RPM_BUILD_ROOT%{_loca
%clean
rm -rf $RPM_BUILD_ROOT
# Ignore 'make check' on older code base
%if 0%{?suse_version} >= 1210
%check
cd tests
make
@ -1281,6 +1284,7 @@ then
cat test-suite.log || true
exit 1
fi
%endif
%if %{with_libvirtd}