소스 검색

enable SQLite by default as it is harmless but usually always useful

Ralf S. Engelschall 20 년 전
부모
커밋
ad9a1c7848
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      perl-dbi/perl-dbi.spec

+ 2 - 2
perl-dbi/perl-dbi.spec

@@ -52,10 +52,10 @@ Class:        BASE
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20051216
+Release:      20060122
 
 #   package options
-%option       with_dbd_sqlite  no
+%option       with_dbd_sqlite  yes
 %option       with_dbd_mysql   no
 %option       with_dbd_pgsql   no
 %option       with_dbd_oracle  no