- Build w/o python2

- Added missing python3dist(cryptography)
i8e
Arkady L. Shane 6 months ago
parent 44af8d6e50
commit 32f1e69901
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,12 +1,8 @@
%if 0%{?fedora} || 0%{?rhel} >= 8
%bcond_with python2
%else
%bcond_without python2 %bcond_without python2
%endif
Name: python-x2go Name: python-x2go
Version: 0.6.1.3 Version: 0.6.1.3
Release: 1%{?dist} Release: 1%{?dist}.inferit
Summary: Python module providing X2Go client API Summary: Python module providing X2Go client API
License: AGPLv3+ License: AGPLv3+
@ -86,12 +82,14 @@ BuildRequires: python%{python3_pkgversion}-paramiko
BuildRequires: python%{python3_pkgversion}-requests BuildRequires: python%{python3_pkgversion}-requests
BuildRequires: python%{python3_pkgversion}-simplejson BuildRequires: python%{python3_pkgversion}-simplejson
BuildRequires: python%{python3_pkgversion}-xlib BuildRequires: python%{python3_pkgversion}-xlib
BuildRequires: python%{python3_pkgversion}-cryptography
Requires: nxproxy Requires: nxproxy
Requires: python%{python3_pkgversion}-gevent Requires: python%{python3_pkgversion}-gevent
Requires: python%{python3_pkgversion}-paramiko Requires: python%{python3_pkgversion}-paramiko
Requires: python%{python3_pkgversion}-requests Requires: python%{python3_pkgversion}-requests
Requires: python%{python3_pkgversion}-simplejson Requires: python%{python3_pkgversion}-simplejson
Requires: python%{python3_pkgversion}-xlib Requires: python%{python3_pkgversion}-xlib
Requires: python%{python3_pkgversion}-cryptography
%{?python_provide:%python_provide python%{python3_pkgversion}-x2go} %{?python_provide:%python_provide python%{python3_pkgversion}-x2go}
%description -n 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 %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 * Fri Jul 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.6.1.3-1
- Rebuilt for MSVSphere 8.10 - Rebuilt for MSVSphere 8.10

Loading…
Cancel
Save