From 927009397fe824ae866084839793b455e49ba79a Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 17 Mar 2016 09:14:20 +0100 Subject: [PATCH] keep the GSS-API support in libcurl-minimal, too --- curl.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/curl.spec b/curl.spec index 083d559..002b3bc 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl Version: 7.47.1 -Release: 4.1%{?dist} +Release: 4.2%{?dist} License: MIT Group: Applications/Internet Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma @@ -176,6 +176,7 @@ export common_configure_opts=" \ --enable-ipv6 \ --enable-threaded-resolver \ --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \ + --with-gssapi${KRB5_PREFIX} \ --without-ssl --with-nss" # configure minimal build @@ -186,7 +187,6 @@ export common_configure_opts=" \ --disable-ldap \ --disable-ldaps \ --disable-manual \ - --without-gssapi \ --without-libidn \ --without-libmetalink \ --without-libpsl \ @@ -201,7 +201,6 @@ export common_configure_opts=" \ %configure $common_configure_opts \ --enable-ldap \ --enable-ldaps \ - --with-gssapi${KRB5_PREFIX} \ --with-libidn \ --with-libmetalink \ --with-libpsl \ @@ -305,6 +304,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libcurl.so.[0-9].[0-9].[0-9].minimal %changelog +* Thu Mar 17 2016 Kamil Dudka 7.47.1-4.2 +- keep the GSS-API support in libcurl-minimal, too + * Wed Mar 16 2016 Kamil Dudka 7.47.1-4.1 - provide curl-minimal and libcurl-minimal subpkgs with a minimal build of curl