From 85b897b225b24e701fc948eac2ac186333d07bf8 Mon Sep 17 00:00:00 2001 From: Jerry Snitselaar Date: Mon, 24 May 2021 16:28:33 -0700 Subject: [PATCH] tpm2-tools: Remove pandoc dependency The gzip pulled down from github contains the manpages already built so just remove the BuildRequires: pandoc. Verified no diff between manpages in pandoc enabled build and build without. Related: rhbz#1943528 Signed-off-by: Jerry Snitselaar --- tpm2-tools.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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