]> git.pld-linux.org Git - packages/PackageKit.git/blobdiff - smart-at-fix.patch
- started update to 1.0.4 (0.8.x left on PackageKit-0.8 branch)
[packages/PackageKit.git] / smart-at-fix.patch
diff --git a/smart-at-fix.patch b/smart-at-fix.patch
deleted file mode 100644 (file)
index cc503b3..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- backends/smart/smartBackend.py     2011-04-09 16:51:19.060314527 +0200
-+++ backends/smart/smartBackend.py~    2011-04-09 16:52:21.816641214 +0200
-@@ -962,7 +962,8 @@
-         #if isinstance(package, RPMPackage):
-         if package.__class__.__name__ == 'RPMPackage':
-             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)
-         elif isinstance(package, DebPackage):
-             name = package.name
-             version, arch = package.version, smart.backends.deb.base.DEBARCH
This page took 0.066484 seconds and 4 git commands to generate.