auto-import changelog data from dosfstools-2.8-6.src.rpm
Wed Feb 19 2003 Jeremy Katz <katzj@redhat.com> 2.8-6 - handle getting the size of loop devices properly (part of #84351) Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 2.8-4 - Patch2 for errno
This commit is contained in:
parent
7d75c953d9
commit
268510073e
@ -1,12 +1,14 @@
|
||||
Name: dosfstools
|
||||
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux.
|
||||
Version: 2.8
|
||||
Release: 3
|
||||
Release: 6
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: ftp://ibiblio.org/pub/Linux/system/filesystems/dosfs/dosfstools-%{version}.src.tar.gz
|
||||
Patch0: dosfstools-2.7-s390.patch
|
||||
Patch1: dosfstools-2.7-argfix.patch
|
||||
Patch2: dosfstools-llseek.patch
|
||||
Patch3: dosfstools-2.8-loopsize.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Obsoletes: mkdosfs-ygg
|
||||
|
||||
@ -19,9 +21,11 @@ drives or on floppies.
|
||||
%setup -q
|
||||
%patch0 -p1 -b .s390
|
||||
%patch1 -p1 -b .argfix
|
||||
%patch2 -p1
|
||||
%patch3 -p1 -b .loopsize
|
||||
|
||||
%build
|
||||
make
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -Dllseek=lseek64 -D_LARGEFILE64_SOURCE"
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
@ -52,6 +56,15 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 19 2003 Jeremy Katz <katzj@redhat.com> 2.8-6
|
||||
- handle getting the size of loop devices properly (part of #84351)
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 2.8-4
|
||||
- Patch2 for errno
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user