From 700a6db390c185eac01925ed6234d64349758121 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 4 Jan 2023 03:45:38 +0000 Subject: [PATCH] v4.0.0 --- sources | 2 +- tpm2-tss.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 401a306..945c411 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tpm2-tss-4.0.0-rc2.tar.gz) = ada93a437dea6a88a5f985211c55d78653f2a66024f9a6b78c9d234a469884eb3020fbe3bf9abe6284b08a67d0581bd12385d0a741764709a20034c65cba62f9 +SHA512 (tpm2-tss-4.0.0.tar.gz) = 1058aa74e2358bfb60a17b85291dc642d40b49bb076453810c5b2b0c37c72671c319d783c879f719ccbe7aaeb5f464e0144c6ee12d28242b477be5d579cb3f9c diff --git a/tpm2-tss.spec b/tpm2-tss.spec index ad24f5b..da02857 100644 --- a/tpm2-tss.spec +++ b/tpm2-tss.spec @@ -1,11 +1,11 @@ -%bcond_without rc +%bcond_with rc %if %{with rc} %global candidate rc2 %endif Name: tpm2-tss Version: 4.0.0 -Release: 0.1%{?candidate:.%{candidate}}%{?dist} +Release: 1%{?candidate:.%{candidate}}%{?dist} Summary: TPM2.0 Software Stack # The entire source code is under BSD except implementation.h and tpmb.h which @@ -134,6 +134,9 @@ use tpm2-tss. %changelog +* Wed Jan 04 2023 Peter Robinson - 4.0.0-1 +- Update to 4.0.0 + * Mon Dec 19 2022 Peter Robinson - 4.0.0-0.1.rc2 - Update to 4.0.0 RC2