Accepting request 898108 from home:dimstar:Factory

- Do not BuildRequire pandoc on ix86 architectures: the haskell
  stack is not supported on intel 32bit archs.

OBS-URL: https://build.opensuse.org/request/show/898108
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-tools?expand=0&rev=72
This commit is contained in:
Marcus Meissner 2021-06-14 08:57:05 +00:00 committed by Git OBS Bridge
parent b000df49d3
commit 3d2db2a128
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 7 12:50:22 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <matthias.gerstner@suse.com>

View File

@ -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