add BuildRequires: libgcrypt-devel gdb

This commit is contained in:
guoxiaoqi 2020-03-19 20:07:14 +08:00
parent 280f9e8482
commit 86abd9ea16

View File

@ -1,6 +1,6 @@
Name: tpm2-tools Name: tpm2-tools
Version: 3.1.1 Version: 3.1.1
Release: 6 Release: 7
Summary: A TPM2.0 testing tool based on TPM2.0-TSS Summary: A TPM2.0 testing tool based on TPM2.0-TSS
License: BSD License: BSD
URL: https://github.com/tpm2-software/tpm2-tools URL: https://github.com/tpm2-software/tpm2-tools
@ -10,6 +10,7 @@ Patch1: Revert-objectattrs-clear-before-or-ing-in-values.patch
BuildRequires: gcc-c++ libtool autoconf-archive pkgconfig(cmocka) pkgconfig(libcurl) pkgconfig(openssl) BuildRequires: gcc-c++ libtool autoconf-archive pkgconfig(cmocka) pkgconfig(libcurl) pkgconfig(openssl)
BuildRequires: pkgconfig(tss2-mu) pkgconfig(tss2-sys) pkgconfig(tss2-esys) git libgcrypt BuildRequires: pkgconfig(tss2-mu) pkgconfig(tss2-sys) pkgconfig(tss2-esys) git libgcrypt
BuildRequires: libgcrypt-devel gdb
Requires: tpm2-tss >= 2.0.0-2 Requires: tpm2-tss >= 2.0.0-2
Obsoletes: tpm2-tools <= 2.1.1-2 Obsoletes: tpm2-tools <= 2.1.1-2
@ -54,6 +55,9 @@ make check
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Thu Mar 19 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.1.1-7
- add BuildRequires: libgcrypt-devel gdb
* Wed Jan 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.1.1-6 * Wed Jan 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.1.1-6
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA