From c9d00e979ba2061a08dd9e259cf448cfe1dccbb2 Mon Sep 17 00:00:00 2001 From: sxt1001 Date: Mon, 24 Apr 2023 11:27:28 +0800 Subject: [PATCH] fix Obsoletes in spec and remove ldconfig_scriptlets from check --- libuv.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libuv.spec b/libuv.spec index f8aad59..629b108 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,7 +1,7 @@ Name: libuv Epoch: 1 Version: 1.42.0 -Release: 4 +Release: 5 Summary: A multi-platform support library with a focus on asynchronous I/O # from README.md @@ -21,7 +21,7 @@ Julia, pyuv, and others. %package devel Summary: Development libraries for libuv Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} -Obsoletes: %{name}-static +Obsoletes: %{name}-static < %{version}-%{release} Provides: %{name}-static %description devel @@ -41,8 +41,9 @@ Development libraries for libuv %make_install %delete_la -%check %ldconfig_scriptlets + +%check make check %files @@ -61,6 +62,9 @@ make check %doc ChangeLog %changelog +* Mon Apr 24 2023 shixuantong - 1:1.42.0-5 +- fix Obsoletes in spec and remove ldconfig_scriptlets from check + * Thu Dec 15 2022 shixuantong - 1:1.42.0-4 - add make to buildrequires -- Gitee