From 7498d61d64d186a88feaf2306475a65f75c3d823 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:38:04 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- jitterentropy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)