From 24e9c487aa45b993355d44a90a2cdde98787430c Mon Sep 17 00:00:00 2001 From: lvfei Date: Wed, 21 Sep 2022 03:21:28 -0400 Subject: [PATCH] remove require tpm2-tools-help --- tpm2-tools.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tpm2-tools.spec b/tpm2-tools.spec index 87e76a1..6060443 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 -- Gitee