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:55:20
Branch: HEAD Handle: 2003070713551801
Modified files:
openpkg-src/postfix postfix.spec
openpkg-web news.txt
Log:
add libraries to PreReq
Summary:
Revision Changes Path
1.143 +6 -3 openpkg-src/postfix/postfix.spec
1.5397 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.142 -r1.143 postfix.spec
--- openpkg-src/postfix/postfix.spec 4 Jul 2003 14:01:17 -0000 1.142
+++ openpkg-src/postfix/postfix.spec 7 Jul 2003 12:55:19 -0000 1.143
@@ -39,7 +39,7 @@
Group: Mail
License: IPL
Version: %{V_postfix}
-Release: 20030704
+Release: 20030707
# package options
%option with_fsl yes
@@ -63,14 +63,17 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030415, perl, pcre, db
+BuildPreReq: OpenPKG, openpkg >= 20030415, perl
PreReq: OpenPKG, openpkg >= 20030415, perl, procmail, perl-time
+BuildPreReq: pcre, db
+PreReq: pcre, db
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl
PreReq: fsl
%endif
%if "%{with_tls}" == "yes"
BuildPreReq: openssl
+PreReq: openssl
%endif
%if "%{with_sasl}" == "yes"
BuildPreReq: sasl
@@ -82,7 +85,7 @@
%endif
%if "%{with_ldap}" == "yes"
BuildPreReq: openldap, openssl
-PreReq: openldap
+PreReq: openldap, openssl
%endif
%if "%{with_whoson}" == "yes"
BuildPreReq: whoson
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5396 -r1.5397 news.txt
--- openpkg-web/news.txt 7 Jul 2003 12:54:11 -0000 1.5396
+++ openpkg-web/news.txt 7 Jul 2003 12:55:18 -0000 1.5397
@@ -1,3 +1,4 @@
+07-Jul-2003: Upgraded package: P<postfix-2.0.13-20030707>
07-Jul-2003: Upgraded package: P<popt-1.7-20030707>
07-Jul-2003: Upgraded package: P<orbit-0.5.17-20030707>
07-Jul-2003: Upgraded package: P<pstoedit-3.33-20030707>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]