rpms/krb5/devel krb5.spec,1.168,1.169

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sat Jun 14 18:22:47 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/krb5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25783/devel

Modified Files:
	krb5.spec 
Log Message:
generate include/krb5/krb5.h before building, fix conditional for sparcv9


Index: krb5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- krb5.spec	16 Apr 2008 18:54:08 -0000	1.168
+++ krb5.spec	14 Jun 2008 18:22:01 -0000	1.169
@@ -16,7 +16,7 @@
 Summary: The Kerberos network authentication system.
 Name: krb5
 Version: 1.6.3
-Release: 13%{?dist}
+Release: 14%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.6/krb5-1.6.2-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -232,6 +232,10 @@
 certificate.
 
 %changelog
+* Sat Jun 14 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.6.3-14
+- generate src/include/krb5/krb5.h before building
+- fix conditional for sparcv9
+
 * Wed Apr 16 2008 Nalin Dahyabhai <nalin at redhat.com> 1.6.3-13
 - ftp: use the correct local filename during mget when the 'case' option is
   enabled (#442713)
@@ -1418,7 +1422,7 @@
 cd src
 INCLUDES=-I%{_includedir}/et
 # Get LFS support on systems that need it which aren't already 64-bit.
-%ifarch %{ix86} s390 ppc sparc
+%ifarch %{ix86} s390 ppc sparcv9
 DEFINES="-D_FILE_OFFSET_BITS=64" ; export DEFINES
 %endif
 # Enable or disable the PKINIT plugin.  The configure script only checks for
@@ -1462,6 +1466,10 @@
 	--with-pam \
 	--with-pam-login-service=%{login_pam_service} \
 	--with-selinux
+# Generate krb5/krb5.h
+pushd include
+make krb5/krb5.h
+popd
 # Now build it.
 make
 




More information about the fedora-extras-commits mailing list