X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=util-vserver.spec;h=fe15ef6d51fda798ca2a29953deb39344d3372ba;hb=5af22be1f5c2aa21a0a8821526b76f4479ddaa1b;hp=2917a1e8ade6ebb92fb94100140ff9dd70924cc8;hpb=5ff22ef88a0d2861733aa6cbdf8f0841fc26c054;p=util-vserver.git diff --git a/util-vserver.spec b/util-vserver.spec index 2917a1e..fe15ef6 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -17,7 +17,7 @@ %define name util-vserver %define version 0.30.208 -%define release 7.planetlab%{?date:.%{date}} +%define release 10%{?pldistro:.%{pldistro}}%{?date:.%{date}} %define _without_dietlibc 1 %define _without_xalan 1 @@ -72,7 +72,8 @@ Requires(pre): %confdir Requires(postun): %confdir %ifarch %ix86 -Requires: apt +# Remove apt dependency, this is not available on Fedora Core +# Requires: apt %endif %package sysv @@ -384,6 +385,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