Generate the .hmac checksums unless --without fips is used

This commit is contained in:
Tomas Mraz 2018-10-16 16:59:32 +02:00
parent 5b3470bb56
commit cf301b748b

View File

@ -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 <tmraz@redhat.com> - 3.4-7
- Generate the .hmac checksums unless --without fips is used
* Tue Oct 16 2018 Tomáš Mráz <tmraz@redhat.com> - 3.4-6
- Cover the gaps in annotation coverage for assembler sources