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