diff --git a/rust-ghash.spec b/rust-ghash.spec index 01678ae..9fcf4e9 100644 --- a/rust-ghash.spec +++ b/rust-ghash.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher # Upstream license specification: MIT OR Apache-2.0 @@ -98,5 +98,8 @@ which use "zeroize" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Sep 11 18:18:29 BST 2020 Peter Robinson - 0.3.0-1 - Initial package