]> git.pld-linux.org Git - packages/PackageKit.git/blobdiff - smart-at-fix.patch
- updated to 0.8.11
[packages/PackageKit.git] / smart-at-fix.patch
index 5448dfd0521ac864918868b8f7fd3ee3afaf0930..cc503b35f858ce5ba32aaebeb5567c589a78eb17 100644 (file)
@@ -6,7 +6,7 @@
              name = package.name
 -            version, arch = package.version.split('@')
 +            # in PLD Linux, there is '@' in kernel related package Release tag
-+          version, arch = package.version.split('@',1)
++            version, arch = package.version.split('@',1)
          elif isinstance(package, DebPackage):
              name = package.name
              version, arch = package.version, smart.backends.deb.base.DEBARCH
This page took 0.063187 seconds and 4 git commands to generate.