diff --git a/tpm2-tools.spec b/tpm2-tools.spec index 317722d..9634667 100644 --- a/tpm2-tools.spec +++ b/tpm2-tools.spec @@ -1,6 +1,6 @@ Name: tpm2-tools Version: 3.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A TPM2.0 testing tool build upon TPM2.0-TSS License: BSD @@ -20,10 +20,6 @@ BuildRequires: pkgconfig(tcti-device) BuildRequires: pkgconfig(tcti-socket) BuildRequires: pkgconfig(tcti-tabrmd) -# this package does not support big endian arch so far, -# and has been verified only on Intel platforms. -ExclusiveArch: %{ix86} x86_64 - # tpm2-tools is heavily depending on TPM2.0-TSS project, matched tss is required Requires: tpm2-tss%{?_isa} >= 1.3.0-1%{?dist} @@ -50,6 +46,9 @@ tpm2-tools is a batch of testing tools for tpm2.0. It is based on tpm2-tss. %{_mandir}/man1/tpm2_*.1.gz %changelog +* Wed Feb 21 2018 Javier Martinez Canillas - 3.0.3-3 +- Remove ExclusiveArch: x86_64 directive + * Fri Feb 09 2018 Fedora Release Engineering - 3.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild