rpms/ez-ipupdate/F-9 ez-ipupdate.spec,1.21,1.22

Jeff Layton (jlayton) fedora-extras-commits at redhat.com
Mon Jun 16 19:46:42 UTC 2008


Author: jlayton

Update of /cvs/extras/rpms/ez-ipupdate/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14860

Modified Files:
	ez-ipupdate.spec 
Log Message:
Compile with -D_FILE_OFFSET_BITS=64



Index: ez-ipupdate.spec
===================================================================
RCS file: /cvs/extras/rpms/ez-ipupdate/F-9/ez-ipupdate.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ez-ipupdate.spec	8 Jun 2008 11:42:02 -0000	1.21
+++ ez-ipupdate.spec	16 Jun 2008 19:45:44 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           ez-ipupdate
 Version:        3.0.11
-Release:        0.18.b8%{?dist}
+Release:        0.19.b8%{?dist}
 Summary:        Client for Dynamic DNS Services
 
 Group:          Applications/Internet
@@ -48,6 +48,7 @@
 
 
 %build
+export CFLAGS="-D_FILE_OFFSET_BITS=64 $RPM_OPT_FLAGS"
 %configure
 make %{?_smp_mflags}
 
@@ -120,6 +121,10 @@
 %ghost %attr(0640,root,ez-ipupd) %config(noreplace,missingok) %{_sysconfdir}/ez-ipupdate/default.conf
 
 %changelog
+* Mon Jun 16 2008 Jeff Layton <jlayton at redhat.com> - 3.0.11-0.19.b8
+- compile with -D_FILE_OFFSET_BITS=64 so we can handle 64-bit inode numbers
+  in stat() calls
+
 * Sun Jun  8 2008 Jeff Layton <jlayton at redhat.com> - 3.0.11-0.18.b8
 - default server for zoneedit has changed to dynamic.zoneedit.com (BZ#449375)
 




More information about the fedora-extras-commits mailing list