Accepting request 156763 from X11:XOrg

- disable valgrind support for aarch64 (forwarded request 156730 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/156763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=76
This commit is contained in:
Stephan Kulow 2013-03-01 06:24:15 +00:00 committed by Git OBS Bridge
commit 9323679936
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