From: Scott Barninger Date: Sat, 15 Sep 2007 11:16:05 +0000 (+0000) Subject: Add rhel5 and clones X-Git-Tag: Release-7.0.0~5667 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e37e8dd729022b855b13bb5b6f91a632a2839788;p=bacula%2Fbacula Add rhel5 and clones git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5577 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/platforms/contrib-rpm/build_rpm.sh b/bacula/platforms/contrib-rpm/build_rpm.sh index 3b5b528e12..e2392ff0c4 100755 --- a/bacula/platforms/contrib-rpm/build_rpm.sh +++ b/bacula/platforms/contrib-rpm/build_rpm.sh @@ -25,13 +25,14 @@ VERSION=2.2.0 RELEASE=1 # build platform for spec -# set to one of rh7,rh8,rh9,fc1,fc3,fc4,fc5,fc6,fc7,wb3,rhel3,rhel4,centos3,centos4,sl3, sl4,su9,su10,su102,mdk,mdv +# set to one of rh7,rh8,rh9,fc1,fc3,fc4,fc5,fc6,fc7,wb3,rhel3,rhel4,rhel5,centos3,centos4,centos5,sl3, sl4,sl5,su9,su10,su102,mdk,mdv PLATFORM=su102 # platform designator for file names # for RedHat/Fedora set to one of rh7,rh8,rh9,fc1,fc3,fc4,fc5,fc6,fc7 OR # for RHEL3/clones wb3, rhel3, sl3 & centos3 set to el3 OR # for RHEL4/clones rhel4, sl4 & centos4 set to el4 OR +# for RHEL5/clones rhel5, sl5 & centos5 set to el5 OR # for SuSE set to su90, su91, su92, su100 or su101 or su102 OR # for Mandrake set to 101mdk or 20060mdk FILENAME=su102 @@ -179,4 +180,5 @@ ls # 27 Jan 2007 add fc6 target # 29 Apr 2007 add sl3 & sl4 target and bat package # 06 May 2007 add fc7 target +# 15 Sep 2007 add rhel5 and clones