Update %devel package Recommends to Requires

Fedora KOJI is configured in a way that ignores weak dependencies.
The 'Recommends:' in this packages are meant to allow potential outside
consumer to not be blocked by them in special cases.
However the main consumer - Fedora KOJI - won't work with them.

Fixing so they work well for their main (and the only intended?)
consumer - Fedora KOJI.
This commit is contained in:
Michal Schorm 2024-07-30 13:09:00 +02:00
parent 115556d9ec
commit 67ab0a6c8c

View File

@ -29,11 +29,11 @@ modern C++ approach.
%package devel
Summary: Header files for asio
Recommends: openssl-devel
Requires: openssl-devel
%if 0%{?fedora} >= 41 || 0%{?rhel} >= 11
Recommends: openssl-devel-engine
Requires: openssl-devel-engine
%endif
Recommends: boost-devel
Requires: boost-devel
%description devel
Header files you can use to develop applications with asio.