OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Oct-2007 20:46:04
Branch: HEAD Handle: 2007100919460300
Modified files:
openpkg-src/openssh openssh.spec
Log:
build just fine against both MIT and Heimdal Kerberos
Summary:
Revision Changes Path
1.202 +3 -3 openpkg-src/openssh/openssh.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.spec
============================================================================
$ cvs diff -u -r1.201 -r1.202 openssh.spec
--- openpkg-src/openssh/openssh.spec 4 Oct 2007 06:23:25 -0000 1.201
+++ openpkg-src/openssh/openssh.spec 9 Oct 2007 18:46:03 -0000 1.202
@@ -42,7 +42,7 @@
Group: SSH
License: BSD
Version: %{V_base}%{V_portable}
-Release: 20071004
+Release: 20071009
# package options
%option with_fsl yes
@@ -93,8 +93,8 @@
PreReq: PAM
%endif
%if "%{with_kerberos}" == "yes"
-BuildPreReq: kerberos
-PreReq: kerberos
+BuildPreReq: KERBEROS
+PreReq: KERBEROS
%endif
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl >= 1.2.0
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]