[Yum-devel] [PATCH 1/2] Skip displaying rights into in updateinfo (by default).

James Antill james at and.org
Tue Nov 9 19:32:51 UTC 2010


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

diff --git a/yum/update_md.py b/yum/update_md.py
index 56b5307..83e56c6 100644
--- a/yum/update_md.py
+++ b/yum/update_md.py
@@ -75,7 +75,7 @@ class UpdateNotice(object):
     def __setitem__(self, item, val):
         self._md[item] = val
 
-    def text(self, skip_data=('files', 'summary', 'solution')):
+    def text(self, skip_data=('files', 'summary', 'rights', 'solution')):
         head = """
 ===============================================================================
   %(title)s
-- 
1.7.2.3



More information about the Yum-devel mailing list