auto-import changelog data from dosfstools-2.8-11.src.rpm
Wed Sep 03 2003 Bill Nottingham <notting@redhat.com> 2.8-11 - rebuild Wed Sep 03 2003 Bill Nottingham <notting@redhat.com> 2.8-10 - don't rely on <linux/msdos_fs.h> including <asm/byteorder.h> Tue Jun 24 2003 Jeremy Katz <katzj@redhat.com> 2.8-9 - rebuild Tue Jun 24 2003 Jeremy Katz <katzj@redhat.com> 2.8-8 - add patch from Vince Busam (http://www.sixpak.org/dosfstools/) to do auto creation of FAT32 on large devices (#97308) Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
268510073e
commit
aff0b1c020
@ -1,7 +1,7 @@
|
||||
Name: dosfstools
|
||||
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux.
|
||||
Version: 2.8
|
||||
Release: 6
|
||||
Release: 11
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: ftp://ibiblio.org/pub/Linux/system/filesystems/dosfs/dosfstools-%{version}.src.tar.gz
|
||||
@ -9,6 +9,8 @@ Patch0: dosfstools-2.7-s390.patch
|
||||
Patch1: dosfstools-2.7-argfix.patch
|
||||
Patch2: dosfstools-llseek.patch
|
||||
Patch3: dosfstools-2.8-loopsize.patch
|
||||
Patch4: dosfstools-2.8-autofat32.patch
|
||||
Patch5: dosfstools-2.8-endian.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Obsoletes: mkdosfs-ygg
|
||||
|
||||
@ -23,6 +25,8 @@ drives or on floppies.
|
||||
%patch1 -p1 -b .argfix
|
||||
%patch2 -p1
|
||||
%patch3 -p1 -b .loopsize
|
||||
%patch4 -p1 -b .autofat32
|
||||
%patch5 -p1 -b .endian
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -Dllseek=lseek64 -D_LARGEFILE64_SOURCE"
|
||||
@ -56,6 +60,22 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 3 2003 Bill Nottingham <notting@redhat.com> 2.8-11
|
||||
- rebuild
|
||||
|
||||
* Wed Sep 3 2003 Bill Nottingham <notting@redhat.com> 2.8-10
|
||||
- don't rely on <linux/msdos_fs.h> including <asm/byteorder.h>
|
||||
|
||||
* Tue Jun 24 2003 Jeremy Katz <katzj@redhat.com> 2.8-9
|
||||
- rebuild
|
||||
|
||||
* Tue Jun 24 2003 Jeremy Katz <katzj@redhat.com> 2.8-8
|
||||
- add patch from Vince Busam (http://www.sixpak.org/dosfstools/) to do auto
|
||||
creation of FAT32 on large devices (#97308)
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Feb 19 2003 Jeremy Katz <katzj@redhat.com> 2.8-6
|
||||
- handle getting the size of loop devices properly (part of #84351)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user