X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myplc.spec;h=6da4ed39446f935f66ec44ed338f6a06aa81cb91;hb=6b557afcd50768390765c1ec594e0a6c288f22ae;hp=028f677102bc35b2ed26a25bb98359d099334384;hpb=e89fafdb30e3371bd01efe7154e5366e2c5a85f4;p=myplc.git diff --git a/myplc.spec b/myplc.spec index 028f677..6da4ed3 100644 --- a/myplc.spec +++ b/myplc.spec @@ -6,7 +6,7 @@ URL: http://cvs.planet-lab.org/cvs/myplc Summary: PlanetLab Central (PLC) Portable Installation Name: myplc Version: 0.5 -Release: 2%{?pldistro:.%{pldistro}}%{?date:.%{date}} +Release: 3%{?pldistro:.%{pldistro}}%{?date:.%{date}} License: PlanetLab Group: Applications/Systems Source0: %{name}-%{version}.tar.gz @@ -112,12 +112,12 @@ rm -rf $RPM_BUILD_ROOT # If run under sudo if [ -n "$SUDO_USER" ] ; then # Allow user to delete the build directory - chown -R $SUDO_USER . + chown -h -R $SUDO_USER . # Some temporary cdroot files like /var/empty/sshd and # /usr/bin/sudo get created with non-readable permissions. find . -not -perm +0600 -exec chmod u+rw {} \; # Allow user to delete the built RPM(s) - chown -R $SUDO_USER %{_rpmdir}/%{_arch} + chown -h -R $SUDO_USER %{_rpmdir}/%{_arch} fi %pre @@ -252,6 +252,16 @@ fi %endif %changelog +* Tue Aug 22 2006 Mark Huang - 0.4-3, 0.5-3 +- MyPLC 0.4 RC3. +- Fix upgrade path from RC1. +- Always regenerate plc_config.xml at first startup +- Upgrade kernel, iptables, vnet to 2.6.17-1.2142_FC4-3.planetlab +- Minor PlanetFlow fixes +- pl_mom/swapmon: Minor fixes +- bootcd: Added Supermicro IPMI support +- bootmanager: Cleanup, fixed check for new disks + * Wed Aug 09 2006 Thierry Parmentelat - introduces variable %{build_devel} to allow custom sites to skip building the myplc-devel package.