From f625f9fc9ff24ccd40fe8512e7c8bc1ef675b28f Mon Sep 17 00:00:00 2001 From: hubin Date: Wed, 14 Sep 2022 17:40:17 +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 8cd6e00..40dd7a8 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: 32 +Release: 33 License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz @@ -131,7 +131,6 @@ BuildRequires: zlib-devel BuildRequires: pkgconfig BuildRequires: xz-devel BuildRequires: libtool -Recommends: libxml2-help = %{version}-%{release} URL: http://xmlsoft.org/ %description @@ -315,6 +314,9 @@ rm -fr %{buildroot} %changelog +* Wed Sep 14 2022 hubin - 2.9.10-33 +- remove recommend in spec + * Tue Sep 13 2022 fuanan - 2.9.10-32 - Fix Obsoletes in spec -- Gitee