/[smeserver]/cdrom.image/updates/upgrade.py
ViewVC logotype

Diff of /cdrom.image/updates/upgrade.py

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by slords, Sun Jul 31 16:24:58 2005 UTC Revision 1.4 by slords, Sun Jul 31 16:38:19 2005 UTC
# Line 533  def upgradeFindPackages(intf, method, id Line 533  def upgradeFindPackages(intf, method, id
533              val = rpm.labelCompare(('21', '6.0', '11'),              val = rpm.labelCompare(('21', '6.0', '11'),
534                                     (epoch, h[rpm.RPMTAG_VERSION],                                     (epoch, h[rpm.RPMTAG_VERSION],
535                                      h[rpm.RPMTAG_RELEASE]))                                      h[rpm.RPMTAG_RELEASE]))
             log("epoch: %s, version: %s, release: %s, val: %s", h[rpm.RPMTAG_EPOCH], h[rpm.RPMTAG_VERSION], h[rpm.RPMTAG_RELEASE], val)  
536              if val > 0:              if val > 0:
537                  supportedUpgradeVersion = 0                  supportedUpgradeVersion = 0
538              else:              else:


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed