OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 07-Jul-2003 14:48:07
Branch: HEAD Handle: 2003070713480601
Modified files:
openpkg-src/openssh openssh.spec
openpkg-web news.txt
Log:
add libraries to PreReq
Summary:
Revision Changes Path
1.89 +6 -2 openpkg-src/openssh/openssh.spec
1.5390 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.spec
============================================================================
$ cvs diff -u -r1.88 -r1.89 openssh.spec
--- openpkg-src/openssh/openssh.spec 28 Jun 2003 14:07:03 -0000 1.88
+++ openpkg-src/openssh/openssh.spec 7 Jul 2003 12:48:07 -0000 1.89
@@ -38,7 +38,7 @@
Group: Security
License: BSD
Version: %{V_base}%{V_portable}
-Release: 20030628
+Release: 20030707
# package options
%option with_fsl yes
@@ -63,8 +63,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030415, perl, openssl, zlib
+BuildPreReq: OpenPKG, openpkg >= 20030415, perl
PreReq: OpenPKG, openpkg >= 20030415
+BuildPreReq: openssl, zlib
+PreReq: openssl, zlib
%if "%{with_pam}" == "yes"
BuildPreReq: PAM
PreReq: PAM
@@ -75,9 +77,11 @@
%endif
%if "%{with_pcre}" == "yes"
BuildPreReq: pcre
+PreReq: pcre
%endif
%if "%{with_skey}" == "yes"
BuildPreReq: skey
+PreReq: skey
%endif
%if "%{with_x11}" == "yes"
BuildPreReq: X11
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5389 -r1.5390 news.txt
--- openpkg-web/news.txt 7 Jul 2003 12:46:55 -0000 1.5389
+++ openpkg-web/news.txt 7 Jul 2003 12:48:06 -0000 1.5390
@@ -1,3 +1,4 @@
+07-Jul-2003: Upgraded package: P<openssh-3.6.1p2-20030707>
07-Jul-2003: Upgraded package: P<openjade-1.3.2-20030707>
07-Jul-2003: Upgraded package: P<netrik-1.10.2-20030707>
07-Jul-2003: Upgraded package: P<netpbm-10.11.10-20030707>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]