The package rpms/tlpi.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/tlpi.git/commit/?id=3b3d2b4e834f84cb....
Change: +%ifnarch x86_64 aarch64
Thanks.
Full change: ============
commit 3b3d2b4e834f84cbcadb14b77b6b35499a14ffe3 Author: Göran Uddeborg goeran@uddeborg.se Date: Mon Dec 30 23:21:39 2024 +0100
seccomp_*_open programs only build on x86_64 and aarch64
diff --git a/tlpi.spec b/tlpi.spec index f031b46..ba4e3ab 100644 --- a/tlpi.spec +++ b/tlpi.spec @@ -88,6 +88,10 @@ This package contains the license files from tlpi packages.
%prep %autosetup -p 0 -n tlpi-dist +# seccomp_control/deny_open only builds on x86_64 and aarch64 +%ifnarch x86_64 aarch64 +sed --in-place /seccomp_control_open/d seccomp/Makefile +%endif
%build
arch-excludes@lists.fedoraproject.org