From 4b3d4ffd62cffe27ce513cabca68e705b1f9da7f Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Jan 09 2012 17:46:17 +0000 Subject: Enable batch insert code --- diff --git a/bacula.spec b/bacula.spec index f67ac40..1c4142d 100644 --- a/bacula.spec +++ b/bacula.spec @@ -2,7 +2,7 @@ Name: bacula Version: 5.0.3 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Cross platform network backup for Linux, Unix, Mac and Windows # See LICENSE for details License: GPLv2 with exceptions @@ -477,6 +477,7 @@ pushd bacula-sqlite --disable-tray-monitor \ --enable-build-stored \ --enable-build-dird \ + --enable-batch-insert \ --with-sqlite3 popd @@ -488,6 +489,7 @@ pushd bacula-mysql --disable-tray-monitor \ --enable-build-stored \ --enable-build-dird \ + --enable-batch-insert \ --with-mysql popd @@ -499,6 +501,7 @@ pushd bacula-postgresql --disable-tray-monitor \ --enable-build-stored \ --enable-build-dird \ + --enable-batch-insert \ --with-postgresql popd @@ -1126,6 +1129,9 @@ fi %changelog +* Mon Jan 09 2012 Simone Caronni - 5.0.3-18 +- Enable batch insert code. + * Mon Jan 02 2012 Simone Caronni - 5.0.3-17 - Revert to SySV init scripts as packaging policies forbid systemd migration if not changing Fedora release; thanks Lukáš.