fix LFS
This commit is contained in:
parent
84d2e88f01
commit
21636e5ad8
@ -1,13 +1,13 @@
|
||||
Name: dosfstools
|
||||
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux.
|
||||
Version: 2.11
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-%{version}.src.tar.gz
|
||||
Patch1: dosfstools-2.7-argfix.patch
|
||||
Patch2: dosfstools-2.11-assumeKernel26.patch
|
||||
|
||||
Patch3: dosfstools-2.11-lseek.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Obsoletes: mkdosfs-ygg
|
||||
|
||||
@ -20,6 +20,7 @@ drives or on floppies.
|
||||
%setup -q
|
||||
%patch1 -p1 -b .argfix
|
||||
%patch2 -p1 -b .assumeKernel26
|
||||
%patch3 -p1 -b .lseek
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -Dllseek=lseek64 -D_LARGEFILE64_SOURCE"
|
||||
@ -53,6 +54,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 04 2005 Peter Vrabec <pvrabec@redhat.com> 2.11-2
|
||||
- fix LFS
|
||||
|
||||
* Wed Oct 12 2005 Peter Vrabec <pvrabec@redhat.com> 2.11-1
|
||||
- upgrade
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user