diff --git a/libevent.spec b/libevent.spec index 2f13967..4bc85b3 100644 --- a/libevent.spec +++ b/libevent.spec @@ -2,7 +2,7 @@ Name: libevent Version: 2.1.12 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Abstract asynchronous event notification library # arc4random.c, which is used in build, is ISC. The rest is BSD-3-Clause. @@ -149,6 +149,10 @@ mkdir -p $RPM_BUILD_ROOT/%{develdocdir}/sample %doc %{develdocdir}/ %changelog +* Tue Oct 29 2024 Troy Dawson - 2.1.12-16 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Tue Aug 13 2024 Pavol Žáčik - 2.1.12-15 - Patch duplicate file descriptor manipulation - Resolves: RHEL-35256