Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restrict version regex to maj.min.patch version
Current regex breaks on libguestfs 1.32.7 from CentOS 7 Continuous Release repo given that they compile it with: $ ./configure --with-extra='rhel=7,release=3.el7.centos,libvirt' Which produces: $ yum-config-manager --enable cr $ yum clean all && yum install libguestfs{,-tools} $ virt-customize --version virt-customize 1.32.7rhel=7,release=3.el7.centos,libvirt
- Loading branch information