*** empty log message ***
This commit is contained in:
parent
44f2fdb831
commit
eb77a8dca3
@ -1,7 +1,7 @@
|
||||
Name: dosfstools
|
||||
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux.
|
||||
Version: 2.8
|
||||
Release: 14
|
||||
Release: 15
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: ftp://ibiblio.org/pub/Linux/system/filesystems/dosfs/dosfstools-%{version}.src.tar.gz
|
||||
@ -12,6 +12,7 @@ Patch3: dosfstools-2.8-loopsize.patch
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Obsoletes: mkdosfs-ygg
|
||||
|
||||
@ -29,6 +30,7 @@ drives or on floppies.
|
||||
%patch4 -p1 -b .autofat32
|
||||
%patch5 -p1 -b .endian
|
||||
%patch6 -p1 -b .types
|
||||
%patch7 -p1 -b .fat_length
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -Dllseek=lseek64 -D_LARGEFILE64_SOURCE"
|
||||
@ -62,6 +64,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
|
||||
* Wed Oct 6 2004 Jeremy Katz <katzj@redhat.com> - 2.8-14
|
||||
- fix rebuilding (#134834)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user