Re: [Yum-devel] [PATCH] Clean up the 'Transaction summary' report.

2011-06-21 Thread Nick Jacek
Yeah, I'm Ok with that. - Original Message - From: "James Antill" To: "yum development" Sent: Tuesday, 21 June, 2011 3:05:10 PM Subject: Re: [Yum-devel] [PATCH] Clean up the 'Transaction summary' report. On Tue, 2011-06-21 at 15:44 +0200, Zdeněk Pavlas wrote: > --- > output.py | 43 +

Re: [Yum-devel] [PATCH] Clean up the 'Transaction summary' report.

2011-06-21 Thread James Antill
On Tue, 2011-06-21 at 15:44 +0200, Zdeněk Pavlas wrote: > --- > output.py | 43 +-- > 1 files changed, 13 insertions(+), 30 deletions(-) If you want to do the merge after Nick's change, that's fine. Probably need some good way to co-ordinate ... Nick,

Re: [Yum-devel] [PATCH] add check to make sure rest in the libc collapsing is not a single item list.

2011-06-21 Thread James Antill
On Tue, 2011-06-21 at 14:05 -0400, Seth Vidal wrote: > --- > yum/packages.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) ACK. signature.asc Description: This is a digitally signed message part ___ Yum-devel mailing list Yum-devel@l

[Yum-devel] [PATCH] add check to make sure rest in the libc collapsing is not a single item list.

2011-06-21 Thread Seth Vidal
--- yum/packages.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/yum/packages.py b/yum/packages.py index d8043f9..5ef9951 100644 --- a/yum/packages.py +++ b/yum/packages.py @@ -1186,7 +1186,7 @@ class YumAvailablePackage(PackageObject, RpmBase): if libc_re

[Yum-devel] [PATCH] Fix a leaked file descriptor

2011-06-21 Thread Zdeněk Pavlas
'yum.log' is now closed when YumBase instance is GC'd. Resolves BZ 713924. --- yum/__init__.py |5 - yum/logginglevels.py |4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/yum/__init__.py b/yum/__init__.py index 8fa957f..c21154e 100644 --- a/yum/__init__.py +

[Yum-devel] [PATCH] Clean up the 'Transaction summary' report.

2011-06-21 Thread Zdeněk Pavlas
--- output.py | 43 +-- 1 files changed, 13 insertions(+), 30 deletions(-) diff --git a/output.py b/output.py index 3840f82..c146abf 100755 --- a/output.py +++ b/output.py @@ -38,7 +38,7 @@ import yum.misc from rpmUtils.miscutils import checkSignals, for