]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-mono.patch
- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
[packages/rpm.git] / rpm-mono.patch
1 diff -urN rpm-4.5/lib/rpmfc.c rpm-4.5.new/lib/rpmfc.c
2 --- rpm-4.5/lib/rpmfc.c 2008-11-09 15:05:53.000000000 +0100
3 +++ rpm-4.5.new/lib/rpmfc.c     2008-11-09 15:07:53.000000000 +0100
4 @@ -555,6 +555,7 @@
5    { "Java ",                   RPMFC_JAVA|RPMFC_INCLUDE },
6  
7    /* .NET executables and libraries. file(1) cannot differ it from native win32 executables unfortunatelly */
8 +  { "Mono/.Net assembly",      RPMFC_MONO|RPMFC_INCLUDE },
9    { "PE executable",           RPMFC_MONO|RPMFC_INCLUDE },
10    { "executable PE",           RPMFC_MONO|RPMFC_INCLUDE },
11  
This page took 0.053571 seconds and 3 git commands to generate.