Dominique Leuenberger 2018-12-12 16:29:42 +00:00 committed by Git OBS Bridge
commit 8c8ea82b9c
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 11 10:59:55 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Tue Dec 11 07:49:13 UTC 2018 - lpechacek@suse.com

View File

@ -13,7 +13,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/
#
@ -30,7 +30,7 @@ BuildArch: noarch
Name: cpuset
Version: 1.6
Release: 0
Summary: Allows manipulation of cpusets on system and provides higher level functions
Summary: Cpuset manipulation tool
License: GPL-2.0-only
Group: System/Management
Url: https://github.com/lpechacek/cpuset
@ -39,9 +39,9 @@ BuildRequires: %{pyver}-setuptools
Requires: %{pyver}-future
%description
Cpuset is a Python application to make using the cpusets facilities in
the Linux kernel easier. The actual included command is called cset
and it allows manipulation of cpusets on the system and provides higher
Cpuset is a Python application for using the cpuset facilities in
the Linux kernel. The actual included command is called cset
and allows manipulation of cpusets on the system, and provides higher
level functions such as implementation and control of a basic CPU
shielding setup.