Accepting request 493938 from home:elimat:branches:security

- Change license to correct (LGPL-2.1)
- Remove patch sshuttle-remove_python2.patch file not needed.

OBS-URL: https://build.opensuse.org/request/show/493938
OBS-URL: https://build.opensuse.org/package/show/security/sshuttle?expand=0&rev=4
This commit is contained in:
Alexander Naumov
2017-05-17 10:51:02 +00:00
committed by Git OBS Bridge
parent f90659dc67
commit 1fc30ba44d
3 changed files with 8 additions and 14 deletions

View File

@@ -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 +

View File

@@ -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

View File

@@ -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