From 024ac68ec4610352793c24d8423f92e25bef8853 Mon Sep 17 00:00:00 2001 From: songbuhuang <544824346@qq.com> Date: Mon, 1 Aug 2022 15:44:47 +0800 Subject: [PATCH] specify the version of the Obsoletes and Provides in the spec file Signed-off-by: songbuhuang <544824346@qq.com> --- libwebsockets.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libwebsockets.spec b/libwebsockets.spec index d3a8877..ad16fe0 100644 --- a/libwebsockets.spec +++ b/libwebsockets.spec @@ -1,6 +1,6 @@ Name: libwebsockets Version: 4.3.0 -Release: 4 +Release: 5 Summary: A lightweight C library for Websockets License: LGPLv2 and Public Domain and BSD and MIT and zlib URL: https://libwebsockets.org @@ -22,8 +22,8 @@ network protocols easily with a tiny footprint, using a nonblocking event loop. Summary: Headers for developing programs that will use %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Provides: %{name}-tests -Obsoletes: %{name}-tests +Provides: %{name}-tests = %{version}-%{release} +Obsoletes: %{name}-tests < %{version}-%{release} %description devel This package contains the header files needed for developing @@ -99,6 +99,12 @@ find %{buildroot} -name '*_static.pc' -exec rm -f {} ';' %doc changelog README.md READMEs/ %changelog +* Fri Aug 05 2022 huangsong - 4.3.0-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:specify the version of the Obsoletes and Provides in the spec file + * Thu May 05 2022 zhangxiaoyu - 4.3.0-4 - Type:bugfix - ID:NA -- Gitee