Compare commits

..

No commits in common. 'i8e' and 'i8ce' have entirely different histories.
i8e ... i8ce

@ -6,7 +6,7 @@
Name: python-x2go Name: python-x2go
Version: 0.6.1.3 Version: 0.6.1.3
Release: 1%{?dist}.inferit Release: 1%{?dist}
Summary: Python module providing X2Go client API Summary: Python module providing X2Go client API
License: AGPLv3+ License: AGPLv3+
@ -86,18 +86,12 @@ 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
BuildRequires: python%{python3_pkgversion}-bcrypt
BuildRequires: python%{python3_pkgversion}-pynacl
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
Requires: python%{python3_pkgversion}-bcrypt
Requires: python%{python3_pkgversion}-pynacl
%{?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
@ -149,10 +143,6 @@ 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