b5cdbc7 Fix autodetection on RHEL 7 Server

1 file Authored by Michael Scherer 9 years ago, Committed by till 9 years ago,
    Fix autodetection on RHEL 7 Server
    
        >>> import yum
        >>> a=yum.YumBase()
        >>> a.preconf.debuglevel = 0
        >>> a.conf.yumvar["releasever"]
        '7Server
    
    So strip it to the numbers only.
    
        
file modified
+3 -0