[libvirt PATCH] rpm: fix name of meson option for disabling glusterfs

Daniel P. Berrangé berrange at redhat.com
Mon Nov 2 12:09:26 UTC 2020


On Mon, Nov 02, 2020 at 11:09:43AM +0000, Daniel P. Berrangé wrote:
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> ---
>  libvirt.spec.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/libvirt.spec.in b/libvirt.spec.in
> index 06afd0dab8..f0990b870b 100644
> --- a/libvirt.spec.in
> +++ b/libvirt.spec.in
> @@ -1056,9 +1056,9 @@ exit 1
>  %endif
>  
>  %if %{with_storage_gluster}
> -    %define arg_storage_gluster -Dstorage_gluster=enabled
> +    %define arg_storage_gluster -Dstorage_glusterfs=enabled
>  %else
> -    %define arg_storage_gluster -Dstorage_gluster=disabled
> +    %define arg_storage_gluster -Dstorage_glusterfs=disabled
>  %endif

Ignore this patch, it is nonsense.


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list