From 67ab0a6c8c6967d9a6f3d8995a3aa43a42e07e12 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Tue, 30 Jul 2024 13:09:00 +0200 Subject: [PATCH] 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. --- asio.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/asio.spec b/asio.spec index 6ab432f..86b4253 100644 --- a/asio.spec +++ b/asio.spec @@ -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.