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
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/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()
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
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