During the process of sqlite build rpm for suse, there's a line to patch the bacula-dir (removing the @DB_TYPE@)
There's now an error on that and I've redone the patch ... here's the diff -u diff -u bacula-dir-sqlite.patch bacula-dir-suse-sqlite.patch --- bacula-dir-sqlite.patch 2010-08-08 18:03:08.880176960 +0200 +++ bacula-dir-suse-sqlite.patch 2010-08-05 16:29:51.000000000 +0200 @@ -1,13 +1,13 @@ ---- bacula-dir.in 2010-08-05 16:29:51.000000000 +0200 -+++ bacula-dir-sqlite 2010-08-08 17:58:00.268926645 +0200 +--- ../../../bacula-2.1.10/platforms/suse/bacula-dir.in 2007-03-30 17:46:04.000000000 -0400 ++++ bacula-dir.in 2007-05-19 12:42:30.000000000 -0400 @@ -13,8 +13,8 @@ # ### BEGIN INIT INFO - # Provides: bacula-dir --# Required-Start: $local_fs $network @DB_TYPE@ --# Required-Stop: $local_fs $network @DB_TYPE@ -+# Required-Start: $local_fs $network -+# Required-Stop: $local_fs $network - # Default-Start: 3 5 - # Default-Stop: 0 1 2 6 - # Short-Description: bacula director + # Provides: bacula-dir +-# Required-Start: $local_fs $network @DB_TYPE@ +-# Required-Stop: $local_fs $network @DB_TYPE@ ++# Required-Start: $local_fs $network ++# Required-Stop: $local_fs $network + # Default-Start: 3 5 + # Default-Stop: 0 1 2 6 + # Short-Description: bacula director It seems there's a trouble with tabs or spaces ... Can we adjust that in sources. error in patch platforms/suse/bacula-dir.in platforms/suse/bacula-dir-suse-sqlite.patch patching file platforms/suse/bacula-dir.in Hunk #1 FAILED at 13. 1 out of 1 hunk FAILED -- saving rejects to file platforms/suse/bacula-dir.in.rej cat platforms/suse/bacula-dir.in.rej --- bacula-dir.in 2007-03-30 17:46:04.000000000 -0400 +++ bacula-dir.in 2007-05-19 12:42:30.000000000 -0400 @@ -13,8 +13,8 @@ # ### BEGIN INIT INFO # Provides: bacula-dir -# Required-Start: $local_fs $network @DB_TYPE@ -# Required-Stop: $local_fs $network @DB_TYPE@ +# Required-Start: $local_fs $network +# Required-Stop: $local_fs $network # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: bacula director I'm so sorry to not be able to give you just the git patch. But I've not check and follow you git guide. Even if you already have my sla :-) -- Bruno Friedmann [email protected] Ioda-Net Sàrl www.ioda-net.ch openSUSE Member User www.ioda.net/r/osu Blog www.ioda.net/r/blog fsfe fellowship www.fsfe.org (bruno.friedmann (at) fsfe.org ) tigerfoot on irc GPG KEY : D5C9B751C4653227 ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
