From 9ebe9cbcd5d4d49d20cffb169c47ad9e5029e82b Mon Sep 17 00:00:00 2001 From: Scott Barninger Date: Sat, 27 Jan 2007 14:16:07 +0000 Subject: [PATCH] Now add fc6 --- docs/manual/rpm-faq.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/manual/rpm-faq.tex b/docs/manual/rpm-faq.tex index 6f413b90..368a3ea6 100644 --- a/docs/manual/rpm-faq.tex +++ b/docs/manual/rpm-faq.tex @@ -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" -- 2.39.5