Name: | ansible-collection-community-libvirt |
---|---|
Version: | 1.1.0 |
Release: | 3.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 260825 |
License: | GPLv3+ |
RPM: | ansible-collection-community-libvirt-1.1.0-3.el9.noarch.rpm |
Source RPM: | ansible-collection-community-libvirt-1.1.0-3.el9.src.rpm |
Build Date: | Wed Jun 15 2022 |
Build Host: | build-ol9-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 - Unconditionally use dynamic buildrequires to ensure expansion of %{ansible_collection_url} in SRPM
- Incorporate feedback from package review (#2086299) - Add %check section to run unit tests - Handle file exclusions using galaxy.yml - Generate test dependencies dynamically - Manually specify URL: tag for EPEL-9 compatibility
- Update to 1.1.0 - Replace deprecated 'distutils.spawn.find_executable' with Ansible's 'get_bin_path' in '_search_executable' function
- Initial package