rpms/file/devel file-4.21-efi.patch,1.1,1.2 file.spec,1.70,1.71

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Tue Mar 11 07:53:51 UTC 2008


Author: tsmetana

Update of /cvs/pkgs/rpms/file/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5834

Modified Files:
	file-4.21-efi.patch file.spec 
Log Message:
* Tue Mar 11 2008 Tomas Smetana <tsmetana at redhat.com> - 4.23-5
- fix EFI detection patch


file-4.21-efi.patch:

Index: file-4.21-efi.patch
===================================================================
RCS file: /cvs/pkgs/rpms/file/devel/file-4.21-efi.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file-4.21-efi.patch	24 Jan 2008 09:27:31 -0000	1.1
+++ file-4.21-efi.patch	11 Mar 2008 07:53:47 -0000	1.2
@@ -1,6 +1,6 @@
 diff -up file-4.21/magic/Magdir/msdos.efi file-4.21/magic/Magdir/msdos
---- file-4.21/magic/Magdir/msdos.efi	2007-12-06 13:45:05.000000000 +0100
-+++ file-4.21/magic/Magdir/msdos	2007-12-06 13:48:18.000000000 +0100
+--- file-4.21/magic/Magdir/msdos.efi	2008-03-11 08:49:22.000000000 +0100
++++ file-4.21/magic/Magdir/msdos	2008-03-11 08:50:05.000000000 +0100
 @@ -49,7 +49,8 @@
  #
  # many of the compressed formats were extraced from IDARC 1.23 source code
@@ -66,3 +66,12 @@
  
  >>>>(0x3c.l+0xf8)	string		UPX0 \b, UPX compressed
  >>>>(0x3c.l+0xf8)	search/0x140	PEC2 \b, PECompact2 compressed
+@@ -119,6 +128,8 @@
+ >>>>&(0x3c.l+0xf8)	search/0x100	SharedD \b, Microsoft Installer self-extracting archive
+ >>>>0x30		string		Inno \b, InnoSetup self-extracting archive
+ 
++>>(0x3c.l) string !PE\0\0 MS-DOS executable
++
+ >>(0x3c.l)		string		NE \b, NE
+ >>>(0x3c.l+0x36)	byte		0 (unknown OS)
+ >>>(0x3c.l+0x36)	byte		1 for OS/2 1.x


Index: file.spec
===================================================================
RCS file: /cvs/pkgs/rpms/file/devel/file.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- file.spec	1 Feb 2008 11:18:38 -0000	1.70
+++ file.spec	11 Mar 2008 07:53:47 -0000	1.71
@@ -5,7 +5,7 @@
 Summary: A utility for determining file types
 Name: file
 Version: 4.23
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: BSD
 Group: Applications/File
 Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@@ -161,6 +161,9 @@
 %endif
 
 %changelog
+* Tue Mar 11 2008 Tomas Smetana <tsmetana at redhat.com> - 4.23-5
+- fix EFI detection patch
+
 * Fri Feb 01 2008 Tomas Smetana <tsmetana at redhat.com> - 4.23-4
 - fix mismatching gzip files and text files as animations
 




More information about the fedora-extras-commits mailing list