rpms/coda/devel coda.spec,1.4,1.5

Neil Horman nhorman at fedoraproject.org
Tue Sep 9 16:59:35 UTC 2008


Author: nhorman

Update of /cvs/extras/rpms/coda/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24094

Modified Files:
	coda.spec 
Log Message:
Resolves: bz 461041


Index: coda.spec
===================================================================
RCS file: /cvs/extras/rpms/coda/devel/coda.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- coda.spec	29 May 2008 14:29:55 -0000	1.4
+++ coda.spec	9 Sep 2008 16:59:05 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:           coda
 Version:        6.9.4
-Release:        0.1.%{rcver}%{?dist}
+Release:        0.2.%{rcver}%{?dist}
 Summary:        Coda distributed file system
 Group:          System Environment/Daemons
 License:        GPLv2
@@ -17,7 +17,10 @@
 Patch2:         coda-6.9.3-client-fhs.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  lwp-devel rpc2-devel rvm-devel rvm-tools readline-devel
-BuildRequires:  fltk-devel fltk-fluid flex bison python perl
+BuildRequires:  fltk-devel fltk-fluid flex bison python perl krb5-devel
+BuildRequires:	e2fsprogs-devel
+Requires:	krb5-libs
+
 # For /etc/rc.d/init.d so that configure can detect we have RH style init
 BuildRequires:  chkconfig
 
@@ -83,8 +86,9 @@
 
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
-%configure --with-vcodacon
+export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -I/usr/include/et"
+export LIBS="-lkrb5 -lcom_err -lstdc++"
+%configure --with-vcodacon --with-krb5
 make %{?_smp_mflags}
 
 
@@ -288,6 +292,9 @@
 
 
 %changelog
+* Tue Sep 09 2008 Neil Horman <nhorman at redhat.com> 6.9.4-0.2.rc2
+- Enabling krb5 support (bz 461041)
+
 * Thu May 29 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 6.9.4-0.1.rc2
 - Update to 6.9.4~rc2 (bz 448749)
 




More information about the fedora-extras-commits mailing list