aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM.xs2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 674054d..2c5550d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- really enable to traverse rpm db by fullname
+
Version 4.9 - 25 June 2012
- fix setting rflags on packages (mga#6532)
diff --git a/URPM.xs b/URPM.xs
index 52c18c5..a5ddb48 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1330,7 +1330,7 @@ rpmtag_from_string(char *tag)
else if (!strcmp(tag, "path"))
return RPMDBI_BASENAMES;
else if (!strcmp(tag, "nvra"))
- return RPMTAG_NVRA;
+ return RPMDBI_LABEL;
else croak("unknown tag [%s]", tag);
}