diff --git a/tpm2-tss.spec b/tpm2-tss.spec index fa8bdfe..6462949 100644 --- a/tpm2-tss.spec +++ b/tpm2-tss.spec @@ -1,6 +1,6 @@ Name: tpm2-tss Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: TPM2.0 Software Stack # The entire source code is under BSD except implementation.h and tpmb.h which @@ -15,10 +15,6 @@ BuildRequires: autoconf-archive BuildRequires: libtool BuildRequires: pkgconfig -# this package does not support big endian arch so far, -# and has been verified only on Intel platforms. -ExclusiveArch: %{ix86} x86_64 - %description tpm2-tss is a software stack supporting Trusted Platform Module(TPM) 2.0 system APIs. It sits between TPM driver and applications, providing TPM2.0 specified @@ -67,6 +63,9 @@ use tpm2-tss. %postun -p /sbin/ldconfig %changelog +* Wed Feb 21 2018 Javier Martinez Canillas - 1.3.0-3 +- Remove ExclusiveArch: %{ix86} x86_64 directive + * Fri Feb 09 2018 Igor Gnatenko - 1.3.0-2 - Escape macros in %%changelog