X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ipod.spec;h=4e5af2ab4c60cf2817f620d0cfaca69bb883ee41;hb=dbfc76ad7dc51045f1ad0403a401873e31a33fa5;hp=77cef1664dfe9e491123ad5f281ac0ef84c29bd7;hpb=daa69d4f0c765d3bdcfb39c5b4b8bb7b494b40e1;p=pingofdeath.git diff --git a/ipod.spec b/ipod.spec index 77cef16..4e5af2a 100644 --- a/ipod.spec +++ b/ipod.spec @@ -1,6 +1,6 @@ %define name ipod -%define version 2.0 -%define release 6.planetlab%{?date:.%{date}} +%define version 2.1 +%define release 1%{?pldistro:.%{pldistro}}%{?date:.%{date}} Vendor: PlanetLab Packager: PlanetLab Central @@ -47,8 +47,6 @@ cp pod $RPM_BUILD_ROOT/etc/init.d/ %pre %post -RUNLEVEL=`/sbin/runlevel` - if [ "$1" = 1 ]; then chkconfig --add pod chkconfig pod on @@ -68,6 +66,11 @@ fi %changelog +* Fri Aug 5 2005 Aaron Klingaman +- updated to use new source of POD Hash (/etc/planetlab/session) +- minor build changes to simply build process +- remove unnecessary call to runlevel in post section + * Mon Apr 12 2004 Aaron Klingaman - moved to new build process - added change log