diff --git a/curl.spec b/curl.spec index b7936dd..f21999e 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.76.1 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Source: https://curl.se/download/%{name}-%{version}.tar.xz @@ -374,6 +374,11 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_libdir}/libcurl.so.4.[0-9].[0-9].minimal %changelog +* Tue Jun 15 2021 Mohan Boddu - 7.76.1-6 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + +Related: rhbz#1971065 + * Wed Jun 02 2021 Kamil Dudka - 7.77.0-5 - build the curl tool without metalink support (#1967213)