From 6649066af0e6cf8b3d0c98fb79b41c5150292f4c Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 12 Oct 2021 14:45:10 +0200 Subject: [PATCH] libgcrypt-1.9.3-5 Related: rhbz#1990059 --- libgcrypt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libgcrypt.spec b/libgcrypt.spec index 7e52521..a4bf452 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -1,6 +1,6 @@ Name: libgcrypt Version: 1.9.3 -Release: 4%{?dist} +Release: 5%{?dist} URL: https://www.gnupg.org/ Source0: libgcrypt-%{version}-hobbled.tar.xz # The original libgcrypt sources now contain potentially patented ECC @@ -213,6 +213,9 @@ install -m644 %{SOURCE7} $RPM_BUILD_ROOT/etc/gcrypt/random.conf %license COPYING %changelog +* Tue Oct 12 2021 Jakub Jelen - 1.9.3-5 +- Allow HW optimizations in FIPS mode (#1990059) + * Mon Aug 09 2021 Mohan Boddu - 1.9.3-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688