[bacula/f16] Enable batch insert code

Simone Caronni slaanesh at fedoraproject.org
Mon Jan 9 17:44:07 UTC 2012


commit bc65dd74e831c4a1d306d409431c655ae281947b
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Mon Jan 9 18:43:54 2012 +0100

    Enable batch insert code

 bacula.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <negativo17 at gmail.com> - 5.0.3-18
+- Enable batch insert code.
+
 * Mon Jan 02 2012 Simone Caronni <negativo17 at gmail.com> - 5.0.3-17
 - Revert to SySV init scripts as packaging policies forbid systemd
   migration if not changing Fedora release; thanks Lukáš.


More information about the scm-commits mailing list