[Yum-devel] [PATCH 1/3] Fix _remove_old_deps to deal with chains of revdeps.

James Antill james at fedoraproject.org
Mon Jun 6 13:51:17 UTC 2011


On Sat, 2011-06-04 at 15:59 -0700, Casey Jao wrote:
> ---
>  yum/__init__.py |   66
> ++++++++++++++++++++++++++++++++++++++++++++++++++----
>  1 files changed, 61 insertions(+), 5 deletions(-)
> 
> diff --git a/yum/__init__.py b/yum/__init__.py
> index 77c4d00..ab2bb9d 100644
> --- a/yum/__init__.py
> +++ b/yum/__init__.py
> @@ -5363,6 +5363,11 @@ class YumBase(depsolve.Depsolve):
>          found_leaves = set()
>          checked = set()
>          beingremoved = [ t.po for t in
> self.tsInfo.getMembersWithState(output_states=TS_REMOVE_STATES) ]
> +        # cache previously examined packages

 It looks like your email client has done some text wrapping here, and
"git am" can't parse the patch. Can you use "git send-email" to directly
post the patches?



More information about the Yum-devel mailing list