X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=util-vserver.spec.in;h=d69e4650206e0e89d38f25e08d5460a05ca5f1fc;hb=5ff22ef88a0d2861733aa6cbdf8f0841fc26c054;hp=79881bcbefcf5145417a413cea088a6cd8c9d29b;hpb=61f45146516cd4df6d2c8acd025f48f96bcb5c02;p=util-vserver.git diff --git a/util-vserver.spec.in b/util-vserver.spec.in index 79881bc..d69e465 100644 --- a/util-vserver.spec.in +++ b/util-vserver.spec.in @@ -17,11 +17,14 @@ %define name @PACKAGE@ %define version @VERSION@ -%define release 1.planetlab%{?date:.%{date}} +%define release 7.planetlab%{?date:.%{date}} %define _without_dietlibc 1 %define _without_xalan 1 +# don't build debuginfo RPM +%define debug_package %{nil} + Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab 3.0 @@ -103,8 +106,7 @@ Requires: %name-lib = %version-%release Summary: Python modules for manipulating vservers Group: Applications/System Requires: python util-python -# Backward compatibility -Provides: util-vserver-py23 +Obsoletes: util-vserver-py23 %description @@ -200,6 +202,7 @@ automake --add-missing %__make %{?_smp_mflags} all %__make %{?_smp_mflags} doc +%__make -C python %install rm -rf $RPM_BUILD_ROOT @@ -211,14 +214,12 @@ MANIFEST_CONFIG='%config' \ MANIFEST_CONFIG_NOREPLACE='%config(noreplace)' \ contrib/make-manifest %name $RPM_BUILD_ROOT contrib/manifest.dat -%if 0 -# build python bindings -%__make -C python INSTALL_ROOT=$RPM_BUILD_ROOT install -%endif +# install python bindings +%__make -C python DESTDIR="$RPM_BUILD_ROOT" install %check || : -%__make check +#%__make check %clean @@ -383,6 +384,29 @@ done %changelog +* 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 +- add support for stopping a vserver + +* Wed Nov 9 2005 Steve Muir +- add support for removing resource limits e.g., when a slice is deleted + +* Mon Nov 7 2005 Steve Muir +- fix file descriptor leak in vduimpl +- clean up handling of network parameters +- don't rely upon /etc/vservers/foo.conf to initialise vserver object + +* Wed Nov 2 2005 Steve Muir +- fix Python modules to handling scheduling parameters correctly + +* Fri Oct 28 2005 Steve Muir +- raise exception about being over disk limit after setting usage values + +* Fri Oct 7 2005 Steve Muir +- create common function to be used for entering a vserver and applying + resource limits + * Thu Aug 21 2005 Mark Huang - restore build of python modules