[Yum-devel] [PATCH 8/8] Add repopkg txmbr attribute to save-ts/load-ts.

James Antill james at and.org
Wed Jan 16 07:26:06 UTC 2013


---
 yum/transactioninfo.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/yum/transactioninfo.py b/yum/transactioninfo.py
index 8545bac..96c75b5 100644
--- a/yum/transactioninfo.py
+++ b/yum/transactioninfo.py
@@ -870,5 +870,7 @@ class TransactionMember:
             msg += "  groups: %s\n" % ' '.join(self.groups)
         if self.environments:
             msg += "  environments: %s\n" % ' '.join(self.environments)
+        if self.repopkg:
+            msg += "  repopkg: %s\n" % self.repopkg
 
         return msg
-- 
1.7.6.5



More information about the Yum-devel mailing list