From 62923c44dba775a504f2fc9698ed686849e38577 Mon Sep 17 00:00:00 2001 From: hubin Date: Wed, 14 Sep 2022 17:38:45 +0800 Subject: [PATCH] remove recommend in spec Signed-off-by: hubin --- libxml2.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libxml2.spec b/libxml2.spec index e1e5a67..928c8d4 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 Version: 2.9.10 -Release: 30 +Release: 31 License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz @@ -132,7 +132,6 @@ BuildRequires: zlib-devel BuildRequires: pkgconfig BuildRequires: xz-devel BuildRequires: libtool -Recommends: libxml2-help = %{version}-%{release} URL: http://xmlsoft.org/ %description @@ -316,6 +315,9 @@ rm -fr %{buildroot} %changelog +* Wed Sep 14 2022 hubin - 2.9.10-31 +- remove recommend in spec + * Tue Sep 13 2022 fuanan - 2.9.10-30 - Fix Obsoletes in spec -- Gitee