diff --git a/tpm2-tools.spec b/tpm2-tools.spec index 87e76a165dacf14f95b7dbd450a9ce142064159f..6060443dd07d591ff0e3076ccb5d86d885dc26ef 100644 --- a/tpm2-tools.spec +++ b/tpm2-tools.spec @@ -1,6 +1,6 @@ Name: tpm2-tools Version: 5.0 -Release: 5 +Release: 6 Summary: A TPM2.0 testing tool based on TPM2.0-TSS License: BSD URL: https://github.com/tpm2-software/tpm2-tools @@ -13,7 +13,6 @@ BuildRequires: gcc-c++ libtool autoconf-archive pkgconfig(cmocka) pkgconfig(libc BuildRequires: pkgconfig(tss2-mu) pkgconfig(tss2-sys) pkgconfig(tss2-esys) pkgconfig(uuid) libgcrypt BuildRequires: libgcrypt-devel Requires: tpm2-tss >= 2.3.1 -Requires: tpm2-tools-help = %{version}-%{release} Obsoletes: tpm2-tools <= 2.1.1-2 %description @@ -59,6 +58,12 @@ make check %{_mandir}/*/* %changelog +* Wed Sep 21 2022 lvfei - 5.0-6 +- Type:bugfix +- CVE: +- SUG:NA +- DESC: remove require tpm2-tools-help version + * Mon Sep 27 2021 fuanan - 5.0-5 - fix CVE-2021-3565