Accepting request 884083 from devel:tools
- Fix packaging for aarch64 and %arm (forwarded request 884046 from Guillaume_G) OBS-URL: https://build.opensuse.org/request/show/884083 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=61
This commit is contained in:
commit
1a8a0dda25
@ -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…
x
Reference in New Issue
Block a user