]> code.x2go.org Git - pyhoca-cli.git/log
pyhoca-cli.git
22 months agoMerge branch 'personal/sunweaver/add-Jenkinsfile' into 'master' master
Mike Gabriel [Thu, 4 Jan 2024 12:44:13 +0000 (12:44 +0000)]
Merge branch 'personal/sunweaver/add-Jenkinsfile' into 'master'

debian/Jenkinsfile: Add file. Initiate CI builds.

See merge request x2go/client/pyhoca-cli!1

22 months agodebian/Jenkinsfile: Add file. Initiate CI builds.
Mike Gabriel [Thu, 4 Jan 2024 10:52:20 +0000 (11:52 +0100)]
debian/Jenkinsfile: Add file. Initiate CI builds.

2 years agoContinue development
X2Go Release Manager [Tue, 22 Aug 2023 18:04:37 +0000 (20:04 +0200)]
Continue development

2 years agorelease 0.6.1.3 build-main 0.6.1.3
X2Go Release Manager [Tue, 22 Aug 2023 06:47:58 +0000 (08:47 +0200)]
release 0.6.1.3

2 years agopyhoca-cli.spec: Remove pycache handling from the files list.
Mihai Moldovan [Tue, 22 Aug 2023 00:57:49 +0000 (02:57 +0200)]
pyhoca-cli.spec: Remove pycache handling from the files list.

Python-2-variants don't have the concept of __pycache__ directories at
all, so using %pycache_only there is redundant.

Python-3-variants sprinkle __pycache__ directories wherever there are
.py files, which means that they are conveniently contained in the
"pyhoca" subdirectory of sitelib.

Older *SuSE versions, including Leap, just ignored files or directories
in the %files list that do not exist, but Tumbleweed is throwing an
error if you try to include a file or directory that does not exist.

The fix is easy: don't try to include the non-existent __pycache__
top-level directory.

