SOURCES (AC-branch): rpm-mono.patch - add mono file signature spec...

qboosh qboosh at pld-linux.org
Tue Feb 20 09:31:49 CET 2007


Author: qboosh                       Date: Tue Feb 20 08:31:49 2007 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- add mono file signature specified by new magic database

---- Files affected:
SOURCES:
   rpm-mono.patch (1.1 -> 1.1.2.1) 

---- Diffs:

================================================================
Index: SOURCES/rpm-mono.patch
diff -u SOURCES/rpm-mono.patch:1.1 SOURCES/rpm-mono.patch:1.1.2.1
--- SOURCES/rpm-mono.patch:1.1	Thu Aug 11 18:54:56 2005
+++ SOURCES/rpm-mono.patch	Tue Feb 20 09:31:44 2007
@@ -1,17 +1,18 @@
 diff -ruN rpm-4.4.2./build/rpmfc.c rpm-4.4.2/build/rpmfc.c
 --- rpm-4.4.2./build/rpmfc.c	2005-08-11 13:11:54.000000000 +0200
 +++ rpm-4.4.2/build/rpmfc.c	2005-08-11 15:33:47.000000000 +0200
-@@ -534,6 +534,9 @@
+@@ -534,6 +534,10 @@
    /* XXX "python 2.3 byte-compiled" */
    { "python ",			RPMFC_PYTHON|RPMFC_INCLUDE },
  
 +  /* .NET executables and libraries. file(1) cannot differ it from native win32 executables unfortunatelly */
 +  { "PE executable",		RPMFC_MONO|RPMFC_INCLUDE },
++  { "executable PE",		RPMFC_MONO|RPMFC_INCLUDE },
 +
    { "current ar archive",	RPMFC_STATIC|RPMFC_LIBRARY|RPMFC_ARCHIVE|RPMFC_INCLUDE },
  
    { "Zip archive data",		RPMFC_COMPRESSED|RPMFC_ARCHIVE|RPMFC_INCLUDE },
-@@ -827,6 +830,42 @@
+@@ -827,6 +831,42 @@
  }
  
  /**
@@ -54,7 +55,7 @@
   * Extract Elf dependencies.
   * @param fc		file classifier
   * @param findprov	1 to enable provides
-@@ -1179,6 +1218,7 @@
+@@ -1179,6 +1219,7 @@
      { rpmfcSCRIPT,	(RPMFC_SCRIPT|RPMFC_PERL) },
      { rpmfcSCRIPT,	(RPMFC_SCRIPT|RPMFC_PYTHON) },
      { rpmfcSCRIPT,	(RPMFC_SCRIPT|RPMFC_PHP) },
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/rpm-mono.patch?r1=1.1&r2=1.1.2.1&f=u



More information about the pld-cvs-commit mailing list