summaryrefslogtreecommitdiffstats
path: root/redhat/applications/wlassistant/wlassistant.spec
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2022-11-06 11:46:08 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2022-11-06 11:46:42 +0100
commita6ebd51a1a94620586a032f3191380e971a83e20 (patch)
treee9a587e51c296a322c4aa8459088c108bc68bfca /redhat/applications/wlassistant/wlassistant.spec
parent0efff2a27d4255f27d967351ee52089b5d9c39c1 (diff)
downloadtde-packaging-a6ebd51a1a94620586a032f3191380e971a83e20.tar.gz
tde-packaging-a6ebd51a1a94620586a032f3191380e971a83e20.zip
RPM: updates for TDE R14.0.13
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/applications/wlassistant/wlassistant.spec')
-rw-r--r--redhat/applications/wlassistant/wlassistant.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/redhat/applications/wlassistant/wlassistant.spec b/redhat/applications/wlassistant/wlassistant.spec
index 46c2136ed..3ea4d2209 100644
--- a/redhat/applications/wlassistant/wlassistant.spec
+++ b/redhat/applications/wlassistant/wlassistant.spec
@@ -18,7 +18,7 @@
# TDE variables
%define tde_epoch 2
%if "%{?tde_version}" == ""
-%define tde_version 14.0.12
+%define tde_version 14.0.13
%endif
%define tde_pkg wlassistant
%define tde_prefix /opt/trinity
@@ -96,17 +96,17 @@ BuildRequires: libidn-devel
# GAMIN support
# Not on openSUSE.
-%if 0%{?rhel} || ( 0%{?fedora} && 0%{?fedora} <= 33 ) || 0%{?mgaversion} || 0%{?mdkversion}
+%if ( 0%{?rhel} && 0%{?rhel} <= 8 ) || ( 0%{?fedora} && 0%{?fedora} <= 33 ) || 0%{?mgaversion} || 0%{?mdkversion}
%define with_gamin 1
BuildRequires: gamin-devel
%endif
# PYTHON support
-%if 0%{?sle_version} >= 150400
+%if 0%{?sle_version} >= 150400 || 0%{?rhel} >= 9
%define python python3
%define __python %__python3
%else
-%if 0%{?rhel} >= 8 || 0%{?fedora} >= 31 || 0%{?suse_version} >= 1550 || 0%{?mgaversion} >= 8
+%if 0%{?rhel} == 8 || 0%{?fedora} >= 31 || 0%{?suse_version} >= 1550 || 0%{?mgaversion} >= 8
%global python python2
%global __python %__python2
%global python_sitearch %{python2_sitearch}