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: 04-Jun-2007 21:48:26
Branch: HEAD Handle: 2007060420482500
Modified files:
openpkg-src/samba samba.spec
Log:
Samba requires Kerberos 1.6 or higher
Summary:
Revision Changes Path
1.115 +3 -3 openpkg-src/samba/samba.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/samba/samba.spec
============================================================================
$ cvs diff -u -r1.114 -r1.115 samba.spec
--- openpkg-src/samba/samba.spec 26 May 2007 09:48:29 -0000 1.114
+++ openpkg-src/samba/samba.spec 4 Jun 2007 19:48:25 -0000 1.115
@@ -33,7 +33,7 @@
Group: Filesystem
License: GPL
Version: 3.0.25a
-Release: 20070526
+Release: 20070604
# package options
%option with_pam no
@@ -71,8 +71,8 @@
PreReq: openldap
%endif
%if "%{with_ads}" == "yes"
-BuildPreReq: kerberos
-PreReq: kerberos
+BuildPreReq: kerberos >= 1.6
+PreReq: kerberos >= 1.6
%endif
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]