fix previous patch

This commit is contained in:
Daniel Novotny 2009-04-20 08:11:35 +00:00
parent 6156fb0e12
commit 849efe8ce9
2 changed files with 6 additions and 2 deletions

View File

@ -7,4 +7,4 @@ diff -up file-5.00/magic/Magdir/misctools.mdmp file-5.00/magic/Magdir/misctools
0 search/80 .lo\ -\ a\ libtool\ object\ file libtool object file
+
+# From: Daniel Novotny <dnovotny@redhat.com>
+0 string MDMP\x93\xA7 MDUMP crash report data
+0 string MDMP\x93\xA7 MDMP crash report data

View File

@ -5,7 +5,7 @@
Summary: A utility for determining file types
Name: file
Version: 5.00
Release: 6%{?dist}
Release: 7%{?dist}
License: BSD
Group: Applications/File
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@ -148,6 +148,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon Apr 20 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-7
- fix previous patch:
the name of the format is a bit different (MDUMP -> MDMP)
* Fri Apr 17 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-6
- fix #485835 (MDUMP files)