]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- adjust for libmagic string change
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 9 Nov 2008 14:24:05 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-mono.patch -> 1.7.2.1

rpm-mono.patch

index f4c6511bd93f1b7742d4f0c1cd4d82d6d2f31eff..25604d3cf96eb4e98e43861e14eea5acc240f9eb 100644 (file)
@@ -1,13 +1,11 @@
---- rpm-5.0.1/macros.in~       2008-01-31 00:06:10.000000000 +0200
-+++ rpm-5.0.1/macros.in        2008-01-31 00:07:31.097681189 +0200
-@@ -1578,8 +1578,8 @@
- #
- # Note: Used iff _use_internal_dependency_generator is non-zero. The
- # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
--%__mono_provides      %{_rpmhome}/mono-find-provides
--%__mono_requires      %{_rpmhome}/mono-find-requires
-+%__mono_provides      %{nil}
-+%__mono_requires      %{nil}
+diff -urN rpm-4.5/lib/rpmfc.c rpm-4.5.new/lib/rpmfc.c
+--- rpm-4.5/lib/rpmfc.c        2008-11-09 15:05:53.000000000 +0100
++++ rpm-4.5.new/lib/rpmfc.c    2008-11-09 15:07:53.000000000 +0100
+@@ -555,6 +555,7 @@
+   { "Java ",                  RPMFC_JAVA|RPMFC_INCLUDE },
+   /* .NET executables and libraries. file(1) cannot differ it from native win32 executables unfortunatelly */
++  { "Mono/.Net assembly",     RPMFC_MONO|RPMFC_INCLUDE },
+   { "PE executable",          RPMFC_MONO|RPMFC_INCLUDE },
+   { "executable PE",          RPMFC_MONO|RPMFC_INCLUDE },
  
- #------------------------------------------------------------------------
- # executable(...) configuration.
This page took 0.042855 seconds and 4 git commands to generate.