From 58c8b18d5e77b60542c80c56ba26920965128cf6 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Tue, 13 Sep 2022 09:20:22 +0800 Subject: [PATCH] Fix Obsoletes in spec --- libxml2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libxml2.spec b/libxml2.spec index 9622277..e1e5a67 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: 29 +Release: 30 License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz @@ -153,7 +153,7 @@ Requires: libxml2 = %{version}-%{release} Requires: zlib-devel Requires: xz-devel Requires: pkgconfig -Obsoletes: %{name}-static +Obsoletes: %{name}-static < %{version}-%{release} Provides: %{name}-static %description devel @@ -316,6 +316,9 @@ rm -fr %{buildroot} %changelog +* Tue Sep 13 2022 fuanan - 2.9.10-30 +- Fix Obsoletes in spec + * Mon Aug 08 2022 fuanan - 2.9.10-29 - Type:CVE - CVE:CVE-2016-3709 -- Gitee