diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-05-13 09:46:24 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-05-13 22:38:22 +0200 |
commit | 1b7896756887e1e758b241ea4df922d6d0a4673d (patch) | |
tree | 393180abedd196b112ca3759e391c2542303e67c /redhat/applications/tellico/tellico.spec | |
parent | 9750a57a4120bc49f8788a42fd9f0c63bdba7d8f (diff) | |
download | tde-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/applications/tellico/tellico.spec')
-rw-r--r-- | redhat/applications/tellico/tellico.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/tellico/tellico.spec b/redhat/applications/tellico/tellico.spec index 7cc7f20d4..44d4ad39c 100644 --- a/redhat/applications/tellico/tellico.spec +++ b/redhat/applications/tellico/tellico.spec @@ -139,7 +139,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 |