-
Fri Aug 05 2022 Paul Howarth <paul@city-fan.org> - 1.2.0-1
- Update to 1.2.0
- libvirt: Add extra guest information to inventory (GH#113)
- libvirt: Replace the calls to listDomainsID() and listDefinedDomains() with
listAllDomains() in find_vm() (GH#117)
- virt_net: Fix modify function, which was not idempotent, depending on
whether the network was active (GH#107)
- virt_pool: It crashed out if pool didn't contain a target path; fix allows
this not to be set (GH#129)
-
Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
Tue May 17 2022 Paul Howarth <paul@city-fan.org> - 1.1.0-3
- Add COPYING as a %license file
- Unconditionally use dynamic buildrequires to ensure expansion of
%{ansible_collection_url} in SRPM
-
Mon May 16 2022 Paul Howarth <paul@city-fan.org> - 1.1.0-2
- 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
-
Sun May 15 2022 Paul Howarth <paul@city-fan.org> - 1.1.0-1
- Update to 1.1.0
- Replace deprecated 'distutils.spawn.find_executable' with Ansible's
'get_bin_path' in '_search_executable' function
-
Wed May 11 2022 Paul Howarth <paul@city-fan.org> - 1.0.2-1
- Initial package