- 
    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)
   
  
  - 
    Tue May 17 2022 Paul Howarth <paul@city-fan.org> - 1.1.0-3
    
- 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
   
  
  - 
    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
   
  
  - 
    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