keep the HTTP/2 support in libcurl-minimal, too

This commit is contained in:
Kamil Dudka 2017-04-05 17:04:59 +02:00
parent 10c005f19a
commit e8208d3e4a
1 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
Name: curl
Version: 7.53.1
Release: 3.4%{?dist}
Release: 3.5%{?dist}
License: MIT
Group: Applications/Internet
Source: https://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@ -171,6 +171,7 @@ export common_configure_opts=" \
--enable-threaded-resolver \
--with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
--with-gssapi${KRB5_PREFIX} \
--with-nghttp2 \
--with-ssl"
%global _configure ../configure
@ -185,8 +186,7 @@ export common_configure_opts=" \
--without-libidn2 \
--without-libmetalink \
--without-libpsl \
--without-libssh2 \
--without-nghttp2
--without-libssh2
)
# configure full build
@ -199,8 +199,7 @@ export common_configure_opts=" \
--with-libidn2 \
--with-libmetalink \
--with-libpsl \
--with-libssh2 \
--with-nghttp2
--with-libssh2
)
# avoid using rpath
@ -300,6 +299,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libcurl.so.[0-9].[0-9].[0-9].minimal
%changelog
* Wed Apr 05 2017 Kamil Dudka <kdudka@redhat.com> 7.53.1-3.5
- keep the HTTP/2 support in libcurl-minimal, too
* Wed Apr 05 2017 Kamil Dudka <kdudka@redhat.com> 7.53.1-3.4
- switch the TLS backend back to OpenSSL