From 65065e3ab4497573eda0ee6b87f93890c8ed6151 Mon Sep 17 00:00:00 2001 From: Scott Barninger Date: Sat, 27 Jan 2007 13:37:30 +0000 Subject: [PATCH] Add fc6 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 | 8 ++++---- bacula/platforms/contrib-rpm/rpm_wizard.sh | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bacula/platforms/contrib-rpm/build_rpm.sh b/bacula/platforms/contrib-rpm/build_rpm.sh index fd4219b870..25ac6cea07 100755 --- a/bacula/platforms/contrib-rpm/build_rpm.sh +++ b/bacula/platforms/contrib-rpm/build_rpm.sh @@ -21,15 +21,15 @@ ########################################################################################### # 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 diff --git a/bacula/platforms/contrib-rpm/rpm_wizard.sh b/bacula/platforms/contrib-rpm/rpm_wizard.sh index d5ca0d220d..ce3e9f451a 100755 --- a/bacula/platforms/contrib-rpm/rpm_wizard.sh +++ b/bacula/platforms/contrib-rpm/rpm_wizard.sh @@ -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 -- 2.39.5