From 57dc3b7e96caa3bbc5b89638bb80d5b469015a1a Mon Sep 17 00:00:00 2001 From: eaglegai Date: Tue, 8 Dec 2020 15:16:51 +0800 Subject: [PATCH] fix downgrade error --- curl.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/curl.spec b/curl.spec index ddde69f..a795447 100644 --- a/curl.spec +++ b/curl.spec @@ -6,7 +6,7 @@ Name: curl Version: 7.71.1 -Release: 1 +Release: 2 Summary: Curl is used in command lines or scripts to transfer data License: MIT URL: https://curl.haxx.se/ @@ -43,6 +43,7 @@ Summary: A library for getting files from web servers Requires: libssh >= %{libssh_version} libpsl >= %{libpsl_version} Requires: openssl-libs >= 1:%{openssl_version} Provides: libcurl-full = %{version}-%{release} +Conflicts: curl < 7.66.0-3 %description -n libcurl A library for getting files from web servers. @@ -157,6 +158,12 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_mandir}/man3/* %changelog +* Tue Dec 08 2020 gaihuiying - 7.71.1-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix downgrade error + * Fri Aug 28 2020 xiaoweiwei - 7.71.1-1 - Upgrade to 7.71.1 -- Gitee