Ralf S. Engelschall преди 18 години
родител
ревизия
43a1aa35ef
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      subversion/subversion.spec

+ 3 - 3
subversion/subversion.spec

@@ -69,8 +69,8 @@ Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
 BuildPreReq:  OpenPKG, openpkg >= 20060823, make, libtool, sed, pkgconfig
 PreReq:       OpenPKG, openpkg >= 20060823
-BuildPreReq:  diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib, libiconv
-PreReq:       diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib, libiconv
+BuildPreReq:  diffutils, libxml, db, openssl, zlib, libiconv
+PreReq:       diffutils, libxml, db, openssl, zlib, libiconv
 %if "%{with_cvs2svn}" == "yes"
 PreReq:       rcs, python, python::with_dbm = yes
 %endif
@@ -163,7 +163,7 @@ AutoReqProv:  no
     ./configure \
         --prefix=%{l_prefix} \
         --with-berkeley-db=%{l_prefix} \
-        --with-dbm=db44 \
+        --with-dbm=db45 \
         --with-ssl=openssl \
         --with-zlib \
         --without-gssapi \