Parcourir la source

adjust for DB 4.6

Ralf S. Engelschall il y a 18 ans
Parent
commit
2a3642b99e
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      apr/apr.spec

+ 4 - 4
apr/apr.spec

@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Libraries
 License:      Apache
 Version:      %{V_apr}
-Release:      20071126
+Release:      20071221
 
 #   package options
 %option       with_threads  no
@@ -59,8 +59,8 @@ PreReq:       OpenPKG, openpkg >= 20040130
 BuildPreReq:  expat, sed
 PreReq:       expat, sed
 %if "%{with_db}" == "yes"
-BuildPreReq:  db
-PreReq:       db
+BuildPreReq:  db >= 4.6
+PreReq:       db >= 4.6
 %endif
 %if "%{with_gdbm}" == "yes"
 BuildPreReq:  gdbm
@@ -143,7 +143,7 @@ AutoReqProv:  no
           --with-gdbm=%{l_prefix} \
 %endif
 %if "%{with_db}" == "yes"
-          --with-dbm=db45 \
+          --with-dbm=db46 \
 %else
 %if "%{with_gdbm}" == "yes"
           --with-dbm=gdbm \