diff --git a/SPECS/python-x2go.spec b/SPECS/python-x2go.spec index ab98344..ddc22cf 100644 --- a/SPECS/python-x2go.spec +++ b/SPECS/python-x2go.spec @@ -1,12 +1,8 @@ -%if 0%{?fedora} || 0%{?rhel} >= 8 -%bcond_with python2 -%else %bcond_without python2 -%endif Name: python-x2go Version: 0.6.1.3 -Release: 1%{?dist} +Release: 1%{?dist}.inferit Summary: Python module providing X2Go client API License: AGPLv3+ @@ -86,12 +82,14 @@ BuildRequires: python%{python3_pkgversion}-paramiko BuildRequires: python%{python3_pkgversion}-requests BuildRequires: python%{python3_pkgversion}-simplejson BuildRequires: python%{python3_pkgversion}-xlib +BuildRequires: python%{python3_pkgversion}-cryptography Requires: nxproxy Requires: python%{python3_pkgversion}-gevent Requires: python%{python3_pkgversion}-paramiko Requires: python%{python3_pkgversion}-requests Requires: python%{python3_pkgversion}-simplejson Requires: python%{python3_pkgversion}-xlib +Requires: python%{python3_pkgversion}-cryptography %{?python_provide:%python_provide python%{python3_pkgversion}-x2go} %description -n python%{python3_pkgversion}-x2go @@ -143,6 +141,10 @@ make -C docs SPHINXBUILD=/usr/bin/sphinx-build-3 html %changelog +* Fri Jul 12 2024 Arkady L. Shane - 0.6.1.3-1.inferit +- Build w/o python2 +- Added missing python3dist(cryptography) + * Fri Jul 12 2024 Arkady L. Shane - 0.6.1.3-1 - Rebuilt for MSVSphere 8.10