From 5ad9c788975fd4a163eb027ea640bf73416b584af773e55273159b33bb3b28ea Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Fri, 27 Dec 2013 00:03:47 +0000 Subject: [PATCH] - Ignore 'make check' on older, code 11 base OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=340 --- libvirt.changes | 5 +++++ libvirt.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/libvirt.changes b/libvirt.changes index 1494478..c7bbc2f 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -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 diff --git a/libvirt.spec b/libvirt.spec index ea3dd35..d9f0e82 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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}