From 55a2afa93470f21dc34d0a02ab811af0416f3d01 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 09:06:23 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- oqsprovider.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/oqsprovider.spec b/oqsprovider.spec index 467711c..bca68bb 100644 --- a/oqsprovider.spec +++ b/oqsprovider.spec @@ -1,7 +1,7 @@ %global oqs_version 0.5.3 Name: oqsprovider Version: %{oqs_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: oqsprovider is an OpenSSL provider for quantum-safe algorithms based on liboqs License: Apache-2.0 AND MIT @@ -46,6 +46,9 @@ install %{_vpath_builddir}/lib/oqsprovider.so $RPM_BUILD_ROOT/%{_libdir}/ossl-mo %{_libdir}/ossl-modules/oqsprovider.so %changelog +* Mon Jun 24 2024 Troy Dawson - 0.5.3-4 +- Bump release for June 2024 mass rebuild + * Thu Mar 21 2024 Dmitry Belyavskiy - 0.5.3-3 - add gating.yaml Related: RHEL-25983