|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
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 +86,18 @@ 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
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-bcrypt
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-pynacl
|
|
|
|
|
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
|
|
|
|
|
Requires: python%{python3_pkgversion}-bcrypt
|
|
|
|
|
Requires: python%{python3_pkgversion}-pynacl
|
|
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-x2go}
|
|
|
|
|
|
|
|
|
|
%description -n python%{python3_pkgversion}-x2go
|
|
|
|
@ -143,6 +149,10 @@ make -C docs SPHINXBUILD=/usr/bin/sphinx-build-3 html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.6.1.3-1.inferit
|
|
|
|
|
- Build w/o python2
|
|
|
|
|
- Added missing python3dist(cryptography)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.6.1.3-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.10
|
|
|
|
|
|
|
|
|
|