Revert "Use /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem"
This reverts commit 1255f124e7.
Related: RHEL-56966
This commit is contained in:
parent
bf224297d3
commit
7e690cc429
@ -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 <jmigacz@redhat.com> - 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 <jmigacz@redhat.com> - 8.12.1-1
|
||||
- new upstream release (RHEL-84132)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user