]> git.pld-linux.org Git - packages/rpm.git/blobdiff - python-libx32.patch
rpm did not found pythonegg provides on x32.
[packages/rpm.git] / python-libx32.patch
diff --git a/python-libx32.patch b/python-libx32.patch
new file mode 100644 (file)
index 0000000..59626dd
--- /dev/null
@@ -0,0 +1,10 @@
+--- rpm-5.4.15/lib/rpmfc.c.old 2015-02-27 14:41:47.000000000 +0000
++++ rpm-5.4.15/lib/rpmfc.c     2015-02-27 14:59:44.000000000 +0000
+@@ -1153,6 +1153,7 @@ assert(fc->fn != NULL);
+       {   fn = strstr(fc->fn[fc->ix], "/usr/lib");
+           if (fn) {
+               fn += sizeof("/usr/lib")-1;
++              if (fn[0] == 'x') fn++;
+               if ((fn[0] == '3' && fn[1] == '2') || 
+                       (fn[0] == '6' && fn[1] == '4'))
+                   fn += 2;
This page took 0.037745 seconds and 4 git commands to generate.