diff --git a/jitterentropy.spec b/jitterentropy.spec index bef4746..1458a60 100644 --- a/jitterentropy.spec +++ b/jitterentropy.spec @@ -1,7 +1,7 @@ %global libjit_soversion 3 Name: jitterentropy Version: 3.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library implementing the jitter entropy source License: BSD-3-Clause OR GPL-2.0-only @@ -46,6 +46,10 @@ mkdir -p %{buildroot}/usr/include/ %{_mandir}/man3/* %changelog +* Tue Oct 29 2024 Troy Dawson - 3.6.0-2 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Fri Oct 25 2024 Vladis Dronov - 3.6.0-1 - Update to the upstream v3.6.0 @ 11829386 (RHEL-64946)