diff --git a/sshuttle-remove_python2.patch b/sshuttle-remove_python2.patch deleted file mode 100644 index 4b2bcce..0000000 --- a/sshuttle-remove_python2.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ssh.py.orig 2011-05-04 22:44:58.000000000 +0200 -+++ ssh.py 2011-05-04 22:46:08.000000000 +0200 -@@ -84,8 +84,7 @@ - if python: - pycmd = "'%s' -c '%s'" % (python, pyscript) - else: -- pycmd = ("P=python2; $P -V 2>/dev/null || P=python; " -- "exec \"$P\" -c '%s'") % pyscript -+ pycmd = ("exec \"python\" -c '%s'") % pyscript - argv = (sshl + - portl + - ipv6flag + diff --git a/sshuttle.changes b/sshuttle.changes index 1229037..a737e17 100644 --- a/sshuttle.changes +++ b/sshuttle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 9 20:54:10 UTC 2017 - matthias.eliasson@gmail.com + +- Change license to correct (LGPL-2.1) +- Remove patch sshuttle-remove_python2.patch file not needed. + ------------------------------------------------------------------- Tue Nov 8 09:45:16 UTC 2016 - boris@steki.net diff --git a/sshuttle.spec b/sshuttle.spec index 31fdea6..91bb29f 100644 --- a/sshuttle.spec +++ b/sshuttle.spec @@ -1,7 +1,7 @@ # # spec file for package sshuttle # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: sshuttle Version: 0.78.1 Release: 0 -License: GPL-2.0+ +License: LGPL-2.1 Summary: Full-featured VPN over an SSH tunnel Url: https://github.com/sshuttle/sshuttle Group: Development/Languages/Python