Information for build ansible-collection-community-libvirt-1.3.0-4.fc41

ID5777
Package Nameansible-collection-community-libvirt
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.3.0
Release4.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/ansible-collection-community-libvirt.git#f81d9498e180189ebc2a3c72d21e1b37eb399ab3
SummaryManages virtual machines supported by libvirt
DescriptionManages virtual machines supported by libvirt.
Built bykojiadmin
State complete
Volume DEFAULT
StartedTue, 30 Apr 2024 13:34:25 CST
CompletedTue, 30 Apr 2024 13:43:45 CST
Taskbuild (f41, /rpms/ansible-collection-community-libvirt.git:f81d9498e180189ebc2a3c72d21e1b37eb399ab3)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ansible-collection-community-libvirt.git#f81d9498e180189ebc2a3c72d21e1b37eb399ab3'}}
Tags
f41
RPMs
src
ansible-collection-community-libvirt-1.3.0-4.fc41.src.rpm (info) (download)
noarch
ansible-collection-community-libvirt-1.3.0-4.fc41.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
build.log
installed_pkgs.log
state.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 12 2024 Maxwell G <maxwell@gtmx.me> - 1.3.0-2 - Depend on ansible-packaging-tests and remove python3-mock dep * 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