diff options
author | François Andriot <[email protected]> | 2024-04-29 14:30:41 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2024-04-29 14:30:41 +0200 |
commit | 035e7452dfc49c9e3c0d90566fa8f829e38543c5 (patch) | |
tree | 13eb1ed9721c9bcc23cd5c5393aa03a5adb36c4f /redhat/dependencies/sip4-tqt/sip4-tqt.spec | |
parent | fc7f0a89b5b2ab811a1b50477c0cab4f3d6af24a (diff) | |
download | tde-packaging-035e7452dfc49c9e3c0d90566fa8f829e38543c5.tar.gz tde-packaging-035e7452dfc49c9e3c0d90566fa8f829e38543c5.zip |
RPM: update for final R14.1.2
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'redhat/dependencies/sip4-tqt/sip4-tqt.spec')
-rw-r--r-- | redhat/dependencies/sip4-tqt/sip4-tqt.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/redhat/dependencies/sip4-tqt/sip4-tqt.spec b/redhat/dependencies/sip4-tqt/sip4-tqt.spec index 4f4496ad1..7e3b7ac4c 100644 --- a/redhat/dependencies/sip4-tqt/sip4-tqt.spec +++ b/redhat/dependencies/sip4-tqt/sip4-tqt.spec @@ -28,7 +28,7 @@ # TDE variables %define tde_epoch 2 %if "%{?tde_version}" == "" -%define tde_version 14.1.1 +%define tde_version 14.1.2 %endif %define tde_pkg sip4-tqt %define tde_prefix /opt/trinity @@ -80,6 +80,7 @@ BuildRequires: flex %if "%{python}" == "" %global python python3 %endif +%global __python %__python3 %global python_sitearch %{python3_sitearch} %{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} BuildRequires: %{python} |