From 0dc5cac93d24de08174fe3cbf136ab52a259c8fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Thu, 5 May 2011 09:20:06 +0000 Subject: follow URPM API change for using the correct tag names 'providename' & 'basenames' --- Makefile | 2 +- NEWS | 4 ++++ Rpmdrake/pkg.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5dece8e0..5d995515 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 5.26.7 +VERSION = 5.26.8 NAME = rpmdrake DIRS = grpmi po data mime diff --git a/NEWS b/NEWS index 0f1d75c6..20199490 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 5.26.8 - 5 May 2011, by Per Øyvind Karlsen + +- follow URPM API change for using the correct tag names 'providename' & 'basenames' + Version 5.26.7 - 1 March 2011, J. Victor Martins - Fix offering of updates from media not configured as update (#60891). diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index 3bb3c6ff..1fcc3e7f 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -313,7 +313,7 @@ sub get_installed_packages { reset_pbar_count(0.33); while (defined(local $_ = shift @base)) { exists $basepackages{$_} and next; - $db->traverse_tag(m|^/| ? 'path' : 'whatprovides', [ $_ ], sub { + $db->traverse_tag(m|^/| ? 'basenames' : 'providename', [ $_ ], sub { update_pbar($gurpm); my $name = urpm_name($_[0]); # workaround looping in URPM: -- cgit v1.2.1