This commit is contained in:
Peter Robinson 2022-12-19 04:06:44 +00:00
parent 9608d38961
commit 065503c0be
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
SHA512 (tpm2-tss-3.2.0.tar.gz) = cabb411f074dfa94919ba914849aac77a0ac2f50622e28a1406cf575369148774748e0e2b7a7c566ec83561a96d4b883bac5a3b1763f4cf48668a0c5d68c0a23
SHA512 (tpm2-tss-3.2.1.tar.gz) = dbe5e29349d78621fcd608d9c75fa58f5e6462264b9654ca85af9f9faafebe1107d9f735a1b6ad4956a089b0dd96cbda3f46364cabd846f9fb29a419b074c78f

View File

@ -4,8 +4,8 @@
%endif
Name: tpm2-tss
Version: 3.2.0
Release: 3%{?candidate:.%{candidate}}%{?dist}
Version: 3.2.1
Release: 1%{?candidate:.%{candidate}}%{?dist}
Summary: TPM2.0 Software Stack
# The entire source code is under BSD except implementation.h and tpmb.h which
@ -131,6 +131,9 @@ use tpm2-tss.
%changelog
* Mon Dec 19 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.1-1
- Update to 3.2.1
* Wed Jul 27 2022 Luca BRUNO <lucab@lucabruno.net> - 3.2.0-3
- Align sysusers.d configuration to Fedora user/group allocation
Resolves: rhbz#2103683