From 14531ac574d203bb0945fe009406f0fdd3d69b5c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 20 2019 09:47:25 +0000 Subject: import rh-dotnet30-curl-7.61.0-6.el7 --- diff --git a/SPECS/curl.spec b/SPECS/curl.spec index 7e3a1a0..2e87630 100644 --- a/SPECS/curl.spec +++ b/SPECS/curl.spec @@ -7,7 +7,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: %{?scl_prefix}curl Version: 7.61.0 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Source: https://curl.haxx.se/download/%{pkg_name}-%{version}.tar.xz @@ -178,7 +178,7 @@ export common_configure_opts=" \ --enable-ipv6 \ --enable-threaded-resolver \ --with-gssapi \ - --with-ssl --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt" + --with-ssl --with-ca-bundle=%{_root_sysconfdir}/pki/tls/certs/ca-bundle.crt" %global _configure ../configure @@ -267,6 +267,10 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_datadir}/aclocal/libcurl.m4 %changelog +* Fri Nov 01 2019 Omair Majid - 7.61.0-6 +- Fix path to ca bundle +- Resolves: RHBZ#1768029 + * Tue Oct 01 2019 Omair Majid - 7.61.0-5 - Migrate more tests to python 3 and fix syntax errors during test - Resolves: RHBZ#1746116