Re: [libvirt PATCH 4/9] spec: Move with_numactl definition

2020-10-05 Thread Neal Gompa
On Mon, Oct 5, 2020 at 2:40 PM Andrea Bolognani  wrote:
>
> Keep it close to similar ones.
>
> Signed-off-by: Andrea Bolognani 
> ---
>  libvirt.spec.in | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/libvirt.spec.in b/libvirt.spec.in
> index 9e4c5d2b81..65df7dc79f 100644
> --- a/libvirt.spec.in
> +++ b/libvirt.spec.in
> @@ -68,8 +68,6 @@
>  %endif
>  %endif
>
> -%define with_numactl  0%{!?_without_numactl:1}
> -
>  # F25+ has zfs-fuse
>  %if 0%{?fedora}
>  %define with_storage_zfs  0%{!?_without_storage_zfs:1}
> @@ -86,6 +84,7 @@
>
>  # Other optional features
>  %define with_bash_completion  0%{!?_without_bash_completion:1}
> +%define with_numactl  0%{!?_without_numactl:1}
>
>  # A few optional bits off by default, we enable later
>  %define with_fuse 0
> --
> 2.26.2
>

Reviewed-by: Neal Gompa 


-- 
真実はいつも一つ!/ Always, there's only one truth!




[libvirt PATCH 4/9] spec: Move with_numactl definition

2020-10-05 Thread Andrea Bolognani
Keep it close to similar ones.

Signed-off-by: Andrea Bolognani 
---
 libvirt.spec.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 9e4c5d2b81..65df7dc79f 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -68,8 +68,6 @@
 %endif
 %endif
 
-%define with_numactl  0%{!?_without_numactl:1}
-
 # F25+ has zfs-fuse
 %if 0%{?fedora}
 %define with_storage_zfs  0%{!?_without_storage_zfs:1}
@@ -86,6 +84,7 @@
 
 # Other optional features
 %define with_bash_completion  0%{!?_without_bash_completion:1}
+%define with_numactl  0%{!?_without_numactl:1}
 
 # A few optional bits off by default, we enable later
 %define with_fuse 0
-- 
2.26.2