rpms/ez-ipupdate/F-8 ez-ipupdate.spec,1.20,1.21

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


Author: jlayton

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

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-8/ez-ipupdate.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ez-ipupdate.spec	8 Jun 2008 11:58:18 -0000	1.20
+++ ez-ipupdate.spec	16 Jun 2008 19:55:14 -0000	1.21
@@ -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