| Name: | ansible-collection-community-libvirt |
|---|---|
| Version: | 1.1.0 |
| Release: | 3.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 260825 |
| License: | GPLv3+ |
| RPM: | ansible-collection-community-libvirt-1.1.0-3.el8.noarch.rpm |
| Source RPM: | ansible-collection-community-libvirt-1.1.0-3.el8.src.rpm |
| Build Date: | Sat May 28 2022 |
| Build Host: | build-ol8-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://galaxy.ansible.com/community/libvirt |
| Summary: | Manages virtual machines supported by libvirt |
| Description: | Manages virtual machines supported by libvirt. |
- Add COPYING as a %license file - Manually specify URL as the ansible-packaging macros are not available in the minimal buildroot for the SRPM build - Drop %check section for EPEL-8 where dependencies are not available
- Incorporate feedback from package review (#2086299) - Add %check section to run unit tests - Handle file exclusions using galaxy.yml - Generate test dependencies dynamically
- Update to 1.1.0
- Replace deprecated 'distutils.spawn.find_executable' with Ansible's
'get_bin_path' in '_search_executable' function
- Initial package