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:58:51
  Branch: HEAD                             Handle: 2009041808585100

  Modified files:
    openpkg-src/rt          rt.spec

  Log:
    adjust dependency

  Summary:
    Revision    Changes     Path
    1.197       +5  -5      openpkg-src/rt/rt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/rt/rt.spec
  ============================================================================
  $ cvs diff -u -r1.196 -r1.197 rt.spec
  --- openpkg-src/rt/rt.spec    8 Jan 2009 20:00:27 -0000       1.196
  +++ openpkg-src/rt/rt.spec    18 Apr 2009 07:58:51 -0000      1.197
  @@ -41,7 +41,7 @@
   Group:        Ticketing
   License:      GPL
   Version:      %{V_rt}
  -Release:      20090108
  +Release:      20090418
   
   #   package options
   %option       with_db_sqlite       no
  @@ -85,16 +85,16 @@
   BuildPreReq:  apache, apache-perl
   PreReq:       apache, apache-perl
   %if "%{with_db_sqlite}" == "yes"
  -PreReq:       sqlite, perl-dbi::with_dbd_sqlite = yes
  +PreReq:       sqlite, perl-dbi::with_sqlite = yes
   %endif
   %if "%{with_db_mysql}" == "yes"
  -PreReq:       mysql, mysql::with_innobase = yes, perl-dbi::with_dbd_mysql = 
yes
  +PreReq:       mysql, mysql::with_innobase = yes, perl-dbi::with_mysql = yes
   %endif
   %if "%{with_db_pgsql}" == "yes"
  -PreReq:       postgresql, perl-dbi::with_dbd_pgsql = yes
  +PreReq:       postgresql, perl-dbi::with_pgsql = yes
   %endif
   %if "%{with_db_oracle}" == "yes"
  -PreReq:       oracle, perl-dbi::with_dbd_oracle = yes
  +PreReq:       oracle, perl-dbi::with_oracle = yes
   %endif
   PreReq:       MTA
   AutoReq:      no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to