OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Oct-2006 10:14:47
Branch: HEAD Handle: 2006101409144700
Modified files:
openpkg-src/bacula bacula.spec
Log:
still requires SQLite v2
Summary:
Revision Changes Path
1.29 +3 -3 openpkg-src/bacula/bacula.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bacula/bacula.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 bacula.spec
--- openpkg-src/bacula/bacula.spec 13 Oct 2006 17:26:57 -0000 1.28
+++ openpkg-src/bacula/bacula.spec 14 Oct 2006 08:14:47 -0000 1.29
@@ -37,7 +37,7 @@
Group: System
License: GPL
Version: %{V_bacula}
-Release: 20061013
+Release: 20061014
# package options
%option with_server yes
@@ -79,8 +79,8 @@
PreReq: tcpwrappers
%endif
%if "%{with_db_sqlite}" == "yes"
-BuildPreReq: sqlite
-PreReq: sqlite
+BuildPreReq: sqlite, sqlite::with_v2 = yes
+PreReq: sqlite, sqlite::with_v2 = yes
%endif
%if "%{with_db_mysql}" == "yes"
BuildPreReq: mysql
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]