X-Git-Url: http://git.onelab.eu/?p=util-vserver.git;a=blobdiff_plain;f=util-vserver.spec.in;h=d641671b7eceaa9b15d3d7fe89a4f95691141b20;hp=ce9c0316c5b370f8dc1d1e31fe6afc9215c451b6;hb=e6bc41206da85b36b1f7669c7fae0941943ae10d;hpb=c0bb48bb6e9099a608834e0dad09326b78d05a44 diff --git a/util-vserver.spec.in b/util-vserver.spec.in index ce9c031..d641671 100644 --- a/util-vserver.spec.in +++ b/util-vserver.spec.in @@ -17,7 +17,7 @@ %define name @PACKAGE@ %define version @VERSION@ -%define release 8%{?pldistro:.%{pldistro}}%{?date:.%{date}} +%define release 11%{?pldistro:.%{pldistro}}%{?date:.%{date}} %define _without_dietlibc 1 %define _without_xalan 1 @@ -71,10 +71,6 @@ Requires: %name = %version-%release Requires(pre): %confdir Requires(postun): %confdir -%ifarch %ix86 -Requires: apt -%endif - %package sysv Summary: SysV-initscripts for vserver Group: System Environment/Base @@ -384,6 +380,14 @@ done %changelog +* Fri Feb 17 2006 Steve Muir +- add support for setting guaranteed CPU share flag in rspec + +* Fri Jan 13 2006 Steve Muir +- fix bug in python/vserverimpl.c where attempting to adjust CPU share + for a context that didn't exist would cause an error (it should be a + safe no-op) + * Fri Dec 2 2005 Steve Muir - fix bugs in python/vserverimpl.c where exceptions were not raised when they should be and thus occured later at unexpected times