From aed484722522ca2bb3fee47d374571c324a0edb4 Mon Sep 17 00:00:00 2001 From: yangl777 <1525652683@qq.com> Date: Fri, 13 Nov 2020 14:49:47 +0800 Subject: [PATCH] modify requires to recommends --- libtdb.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libtdb.spec b/libtdb.spec index e8221b7..140bbe4 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -1,6 +1,6 @@ Name: libtdb Version: 1.4.2 -Release: 4 +Release: 5 Summary: The Tdb library License: LGPLv3+ URL: http://tdb.samba.org/ @@ -8,7 +8,7 @@ Source: http://samba.org/ftp/tdb/tdb-%{version}.tar.gz BuildRequires: gcc libxslt docbook-style-xsl BuildRequires: python3-devel -Requires: %{name}-help = %{version} +Recommends: %{name}-help = %{version}-%{release} Provides: bundled(libreplace) Obsoletes: python2-tdb < 1.4.2-1 Obsoletes: python2-samba @@ -90,6 +90,12 @@ make %{?_smp_mflags} check %ldconfig_scriptlets %changelog +* Fri Nov 13 2020 shangyibin - 1.4.2-5 +- Type:NA +- ID:NA +- SUG:NA +- DESC:Change the dependecy on the help package from requires to recommends. + * Fri Nov 6 2020 shangyibin - 1.4.2-4 - Type:NA - ID:NA