Fri, 31 May 2024 21:16:51 UTC | login

Information for build ansible-collection-community-libvirt-1.3.0-1.fc40

ID271212
Package Nameansible-collection-community-libvirt
Version1.3.0
Release1.fc40
Epoch
SummaryManages virtual machines supported by libvirt
DescriptionManages virtual machines supported by libvirt.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 29 Nov 2023 09:15:27 UTC
CompletedWed, 29 Nov 2023 09:15:27 UTC
Tags
f40
RPMs
src
ansible-collection-community-libvirt-1.3.0-1.fc40.src.rpm (info) (download)
noarch
ansible-collection-community-libvirt-1.3.0-1.fc40.noarch.rpm (info) (download)
Changelog * Tue Sep 26 2023 Paul Howarth <paul@city-fan.org> - 1.3.0-1 - Update to 1.3.0 - virt: add 'mutate_flags' parameter to enable XML mutation (add UUID, MAC addresses from existing domain) (GH#142) - virt: support '--diff' for 'define' command (GH#142) - libvirt_qemu: connection plugin threw a warning about an improperly configured remote target; fix adds 'inventory_hostname' to 'options.remote_addr.vars' (GH#147) - libvirt_qemu: fix encoding errors on Windows guests for non-ASCII return values (GH#157) - virt: fix virt module to undefine a domain with nvram, managed_save, snapshot_metadata or checkpoints_metadata (GH#40) - virt_pool: replace discouraged function 'listVolumes' with 'listAllVolumes' to fix potential race conditions (GH#135) - virt_pool: replace discouraged functions 'listStoragePools' and 'listDefinedStoragePools' with 'listAllStoragePools' to fix potential race conditions (GH#134) * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Mar 03 2023 Paul Howarth <paul@city-fan.org> - 1.2.0-3 - Use SPDX-format license tag * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * 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