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:
parent
c22b931773
commit
ed6f21a992
@ -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 <javierm@redhat.com> - 3.0.3-3
|
||||
- Remove ExclusiveArch: x86_64 directive
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user