From b10135edc879cd2f67c5173594ff36507d0d932e Mon Sep 17 00:00:00 2001 From: openeuler_eason Date: Wed, 22 Jan 2020 12:33:57 +0800 Subject: [PATCH] tpm2-tools: add BuildRequires --- tpm2-tools.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tpm2-tools.spec b/tpm2-tools.spec index d95b611..71a6ef8 100644 --- a/tpm2-tools.spec +++ b/tpm2-tools.spec @@ -1,6 +1,6 @@ Name: tpm2-tools Version: 3.1.1 -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 @@ -9,7 +9,7 @@ Source0: https://github.com/tpm2-software/tpm2-tools/releases/download/%{v Patch1: Revert-objectattrs-clear-before-or-ing-in-values.patch BuildRequires: gcc-c++ libtool autoconf-archive pkgconfig(cmocka) pkgconfig(libcurl) pkgconfig(openssl) -BuildRequires: pkgconfig(tss2-mu) pkgconfig(tss2-sys) pkgconfig(tss2-esys) git +BuildRequires: pkgconfig(tss2-mu) pkgconfig(tss2-sys) pkgconfig(tss2-esys) git libgcrypt Requires: tpm2-tss >= 2.0.0-2 Obsoletes: tpm2-tools <= 2.1.1-2 @@ -54,6 +54,12 @@ make check %{_mandir}/*/* %changelog +* Wed Jan 22 2020 openEuler Buildteam - 3.1.1-6 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: add BuildRequires + * Tue Sep 24 2019 openEuler Buildteam - 3.1.1-5 - Type:enhancement - ID:NA -- Gitee