From 40080a09a57f703b73ebaed73004e6fd45ec72b7 Mon Sep 17 00:00:00 2001 From: Laine Stump Date: Wed, 6 Jul 2011 11:10:52 -0400 Subject: [PATCH] make commandtest more robust to fix broken build --- libvirt.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index 6d31319..f235f3f 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -204,7 +204,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 0.8.8 -Release: 6%{?dist}%{?extra_release} +Release: 7%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz @@ -1022,6 +1022,9 @@ fi %endif %changelog +* Wed Jul 5 2011 Laine Stump - 0.8.8-7 +- Make commandtest more robust. + * Wed Jul 5 2011 Peter Robinson - 0.8.8-6 - Add ARM to NUMA excludes @@ -1032,7 +1035,6 @@ fi Bug 717204 - Add several build and runtime dependencies to specfile Bug 680270 -- Make commandtest more robust. * Tue Apr 5 2011 Laine Stump 0.8.8-4 - Fix for CVE-2011-1486, error reporting in libvirtd is not thread safe,