update libevent.spec.

Signed-off-by: 陈棋德 <dillon.chen@gmail.com>
(cherry picked from commit 1f5ae0e19fa47278a07b04a530bc2566e18e4ff3)
This commit is contained in:
陈棋德 2023-02-16 01:52:36 +00:00 committed by openeuler-sync-bot
parent 182483f03f
commit a8b669b777

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