From 98ff0e321cb541437b0ff1ee7b9690d549a91001 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 4 Oct 2023 09:50:41 -0400 Subject: [PATCH] Bump release to rebuild for ELN issue https://github.com/fedora-eln/eln/issues/125 Signed-off-by: Stephen Gallagher --- liboqs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/liboqs.spec b/liboqs.spec index 752677c..9047d0a 100644 --- a/liboqs.spec +++ b/liboqs.spec @@ -1,7 +1,7 @@ %global oqs_version 0.8.0 Name: liboqs Version: %{oqs_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: liboqs is an open source C library for quantum-safe cryptographic algorithms. #liboqs uses MIT license by itself but includes several files licensed under different terms. @@ -97,6 +97,10 @@ done #%doc %%{_datadir}/doc/oqs/xml/* %changelog +* Wed Oct 04 2023 Stephen Gallagher - 0.8.0-4 +- Bump release to rebuild for ELN issue +- https://github.com/fedora-eln/eln/issues/125 + * Wed Jul 26 2023 Dmitry Belyavskiy - 0.8.0-3 - The exception we get covers avx2 implementation, no need to remove it