diff --git a/libtpms.spec b/libtpms.spec index 9530ed2..cbebe70 100644 --- a/libtpms.spec +++ b/libtpms.spec @@ -3,7 +3,7 @@ Name: libtpms Version: 0.7.2 -Release: 0.%{gitdate}git%{gitversion}%{?dist} +Release: 0.%{gitdate}git%{gitversion}%{?dist}.1 Summary: Library providing Trusted Platform Module (TPM) functionality License: BSD @@ -54,6 +54,9 @@ find %{buildroot} -type f -name '*.la' | xargs rm -f -- || : %{_mandir}/man3/* %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 0.7.2-0.20200527git7325acb477.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed May 27 2020 Stefan Berger - 0.7.2-0.20200527git7325acb477 - Following stable-0.7.0 branch for TPM 2 related fixes: RSA decryption, PSS salt length, symmetric decryption (padding)