Accepting request 484798 from home:fcrozat:branches:devel:libraries:c_c++

- Don't BuildRequires libunwind-devel on s390*, it doesn't exist
  there.

OBS-URL: https://build.opensuse.org/request/show/484798
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gperftools?expand=0&rev=36
This commit is contained in:
Marcus Meissner 2017-04-04 11:45:28 +00:00 committed by Git OBS Bridge
parent e706f61966
commit 61c9d3f748
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 31 15:23:59 UTC 2017 - fcrozat@suse.com
- Don't BuildRequires libunwind-devel on s390*, it doesn't exist
there.
-------------------------------------------------------------------
Tue Aug 2 08:45:28 UTC 2016 - jslaby@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package gperftools
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -30,7 +30,9 @@ BuildRequires: autoconf >= 2.59
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
%ifnarch s390x s390
BuildRequires: libunwind-devel
%endif
BuildRequires: pkg-config
BuildRequires: valgrind-devel
Provides: google-perftools