summaryrefslogtreecommitdiffstats
path: root/redhat/main/tdegraphics
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/main/tdegraphics
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/main/tdegraphics')
-rw-r--r--redhat/main/tdegraphics/tdegraphics.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/main/tdegraphics/tdegraphics.spec b/redhat/main/tdegraphics/tdegraphics.spec
index 29f4a6893..acdde3ba8 100644
--- a/redhat/main/tdegraphics/tdegraphics.spec
+++ b/redhat/main/tdegraphics/tdegraphics.spec
@@ -80,7 +80,7 @@ BuildRequires: libidn-devel
# GAMIN support
# Not on openSUSE.
-%if 0%{?rhel} || 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?suse_version} >= 1310
+%if 0%{?rhel} || ( 0%{?fedora} && 0%{?fedora} <= 33 ) || 0%{?mgaversion} || 0%{?mdkversion}
%define with_gamin 1
BuildRequires: gamin-devel
%endif