[Yum-devel] [PATCH] Make repoquery --pkgnarrow=extras actually output its findings.
Seth Vidal
skvidal at fedoraproject.org
Fri Oct 23 14:03:18 UTC 2009
On Fri, 23 Oct 2009, Ville Skyttä wrote:
> ---
> repoquery.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/repoquery.py b/repoquery.py
> index 7e9add1..6ddbddc 100755
> --- a/repoquery.py
> +++ b/repoquery.py
> @@ -394,7 +394,7 @@ class YumBaseQuery(yum.YumBase):
> qpkgs = []
> for pkg in pkgs:
> if isinstance(pkg, yum.packages.YumInstalledPackage):
> - if self.options.pkgnarrow not in ('all', 'installed'):
> + if self.options.pkgnarrow not in ('all', 'installed', 'extras'):
> continue
> qpkg = instPkgQuery(pkg, qf)
> else:
ack - but in general yum-utils don't require approvals.
-sv
More information about the Yum-devel
mailing list