Accepting request 156730 from devel:ARM:AArch64:Factory

- disable valgrind support for aarch64

OBS-URL: https://build.opensuse.org/request/show/156730
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=131
This commit is contained in:
Stefan Dirsch 2013-02-27 20:51:16 +00:00 committed by Git OBS Bridge
parent f3f689960f
commit dfbb4eba1f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 27 16:40:51 UTC 2013 - dmueller@suse.com
- disable valgrind support for aarch64
-------------------------------------------------------------------
Tue Feb 5 16:50:49 UTC 2013 - tobias.johannes.klausmann@mni.thm.de

View File

@ -47,7 +47,7 @@ BuildRequires: libtool >= 2.2
BuildRequires: pkgconfig
BuildRequires: pkgconfig(pciaccess) >= 0.10
BuildRequires: pkgconfig(pthread-stubs)
%ifnarch armv5el armv5tel
%ifnarch armv5el armv5tel aarch64
BuildRequires: pkgconfig(valgrind)
%endif