b5cdbc7
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.