]> git.sur5r.net Git - bacula/docs/commitdiff
Now add fc6
authorScott Barninger <scott@barninger.com>
Sat, 27 Jan 2007 14:16:07 +0000 (14:16 +0000)
committerScott Barninger <scott@barninger.com>
Sat, 27 Jan 2007 14:16:07 +0000 (14:16 +0000)
docs/manual/rpm-faq.tex

index 6f413b90e989e3c0b96d3c37c31db4ce5326009a..368a3ea666787197dc9bb726c58632929b8a2150 100644 (file)
@@ -39,7 +39,7 @@
    {\bf How do I build Bacula for platform xxx?}
    The bacula spec file contains defines to build for several platforms:
    Red Hat 7.x (rh7), Red Hat 8.0 (rh8), Red Hat 9 (rh9), Fedora Core (fc1,
-   fc3, fc4, fc5), Whitebox Enterprise Linux 3.0 (wb3), Red Hat Enterprise Linux 
+   fc3, fc4, fc5, fc6), Whitebox Enterprise Linux 3.0 (wb3), Red Hat Enterprise Linux 
    (rhel3, rhel4), Mandrake 10.x (mdk), Mandriva 2006.x (mdv) CentOS (centos3, centos4) 
    and SuSE (su9, su10). The package build is controlled by a mandatory define set at 
    the beginning of the file.  These defines basically just control the 
@@ -88,6 +88,8 @@ Alternately you may pass the define on the command line when calling rpmbuild:
         %define mysql 0
         OR
         %define mysql4 0
+       OR
+       %define mysql5 0
         
 \end{verbatim}
 \normalsize
@@ -99,6 +101,8 @@ to
         %define mysql 1
         OR
         %define mysql4 1
+       OR
+       %define mysql5 1
         
 \end{verbatim}
 \normalsize
@@ -109,6 +113,7 @@ in the spec file directly or pass it to rpmbuild on the command line:
 \begin{verbatim}
         rpmbuild -ba --define "build_rh7 1" --define "build_mysql 1" bacula.spec
         rpmbuild -ba --define "build_rh7 1" --define "build_mysql4 1" bacula.spec
+       rpmbuild -ba --define "build_rh7 1" --define "build_mysql5 1" bacula.spec
         
 \end{verbatim}
 \normalsize
@@ -259,6 +264,7 @@ Fedora Core build
 --define "build_fc3 1"
 --define "build_fc4 1"
 --define "build_fc5 1"
+--define "build_fc6 1"
 
 Whitebox Enterprise build
 --define "build_wb3 1"