diff --git a/dosfstools.spec b/dosfstools.spec index 639cbaa..2f19712 100644 --- a/dosfstools.spec +++ b/dosfstools.spec @@ -1,12 +1,14 @@ Name: dosfstools Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux. Version: 2.8 -Release: 3 +Release: 6 License: GPL Group: Applications/System Source: ftp://ibiblio.org/pub/Linux/system/filesystems/dosfs/dosfstools-%{version}.src.tar.gz Patch0: dosfstools-2.7-s390.patch Patch1: dosfstools-2.7-argfix.patch +Patch2: dosfstools-llseek.patch +Patch3: dosfstools-2.8-loopsize.patch BuildRoot: %{_tmppath}/%{name}-root Obsoletes: mkdosfs-ygg @@ -19,9 +21,11 @@ drives or on floppies. %setup -q %patch0 -p1 -b .s390 %patch1 -p1 -b .argfix +%patch2 -p1 +%patch3 -p1 -b .loopsize %build -make +make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -Dllseek=lseek64 -D_LARGEFILE64_SOURCE" %install rm -rf %{buildroot} @@ -52,6 +56,15 @@ rm -rf %{buildroot} %{_mandir}/man8/* %changelog +* Wed Feb 19 2003 Jeremy Katz 2.8-6 +- handle getting the size of loop devices properly (part of #84351) + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Thu Dec 12 2002 Elliot Lee 2.8-4 +- Patch2 for errno + * Fri Jun 21 2002 Tim Powers - automated rebuild