diff --git a/python-pysnmp.changes b/python-pysnmp.changes index 1dceed9..98a1104 100644 --- a/python-pysnmp.changes +++ b/python-pysnmp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 28 12:55:52 UTC 2014 - speilicke@suse.com + +- Add GPL-2.0 license for the twisted backend + ------------------------------------------------------------------- Sun Nov 24 20:56:12 UTC 2013 - p.drouand@gmail.com diff --git a/python-pysnmp.spec b/python-pysnmp.spec index 22eaccc..7cf40ca 100644 --- a/python-pysnmp.spec +++ b/python-pysnmp.spec @@ -1,7 +1,7 @@ # # spec file for package python-pysnmp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,24 +11,25 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-pysnmp Version: 4.2.5 Release: 0 Url: http://pysnmp.sourceforge.net/ Summary: A pure-Python SNMPv1/v2c/v3 library -License: BSD-2-Clause +License: BSD-2-Clause and GPL-2.0 Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/pysnmp/pysnmp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-pycrypto BuildRequires: python-pyasn1 -Requires: python-pycrypto +BuildRequires: python-pycrypto Requires: python-pyasn1 +Requires: python-pycrypto %if 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %else @@ -48,9 +49,9 @@ programming language: * Twisted binding %package utils -Group: Development/Tools/Other -Requires: python-pysnmp +Requires: python-pysnmp Summary: Python-pysnmp libsmi utilities +Group: Development/Tools/Other # Needed for build-pysnmp-mib Requires: libsmi > 0.4.5