Hello community, here is the log from the commit of package librdkafka for openSUSE:Factory checked in at 2018-12-11 15:48:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librdkafka (Old) and /work/SRC/openSUSE:Factory/.librdkafka.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librdkafka" Tue Dec 11 15:48:09 2018 rev:2 rq:656799 version:0.11.6 Changes: -------- --- /work/SRC/openSUSE:Factory/librdkafka/librdkafka.changes 2018-12-06 12:19:27.789381613 +0100 +++ /work/SRC/openSUSE:Factory/.librdkafka.new.19453/librdkafka.changes 2018-12-11 15:48:13.970179918 +0100 @@ -1,0 +2,6 @@ +Mon Dec 10 11:08:33 UTC 2018 - Thomas Bechtold <[email protected]> + +- Don't BuildRequire lz4 on SLE12 +- Do not use %make_build which is not available on SLE12 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librdkafka.spec ++++++ --- /var/tmp/diff_new_pack.02pdfl/_old 2018-12-11 15:48:14.566179261 +0100 +++ /var/tmp/diff_new_pack.02pdfl/_new 2018-12-11 15:48:14.566179261 +0100 @@ -29,7 +29,10 @@ BuildRequires: cyrus-sasl-devel BuildRequires: gcc BuildRequires: gcc-c++ +# lz4 is not in SLE12 available +%if 0%{?sle_version} >= 150000 && !0%{?is_opensuse} BuildRequires: liblz4-devel +%endif BuildRequires: openssl-devel %description @@ -59,10 +62,14 @@ %setup -q %build -%configure --enable-lz4 \ - --enable-ssl \ +%configure --enable-ssl \ +%if 0%{?sle_version} >= 150000 && !0%{?is_opensuse} + --enable-lz4 \ +%else + --disable-lz4 \ +%endif --enable-sasl -%make_build +make %{?_smp_mflags} %check make check
