From 7072d6ca60c313f4e24809a8f5fdd526832e9546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Fri, 13 Nov 2020 14:43:04 +0800 Subject: [PATCH] Change the installation dependency on the help package from requires to recommends --- zziplib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zziplib.spec b/zziplib.spec index 7197cb5..c933bd2 100644 --- a/zziplib.spec +++ b/zziplib.spec @@ -4,7 +4,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' */libtool Name: zziplib Version: 0.13.69 -Release: 6 +Release: 7 Summary: Lightweight library for zip compression License: LGPLv2+ or MPLv1.1 URL: http://zziplib.sourceforge.net @@ -18,7 +18,7 @@ Patch6003: CVE-2018-17828.patch BuildRequires: perl-interpreter python2 python2-rpm-macros zip xmlto BuildRequires: zlib-devel SDL-devel pkgconfig autoconf automake gcc make -Requires: %{name}-help = %{version} +Recommends: %{name}-help = %{version}-%{release} Provides: zziplib-utils Obsoletes: zziplib-utils @@ -87,6 +87,9 @@ export PYTHON=%__python2 %{_mandir}/man3/* %changelog +* Fri Nov 13 2020 shixuantong - 0.13.36-7 +- Change the installation dependency on the help package from requires to recommends + * Fri Nov 6 2020 shixuantong - 0.13.36-6 - Adding help package to the installation dependency of the main package -- Gitee