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)