From cf301b748b53f899bcbbcd720119d9c275c87f1b Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 16 Oct 2018 16:59:32 +0200 Subject: [PATCH] Generate the .hmac checksums unless --without fips is used --- nettle.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/nettle.spec b/nettle.spec index ba1bfc9..5debc74 100644 --- a/nettle.spec +++ b/nettle.spec @@ -1,12 +1,8 @@ -%if 0%{?rhel} -%bcond_with fips -%else %bcond_without fips -%endif Name: nettle Version: 3.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A low-level cryptographic library License: LGPLv3+ or GPLv2+ @@ -112,6 +108,9 @@ make check %changelog +* Tue Oct 16 2018 Tomáš Mráz - 3.4-7 +- Generate the .hmac checksums unless --without fips is used + * Tue Oct 16 2018 Tomáš Mráz - 3.4-6 - Cover the gaps in annotation coverage for assembler sources