forked from pool/tpm2.0-tools
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:
parent
b000df49d3
commit
3d2db2a128
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user