From ad28d898c8943e61ed67a6033ea6f1d821a10122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=A3=8B=E5=BE=B7?= Date: Thu, 9 Feb 2023 08:43:22 +0000 Subject: [PATCH] update libevent.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈棋德 --- libevent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libevent.spec b/libevent.spec index 62f60cb..8a99c15 100644 --- a/libevent.spec +++ b/libevent.spec @@ -7,7 +7,7 @@ License: BSD URL: http://libevent.org/ Source0: https://github.com/libevent/libevent/releases/download/release-%{version}-stable/libevent-%{version}-stable.tar.gz -BuildRequires: gcc doxygen openssl-devel +BuildRequires: gcc doxygen compat-openssl11-devel Patch0: libevent-nonettests.patch Patch1: http-add-callback-to-allow-server-to-decline-and-the.patch @@ -75,6 +75,9 @@ rm -f %{buildroot}%{_libdir}/*.la %changelog +* Wed Feb 8 2023 dillon chen - 2.1.12-7 +- upstream still openssl 1.x so compat-openssl11 + * Fri Jun 24 2022 dillon chen - 2.1.12-6 - add patch3 -- Gitee