rpms/krb5/devel krb5.spec,1.170,1.171

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Fri Jul 11 15:17:42 UTC 2008


Author: nalin

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

Modified Files:
	krb5.spec 
Log Message:
- build with -fno-strict-aliasing, which is needed because the library
  triggers these warnings



Index: krb5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- krb5.spec	11 Jul 2008 15:14:57 -0000	1.170
+++ krb5.spec	11 Jul 2008 15:16:54 -0000	1.171
@@ -16,7 +16,7 @@
 Summary: The Kerberos network authentication system.
 Name: krb5
 Version: 1.6.3
-Release: 14%{?dist}
+Release: 15%{?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,12 @@
 certificate.
 
 %changelog
+* Fri Jul 11 2008 Nalin Dahyabhai <nalin at redhat.com> 1.6.3-15
+- build with -fno-strict-aliasing, which is needed because the library
+  triggers these warnings
+- don't forget to label principal database lock files
+- fix the labeling patch so that it doesn't break bootstrapping
+
 * 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
@@ -1434,7 +1440,7 @@
 k5_cv_openssl_version_okay=no ; export k5_cv_openssl_version_okay
 %endif
 # Work out the CFLAGS and CPPFLAGS which we intend to use.
-CFLAGS="`echo $RPM_OPT_FLAGS $DEFINES $INCLUDES -fPIC`"
+CFLAGS="`echo $RPM_OPT_FLAGS $DEFINES $INCLUDES -fPIC -fno-strict-aliasing`"
 CPPFLAGS="`echo $DEFINES $INCLUDES`"
 %configure \
 	CC=%{__cc} \




More information about the fedora-extras-commits mailing list