OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Jan-2005 10:44:06
Branch: HEAD Handle: 2005012609440600
Modified files:
openpkg-src/subversion subversion.spec
Log:
rcs is actually required, not cvs
Summary:
Revision Changes Path
1.79 +2 -2 openpkg-src/subversion/subversion.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/subversion/subversion.spec
============================================================================
$ cvs diff -u -r1.78 -r1.79 subversion.spec
--- openpkg-src/subversion/subversion.spec 23 Jan 2005 21:02:07 -0000
1.78
+++ openpkg-src/subversion/subversion.spec 26 Jan 2005 09:44:06 -0000
1.79
@@ -39,7 +39,7 @@
Group: SCM
License: Apache/BSD
Version: %{V_opkg}
-Release: 20050123
+Release: 20050126
# package options
%option with_cvs2svn no
@@ -61,7 +61,7 @@
BuildPreReq: diffutils, libxml, db, openssl, zlib
PreReq: diffutils, libxml, db, openssl, zlib
%if "%{with_cvs2svn}" == "yes"
-PreReq: cvs, python
+PreReq: rcs, python
%endif
%if "%{with_svn2cvs}" == "yes"
BuildPreReq: perl
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]