diff --git a/tpm2-tools.spec b/tpm2-tools.spec index 60a31f9..02956d2 100644 --- a/tpm2-tools.spec +++ b/tpm2-tools.spec @@ -2,7 +2,7 @@ Name: tpm2-tools Version: 5.0 -Release: 4%{?candidate:.%{candidate}}%{?dist} +Release: 5%{?candidate:.%{candidate}}%{?dist} Summary: A bunch of TPM testing toolS build upon tpm2-tss License: BSD @@ -13,7 +13,6 @@ BuildRequires: make BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: autoconf-archive -BuildRequires: pandoc BuildRequires: pkgconfig(cmocka) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(openssl) @@ -58,6 +57,9 @@ tpm2-tools is a batch of tools for tpm2.0. It is based on tpm2-tss. %{_mandir}/man1/tss2_*.1.gz %changelog +* Mon May 24 2021 Jerry Snitselaar - 5.0-5 +- Remove pandoc dependency. Related: rhbz#1943528 + * Wed May 19 2021 Jerry Snitselaar - 5.0-4 - Work around for openssl 3.0 update. Related: rhbz#1958029