From b04296da42c3eed12cd6ec469636d5239b277f95d465491b0948939d346c3113 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 30 Aug 2019 02:46:15 +0000 Subject: [PATCH] - Conditionally remove dependecy on jemalloc for SLE-12 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=97 --- nghttp2.changes | 5 +++++ nghttp2.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/nghttp2.changes b/nghttp2.changes index 15ee165..9c5a758 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 30 02:45:32 UTC 2019 - Martin Pluskal + +- Conditionally remove dependecy on jemalloc for SLE-12 + ------------------------------------------------------------------- Mon Aug 19 12:27:38 UTC 2019 - Martin Pluskal diff --git a/nghttp2.spec b/nghttp2.spec index 2a0a52d..43c8984 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -60,8 +60,10 @@ BuildRequires: python3-Cython BuildRequires: python3-setuptools %endif %ifnarch ppc %{arm} +%if 0%{?sle_version} >= 150000 BuildRequires: pkgconfig(jemalloc) %endif +%endif %if 0%{?suse_version} > 1325 BuildRequires: libboost_system-devel BuildRequires: libboost_thread-devel