The package rpms/restool.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/restool.git/commit/?id=072ac30c70f6b....
Change: +ExclusiveArch: aarch64
Thanks.
Full change: ============
commit 072ac30c70f6baffd0266d0b299bf624931ccc1c Author: Peter Robinson pbrobinson@gmail.com Date: Sun Aug 29 09:44:54 2021 +0100
initial import
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8e3ab06 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/restool-*.tar.xz diff --git a/restool.spec b/restool.spec new file mode 100644 index 0000000..79c80d0 --- /dev/null +++ b/restool.spec @@ -0,0 +1,48 @@ +# The labled version is different to the tag and we need specific feature +# branch for the NXP LX2160A functionality +# https://source.codeaurora.org/external/qoriq/qoriq-components/restool +# branch integration +# git archive --format=tar --prefix=restool-2.3.0/ 8fd3a6b | xz > restool-2.3.0.tar.xz + +Name: restool +Version: 2.3.0 +Release: 1%{?dist} +Summary: A tool to create and manage the DPAA2 Management Complex (MC) +License: BSD or GPLv2+ +URL: https://source.codeaurora.org/external/qoriq/qoriq-components/restool +Source: %{name}-%{version}.tar.xz + +# HW specific to NXP Layerscape arm SoCs with DPAA2 +ExclusiveArch: aarch64 +BuildRequires: gcc +BuildRequires: make +BuildRequires: pandoc + +%description +restool is a user space application providing the ability to dynamically +create and manage DPAA2 containers and objects from Linux. + +restool interacts with the DPAA2 Management Complex (MC). It uses an ioctl to +send MC commands, and thus requires a Linux kernel driver providing the needed +ioctl support. + +%prep +%autosetup -p1 + +%build +# the maybe-uninitialized has been reported to upstream +%{make_build} EXTRA_CFLAGS="%{build_cflags} -Wno-error=maybe-uninitialized" LDFLAGS="%{build_ldflags}" + +%install +%{make_install} prefix=%{_usr} + +%files +%license COPYING +%{_bindir}/restool +%{_bindir}/ls-* +%{_datadir}/bash-completion/completions/restool +%{_mandir}/man1/restool* + +%changelog +* Wed Jul 28 2021 Peter Robinson pbrobinson@fedoraproject.org - 2.3.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..d70be0e --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (restool-2.3.0.tar.xz) = ab538bdc5e71616b1d028d6ad576fef80b53effdb31e5f1c681c6b1179bbd8ccb3aafbe634201f71fcc41c85614586549b1fe587cc8396cda252a8af1b0b73cd
arch-excludes@lists.fedoraproject.org