packages: cvs/cvs.spec - rel 10 - switch to heimdal kerberos - rename krb5 ...
baggins
baggins at pld-linux.org
Fri Jul 3 00:20:35 CEST 2009
Author: baggins Date: Thu Jul 2 22:20:35 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 10
- switch to heimdal kerberos
- rename krb5 bcond to kerberos5
---- Files affected:
packages/cvs:
cvs.spec (1.189 -> 1.190)
---- Diffs:
================================================================
Index: packages/cvs/cvs.spec
diff -u packages/cvs/cvs.spec:1.189 packages/cvs/cvs.spec:1.190
--- packages/cvs/cvs.spec:1.189 Tue Feb 10 20:41:27 2009
+++ packages/cvs/cvs.spec Fri Jul 3 00:20:30 2009
@@ -1,7 +1,7 @@
# $Revision$, $Date$
#
# Conditional build:
-%bcond_without krb5 # disable krb5 support
+%bcond_without kerberos5 # disable kerberos V support
#
Summary: Concurrent Versioning System
Summary(de.UTF-8): Concurrent-Versioning-System
@@ -15,7 +15,7 @@
Summary(zh_CN.UTF-8): 并发的版本管理系统CVS
Name: cvs
Version: 1.12.13
-Release: 9
+Release: 10
License: GPL
Group: Development/Version Control
Source0: ftp://ftp.gnu.org/non-gnu/cvs/source/feature/%{version}/%{name}-%{version}.tar.bz2
@@ -61,7 +61,7 @@
URL: http://www.nongnu.org/cvs/
BuildRequires: autoconf >= 2.58
BuildRequires: automake >= 1:1.7.9
-%{?with_krb5:BuildRequires: krb5-devel}
+%{?with_kerberos5:BuildRequires: heimdal-devel}
BuildRequires: rpmbuild(macros) >= 1.268
BuildRequires: texinfo
BuildRequires: zlib-devel
@@ -284,7 +284,7 @@
--enable-server \
--enable-client \
--enable-rootcommit \
- --with%{!?with_krb5:out}-gssapi \
+ --with%{!?with_kerberos5:out}-gssapi \
--with-tmpdir=/tmp \
--with-rsh=%{_bindir}/ssh \
--with-editor=/bin/vi
@@ -354,6 +354,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.190 2009/07/02 22:20:30 baggins
+- rel 10
+- switch to heimdal kerberos
+- rename krb5 bcond to kerberos5
+
Revision 1.189 2009/02/10 19:41:27 arekm
- rel 9; fix *** %n in writable segment detected ***
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cvs/cvs.spec?r1=1.189&r2=1.190&f=u
More information about the pld-cvs-commit
mailing list