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:38:22 +0200
commit1b7896756887e1e758b241ea4df922d6d0a4673d (patch)
tree393180abedd196b112ca3759e391c2542303e67c /redhat/main/tdegraphics
parent9750a57a4120bc49f8788a42fd9f0c63bdba7d8f (diff)
downloadtde-packaging-1b7896756887e1e758b241ea4df922d6d0a4673d.tar.gz
tde-packaging-1b7896756887e1e758b241ea4df922d6d0a4673d.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 51d9b24a1..c8973fe5d 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