Generate the .hmac checksums unless --without fips is used
This commit is contained in:
parent
5b3470bb56
commit
cf301b748b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user