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:
parent
685f0d3645
commit
cbd939da23
@ -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 <jamacku@redhat.com> - 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 <jamacku@redhat.com> - 8.6.0-5
|
||||
- add Provides to curl-minimal
|
||||
|
Loading…
Reference in New Issue
Block a user