diff --git a/python-portalocker.changes b/python-portalocker.changes index 1ce551e..3c9af1b 100644 --- a/python-portalocker.changes +++ b/python-portalocker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 18 11:27:33 UTC 2018 - jengelh@inai.de + +- Clear filler wording from description. + ------------------------------------------------------------------- Thu May 17 12:40:14 UTC 2018 - mcepl@suse.com diff --git a/python-portalocker.spec b/python-portalocker.spec index 58b2287..1109826 100644 --- a/python-portalocker.spec +++ b/python-portalocker.spec @@ -1,5 +1,5 @@ # -# spec file for package portalocker +# spec file for package python-portalocker # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -20,7 +20,7 @@ Name: python-portalocker Version: 1.2.1 Release: 0 -Summary: Cross-platform locking library +Summary: Locking library for Python License: Python-2.0 Group: Development/Languages/Python URL: https://github.com/WoLpH/portalocker @@ -30,20 +30,20 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch +BuildRequires: %{python_module Sphinx >= 1.6.5} BuildRequires: %{python_module flake8 >= 3.5.0} BuildRequires: %{python_module pytest >= 3.4.0} BuildRequires: %{python_module pytest-cache >= 1.0} -BuildRequires: %{python_module Sphinx >= 1.6.5} %python_subpackages %description -Portalocker is a library to provide an easy API to file locking. +Portalocker is a library to provide an API to file locking. -An important detail to note is that on Linux and Unix systems the locks are -advisory by default. By specifying the `-o mand` option to the mount command it -is possible to enable mandatory file locking on Linux. This is generally not -recommended however. For more information about the subject: +On Linux and Unix systems, the locks are advisory by default. By +specifying the `-o mand` option to the mount command, it is possible +to enable mandatory file locking on Linux. This is generally not +recommended however. %prep %setup -q -n portalocker-%{version}