forked from pool/cpuset
Accepting request 25473 from hardware
Copy from hardware/cpuset based on submit request 25473 from user tsariounov OBS-URL: https://build.opensuse.org/request/show/25473 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpuset?expand=0&rev=7
This commit is contained in:
parent
f1517bde1c
commit
7aa1257094
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9b17d8c1c6ffeb8571ff62765c17d14bb302f6a414a2883cc150bf63e115e472
|
|
||||||
size 89409
|
|
3
cpuset-1.5.2.tar.gz
Normal file
3
cpuset-1.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ccdf5113320d4cb4ede9c139f511466ccebb058ea72e272bbacc361313066aa5
|
||||||
|
size 92709
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 30 14:28:23 MST 2009 - Alex Tsariounov <alext@novell.com>
|
||||||
|
|
||||||
|
- Update to svn 251, release 1.5.2
|
||||||
|
- Fix bug bnc#558395: cset couldn't delete cpu set
|
||||||
|
- Fix bug bnc#558399 - cset unable to move thread
|
||||||
|
- Fixed failure to delete cpuset if removed tasks stil
|
||||||
|
preset since they can be tardy to leave
|
||||||
|
- Quiet down not found and unmovable task output
|
||||||
|
- Add example init.d cset file in documentation directory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 17 12:52:05 MDT 2009 - Alex Tsariounov <alext@novell.com>
|
Wed Jun 17 12:52:05 MDT 2009 - Alex Tsariounov <alext@novell.com>
|
||||||
|
|
||||||
@ -7,7 +18,7 @@ Wed Jun 17 12:52:05 MDT 2009 - Alex Tsariounov <alext@novell.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 7 18:39:46 MST 2009 - alext@suse.de
|
Sat Feb 7 18:39:46 MST 2009 - alext@suse.de
|
||||||
|
|
||||||
- Update so svn 221, release 1.5.0
|
- Update to svn 221, release 1.5.0
|
||||||
- Fix bug #1: Origination cpuset not accepted for process move...
|
- Fix bug #1: Origination cpuset not accepted for process move...
|
||||||
- Fix bug #2: Proc move from set to set does not recognize...
|
- Fix bug #2: Proc move from set to set does not recognize...
|
||||||
- Fix bug #3: Interspersed arguments do not work
|
- Fix bug #3: Interspersed arguments do not work
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cpuset (Version 1.5.1)
|
# spec file for package cpuset (Version 1.5.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2008-2009 Novell, Inc. Waltham, MA, USA
|
# Copyright (c) 2008-2009 Novell, Inc. Waltham, MA, USA
|
||||||
@ -20,9 +20,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cpuset
|
Name: cpuset
|
||||||
Version: 1.5.1
|
Version: 1.5.2
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 only
|
License: GPLv2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Url: http://developer.novell.com/wiki/index.php/Cpuset
|
Url: http://developer.novell.com/wiki/index.php/Cpuset
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
@ -60,7 +60,7 @@ CFLAGS="%{optflags}" \
|
|||||||
%{__rm} -rf %{buildroot}/eraseme
|
%{__rm} -rf %{buildroot}/eraseme
|
||||||
# Install documentation
|
# Install documentation
|
||||||
%{__mkdir_p} %{buildroot}/%{_defaultdocdir}/cpuset
|
%{__mkdir_p} %{buildroot}/%{_defaultdocdir}/cpuset
|
||||||
%{__cp} NEWS README INSTALL AUTHORS COPYING %{buildroot}/%{_defaultdocdir}/cpuset/
|
%{__cp} NEWS README INSTALL AUTHORS COPYING cset.init.d %{buildroot}/%{_defaultdocdir}/cpuset/
|
||||||
%{__mkdir_p} %{buildroot}/%{_mandir}/man1
|
%{__mkdir_p} %{buildroot}/%{_mandir}/man1
|
||||||
cd doc
|
cd doc
|
||||||
%{__gzip} *.1
|
%{__gzip} *.1
|
||||||
|
Loading…
Reference in New Issue
Block a user