3.2.0-rc1

This commit is contained in:
Peter Robinson 2022-02-14 20:07:19 +00:00
parent 3276e33ce3
commit f10cbf5419
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
SHA512 (tpm2-tss-3.2.0-rc0.tar.gz) = 9af7f51ce805d5c2025b70bb88c79332baaf82dd0afb0433c72e9f0af12cb244c64a67d582c4a8ccf41b0d819905c26c5b449fa0c841afc06764fc738612768f SHA512 (tpm2-tss-3.2.0-rc1.tar.gz) = 09f6ffb400a0eb484ee5fb6be8d1dce439e90c730c98974451fcdddb47e12e157efcbbd9d409c4b5ae1764f30adc4557ffa80645c98ebf0370ca3145e7605de8

View File

@ -1,11 +1,11 @@
%bcond_without rc %bcond_without rc
%if %{with rc} %if %{with rc}
%global candidate rc0 %global candidate rc1
%endif %endif
Name: tpm2-tss Name: tpm2-tss
Version: 3.2.0 Version: 3.2.0
Release: 0.3%{?candidate:.%{candidate}}%{?dist} Release: 0.4%{?candidate:.%{candidate}}%{?dist}
Summary: TPM2.0 Software Stack Summary: TPM2.0 Software Stack
# The entire source code is under BSD except implementation.h and tpmb.h which # The entire source code is under BSD except implementation.h and tpmb.h which
@ -134,6 +134,9 @@ use tpm2-tss.
%changelog %changelog
* Mon Feb 14 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.0-0.4.rc1
- Update to 3.2.0-rc1
* Tue Feb 08 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.0-0.3.rc0 * Tue Feb 08 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.0-0.3.rc0
- Add conditionals for RC builds - Add conditionals for RC builds