Don't add dependency type into file requires and provides (RhBug:523282)
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 15 Sep 2009 05:45:14 +0000 (08:45 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 15 Sep 2009 05:45:14 +0000 (08:45 +0300)
- unintended change in commit 3d8656f040d2c780c88d0cd63594898f0605a6fa

lib/tagexts.c

index ec0b001..4588365 100644 (file)
@@ -137,7 +137,7 @@ static int filedepTag(Header h, rpmTag tagN, rpmtd td, headerGetFlags hgflags)
                    continue;
                DNEVR = rpmdsDNEVR(ds);
                if (DNEVR != NULL) {
-                   argvAdd(&deps, DNEVR);
+                   argvAdd(&deps, DNEVR + 2);
                }
            }
        }