2 years agopyhoca-cli.spec: drop Python 2 support for OpenSuSE Leap 15.4+ and Tumbleweed (and...
Mihai Moldovan [Tue, 22 Aug 2023 00:51:42 +0000 (02:51 +0200)]
pyhoca-cli.spec: drop Python 2 support for OpenSuSE Leap 15.4+ and Tumbleweed (and ALP).

2 years agopyhoca-cli.spec: change http:// to https:// links where appropriate.
Mihai Moldovan [Tue, 22 Aug 2023 00:44:43 +0000 (02:44 +0200)]
pyhoca-cli.spec: change http:// to https:// links where appropriate.

2 years agodebian/watch: change http:// to https:// links where appropriate.
Mihai Moldovan [Tue, 22 Aug 2023 00:44:11 +0000 (02:44 +0200)]
debian/watch: change http:// to https:// links where appropriate.

2 years agodebian/copyright: change http:// to https:// links where appropriate.
Mihai Moldovan [Tue, 22 Aug 2023 00:43:47 +0000 (02:43 +0200)]
debian/copyright: change http:// to https:// links where appropriate.

2 years agodebian/control: change http:// to https:// links where appropriate.
Mihai Moldovan [Tue, 22 Aug 2023 00:43:24 +0000 (02:43 +0200)]
debian/control: change http:// to https:// links where appropriate.

2 years agomisc: change http:// to https:// links where appropriate.
Mihai Moldovan [Tue, 22 Aug 2023 00:42:03 +0000 (02:42 +0200)]
misc: change http:// to https:// links where appropriate.

2 years agoman/man1/pyhoca-cli.1: pre-release date update.
Mihai Moldovan [Tue, 22 Aug 2023 00:36:48 +0000 (02:36 +0200)]
man/man1/pyhoca-cli.1: pre-release date update.

2 years agomisc: pre-release copyright update.
Mihai Moldovan [Tue, 22 Aug 2023 00:36:08 +0000 (02:36 +0200)]
misc: pre-release copyright update.

2 years agodebian/changelog: sync with git history.
Mihai Moldovan [Tue, 22 Aug 2023 00:31:21 +0000 (02:31 +0200)]
debian/changelog: sync with git history.

2 years ago{pyhoca-cli, pyhoca/cli/frontend.py}: Add --ssh-passphrase feature.
Daniel Teichmann [Wed, 14 Sep 2022 22:06:07 +0000 (00:06 +0200)]
{pyhoca-cli, pyhoca/cli/frontend.py}: Add --ssh-passphrase feature.

2 years agopyhoca-cli: Don't try to immitate look_for_keys behaviour as implemented in the x2go...
Mike Gabriel [Tue, 8 Aug 2023 13:10:47 +0000 (15:10 +0200)]
pyhoca-cli: Don't try to immitate look_for_keys behaviour as implemented in the x2go Python module.

2 years ago{pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh keys if appropriate.
Daniel Teichmann [Fri, 2 Sep 2022 13:32:33 +0000 (15:32 +0200)]
{pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh keys if appropriate.

3 years agoRevert "{pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh keys if appro...
Mike Gabriel [Fri, 16 Sep 2022 18:19:24 +0000 (20:19 +0200)]
Revert "{pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh keys if appropriate."

This reverts commit 8ce1d32efe640cffe9c0bd97fd747503ba7ac5e9.

This issue is temporarily reverted because it breaks ssh-agent based authentication.

3 years agoRevert "{pyhoca-cli, pyhoca/cli/frontend.py}: Add --ssh-passphrase feature."
Mike Gabriel [Fri, 16 Sep 2022 18:19:21 +0000 (20:19 +0200)]
Revert "{pyhoca-cli, pyhoca/cli/frontend.py}: Add --ssh-passphrase feature."

This reverts commit 9eea371075ee1f60e24a980280c4a1d85fa2fed4.

3 years ago{pyhoca-cli, pyhoca/cli/frontend.py}: Add --ssh-passphrase feature.
Daniel Teichmann [Wed, 14 Sep 2022 22:06:07 +0000 (00:06 +0200)]
{pyhoca-cli, pyhoca/cli/frontend.py}: Add --ssh-passphrase feature.

3 years ago{pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh keys if appropriate.
Daniel Teichmann [Fri, 2 Sep 2022 13:32:33 +0000 (15:32 +0200)]
{pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh keys if appropriate.

4 years agoman/man1/pyhoca-cli.1: Add documentation for --list-cmdline-features.
Mike Gabriel [Thu, 25 Nov 2021 12:11:57 +0000 (13:11 +0100)]
man/man1/pyhoca-cli.1: Add documentation for --list-cmdline-features.

4 years ago{pyhoca-cli,pyhoca/cli/frontend.py}: Add --non-interactive cmdline option for forcefu...
Mike Gabriel [Thu, 25 Nov 2021 11:59:11 +0000 (12:59 +0100)]
{pyhoca-cli,pyhoca/cli/frontend.py}: Add --non-interactive cmdline option for forcefully preventing password queries on the TTY.

4 years agod/changelog: update from Git history
Mike Gabriel [Wed, 17 Nov 2021 20:41:49 +0000 (21:41 +0100)]
d/changelog: update from Git history

4 years agopyhoca-cli: Write program version to STDOUT (not STDERR).
Mike Gabriel [Wed, 17 Nov 2021 20:39:32 +0000 (21:39 +0100)]
pyhoca-cli: Write program version to STDOUT (not STDERR).

4 years agopyhoca-cli: Add cmdline option --list-cmdline-features. Required for Remmina X2Go...
Mike Gabriel [Thu, 2 Sep 2021 06:18:27 +0000 (08:18 +0200)]
pyhoca-cli: Add cmdline option --list-cmdline-features. Required for Remmina X2Go Plugin.

4 years agoRename 'NX options' to 'session options'.
Mike Gabriel [Tue, 31 Aug 2021 13:57:25 +0000 (15:57 +0200)]
Rename 'NX options' to 'session options'.

4 years agoMove --dpi cmdline option from X2Go options to NX options.
Mike Gabriel [Tue, 31 Aug 2021 13:55:25 +0000 (15:55 +0200)]
Move --dpi cmdline option from X2Go options to NX options.

4 years agodebian/changelog: update from Git log
Mike Gabriel [Fri, 27 Aug 2021 22:07:12 +0000 (00:07 +0200)]
debian/changelog: update from Git log

4 years agoman/man1/pyhoca-cli.1: Fix docs for --quiet option.
Mike Gabriel [Fri, 27 Aug 2021 21:44:57 +0000 (23:44 +0200)]
man/man1/pyhoca-cli.1: Fix docs for --quiet option.

4 years agopyhoca-cli: Add --kdrive option.
Mike Gabriel [Fri, 27 Aug 2021 21:44:24 +0000 (23:44 +0200)]
pyhoca-cli: Add --kdrive option.

4 years agopyhoca-cli: Follow-up fix for --dpi switch. Fix input value verification. Only demand...
Mike Gabriel [Fri, 20 Aug 2021 12:44:09 +0000 (14:44 +0200)]
pyhoca-cli: Follow-up fix for --dpi switch. Fix input value verification. Only demand an integer, if args.dpi is set to something else than None.

4 years agod/changelog: update from Git log
Mike Gabriel [Thu, 19 Aug 2021 15:09:58 +0000 (17:09 +0200)]
d/changelog: update from Git log

4 years agopyhoca-cli: Add cmdline parameter --dpi.
Mike Gabriel [Thu, 19 Aug 2021 14:16:13 +0000 (16:16 +0200)]
pyhoca-cli: Add cmdline parameter --dpi.

4 years agopyhoca-cli: Do input check on value passed in via the --link option.
Mike Gabriel [Thu, 19 Aug 2021 14:20:44 +0000 (16:20 +0200)]
pyhoca-cli: Do input check on value passed in via the --link option.

4 years agopyhoca-cli: Add cmdline parameter --clipboard-mode.
Mike Gabriel [Thu, 19 Aug 2021 14:11:42 +0000 (16:11 +0200)]
pyhoca-cli: Add cmdline parameter --clipboard-mode.

4 years agopyhoca-cli: Print debug message before exiting pyhoca-cli.
Daniel Teichmann [Thu, 19 Aug 2021 12:59:38 +0000 (14:59 +0200)]
pyhoca-cli: Print debug message before exiting pyhoca-cli.

4 years agoFix typo in man page.
Daniel Teichmann [Thu, 19 Aug 2021 12:53:58 +0000 (14:53 +0200)]
Fix typo in man page.

5 years agopyhoca/cli/frontend.py: Fix reference before assignment error in resume_session(...
Mike Gabriel [Wed, 11 Mar 2020 00:49:07 +0000 (01:49 +0100)]
pyhoca/cli/frontend.py: Fix reference before assignment error in resume_session() method. Thanks to Randy Goldenberg for spotting this. (Fixes: #1445).

5 years agoContinue development
X2Go Release Manager [Thu, 26 Dec 2019 16:04:34 +0000 (17:04 +0100)]
Continue development

5 years agorelease 0.6.1.2 0.6.1.2
X2Go Release Manager [Thu, 26 Dec 2019 12:05:03 +0000 (13:05 +0100)]
release 0.6.1.2

5 years agoman/man1/pyhoca-cli.1: pre-release date update.
Mihai Moldovan [Thu, 26 Dec 2019 11:50:05 +0000 (12:50 +0100)]
man/man1/pyhoca-cli.1: pre-release date update.

5 years agodebian/changelog: fix version in description.
Mihai Moldovan [Thu, 26 Dec 2019 06:04:49 +0000 (07:04 +0100)]
debian/changelog: fix version in description.

5 years agopyhoca-cli.spec: also apply pycache changes to Tumbleweed, which seems to not get...
Mihai Moldovan [Tue, 24 Dec 2019 18:12:50 +0000 (19:12 +0100)]
pyhoca-cli.spec: also apply pycache changes to Tumbleweed, which seems to not get caught by %{sle_version}.

5 years agopyhoca-cli.spec: actually apply pycache changes to 15.0+ and not just 15.1+.
Mihai Moldovan [Tue, 24 Dec 2019 17:55:09 +0000 (18:55 +0100)]
pyhoca-cli.spec: actually apply pycache changes to 15.0+ and not just 15.1+.

5 years agopyhoca-cli.spec: fix spelling error in pycache directory.
Mihai Moldovan [Tue, 24 Dec 2019 17:33:57 +0000 (18:33 +0100)]
pyhoca-cli.spec: fix spelling error in pycache directory.

5 years agopyhoca-cli.spec: fix newer *SuSE versions: 15.0+ seem to install the pycace files...
Mihai Moldovan [Tue, 24 Dec 2019 17:30:51 +0000 (18:30 +0100)]
pyhoca-cli.spec: fix newer *SuSE versions: 15.0+ seem to install the pycace files into a subdirectory based on the package name.

5 years agopyhoca-cli.spec: fix another unescaped macro in comment.
Mihai Moldovan [Tue, 24 Dec 2019 07:04:03 +0000 (08:04 +0100)]
pyhoca-cli.spec: fix another unescaped macro in comment.

5 years agopyhoca-cli.spec: actually fix issue: macros are expanded even in commented lines...
Mihai Moldovan [Tue, 24 Dec 2019 06:40:26 +0000 (07:40 +0100)]
pyhoca-cli.spec: actually fix issue: macros are expanded even in commented lines and some of them were not properly escaped via double percent sign characters.

5 years agoRevert "pyhoca-cli.spec: hopefully fix builds on *SuSE: even pure Python-3-builds...
Mihai Moldovan [Tue, 24 Dec 2019 06:36:14 +0000 (07:36 +0100)]
Revert "pyhoca-cli.spec: hopefully fix builds on *SuSE: even pure Python-3-builds need python-devel as a build requirement (only)... for some weird reason."

This reverts commit 9e3be6547ecd3e324cbd12688c13e806fc1bce4f.

5 years agopyhoca-cli.spec: hopefully fix builds on *SuSE: even pure Python-3-builds need python...
Mihai Moldovan [Tue, 24 Dec 2019 04:44:00 +0000 (05:44 +0100)]
pyhoca-cli.spec: hopefully fix builds on *SuSE: even pure Python-3-builds need python-devel as a build requirement (only)... for some weird reason.

5 years agopyhoca-cli.spce: fix typo in Python-2-Requires: line: random % char.
Mihai Moldovan [Tue, 24 Dec 2019 04:04:25 +0000 (05:04 +0100)]
pyhoca-cli.spce: fix typo in Python-2-Requires: line: random % char.

5 years agopyhoca-cli.spec: fix selecting either Python 2 XOR 3.
Mihai Moldovan [Tue, 24 Dec 2019 02:46:37 +0000 (03:46 +0100)]
pyhoca-cli.spec: fix selecting either Python 2 XOR 3.

We cannot override bconds via later %bcond_with... XXX macro calls, but
have to use them only once with the correct value.

Hence, use a global variable to store and mangle the preferences and
only use %bcond_... X later once.

5 years agopyhoca-cli.spec: use %{name} instead of hardcoding the string in %prep.
Mihai Moldovan [Fri, 20 Dec 2019 09:04:18 +0000 (10:04 +0100)]
pyhoca-cli.spec: use %{name} instead of hardcoding the string in %prep.

5 years agopyhoca-cli.spec: fix files section on older *SuSE variants again, remove faulty slash.
Mihai Moldovan [Thu, 19 Dec 2019 01:09:35 +0000 (02:09 +0100)]
pyhoca-cli.spec: fix files section on older *SuSE variants again, remove faulty slash.

5 years agopyhoca-cli.spec: fix files section on older *SuSE variants.
Mihai Moldovan [Thu, 19 Dec 2019 00:12:46 +0000 (01:12 +0100)]
pyhoca-cli.spec: fix files section on older *SuSE variants.

5 years agopyhoca-cli.spec: also fix install phase for Python 2 variant on older *SuSE variants.
Mihai Moldovan [Wed, 18 Dec 2019 21:50:38 +0000 (22:50 +0100)]
pyhoca-cli.spec: also fix install phase for Python 2 variant on older *SuSE variants.

5 years agopyhoca-cli.spec: fix building Python 2 variant on older *SuSE variants.
Mihai Moldovan [Wed, 18 Dec 2019 21:13:06 +0000 (22:13 +0100)]
pyhoca-cli.spec: fix building Python 2 variant on older *SuSE variants.

5 years agopyhoca-cli.spec: actually change the hashbang of a file...
Mihai Moldovan [Wed, 18 Dec 2019 20:28:21 +0000 (21:28 +0100)]
pyhoca-cli.spec: actually change the hashbang of a file...

5 years agopyhoca-cli.spec: fix syntax error.
Mihai Moldovan [Wed, 18 Dec 2019 20:12:19 +0000 (21:12 +0100)]
pyhoca-cli.spec: fix syntax error.

5 years agopyhoca-cli.spec: replace hashbang with version determined by name helper.
Mihai Moldovan [Wed, 18 Dec 2019 20:02:49 +0000 (21:02 +0100)]
pyhoca-cli.spec: replace hashbang with version determined by name helper.

5 years agopyhoca-cli.spec: use %{?with_pythonX} and %{name_helper_pythonX} macros.
Mihai Moldovan [Wed, 18 Dec 2019 19:57:30 +0000 (20:57 +0100)]
pyhoca-cli.spec: use %{?with_pythonX} and %{name_helper_pythonX} macros.

Also fixes running against nightly versions of python-x2go.

5 years agopyhoca-cli.spec: prefer Python 3 if both variants have been requested, so that we...
Mihai Moldovan [Wed, 18 Dec 2019 19:45:43 +0000 (20:45 +0100)]
pyhoca-cli.spec: prefer Python 3 if both variants have been requested, so that we only ever build for one variant.

5 years agopyhoca-cli.spec: backport macros from python-x2go.spec.
Mihai Moldovan [Wed, 18 Dec 2019 19:41:01 +0000 (20:41 +0100)]
pyhoca-cli.spec: backport macros from python-x2go.spec.

6 years agoContinue development
X2Go Release Manager [Fri, 22 Nov 2019 14:27:43 +0000 (15:27 +0100)]
Continue development

6 years agorelease 0.6.1.1 0.6.1.1
X2Go Release Manager [Fri, 22 Nov 2019 13:11:53 +0000 (14:11 +0100)]
release 0.6.1.1

6 years agomisc: copyright update.
Mihai Moldovan [Fri, 22 Nov 2019 11:50:39 +0000 (12:50 +0100)]
misc: copyright update.

6 years agoContinue development
X2Go Release Manager [Fri, 22 Nov 2019 10:18:30 +0000 (11:18 +0100)]
Continue development

6 years agorelease 0.6.1.0 0.6.1.0
Mike Gabriel [Wed, 20 Nov 2019 07:12:07 +0000 (08:12 +0100)]
release 0.6.1.0

6 years agopyhoca/cli/frontend.py: Use Python X2Go's new auto-detection code for the graphical...
Mike Gabriel [Fri, 19 Jul 2019 17:47:58 +0000 (19:47 +0200)]
pyhoca/cli/frontend.py: Use Python X2Go's new auto-detection code for the graphical proxy/rendering backend (NXv3 vs. KDrive).

6 years agopyhoca-cli.spec: Bump requirement for pyhoca-cli) on python(3)-x2go to 0.6.1.0.
Mike Gabriel [Fri, 19 Jul 2019 17:47:06 +0000 (19:47 +0200)]
pyhoca-cli.spec: Bump requirement for pyhoca-cli) on python(3)-x2go to 0.6.1.0.

6 years agodebian/control: Bump D (pyhoca-cli) on python3-x2go to 0.6.1.0.
Mike Gabriel [Fri, 19 Jul 2019 17:46:05 +0000 (19:46 +0200)]
debian/control: Bump D (pyhoca-cli) on python3-x2go to 0.6.1.0.

6 years agoSet master session only once we know for sure that the session has successfully come up.
Mike Gabriel [Fri, 19 Jul 2019 17:02:00 +0000 (19:02 +0200)]
Set master session only once we know for sure that the session has successfully come up.

7 years agoContinue development
X2Go Release Manager [Mon, 3 Dec 2018 03:51:13 +0000 (04:51 +0100)]
Continue development

7 years agorelease 0.6.0.1 0.6.0.1
X2Go Release Manager [Mon, 3 Dec 2018 01:22:19 +0000 (02:22 +0100)]
release 0.6.0.1

7 years agoman/man1/pyhoca-cli.1: pre-release date update.
Mihai Moldovan [Mon, 3 Dec 2018 00:20:46 +0000 (01:20 +0100)]
man/man1/pyhoca-cli.1: pre-release date update.

7 years agomisc: copyright update.
Mihai Moldovan [Mon, 3 Dec 2018 00:19:14 +0000 (01:19 +0100)]
misc: copyright update.

7 years agoCatch HOOK_no_such_command and bail out if the server does not know how to execute...
Mike Gabriel [Sat, 1 Dec 2018 10:57:31 +0000 (11:57 +0100)]
Catch HOOK_no_such_command and bail out if the server does not know how to execute the given session command.

7 years agopyhoca/cli/frontend.py: rephrase auth success message slightly.
Mike Gabriel [Mon, 26 Nov 2018 09:30:23 +0000 (10:30 +0100)]
pyhoca/cli/frontend.py: rephrase auth success message slightly.

7 years agopyhoca/cli/frontend.py: Be more real-time realistic and user friendly with notice...
Mike Gabriel [Mon, 26 Nov 2018 09:28:59 +0000 (10:28 +0100)]
pyhoca/cli/frontend.py: Be more real-time realistic and user friendly with notice log messages after authentication.

7 years agodebian/control: Bump versioned D on python3-x2go to (>= 0.6.0.2-0~).
Mike Gabriel [Sat, 10 Nov 2018 22:06:27 +0000 (22:06 +0000)]
debian/control: Bump versioned D on python3-x2go to (>= 0.6.0.2-0~).

7 years agopyhoca/cli/frontend.py: Check directly after authentication, if the remote host has...
Mike Gabriel [Sat, 10 Nov 2018 22:05:17 +0000 (22:05 +0000)]
pyhoca/cli/frontend.py: Check directly after authentication, if the remote host has the X2Go Server software installed.

7 years agopyhoca-cli.spec: fully own %{python2_sitelib}/pyhoca directory.
Mihai Moldovan [Sun, 11 Nov 2018 10:27:38 +0000 (11:27 +0100)]
pyhoca-cli.spec: fully own %{python2_sitelib}/pyhoca directory.

Not great, as explained in pyhoca-gui, but necessary to make packaging easier.

7 years agoFix failing password-only authentication.
Mike Gabriel [Sat, 10 Nov 2018 16:05:59 +0000 (16:05 +0000)]
Fix failing password-only authentication.

7 years agopyhoca-cli.spec: also pick files matching PyHoca_CLI* in the site-lib directory.
Mihai Moldovan [Sat, 10 Nov 2018 16:05:08 +0000 (17:05 +0100)]
pyhoca-cli.spec: also pick files matching PyHoca_CLI* in the site-lib directory.

7 years agopyhoca-cli.spec: pick the files correctly.
Mihai Moldovan [Sat, 10 Nov 2018 14:14:59 +0000 (15:14 +0100)]
pyhoca-cli.spec: pick the files correctly.

7 years agopyhoca-cli.spec: include python2_sitelib for CentOS, python3_sitelib otherwise.
Mihai Moldovan [Sat, 10 Nov 2018 13:30:35 +0000 (14:30 +0100)]
pyhoca-cli.spec: include python2_sitelib for CentOS, python3_sitelib otherwise.

Comment out for now to let builds fail and get a file list.

7 years agosetup.py: need to import the sys module, not just version_info into global namespace.
Mihai Moldovan [Sat, 10 Nov 2018 12:54:55 +0000 (13:54 +0100)]
setup.py: need to import the sys module, not just version_info into global namespace.

7 years agosetup.py: we actually also need the version information, so import it.
Mihai Moldovan [Sat, 10 Nov 2018 12:47:11 +0000 (13:47 +0100)]
setup.py: we actually also need the version information, so import it.

7 years agopyhoca-cli.spec: Build-Require python-rpm-macros for OpenSuSE builds.
Mihai Moldovan [Sat, 10 Nov 2018 12:39:46 +0000 (13:39 +0100)]
pyhoca-cli.spec: Build-Require python-rpm-macros for OpenSuSE builds.

7 years agosetup.py: backport Python 2 support via io.open.
Mihai Moldovan [Sat, 10 Nov 2018 12:35:57 +0000 (13:35 +0100)]
setup.py: backport Python 2 support via io.open.

7 years agopyhoca-cli.spec: use modern python build and install macros.
Mihai Moldovan [Sat, 10 Nov 2018 12:16:47 +0000 (13:16 +0100)]
pyhoca-cli.spec: use modern python build and install macros.

7 years agopyhoca-cli.spec: either EL6 or EL7, not both at the same time.
Mihai Moldovan [Sat, 10 Nov 2018 11:57:57 +0000 (12:57 +0100)]
pyhoca-cli.spec: either EL6 or EL7, not both at the same time.

7 years agopyhoca-cli.spec: it's still %endif, not %fi.
Mihai Moldovan [Sat, 10 Nov 2018 10:58:04 +0000 (11:58 +0100)]
pyhoca-cli.spec: it's still %endif, not %fi.

7 years agopyhoca-cli.spec: build with Python 2 on CentOS, drop python3-argparse dependency...
Mihai Moldovan [Sat, 10 Nov 2018 08:40:59 +0000 (09:40 +0100)]
pyhoca-cli.spec: build with Python 2 on CentOS, drop python3-argparse dependency (part of stdlib).

7 years agodebian/changelog: fix for current version.
Mihai Moldovan [Sat, 10 Nov 2018 08:45:51 +0000 (09:45 +0100)]
debian/changelog: fix for current version.

7 years agodebian/changelog: fix for previous version.
Mihai Moldovan [Sat, 10 Nov 2018 08:39:21 +0000 (09:39 +0100)]
debian/changelog: fix for previous version.

7 years agopyhoca-cli.spec: Adjust python3-x2go versioned dependency.
Mike Gabriel [Wed, 19 Sep 2018 13:22:01 +0000 (15:22 +0200)]
pyhoca-cli.spec: Adjust python3-x2go versioned dependency.

7 years agoContinue development...
Mike Gabriel [Wed, 19 Sep 2018 13:22:19 +0000 (15:22 +0200)]
Continue development...

7 years agodebian/control: Set Section: from "python" to "x11". More appropriate.
Mike Gabriel [Wed, 19 Sep 2018 13:16:55 +0000 (15:16 +0200)]
debian/control: Set Section: from "python" to "x11". More appropriate.