Fri, 31 May 2024 06:27:49 UTC | login

Information for build ansible-collection-community-libvirt-1.2.0-1.fc37

ID215819
Package Nameansible-collection-community-libvirt
Version1.2.0
Release1.fc37
Epoch
SummaryManages virtual machines supported by libvirt
DescriptionManages virtual machines supported by libvirt.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 04 Nov 2022 19:56:09 UTC
CompletedFri, 04 Nov 2022 19:56:09 UTC
Tags
f37
f38
RPMs
src
ansible-collection-community-libvirt-1.2.0-1.fc37.src.rpm (info) (download)
noarch
ansible-collection-community-libvirt-1.2.0-1.fc37.noarch.rpm (info) (download)
Changelog * 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