From 261478dfc8bfb46596abec15141038b7596886d0 Mon Sep 17 00:00:00 2001 From: markeryang Date: Wed, 31 Aug 2022 16:53:44 +0800 Subject: [PATCH] delete Recommends in spec file (cherry picked from commit 0a83f3803a44af12b94b6b15c87bce051bfe9628) --- libtdb.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libtdb.spec b/libtdb.spec index 32dfbdf..0f59279 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -1,6 +1,6 @@ Name: libtdb Version: 1.4.2 -Release: 6 +Release: 7 Summary: The Tdb library License: LGPLv3+ URL: http://tdb.samba.org/ @@ -8,7 +8,6 @@ Source: http://samba.org/ftp/tdb/tdb-%{version}.tar.gz BuildRequires: gcc libxslt docbook-style-xsl BuildRequires: python3-devel -Recommends: %{name}-help = %{version}-%{release} Provides: bundled(libreplace) Obsoletes: python2-tdb < 1.4.2-1 Obsoletes: python2-samba @@ -90,6 +89,9 @@ make %{?_smp_mflags} check %ldconfig_scriptlets %changelog +* Wed Aug 31 2022 yanglongkang - 1.4.2-7 +- delete Recommends in spec file + * Tue May 10 2022 mylee - 1.4.2-6 - fix spec changelog date -- Gitee