+-------------------------------------------------------------------
+Thu May 11 12:41:07 UTC 2017 - ngompa13@gmail.com
+
+- Disable bzip2 and xz/lzma compression support for SLE <= 12
+
-------------------------------------------------------------------
Mon May 8 13:15:09 UTC 2017 - ngompa13@gmail.com
%bcond_without python_binding
%bcond_without python3_binding
%bcond_without ruby_binding
+%bcond_with zypp
+
+%if ! ((0%{?suse_version} && 0%{?suse_version} < 1330 && ! 0%{?is_opensuse}) || 0%{?suse_version} == 1110)
%bcond_without bz2
%bcond_without xz
-%bcond_with zypp
+%else
+%bcond_with bz2
+%bcond_with xz
+%endif
%if 0%{?fedora} || 0%{?rhel} >= 8 || 0%{?mageia} >= 6 || 0%{?suse_version} >= 1330
%bcond_without richdeps
%endif
%if %{with bz2}
+
%if 0%{?fedora} || 0%{?rhel} || 0%{?mageia}
BuildRequires: bzip2-devel
%endif