SHA256
1
0
forked from pool/afl

Accepting request 884046 from home:Guillaume_G:branches:openSUSE:Factory:ARM

- Fix packaging for aarch64 and %arm

OBS-URL: https://build.opensuse.org/request/show/884046
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=136
This commit is contained in:
Marcus Meissner 2021-04-09 14:34:50 +00:00 committed by Git OBS Bridge
parent 3fd6880c95
commit 9f12f136dc
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 9 12:25:49 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix packaging for aarch64 and %arm
-------------------------------------------------------------------
Sat Apr 3 23:31:18 UTC 2021 - Niklas Haas <obs@haasn.xyz>

View File

@ -83,11 +83,15 @@ chmod -x %{buildroot}/%{_libexecdir}/%{name}/*.o
%ifarch %ix86 %{arm}
%{_libexecdir}/%{name}/afl-compiler-rt-32.o
%{_libexecdir}/%{name}/afl-llvm-rt-32.o
%endif
%ifarch %ix86 aarch64
%{_libexecdir}/%{name}/afl-llvm-rt-lto-32.o
%endif
%{_libexecdir}/%{name}/afl-compiler-rt.o
%{_libexecdir}/%{name}/afl-llvm-rt.o
%ifnarch %{arm}
%{_libexecdir}/%{name}/afl-llvm-rt-lto.o
%endif
%{_libexecdir}/%{name}/dynamic_list.txt
%{_libexecdir}/%{name}/*.so
%dir %{_datadir}/%{name}