diff --git a/curl.spec b/curl.spec index 6a9e71b..a5ae989 100644 --- a/curl.spec +++ b/curl.spec @@ -130,10 +130,6 @@ BuildRequires: valgrind BuildRequires: stunnel %endif -# Suggest minimal version of libcurl to to keep number of dependencies low -# after dropping curl-minimal. -Suggests: libcurl-minimal - # using an older version of libcurl could result in CURLE_UNKNOWN_OPTION Requires: libcurl%{?_isa} >= %{version}-%{release} @@ -418,6 +414,7 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/mk-ca-bundle.1* * Mon Feb 12 2024 Jan Macku - 8.6.0-6 - revert "receive max buffer" + add test case - temporarily disable test 0313 +- remove suggests of libcurl-minimal in curl-full * Mon Feb 12 2024 Jan Macku - 8.6.0-5 - add Provides to curl-minimal