]> git.sur5r.net Git - bacula/bacula/commitdiff
Add fc6
authorScott Barninger <scott@barninger.com>
Sat, 27 Jan 2007 13:37:30 +0000 (13:37 +0000)
committerScott Barninger <scott@barninger.com>
Sat, 27 Jan 2007 13:37:30 +0000 (13:37 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4054 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/platforms/contrib-rpm/build_rpm.sh
bacula/platforms/contrib-rpm/rpm_wizard.sh

index fd4219b87004813708cf57dc285d3dffaf18f631..25ac6cea07bfe8459e82e4f21b743b676f95a75d 100755 (executable)
 ###########################################################################################
 # script configuration section
 
-VERSION=1.39.18
+VERSION=2.0.2
 RELEASE=1
 
 # build platform for spec
-# set to one of rh7,rh8,rh9,fc1,fc3,fc4,fc5,wb3,rhel3,rhel4,centos3,centos4,su9,su10,mdk,mdv
+# set to one of rh7,rh8,rh9,fc1,fc3,fc4,fc5,fc6,wb3,rhel3,rhel4,centos3,centos4,su9,su10,mdk,mdv
 PLATFORM=su10
 
 # platform designator for file names
-# for RedHat/Fedora set to one of rh7,rh8,rh9,fc1,fc3,fc4,fc5 OR
+# for RedHat/Fedora set to one of rh7,rh8,rh9,fc1,fc3,fc4,fc5,fc6 OR
 # for RHEL3/clones wb3, rhel3 & centos3 set to el3 OR
 # for RHEL4/clones rhel4 & centos4 set to el4 OR
 # for SuSE set to su90, su91, su92, su100 or su101 OR
@@ -160,5 +160,5 @@ ls
 # 05 Aug 2006 add python support
 # 06 Aug 2006 add remote source directory, add switch for signing, refine file names
 # 19 Aug 2006 add $LANG override to config section per request Felix Schwartz
-
+# 27 Jan 2007 add fc6
 
index d5ca0d220d8d9f665b1f37a2835b9ef5ab1df255..ce3e9f451a796bc1602bb5cbef76ff9c93448bcf 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 wb3 False rhel3 False rhel4 False centos3 False centos4 False su9 False su10 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 wb3 False rhel3 False rhel4 False centos3 False centos4 False su9 False su10 False mdk False mdv`
 
 RESULT="$?"
 if [ "$RESULT" = "1" ];
@@ -105,3 +105,4 @@ echo $COMMAND | sh
 # ChangeLog
 # 30 Jul 2006 initial release
 # 05 Aug 2006 add option for build_python
+# 27 Jan 2007 add fc6