summaryrefslogtreecommitdiffstats
path: root/redhat/applications/wlassistant/wlassistant.spec
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2021-05-13 09:46:24 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2021-05-13 22:40:16 +0200
commit2752bd0f14f3f1ac7b8103a9d6a957e9fb191178 (patch)
treedbcc13456f658676ffc76ede918a05b8f77395ad /redhat/applications/wlassistant/wlassistant.spec
parent073a626d118ee0fe7e39638f743671c3776d781c (diff)
downloadtde-packaging-2752bd0f14f3f1ac7b8103a9d6a957e9fb191178.tar.gz
tde-packaging-2752bd0f14f3f1ac7b8103a9d6a957e9fb191178.zip
RPM: add build support for Fedora 34
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/applications/wlassistant/wlassistant.spec')
-rw-r--r--redhat/applications/wlassistant/wlassistant.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/wlassistant/wlassistant.spec b/redhat/applications/wlassistant/wlassistant.spec
index 36b8cd110..a750235df 100644
--- a/redhat/applications/wlassistant/wlassistant.spec
+++ b/redhat/applications/wlassistant/wlassistant.spec
@@ -95,7 +95,7 @@ BuildRequires: libidn-devel
# GAMIN support
# Not on openSUSE.
-%if 0%{?rhel} || 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion}
+%if 0%{?rhel} || ( 0%{?fedora} && 0%{?fedora} <= 33 ) || 0%{?mgaversion} || 0%{?mdkversion}
%define with_gamin 1
BuildRequires: gamin-devel
%endif