]> git.sur5r.net Git - bacula/bacula/commitdiff
Add rhel5 and clones
authorScott Barninger <scott@barninger.com>
Sat, 15 Sep 2007 11:16:05 +0000 (11:16 +0000)
committerScott Barninger <scott@barninger.com>
Sat, 15 Sep 2007 11:16:05 +0000 (11:16 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5577 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/platforms/contrib-rpm/build_rpm.sh

index 3b5b528e1258d33eef35f764bccabc2be0c702ba..e2392ff0c4e8b0381e0915de1e44ef084cbefbec 100755 (executable)
@@ -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