From 3b7786e94aa98ccc7ffc21de5d277fc3ea007b47 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Jun 2012 20:57:27 +0000 Subject: (rpmtag_from_string) really enable to traverse rpm db by fullname --- NEWS | 2 ++ URPM.xs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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); } -- cgit v1.2.1