Accepting request 70449 from home:StefanBruens:branches:devel:tools

- revert removal for gcc-32bit requirement, breaks valgrinding
  32bit code on 64bit archs

  This has been removed 2010/Oct/21. The missing dependency is
  detected by configure ("checking for 32 bit build support... no")
  but this is not fatal when only running 64bit on 64bit archs.

OBS-URL: https://build.opensuse.org/request/show/70449
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=27
This commit is contained in:
Dirk Mueller 2011-05-20 20:11:09 +00:00 committed by Git OBS Bridge
parent e34f56de3c
commit 10058aafd5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 17 11:46:04 UTC 2011 - stefan.bruens@rwth-aachen.de
- revert removal for gcc-32bit requirement, breaks valgrinding
32bit code on 64bit archs
-------------------------------------------------------------------
Mon Apr 11 13:11:43 CEST 2011 - dmueller@suse.de

View File

@ -20,7 +20,7 @@
Name: valgrind
BuildRequires: docbook-xsl-stylesheets docbook_4 gcc-c++ glibc-devel-32bit libxslt xorg-x11-devel
%ifarch x86_64 ppc64
BuildRequires: glibc-devel-32bit
BuildRequires: glibc-devel-32bit gcc-32bit
%endif
Url: http://valgrind.org/
License: GPLv2+