summaryrefslogtreecommitdiff
path: root/lib/tagexts.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-09-15 08:45:14 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-09-15 08:45:14 +0300
commitd846e6b0f829791e6ffce4fd496c9378bff19c43 (patch)
treeed5da208f5e2ba1cd330e35926b76dd1c63b6465 /lib/tagexts.c
parent7cd005ce7f5357e4905c920f0ddb576f055dae82 (diff)
downloadlibrpm-tizen-d846e6b0f829791e6ffce4fd496c9378bff19c43.tar.gz
librpm-tizen-d846e6b0f829791e6ffce4fd496c9378bff19c43.tar.bz2
librpm-tizen-d846e6b0f829791e6ffce4fd496c9378bff19c43.zip
Don't add dependency type into file requires and provides (RhBug:523282)
- unintended change in commit 3d8656f040d2c780c88d0cd63594898f0605a6fa
Diffstat (limited to 'lib/tagexts.c')
-rw-r--r--lib/tagexts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tagexts.c b/lib/tagexts.c
index ec0b001ad..4588365bb 100644
--- a/lib/tagexts.c
+++ b/lib/tagexts.c
@@ -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);
}
}
}