summaryrefslogtreecommitdiffstats
path: root/ten-changelog-limit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ten-changelog-limit.patch')
-rw-r--r--ten-changelog-limit.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/ten-changelog-limit.patch b/ten-changelog-limit.patch
new file mode 100644
index 0000000..07b6106
--- /dev/null
+++ b/ten-changelog-limit.patch
@@ -0,0 +1,11 @@
+--- createrepo/__init__.py~ 2011-01-26 12:14:30.000000000 -0500
++++ createrepo/__init__.py 2011-01-26 12:34:17.291441719 -0500
+@@ -96,7 +96,7 @@
+ self.mdtimestamp = 0
+ self.directory = None
+ self.directories = []
+- self.changelog_limit = None # needs to be an int or None
++ self.changelog_limit = 10 # needs to be an int or None
+ self.unique_md_filenames = True
+ self.additional_metadata = {} # dict of 'type':'filename'
+ self.revision = str(int(time.time()))