From 9b0a7bb75991b149b41a31294a9a03e2df2c255c Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Fri, 6 Nov 2020 16:02:35 +0800 Subject: [PATCH] add libxml2-help requires --- libxml2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libxml2.spec b/libxml2.spec index de8e733..5c338ec 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: 7 +Release: 8 License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz @@ -42,6 +42,7 @@ BuildRequires: zlib-devel BuildRequires: pkgconfig BuildRequires: xz-devel BuildRequires: libtool +Requires: libxml2-help URL: http://xmlsoft.org/ %description @@ -225,6 +226,9 @@ rm -fr %{buildroot} %changelog +* Fri Nov 6 2020 panxiaohe - 2.9.10-8 +- add libxml2-help requires + * Thu Oct 15 2020 yangzhuangzhuang - 2.9.10-7 - Fix CVE-2020-24977 -- Gitee