]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/contrib-rpm/rpm_wizard.sh
Add Fedora 9 target.
[bacula/bacula] / bacula / platforms / contrib-rpm / rpm_wizard.sh
index 5ad266db63a83d66c3995e189143d2c0c8046033..a95182ac49bd12f7e1b4b96bdf076d51b120e071 100755 (executable)
@@ -38,7 +38,7 @@ then
 fi
 
 # select build platform
-PLATFORM=`zenity --title "Select Platform" --text "Please choose a build platform." --list --radiolist --column "Select" --column "Platform" False rh7 False rh8 False rh9 False fc1 False fc3 False fc4 False fc5 False fc6 False fc7 False fc8 False wb3 False rhel3 False rhel4 False rhel5 False centos3 False centos4 False centos5 False sl3 False sl4 False sl5 False su9 False su10 False su102 False su103 False mdk False mdv`
+PLATFORM=`zenity --title "Select Platform" --text "Please choose a build platform." --list --radiolist --column "Select" --column "Platform" False rh7 False rh8 False rh9 False fc1 False fc3 False fc4 False fc5 False fc6 False fc7 False fc8 False fc9 False wb3 False rhel3 False rhel4 False rhel5 False centos3 False centos4 False centos5 False sl3 False sl4 False sl5 False su9 False su10 False su102 False su103 False mdk False mdv`
 
 RESULT="$?"
 if [ "$RESULT" = "1" ];
@@ -115,3 +115,4 @@ echo $COMMAND | sh
 # 06 May 2007 add fc7 target
 # 10 Nov 2007 add rhel5 and su103 targets
 # 12 Jan 2008 add fc8 target
+# 23 May 2008 add fc9 target