SOURCES: createrepo-typo.patch (NEW) - fix typo

patrys patrys at pld-linux.org
Mon Sep 1 21:49:07 CEST 2008


Author: patrys                       Date: Mon Sep  1 19:49:07 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix typo

---- Files affected:
SOURCES:
   createrepo-typo.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/createrepo-typo.patch
diff -u /dev/null SOURCES/createrepo-typo.patch:1.1
--- /dev/null	Mon Sep  1 21:49:08 2008
+++ SOURCES/createrepo-typo.patch	Mon Sep  1 21:49:02 2008
@@ -0,0 +1,11 @@
+--- createrepo-0.9.5/createrepo/__init__.py~	2008-02-18 21:30:13.000000000 +0100
++++ createrepo-0.9.5/createrepo/__init__.py	2008-09-01 21:42:52.356081079 +0200
+@@ -369,7 +369,7 @@
+         # and work down from there for the baseurl
+ 
+         if po.checksum in (None, ""):
+-            raise MDError, "No Package ID found for package %s, not going to add it" % e
++            raise MDError, "No Package ID found for package %s, not going to add it" % rpmfile
+         
+         return po
+ 
================================================================


More information about the pld-cvs-commit mailing list