Re: [Yum-devel] [PATCH] add a check to _checkMaybeYouMeant() to skip the lookup for things starting with @ since htey are groups and none of our checks intelligently check that anyway.

2010-11-01 Thread James Antill
On Mon, 2010-11-01 at 12:01 -0400, Seth Vidal wrote: > --- > cli.py |4 > 1 files changed, 4 insertions(+), 0 deletions(-) ACK. signature.asc Description: This is a digitally signed message part ___ Yum-devel mailing list Yum-devel@lists.ba

[Yum-devel] [PATCH] add a check to _checkMaybeYouMeant() to skip the lookup for things starting with @ since htey are groups and none of our checks intelligently check that anyway.

2010-11-01 Thread Seth Vidal
--- cli.py |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/cli.py b/cli.py index b3b760e..d5a85c4 100644 --- a/cli.py +++ b/cli.py @@ -619,6 +619,10 @@ class YumBaseCli(yum.YumBase, output.YumOutput): to not being installed, tell the user. """ # al

Re: [Yum-devel] arm arch handling

2010-11-01 Thread James Antill
On Fri, 2010-10-29 at 16:36 -0500, Dennis Gilmore wrote: > just for added fun > > we are looking at adding support for hardware floating point in fedora arm. > > which brings up how to handle this is rpm and yum > > there is three levels of ABI for floating point defined by -mfloat-abi= > soft