On Tue, 2007-04-10 at 18:30 -0400, James Bowes wrote:
> build_* and time_* values are stored as ints, rather than text, and
> checksum_value has been dropped, as this is the same value as pkgId.

Not that I really think there are users of checksum_value directly, but
does it make sense to do the attached just in case there are?  Given
that we're already looking in the dict, it shouldn't add any real
overhead.

Jeremy
Index: yum/sqlitesack.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/sqlitesack.py,v
retrieving revision 1.94
diff -u -u -r1.94 sqlitesack.py
--- yum/sqlitesack.py	10 Apr 2007 22:29:02 -0000	1.94
+++ yum/sqlitesack.py	11 Apr 2007 00:06:35 -0000
@@ -90,7 +90,8 @@
                          'buildhost' : 'rpm_buildhost',
                          'sourcerpm' : 'rpm_sourcerpm',
                          'vendor' : 'rpm_vendor',
-                         'license' : 'rpm_license'
+                         'license' : 'rpm_license',
+                         'checksum_value': 'pkgId',
                         }
         
         dbname = varname
_______________________________________________
Yum-devel mailing list
[email protected]
https://lists.dulug.duke.edu/mailman/listinfo/yum-devel

Reply via email to