packages: bacula/bacula.spec - enable python scripting
jajcus
jajcus at pld-linux.org
Wed Mar 17 10:18:12 CET 2010
Author: jajcus Date: Wed Mar 17 09:18:12 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- enable python scripting
---- Files affected:
packages/bacula:
bacula.spec (1.129 -> 1.130)
---- Diffs:
================================================================
Index: packages/bacula/bacula.spec
diff -u packages/bacula/bacula.spec:1.129 packages/bacula/bacula.spec:1.130
--- packages/bacula/bacula.spec:1.129 Wed Mar 17 09:50:47 2010
+++ packages/bacula/bacula.spec Wed Mar 17 10:18:06 2010
@@ -10,9 +10,9 @@
%bcond_without dbi # use Database Independent Abstraction Layer (libdbi)
%bcond_without mysql # use MySQL
%bcond_without pgsql # use PostgreSQL
-%bcond_with python
-%bcond_with rescue
%bcond_without sqlite3 # use SQLite3
+%bcond_without python
+%bcond_with rescue
%bcond_with sqlite3_sync_off # makes SQLite3 backend much faster, but less reliable
#
%if %{without sqlite3}
@@ -66,7 +66,7 @@
BuildRequires: openssl-devel
BuildRequires: pkgconfig
%if %{with python}
-BuildRequires: python-static
+BuildRequires: python-devel
%endif
%if %{with bat}
BuildRequires: QtCore-devel
@@ -1013,6 +1013,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.130 2010/03/17 09:18:06 jajcus
+- enable python scripting
+
Revision 1.129 2010/03/17 08:50:47 jajcus
- build the database drivers first so the whole thing is not rebuilt again and again
- update_configs macro defined and %post scripts simplified
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bacula/bacula.spec?r1=1.129&r2=1.130&f=u
More information about the pld-cvs-commit
mailing list