From 7e690cc4290765c074cd25c36920b629f067201e Mon Sep 17 00:00:00 2001 From: Jacek Migacz Date: Tue, 15 Apr 2025 10:37:53 +0200 Subject: [PATCH] Revert "Use /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" This reverts commit 1255f124e7c0f2b60d66bdce3396fae33285e788. Related: RHEL-56966 --- curl.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/curl.spec b/curl.spec index 4047e00..14dd417 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: 8.12.1 -Release: 1%{?dist} +Release: 2%{?dist} License: curl Source0: https://curl.se/download/%{name}-%{version}.tar.xz Source1: https://curl.se/download/%{name}-%{version}.tar.xz.asc @@ -245,7 +245,7 @@ export common_configure_opts=" \ --with-gssapi \ --with-libidn2 \ --with-nghttp2 \ - --with-ssl --with-ca-bundle=%{_sysconfdir}/pki/ca-trust/extracted/pem/tls-ca-bundle.pem \ + --with-ssl --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \ --with-zsh-functions-dir" %global _configure ../configure @@ -395,6 +395,10 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_libdir}/libcurl.so.4.[0-9].[0-9].minimal %changelog +* Tue Apr 15 2025 Jacek Migacz - 8.12.1-2 +- revert using tls-ca-bundle.pem instead of ca-bundle.crt (RHEL-56966) + (temporary revert to workaround another issue RHEL-85608) + * Wed Mar 19 2025 Jacek Migacz - 8.12.1-1 - new upstream release (RHEL-84132)