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