]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fixed
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 17 Oct 2006 20:30:36 +0000 (20:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-pld-autodep.patch -> 1.16

rpm-pld-autodep.patch

index a5dcb7e134bb4277fc183429bb72627f35ec5b5f..8ec40bdbcb7c6aa663ea2a5a55fe69ce7529b4c0 100644 (file)
  {
      rpmfcApplyTbl fcat;
 @@ -865,6 +1055,26 @@
-     int ix;
      int i;
      int xx;
+     int skipping;
 +    int j;
 +    regex_t *noautoprovfiles = NULL;
 +    int noautoprovfiles_c;
  
      /* Generate package and per-file dependencies. */
      for (fc->ix = 0; fc->fn[fc->ix] != NULL; fc->ix++) {
---- rpm-4.4.7/build/rpmfc.c.org        2006-10-17 22:07:32.281698500 +0200
-+++ rpm-4.4.7/build/rpmfc.c    2006-10-17 22:08:38.313825250 +0200
 @@ -1076,9 +1076,43 @@
        for (fcat = rpmfcApplyTable; fcat->func != NULL; fcat++) {
            if (!(fc->fcolor->vals[fc->ix] & fcat->colormask))
This page took 0.042354 seconds and 4 git commands to generate.