]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- unbroken (python source/bytecode modules don't have +x)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Mar 2005 16:59:05 +0000 (16:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-pld-autodep.patch -> 1.11

rpm-pld-autodep.patch

index 30b2c9b77c94f4a6878f6b8959186234db5367bf..a64ff1fc73bb7551facfb28de5a681a27dcd769e 100644 (file)
 -          xx = rpmfcHelper(fc, 'R', "python");
 +      if (findprov)
 +          xx = rpmfcHelper(fc, 'P', "python", noautoprov, noautoprov_c);
-+      if (findreq && is_executable)
++      if (findreq)
 +          xx = rpmfcHelper(fc, 'R', "python", noautoreq, noautoreq_c);
      }
      if (fc->fcolor->vals[fc->ix] & RPMFC_PHP) {
This page took 0.070393 seconds and 4 git commands to generate.