Disable SHA-1 support in ELN
This commit is contained in:
parent
1da004f437
commit
2efa55aa14
@ -77,7 +77,7 @@ BuildRequires: systemd-devel
|
|||||||
%if %{with doh}
|
%if %{with doh}
|
||||||
BuildRequires: libnghttp2-devel
|
BuildRequires: libnghttp2-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} >= 30
|
%if 0%{?fedora} >= 30 || 0%{?rhel} >= 9
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
%else
|
%else
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -239,6 +239,9 @@ pushd %{dir_primary}
|
|||||||
%endif
|
%endif
|
||||||
%if %{with doh}
|
%if %{with doh}
|
||||||
--with-libnghttp2 \
|
--with-libnghttp2 \
|
||||||
|
%endif
|
||||||
|
%if 0%{?rhel}
|
||||||
|
--disable-sha1 \
|
||||||
%endif
|
%endif
|
||||||
%{configure_args}
|
%{configure_args}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user