X-Git-Url: http://git.onelab.eu/?p=pingofdeath.git;a=blobdiff_plain;f=ipod.spec;h=96094562db24cdafe8b025c0223b7f33be4a1954;hp=77cef1664dfe9e491123ad5f281ac0ef84c29bd7;hb=73cc341cf20e98e50bcf2d268aff4bb54fb3f453;hpb=daa69d4f0c765d3bdcfb39c5b4b8bb7b494b40e1 diff --git a/ipod.spec b/ipod.spec index 77cef16..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,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