Accepting request 727112 from devel:libraries:c_c++

- Conditionally remove dependecy on jemalloc for SLE-12

OBS-URL: https://build.opensuse.org/request/show/727112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=60
This commit is contained in:
Dominique Leuenberger 2019-09-04 06:57:17 +00:00 committed by Git OBS Bridge
commit c4bd12bf79
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 30 02:45:32 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Conditionally remove dependecy on jemalloc for SLE-12
-------------------------------------------------------------------
Mon Aug 19 12:27:38 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@ -60,8 +60,10 @@ BuildRequires: python3-Cython
BuildRequires: python3-setuptools
%endif
%ifnarch ppc %{arm}
%if 0%{?sle_version} >= 150000 && 0%{?is_opensuse}
BuildRequires: pkgconfig(jemalloc)
%endif
%endif
%if 0%{?suse_version} > 1325
BuildRequires: libboost_system-devel
BuildRequires: libboost_thread-devel