On Fri, 2006-03-10 at 18:51 -0700, Craig White wrote: > # 1 - why a mandrake package? > > # 2 - get the source rpm from bacula and rebuild it > > # 3 - before rebuilding, you will undoubtedly need, mysqlclient10, > mysql-devel mysql-server perhaps openssl-devel > > # 4 - build command is going to look something like this... > > $ rpmbuild -bb --define 'fc3 1' --define 'build_mysql 1' \ > --define 'build_mysql4 1' bacula.spec > > (after installing src rpm and cd to /usr/src/redhat/SPECS) Packaging bacula for Extras is on my to-do list. It'll take a while though, as it'll be a big job. I need to figure out how to provide separate mysql/postgres/sqlite director packages from the same SRPM (probably need to use alternatives to ensure they don't conflict with each other), and I also want to split the storage daemon off from the director package (I run the director and storage daemon on different hosts, and I don't like having to install the director and its associated database just to run storage daemon). Paul.