diff options
| author | François Andriot <albator78@libertysurf.fr> | 2022-05-15 09:14:59 +0200 |
|---|---|---|
| committer | François Andriot <albator78@libertysurf.fr> | 2022-05-15 09:23:34 +0200 |
| commit | b005a4d36bca73c31fb61f4dfd89cfc7421c0d59 (patch) | |
| tree | 00f5293c8cfd8af166bc74684834ef65df119020 /redhat/main/tdeutils | |
| parent | e858b3aaf2f449a46c3cbaaa7423289bba9635e3 (diff) | |
| download | tde-packaging-b005a4d3.tar.gz tde-packaging-b005a4d3.zip | |
RPM: add support for openSuse Leap 15.4
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/main/tdeutils')
| -rw-r--r-- | redhat/main/tdeutils/tdeutils.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/redhat/main/tdeutils/tdeutils.spec b/redhat/main/tdeutils/tdeutils.spec index 64ec5ed8c..db51bae9a 100644 --- a/redhat/main/tdeutils/tdeutils.spec +++ b/redhat/main/tdeutils/tdeutils.spec @@ -84,6 +84,10 @@ BuildRequires: net-snmp-devel BuildRequires: gmp-devel # PYTHON support +%if 0%{?sle_version} >= 150400 +%define python python3 +%define __python %__python3 +%else %if 0%{?rhel} >= 8 || 0%{?fedora} >= 31 %define python python2 %define __python %__python2 @@ -91,6 +95,7 @@ BuildRequires: gmp-devel %else %define python python %endif +%endif BuildRequires: %{python} BuildRequires: %{python}-devel |
