From 16e54c4664eda76b3641d0ed9699b1ea428fbc61 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Thu, 26 Aug 2021 17:22:43 +0800 Subject: [PATCH] modify Requires libev-help to Recommends libev-help --- libev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libev.spec b/libev.spec index 8bf5014..4777075 100644 --- a/libev.spec +++ b/libev.spec @@ -3,14 +3,14 @@ Name: libev Version: 4.33 -Release: 2 +Release: 3 Summary: A high-performance event loop/event model with lots of features License: BSD or GPLv2+ URL: http://software.schmorp.de/pkg/libev.html Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz BuildRequires: autoconf automake coreutils findutils gcc libtool make git tar -Requires: %{name}-help = %{version}-%{release} +Recommends: %{name}-help = %{version}-%{release} Provides: bundled(libecb) = 1.05 %description @@ -76,6 +76,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}.la %{_mandir}/man?/* %changelog +* Thu Aug 26 2021 panxiaohe - 4.33-3 +- modify Requires libev-help to Recommends libev-help + * Fri Nov 06 2020 leiju - 4.33-2 - Add Requires libev-help into libev -- Gitee