From: Mark McLoughlin Date: Tue, 28 Jul 2009 10:00:31 +0000 (+0100) Subject: Reduce glusterfs dependency to 2.0.1 X-Git-Tag: v0.7.0~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=232514041d2dc0e78b1e8db205af95639d211599;p=thirdparty%2Flibvirt.git Reduce glusterfs dependency to 2.0.1 * libvirt.spec.in: require glusterfs-client >= 2.0.1 --- diff --git a/libvirt.spec.in b/libvirt.spec.in index a5b861d79c..918d64cd6a 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -97,7 +97,7 @@ BuildRequires: util-linux BuildRequires: nfs-utils Requires: nfs-utils # For glusterfs -Requires: glusterfs-client >= 2.0.2 +Requires: glusterfs-client >= 2.0.1 %endif %if %{with_qemu} # From QEMU RPMs