From 1255f124e7c0f2b60d66bdce3396fae33285e788 Mon Sep 17 00:00:00 2001 From: Jacek Migacz Date: Tue, 24 Sep 2024 16:04:01 +0200 Subject: [PATCH] Use /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem Resolves: RHEL-56966 --- curl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/curl.spec b/curl.spec index 6825312..f42ff5b 100644 --- a/curl.spec +++ b/curl.spec @@ -240,7 +240,7 @@ export common_configure_opts=" \ --with-gssapi \ --with-libidn2 \ --with-nghttp2 \ - --with-ssl --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \ + --with-ssl --with-ca-bundle=%{_sysconfdir}/pki/ca-trust/extracted/pem/tls-ca-bundle.pem \ --with-zsh-functions-dir" %global _configure ../configure @@ -401,6 +401,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/mk-ca-bundle.1* %{_libdir}/libcurl.so.4.[0-9].[0-9].minimal %changelog +* Tue Nov 05 2024 Jacek Migacz - 8.9.1-6 +- use tls-ca-bundle.pem instead of ca-bundle.crt (RHEL-56966) + * Tue Oct 29 2024 Troy Dawson - 8.9.1-5 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018