Re: [Yum-devel] [PATCH 2/2] Fix alignment of some package sizes in listTransaction. Add tests for format_number.

2010-01-19 Thread Ville Skyttä
On Tuesday 19 January 2010, James Antill wrote: > On Tue, 2010-01-19 at 00:23 +0200, Ville Skyttä wrote: > > > The patch hunk below seems ok, but it tests format_number() only and not > > listTransaction() so it can't be used to test the above. > > Yeh, I was mainly testing it directly. Anyway AC

Re: [Yum-devel] [PATCH] Fix no script output from transaction, BZ 554462

2010-01-19 Thread Seth Vidal
On Tue, 19 Jan 2010, James Antill wrote: --- yum/rpmtrans.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/yum/rpmtrans.py b/yum/rpmtrans.py index f33f048..0340153 100644 --- a/yum/rpmtrans.py +++ b/yum/rpmtrans.py @@ -209,7 +209,8 @@ class RPMTransaction: i

[Yum-devel] [PATCH] Fix no script output from transaction, BZ 554462

2010-01-19 Thread James Antill
--- yum/rpmtrans.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/yum/rpmtrans.py b/yum/rpmtrans.py index f33f048..0340153 100644 --- a/yum/rpmtrans.py +++ b/yum/rpmtrans.py @@ -209,7 +209,8 @@ class RPMTransaction: io_r = tempfile.NamedTemporaryFile()

[Yum-devel] [PATCH] Fix no script output from transaction, BZ 554462

2010-01-19 Thread James Antill
This is the simple fix, just reverting the patch from last year that broke it ... can I get an ACK? ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel

Re: [Yum-devel] [PATCH] Fix no script output from transaction, BZ 554462

2010-01-19 Thread Panu Matilainen
On Mon, 18 Jan 2010, James Antill wrote: On Mon, 2010-01-18 at 17:37 +0200, Panu Matilainen wrote: On Mon, 18 Jan 2010, James Antill wrote: --- rpmUtils/transaction.py |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/rpmUtils/transaction.py b/rpmUtils/transactio