From 61c9d3f748718942867530a6988155f8522201367d02e0dd02d5c78beaa5ba3a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 4 Apr 2017 11:45:28 +0000 Subject: [PATCH] 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 --- gperftools.changes | 6 ++++++ gperftools.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gperftools.changes b/gperftools.changes index 1db0bd1..886ab39 100644 --- a/gperftools.changes +++ b/gperftools.changes @@ -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 diff --git a/gperftools.spec b/gperftools.spec index 62c1138..9e53dc7 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -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