[Yum-devel] [PATCH 3/4] Allow remove to use alwaysprompt/etc. logic.

seth vidal skvidal at fedoraproject.org
Thu Jul 14 17:17:31 UTC 2011


On Thu, 2011-07-14 at 11:45 -0400, James Antill wrote:
> ---
>  cli.py |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/cli.py b/cli.py
> index 6056d38..c69ec3b 100644
> --- a/cli.py
> +++ b/cli.py
> @@ -1400,7 +1400,6 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
>          #  package wasn't explictly given on the command line
>          for txmbr in self.tsInfo.getMembers():
>              if txmbr.isDep or \
> -                   txmbr.ts_state == 'e' or \
>                     txmbr.name not in self.extcmds:
>                  return True
>          

In general ACK - I'm a little afraid of people who might be surprised by
this change.

-sv




More information about the Yum-devel mailing list