- add check for minimum count of clusters in FAT16 and FAT32

This commit is contained in:
Martin Stransky 2004-11-10 13:19:49 +00:00
parent eb77a8dca3
commit dfa31286d9

View File

@ -1,7 +1,7 @@
Name: dosfstools
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux.
Version: 2.8
Release: 15
Release: 16
License: GPL
Group: Applications/System
Source: ftp://ibiblio.org/pub/Linux/system/filesystems/dosfs/dosfstools-%{version}.src.tar.gz
@ -13,6 +13,7 @@ Patch4: dosfstools-2.8-autofat32.patch
Patch5: dosfstools-2.8-endian.patch
Patch6: dosfstools-2.8-types.patch
Patch7: dosfstools-2.8-fat_length.patch
Patch8: dosfstools-2.8-limits.patch
BuildRoot: %{_tmppath}/%{name}-root
Obsoletes: mkdosfs-ygg
@ -31,6 +32,7 @@ drives or on floppies.
%patch5 -p1 -b .endian
%patch6 -p1 -b .types
%patch7 -p1 -b .fat_length
%patch8 -p1 -b .limits
%build
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -Dllseek=lseek64 -D_LARGEFILE64_SOURCE"
@ -64,6 +66,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/*
%changelog
* Wed Nov 10 2004 Martin Stransky <stransky@redhat.com> 2.8-16
- add check for minimum count of clusters in FAT16 and FAT32
* Wed Oct 13 2004 Peter Vrabec <pvrabec@redhat.com> 2.8-15
- fix fat_length type in boot.c. (same problem like in RHEL bug #135293)