]> git.pld-linux.org Git - packages/rpm.git/blobdiff - python-libx32.patch
- finished patch review, some patches require update (mst notableis x32)
[packages/rpm.git] / python-libx32.patch
diff --git a/python-libx32.patch b/python-libx32.patch
deleted file mode 100644 (file)
index 59626dd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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.031879 seconds and 4 git commands to generate.