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

Daniel P. Berrangé posted 1 patch 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201102110942.139743-1-berrange@redhat.com
libvirt.spec.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt PATCH] rpm: fix name of meson option for disabling glusterfs
Posted by Daniel P. Berrangé 3 years, 5 months ago
Signed-off-by: Daniel P. Berrangé <berrange@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
 
 %if %{with_storage_zfs}
-- 
2.28.0

Re: [libvirt PATCH] rpm: fix name of meson option for disabling glusterfs
Posted by Daniel P. Berrangé 3 years, 5 months ago
On Mon, Nov 02, 2020 at 11:09:43AM +0000, Daniel P. Berrangé wrote:
> Signed-off-by: Daniel P. Berrangé <berrange@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 :|