fix Obsoletes in spec and remove ldconfig_scriptlets from check

(cherry picked from commit 66f3f5000643eb71af438eb7e5031785e4f105c9)
This commit is contained in:
sxt1001 2023-04-24 11:58:39 +08:00 committed by openeuler-sync-bot
parent 85ef3a02d2
commit 3f1c955f74

View File

@ -1,7 +1,7 @@
Name: libuv
Epoch: 1
Version: 1.42.0
Release: 6
Release: 7
Summary: A multi-platform support library with a focus on asynchronous I/O
# from README.md
@ -23,7 +23,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
@ -44,8 +44,9 @@ Development libraries for libuv
%make_install
%delete_la
%check
%ldconfig_scriptlets
%check
make check
%files
@ -64,6 +65,9 @@ make check
%doc ChangeLog
%changelog
* Mon Apr 24 2023 shixuantong <shixuantong1@huawei.com> - 1:1.42.0-7
- fix Obsoletes in spec and remove ldconfig_scriptlets from check
* Sat Jan 7 2023 caofei <caofei@xfusion.com> - 1:1.42.0-6
- fix typo in test-tty-escape-sequence-processing.c