diff --git a/python-smbprotocol.changes b/python-smbprotocol.changes index ba6f747..6d3901c 100644 --- a/python-smbprotocol.changes +++ b/python-smbprotocol.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 3 01:57:40 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Sat Dec 29 14:10:26 UTC 2018 - mardnh@gmx.de diff --git a/python-smbprotocol.spec b/python-smbprotocol.spec index c7ff2fc..430e4d8 100644 --- a/python-smbprotocol.spec +++ b/python-smbprotocol.spec @@ -1,7 +1,7 @@ # # spec file for package python-smbprotocol # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,7 +20,7 @@ Name: python-smbprotocol Version: 0.1.1 Release: 0 -Summary: Interact with a server using the SMB 2/3 Protocol +Summary: SMBv2/v3 client for Python 2 and 3 License: MIT Group: Development/Languages/Python URL: https://github.com/jborean93/smbprotocol @@ -44,7 +44,6 @@ BuildRequires: %{python_module six} %python_subpackages %description -SMBv2 and v3 Client for both Python 2 and 3. This library implements the SMBv2 and SMBv3 protocol. Features