diff --git a/tpm2.0-tools.changes b/tpm2.0-tools.changes index 093a6d4..c3e5c62 100644 --- a/tpm2.0-tools.changes +++ b/tpm2.0-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 7 12:50:22 UTC 2021 - Dominique Leuenberger + +- Do not BuildRequire pandoc on ix86 architectures: the haskell + stack is not supported on intel 32bit archs. + ------------------------------------------------------------------- Fri May 28 10:24:21 UTC 2021 - Matthias Gerstner diff --git a/tpm2.0-tools.spec b/tpm2.0-tools.spec index 2dbfa60..14fcfa0 100644 --- a/tpm2.0-tools.spec +++ b/tpm2.0-tools.spec @@ -34,6 +34,7 @@ BuildRequires: libopenssl-devel BuildRequires: libtool BuildRequires: libuuid-devel %if 0%{?is_opensuse} +%ifnarch %{ix86} # releases prior to 3.0.4 required pandoc for building the man pages. On SLE # we don't have pandoc and it requires a complete haskell stack so adding it # is out of the question just for man pages. @@ -48,6 +49,7 @@ BuildRequires: libuuid-devel # need to install them explicitly. BuildRequires: pandoc %endif +%endif BuildRequires: pkgconfig BuildRequires: tpm2-0-tss-devel BuildRequires: tpm2.0-abrmd-devel