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:
parent
3fd6880c95
commit
9f12f136dc
@ -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>
|
||||
|
||||
|
4
afl.spec
4
afl.spec
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user