X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ipod.spec;h=96094562db24cdafe8b025c0223b7f33be4a1954;hb=73cc341cf20e98e50bcf2d268aff4bb54fb3f453;hp=e4bec3f6b582e8f6a2305740990659814e6da588;hpb=dadfbac369d72cf46f4d79b736fe8e4a48676ad6;p=pingofdeath.git diff --git a/ipod.spec b/ipod.spec index e4bec3f..9609456 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.planetlab%{?date:.%{date}} Vendor: PlanetLab Packager: PlanetLab Central @@ -47,13 +47,11 @@ cp pod $RPM_BUILD_ROOT/etc/init.d/ %pre %post -RUNLEVEL=`/sbin/runlevel` - if [ "$1" = 1 ]; then chkconfig --add pod chkconfig pod on - if [[ "$RUNLEVEL" != "unknown" ]]; then + if [[ "$PL_BOOTCD" != "1" ]] ; then /etc/init.d/pod start fi fi @@ -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