From 23c5e27e3963d1c0acbbb932f2275ea1419072cb Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Wed, 21 Feb 2018 15:33:21 +0100 Subject: [PATCH] Don't restrict build to x86 arches The package has an ExclusiveArch: %{ix86} x86_64 directive, but there isn't anything x86 specific and can be built on all the architectures. Signed-off-by: Javier Martinez Canillas --- tpm2-abrmd.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tpm2-abrmd.spec b/tpm2-abrmd.spec index a40cfc1..fad474a 100644 --- a/tpm2-abrmd.spec +++ b/tpm2-abrmd.spec @@ -1,6 +1,6 @@ Name: tpm2-abrmd Version: 1.1.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A system daemon implementing TPM2 Access Broker and Resource Manager License: BSD @@ -22,10 +22,6 @@ BuildRequires: pkgconfig(tcti-socket) # tpm2-abrmd depends on tpm2-tss-devel for sapi/tcti-device/tcti-socket libs BuildRequires: tpm2-tss-devel >= 1.1.0-1%{?dist} -# this package does not support big endian arch so far, -# and has been verified only on Intel platforms. -ExclusiveArch: %{ix86} x86_64 - %description tpm2-abrmd is a system daemon implementing the TPM2 access broker (TAB) and Resource Manager (RM) spec from the TCG. @@ -94,6 +90,9 @@ required to build applications that use tpm2-abrmd. %systemd_postun tpm2-abrmd.service %changelog +* Wed Feb 21 2018 Javier Martinez Canillas - 1.1.0-11 +- Remove ExclusiveArch: x86_64 directive + * Thu Feb 15 2018 Javier Martinez Canillas - 1.1.0-10 - Remove %{_isa} from BuildRequires (RHBZ#1545210)