From c09b81a42778dea5e336a2eea5a021f7ea875f39 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 17 Feb 2022 13:26:08 +0200 Subject: [PATCH] Add missing package on OpenSUSE. --- dist/rpm/valentina.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dist/rpm/valentina.spec b/dist/rpm/valentina.spec index db671b0bd..7b7ba38e1 100644 --- a/dist/rpm/valentina.spec +++ b/dist/rpm/valentina.spec @@ -71,6 +71,14 @@ BuildRequires: libqt5-linguist-devel BuildRequires: libqt5-qtxmlpatterns-devel %endif +%if 0%{?sle_version} >= 150400 && 0%{?is_opensuse} +BuildRequires: libqt5-linguist +%endif + +%if 0%{?suse_version} > 1500 +BuildRequires: libqt5-linguist +%endif + %endif # %if 0%{?suse_version} > 0 # CentOS 7.0 specifics