diff --git a/libuv.spec b/libuv.spec index 48713c0d7403142ad1774cb98106ad3d0b62be5d..2f7a28b65c14e50a37cca2b20c81d8674b6d71d8 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 @@ -22,7 +22,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 @@ -43,8 +43,9 @@ Development libraries for libuv %make_install %delete_la -%check %ldconfig_scriptlets + +%check make check %files @@ -63,6 +64,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 + * Sat Jan 7 2023 caofei - 1:1.42.0-4 - fix typo in test-tty-escape-sequence-processing.c