From: Scott Barninger Date: Sun, 16 Sep 2007 10:47:21 +0000 (+0000) Subject: Fix disable-batch-insert. X-Git-Tag: Release-7.0.0~5666 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bc7e9ceb69ea59e9fee96b41abb9d640b02e0d5c;p=bacula%2Fbacula Fix disable-batch-insert. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5578 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/platforms/mandrake/bacula.spec.in b/bacula/platforms/mandrake/bacula.spec.in index 3d78d925a5..a636dc991c 100644 --- a/bacula/platforms/mandrake/bacula.spec.in +++ b/bacula/platforms/mandrake/bacula.spec.in @@ -1155,9 +1155,9 @@ make %endif %if %{client_only} --enable-client-only \ +%endif %if %{rh7} || %{rh8} || %{rh9} || %{fc1} || %{fc3} || %{wb3} --disable-batch-insert \ -%endif %endif --mandir=%{_mandir} \ --with-subsys-dir=/var/lock/subsys \ @@ -2024,6 +2024,8 @@ fi %endif %changelog +* Sun Sep 16 2007 D. Scott Barninger +- fix disable-batch-insert * Fri Sep 14 2007 D. Scott Barninger - 2.2.4 release - turn off gconsole build for fc3, tray monitor fails to build diff --git a/bacula/platforms/redhat/bacula.spec.in b/bacula/platforms/redhat/bacula.spec.in index 3d78d925a5..a636dc991c 100644 --- a/bacula/platforms/redhat/bacula.spec.in +++ b/bacula/platforms/redhat/bacula.spec.in @@ -1155,9 +1155,9 @@ make %endif %if %{client_only} --enable-client-only \ +%endif %if %{rh7} || %{rh8} || %{rh9} || %{fc1} || %{fc3} || %{wb3} --disable-batch-insert \ -%endif %endif --mandir=%{_mandir} \ --with-subsys-dir=/var/lock/subsys \ @@ -2024,6 +2024,8 @@ fi %endif %changelog +* Sun Sep 16 2007 D. Scott Barninger +- fix disable-batch-insert * Fri Sep 14 2007 D. Scott Barninger - 2.2.4 release - turn off gconsole build for fc3, tray monitor fails to build diff --git a/bacula/platforms/suse/bacula.spec.in b/bacula/platforms/suse/bacula.spec.in index 3d78d925a5..a636dc991c 100644 --- a/bacula/platforms/suse/bacula.spec.in +++ b/bacula/platforms/suse/bacula.spec.in @@ -1155,9 +1155,9 @@ make %endif %if %{client_only} --enable-client-only \ +%endif %if %{rh7} || %{rh8} || %{rh9} || %{fc1} || %{fc3} || %{wb3} --disable-batch-insert \ -%endif %endif --mandir=%{_mandir} \ --with-subsys-dir=/var/lock/subsys \ @@ -2024,6 +2024,8 @@ fi %endif %changelog +* Sun Sep 16 2007 D. Scott Barninger +- fix disable-batch-insert * Fri Sep 14 2007 D. Scott Barninger - 2.2.4 release - turn off gconsole build for fc3, tray monitor fails to build