diff --git a/dist/rpm/valentina.spec b/dist/rpm/valentina.spec index bb834fd96..2c10ad48b 100644 --- a/dist/rpm/valentina.spec +++ b/dist/rpm/valentina.spec @@ -102,7 +102,7 @@ a unique pattern making tool. %setup -q -n %{name}-%{version} %build -%if 0%{?suse_version} >= 1315 +%if 0%{?suse_version} >= 1315 && %{?suse_version} != 1550 qmake-qt5 PREFIX=%{_prefix} PREFIX_LIB=%{_prefix}/%{_lib} LRELEASE=lrelease-qt5 Valentina.pro -r "CONFIG += noTests noRunPath no_ccache noDebugSymbols" %else