Accepting request 204115 from devel:tools:compiler

- Fix file list for %arm (forwarded request 203697 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/204115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=54
This commit is contained in:
Tomáš Chvátal 2013-10-21 13:12:21 +00:00 committed by Git OBS Bridge
commit 59244f258e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 17 10:23:32 UTC 2013 - schwab@suse.de
- Fix file list for %arm
-------------------------------------------------------------------
Wed Oct 9 11:16:08 UTC 2013 - dmueller@suse.com

View File

@ -466,7 +466,7 @@ rm -rf %{buildroot}/usr/share/llvm/cmake
%{_libdir}/bfd-plugins/
%endif
%{_libdir}/clang
%ifnarch aarch64 ppc64 s390 s390x
%ifnarch %arm aarch64 ppc64 s390 s390x
%{_libdir}/clang/%{_release_version}/lib/linux/
%endif