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 <javierm@redhat.com>
This commit is contained in:
Javier Martinez Canillas 2018-02-21 15:33:21 +01:00
parent 298beb376b
commit 23c5e27e39
No known key found for this signature in database
GPG Key ID: C751E590D63F3D69

View File

@ -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 <javierm@redhat.com> - 1.1.0-11
- Remove ExclusiveArch: x86_64 directive
* Thu Feb 15 2018 Javier Martinez Canillas <javierm@redhat.com> - 1.1.0-10
- Remove %{_isa} from BuildRequires (RHBZ#1545210)