rpms/createrepo/F-11 rawhide-fix.patch, NONE, 1.1 createrepo.spec, 1.62, 1.63

James Antill james at fedoraproject.org
Sat Apr 18 17:49:58 UTC 2009


Author: james

Update of /cvs/pkgs/rpms/createrepo/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5018

Modified Files:
	createrepo.spec 
Added Files:
	rawhide-fix.patch 
Log Message:
* Sat Apr 18 2009 James Antill <james at fedoraproject.org> - 0.9.7-6
- add patch to fix size limit


rawhide-fix.patch:

--- NEW FILE rawhide-fix.patch ---
diff -ru createrepo-0.9.7/createrepo/__init__.py createrepo-0.9.7-fix/createrepo/__init__.py
--- createrepo-0.9.7/createrepo/__init__.py	2009-04-18 13:47:48.000000000 -0400
+++ createrepo-0.9.7-fix/createrepo/__init__.py	2009-04-18 13:47:33.000000000 -0400
@@ -640,7 +640,7 @@
                 fp = d + '/' + f
                 if int(os.stat(fp)[stat.ST_SIZE]) > self.conf.max_delta_rpm_size:
                     self.callback.log("Skipping %s package " \
-                                      "that is > max_delta_rpm_size"  % pkg)
+                                      "that is > max_delta_rpm_size"  % f)
                     continue
                 if not self._old_package_dict.has_key(d):
                     self._old_package_dict[d] = []
Only in createrepo-0.9.7-fix/createrepo: __init__.py~


Index: createrepo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/createrepo/F-11/createrepo.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- createrepo.spec	17 Apr 2009 18:59:59 -0000	1.62
+++ createrepo.spec	18 Apr 2009 17:49:28 -0000	1.63
@@ -9,6 +9,7 @@
 Source: %{name}-%{version}.tar.gz
 Patch0: ten-changelog-limit.patch
 Patch1: createrepo-head.patch
+Patch2: rawhide-fix.patch
 URL: http://createrepo.baseurl.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArchitectures: noarch
@@ -24,6 +25,7 @@
 %setup -q
 %patch0 -p0
 %patch1 -p1
+%patch2 -p1
 
 %build
 
@@ -46,6 +48,9 @@
 %{python_sitelib}/createrepo
 
 %changelog
+* Sat Apr 18 2009 James Antill <james at fedoraproject.org> - 0.9.7-6
+- add patch to fix size limit
+
 * Fri Apr 17 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.7-5
 - add patch to make sure deltarpm creation doesn't obliterate our compose boxes
 




More information about the scm-commits mailing list