mirror of https://gitee.com/openkylin/libvirt.git
spec: Set correct TLS priority
RHEL-7 is the only system where gnutls is too old to support @LIBVIRT specifier. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
466bea0117
commit
8004767030
|
@ -214,10 +214,10 @@
|
|||
%define enable_werror --disable-werror
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define tls_priority "@LIBVIRT,SYSTEM"
|
||||
%else
|
||||
%if 0%{?rhel} == 7
|
||||
%define tls_priority "NORMAL"
|
||||
%else
|
||||
%define tls_priority "@LIBVIRT,SYSTEM"
|
||||
%endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue