[Spice-devel] [vdagent-win PATCH] Remove support for very old Fedora versions

Frediano Ziglio fziglio at redhat.com
Tue Mar 12 09:59:35 UTC 2019


ping

> 
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  mingw-spice-vdagent.spec.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mingw-spice-vdagent.spec.in b/mingw-spice-vdagent.spec.in
> index d129a7b..5fa9b7a 100644
> --- a/mingw-spice-vdagent.spec.in
> +++ b/mingw-spice-vdagent.spec.in
> @@ -2,7 +2,7 @@
>  
>  #define _version_suffix -e198
>  
> -%if "%{_build_arch}" == "x86_64" && (0%{?fedora} && 0%{?fedora} >= 24)
> +%if "%{_build_arch}" == "x86_64" && 0%{?fedora}
>      %define can_do_check_x64 1
>      %define can_do_check_x86 1
>  %else


More information about the Spice-devel mailing list