- fix rebuilding (#134834)
This commit is contained in:
parent
821172c295
commit
44f2fdb831
@ -1,7 +1,7 @@
|
||||
Name: dosfstools
|
||||
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux.
|
||||
Version: 2.8
|
||||
Release: 13
|
||||
Release: 14
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: ftp://ibiblio.org/pub/Linux/system/filesystems/dosfs/dosfstools-%{version}.src.tar.gz
|
||||
@ -11,6 +11,7 @@ Patch2: dosfstools-llseek.patch
|
||||
Patch3: dosfstools-2.8-loopsize.patch
|
||||
Patch4: dosfstools-2.8-autofat32.patch
|
||||
Patch5: dosfstools-2.8-endian.patch
|
||||
Patch6: dosfstools-2.8-types.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Obsoletes: mkdosfs-ygg
|
||||
|
||||
@ -27,6 +28,7 @@ drives or on floppies.
|
||||
%patch3 -p1 -b .loopsize
|
||||
%patch4 -p1 -b .autofat32
|
||||
%patch5 -p1 -b .endian
|
||||
%patch6 -p1 -b .types
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -Dllseek=lseek64 -D_LARGEFILE64_SOURCE"
|
||||
@ -60,6 +62,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 6 2004 Jeremy Katz <katzj@redhat.com> - 2.8-14
|
||||
- fix rebuilding (#134834)
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user