From a720af564d0eda2f2547bd7ac16c68bab282ecaabc8909217c0b5609ee9ec069 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 29 Mar 2021 12:32:54 +0000 Subject: [PATCH] Accepting request 881925 from home:Guillaume_G:branches:devel:tools - Fix packaging on aarch64 and %{arm} OBS-URL: https://build.opensuse.org/request/show/881925 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=132 --- afl.changes | 5 +++++ afl.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/afl.changes b/afl.changes index 3654786..90bd3d4 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 29 12:29:54 UTC 2021 - Guillaume GARDET + +- Fix packaging on aarch64 and %{arm} + ------------------------------------------------------------------- Wed Mar 24 16:30:39 UTC 2021 - Marcus Meissner diff --git a/afl.spec b/afl.spec index 464e8e4..578fb4d 100644 --- a/afl.spec +++ b/afl.spec @@ -71,11 +71,11 @@ make %{?_smp_mflags} PREFIX=%{_prefix} LIBEXEC_DIR=%{_libexecdir} DOC_DIR=%{_doc %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/%{name}-as %{_libexecdir}/%{name}/as -%ifarch x86_64 ppc64 ppc64le s390x +%ifarch x86_64 aarch64 ppc64 ppc64le s390x %{_libexecdir}/%{name}/afl-compiler-rt-64.o %{_libexecdir}/%{name}/afl-llvm-rt-64.o %endif -%ifarch %ix86 +%ifarch %ix86 %{arm} %{_libexecdir}/%{name}/afl-compiler-rt-32.o %{_libexecdir}/%{name}/afl-llvm-rt-32.o %endif