From 5505ff055627a2c2c83a94313c9e08e6514026e6 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Tue, 13 Sep 2022 09:24:55 +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 d05672f..65bb755 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 Version: 2.9.14 -Release: 1 +Release: 2 License: MIT Group: Development/Libraries Source: https://download.gnome.org/sources/%{name}/2.9/%{name}-%{version}.tar.xz @@ -37,7 +37,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 @@ -165,6 +165,9 @@ rm -fr %{buildroot} %changelog +* Tue Sep 13 2022 fuanan - 2.9.14-2 +- Fix Obsoletes in spec + * Wed Jul 13 2022 fuanan - 2.9.14-1 - Type:enhancement - ID:NA -- Gitee