Changeset 2551

Show
Ignore:
Timestamp:
06/21/07 14:56:25 (1 year ago)
Author:
dhozac
Message:

Support 3.1.x and 3.2.x as well.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/vyum-worker

    r2527 r2551  
    6161        check 'import yum,sys; sys.exit(not hasattr(yum.config.yumconf, "getRootedPath"))' 
    6262        ;; 
    63     (2.[6789]*|3.0*) 
     63    (2.[6789]*|3.[012]*) 
    6464        check 'import yum,sys; sys.exit(not hasattr(yum.config.YumConf, "getRootedPath"))' 
    6565        ;;