Name: virt-lightning Version: 2.0.0 Release: 1%{?dist} Summary: Deploy your testing VM in a couple of seconds License: ASL 2.0 URL: https://virt-lightning.org Source0: https://files.pythonhosted.org/packages/source/v/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(libvirt-python) BuildRequires: python3dist(pyyaml) BuildRequires: python3dist(setuptools) BuildRequires: python3dist(setuptools-scm) BuildRequires: python3dist(urwid) Requires: python3dist(libvirt-python) Requires: python3dist(pyyaml) Requires: python3dist(setuptools) Requires: python3dist(urwid) %description Can quickly deploy a bunch of new VM and more! This is handy to quickly validate a new Ansible playbook, or a role on a large number of environments. example: test an Ansible command on a new env in ONE minute. %prep %autosetup -n %{name}-%{version} # Remove bundled egg-info rm -rf %{name}.egg-info %build %py3_build %install %py3_install %files %license LICENSE-2.0.txt %doc README.md %{_bindir}/virt-lightning %{_bindir}/vl %{python3_sitelib}/virt_lightning %{python3_sitelib}/virt_lightning-%{version}-py%{python3_version}.egg-info %changelog * Wed Oct 14 2020 - 2.0.0-1 - Upstream 2.0.0 * Mon May 04 2020 Haïkel Guémar - 1.1.0-1 - Initial package.