]> git.pld-linux.org Git - packages/createrepo.git/commitdiff
- updated to fit 0.9.6 auto/th/createrepo-0_9_6-1
authorduddits <duddits@pld-linux.org>
Wed, 14 Jan 2009 20:01:52 +0000 (20:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    createrepo-typo.patch -> 1.2

createrepo-typo.patch

index fc66938d7c655e2921df5d78166294f57bd9c4ad..325684b6b9db8952c5c172794c02c576a84e8dec 100644 (file)
@@ -1,11 +1,13 @@
---- 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
+diff -burNp createrepo-0.9.6/createrepo/__init__.py createrepo-0.9.6-new/createrepo/__init__.py
+--- createrepo-0.9.6/createrepo/__init__.py    2008-10-28 20:58:14.000000000 +0100
++++ createrepo-0.9.6-new/createrepo/__init__.py        2009-01-14 20:58:39.060166556 +0100
+@@ -415,7 +415,8 @@ class MetaDataGenerator:
+                 self.rpmlib_reqs[r] = 1
+            
          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
+-            raise MDError, "No Package ID found for package %s, not going to add it" % po
++            raise MDError, "No Package ID found for package %s, not
++    going to add it" % rpmfile
          
          return po
  
This page took 0.076241 seconds and 4 git commands to generate.