spec: don't suggests libcurl-minimal

it might break existing setups, tests, etc.

Also fedora documentation about suggests is not right about meaning of Suggests macro.
This commit is contained in:
Jan Macku 2024-02-12 16:20:24 +01:00
parent 685f0d3645
commit cbd939da23

View File

@ -130,10 +130,6 @@ BuildRequires: valgrind
BuildRequires: stunnel BuildRequires: stunnel
%endif %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 # using an older version of libcurl could result in CURLE_UNKNOWN_OPTION
Requires: libcurl%{?_isa} >= %{version}-%{release} 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 <jamacku@redhat.com> - 8.6.0-6 * Mon Feb 12 2024 Jan Macku <jamacku@redhat.com> - 8.6.0-6
- revert "receive max buffer" + add test case - revert "receive max buffer" + add test case
- temporarily disable test 0313 - temporarily disable test 0313
- remove suggests of libcurl-minimal in curl-full
* Mon Feb 12 2024 Jan Macku <jamacku@redhat.com> - 8.6.0-5 * Mon Feb 12 2024 Jan Macku <jamacku@redhat.com> - 8.6.0-5
- add Provides to curl-minimal - add Provides to curl-minimal