!36 [sync] PR-35: disable make check

From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2023-02-16 07:52:48 +00:00 committed by Gitee
commit a0bb621b8f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libevent
Version: 2.1.12
Release: 6
Release: 7
Summary: An event notification library
License: BSD
@ -44,7 +44,10 @@ with %{name}.
rm -f %{buildroot}%{_libdir}/*.la
%check
%make_build check
# Test fail due to nameserver not running locally
# [error msg] Nameserver 127.0.0.1:38762 has failed: request timed out
# On some architects this error is ignored on others it is not
##%make_build check
%ldconfig_scriptlets
@ -75,6 +78,9 @@ rm -f %{buildroot}%{_libdir}/*.la
%changelog
* Thu Feb 16 2023 dillon chen <dillon.chen@gmail.com> - 2.1.12-7
- close make check
* Fri Jun 24 2022 dillon chen <dillon.chen@gmail.com> - 2.1.12-6
- add patch3