Accepting request 657211 from home:jengelh:branches:hardware

- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/657211
OBS-URL: https://build.opensuse.org/package/show/hardware/cpuset?expand=0&rev=40
This commit is contained in:
Tomáš Chvátal 2018-12-11 15:41:45 +00:00 committed by Git OBS Bridge
parent b9472d04e2
commit 64e5e64f12
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.