OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   18-Apr-2009 09:56:51
  Branch: HEAD                             Handle: 2009041808565100

  Modified files:
    openpkg-src/meta-rdbms  meta-rdbms.spec

  Log:
    adjust dependency

  Summary:
    Revision    Changes     Path
    1.14        +3  -3      openpkg-src/meta-rdbms/meta-rdbms.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/meta-rdbms/meta-rdbms.spec
  ============================================================================
  $ cvs diff -u -r1.13 -r1.14 meta-rdbms.spec
  --- openpkg-src/meta-rdbms/meta-rdbms.spec    1 Jan 2008 14:58:28 -0000       
1.13
  +++ openpkg-src/meta-rdbms/meta-rdbms.spec    18 Apr 2009 07:56:51 -0000      
1.14
  @@ -32,7 +32,7 @@
   Group:        Meta
   License:      -
   Version:      0
  -Release:      20080101
  +Release:      20090418
   
   #   package options
   %option       with_rdbms_sqlite yes
  @@ -67,10 +67,10 @@
   %if "%{with_perl}" == "yes"
   PreReq:       perl, perl-dbi
   %if "%{with_rdbms_pgsql}" == "yes"
  -PreReq:       perl-dbi::with_dbd_pgsql = yes
  +PreReq:       perl-dbi::with_pgsql = yes
   %endif
   %if "%{with_rdbms_mysql}" == "yes"
  -PreReq:       perl-dbi::with_dbd_mysql = yes
  +PreReq:       perl-dbi::with_mysql = yes
   %endif
   %endif
   AutoReq:      no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to