diff --git a/curl.spec b/curl.spec index 77fa6e43293d328aa9104868e08fdc6690ec7b13..6f1e99472f523617d8e3d076b4f3deabc6f3a65b 100644 --- a/curl.spec +++ b/curl.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl Epoch: 1 @@ -88,7 +88,7 @@ BuildRequires: valgrind %endif # using an older version of libcurl could result in CURLE_UNKNOWN_OPTION -Requires: libcurl >= %{version}-%{release} +Requires: libcurl >= %{epoch}:%{version}-%{release} %description curl is a command line tool for transferring data with URL syntax, supporting @@ -133,7 +133,7 @@ Conflicts: curl RemovePathPostfixes: .minimal # using an older version of libcurl could result in CURLE_UNKNOWN_OPTION -Requires: libcurl >= %{version}-%{release} +Requires: libcurl >= %{epoch}:%{version}-%{release} %description -n curl-minimal This is a replacement of the 'curl' package for minimal installations. It @@ -367,6 +367,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}/fish %doc docs/TheArtOfHttpScripting.md %changelog +* Mon Oct 14 2024 mgb01105731 - 8.4.0-5 +- add epoch to requires + * Mon Jun 24 2024 yanyihao - 8.4.0-4 - fix conflict when both install libcurl and libcurl-devel