rpms/cvs/devel cvs.spec,1.62,1.63

Adam Jackson ajax at fedoraproject.org
Wed Apr 8 14:56:46 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/cvs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24250

Modified Files:
	cvs.spec 
Log Message:
* Wed Apr 08 2009 Adam Jackson <ajax at redhat.com> 1.11.23-4
- Disable krb4 support to fix F12 buildroots.



Index: cvs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cvs/devel/cvs.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- cvs.spec	24 Feb 2009 10:24:12 -0000	1.62
+++ cvs.spec	8 Apr 2009 14:56:15 -0000	1.63
@@ -6,7 +6,7 @@
 Summary: A version control system
 Name: cvs
 Version: 1.11.23
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL+
 Group: Development/Tools
 Source0: ftp://ftp.gnu.org/non-gnu/cvs/source/stable/%{version}/cvs-%{version}.tar.bz2
@@ -102,8 +102,8 @@
 	k5prefix=`krb5-config --prefix`
 	CPPFLAGS=-I${k5prefix}/include/kerberosIV; export CPPFLAGS
 	CFLAGS=-I${k5prefix}/include/kerberosIV; export CFLAGS
-	LIBS="-lkrb4 -ldes425 -lk5crypto"; export LIBS
-	KRB_CONFIG="--with-gssapi --with-krb4 --enable-encryption"
+	LIBS="-lk5crypto"; export LIBS
+	KRB_CONFIG="--with-gssapi --without-krb4 --enable-encryption"
 %endif
 
 %configure CFLAGS="$CFLAGS $RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE" \
@@ -163,6 +163,9 @@
 %{_sysconfdir}/profile.d/*
 
 %changelog
+* Wed Apr 08 2009 Adam Jackson <ajax at redhat.com> 1.11.23-4
+- Disable krb4 support to fix F12 buildroots.
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.11.23-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list