rpms/dosfstools/FC-5 dosfstools.spec, 1.24, 1.25 dosfstools-2.11-lseek.patch, 1.2, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu May 11 09:42:04 UTC 2006


Author: pvrabec

Update of /cvs/dist/rpms/dosfstools/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv16224

Modified Files:
	dosfstools.spec 
Removed Files:
	dosfstools-2.11-lseek.patch 
Log Message:
fix work with disk image files > 4GB (#191198)



Index: dosfstools.spec
===================================================================
RCS file: /cvs/dist/rpms/dosfstools/FC-5/dosfstools.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- dosfstools.spec	11 Feb 2006 02:27:12 -0000	1.24
+++ dosfstools.spec	11 May 2006 09:41:59 -0000	1.25
@@ -1,13 +1,12 @@
 Name: dosfstools
 Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux.
 Version: 2.11
-Release: 4.2
+Release: 5.FC5
 License: GPL
 Group: Applications/System
 Source: ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-%{version}.src.tar.gz
 Patch1: dosfstools-2.7-argfix.patch
 Patch2: dosfstools-2.11-assumeKernel26.patch
-Patch3: dosfstools-2.11-lseek.patch
 Patch4: dosfstools-2.11-fortify.patch
 BuildRoot: %{_tmppath}/%{name}-root
 Obsoletes: mkdosfs-ygg
@@ -21,11 +20,10 @@
 %setup -q
 %patch1 -p1 -b .argfix
 %patch2 -p1 -b .assumeKernel26
-%patch3 -p1 -b .lseek
 %patch4 -p1 -b .fortify
 
 %build
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -Dllseek=lseek64 -D_LARGEFILE64_SOURCE"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
 
 %install
 rm -rf %{buildroot}
@@ -56,6 +54,9 @@
 %{_mandir}/man8/*
 
 %changelog
+* Thu May 11 2006 Peter Vrabec <pvrabec at redhat.com> 2.11-5.FC5
+- fix work with disk image files > 4GB (#191198)
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 2.11-4.2
 - bump again for double-long bug on ppc(64)
 


--- dosfstools-2.11-lseek.patch DELETED ---




More information about the fedora-cvs-commits mailing list