diff --git a/hplip.changes b/hplip.changes index cef66ed..4d120d4 100644 --- a/hplip.changes +++ b/hplip.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 25 17:29:47 UTC 2017 - fvogt@suse.com + +- Default to Qt5 on SLE 15 as well to avoid Qt4 with dependency on + openSSL 1.0 + ------------------------------------------------------------------- Tue Jul 11 13:29:58 UTC 2017 - mwilck@suse.com diff --git a/hplip.spec b/hplip.spec index 44c6a58..7210bc4 100644 --- a/hplip.spec +++ b/hplip.spec @@ -32,8 +32,8 @@ BuildRequires: systemd-rpm-macros # For SLE11 redefine _libexecdir because on SLE11 _libexecdir is "/usr/lib64": %global _libexecdir %{_prefix}/lib %endif -# Use Qt5 frontend on TW and Leap >= 42.2 -%if 0%{?is_opensuse} && (0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200) +# Use Qt5 frontend on TW, Leap >= 42.2 and SLE >= 15 +%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120200 && 0%{?is_opensuse}) %global use_qt5 1 %else %global use_qt5 0