[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var 
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This 
feature will be removed from ansible-core in version 2.19. Deprecation warnings
 can be disabled by setting deprecation_warnings=False in ansible.cfg.
ansible-playbook [core 2.17.3]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-rFg
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.5 (main, Aug  7 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_packages_full.yml **********************************************
1 plays in /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml

PLAY [Test cockpit_packages: full] *********************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:2
Saturday 31 August 2024  08:35:30 -0400 (0:00:00.007)       0:00:00.007 ******* 
[WARNING]: Platform linux on host managed_node1 is using the discovered Python
interpreter at /usr/bin/python3.12, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed_node1]

TASK [Include cockpit role] ****************************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:7
Saturday 31 August 2024  08:35:32 -0400 (0:00:01.892)       0:00:01.899 ******* 
included: fedora.linux_system_roles.cockpit for managed_node1

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2
Saturday 31 August 2024  08:35:32 -0400 (0:00:00.041)       0:00:01.941 ******* 
included: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for managed_node1

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Saturday 31 August 2024  08:35:32 -0400 (0:00:00.025)       0:00:01.966 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__cockpit_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] ***********
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10
Saturday 31 August 2024  08:35:32 -0400 (0:00:00.055)       0:00:02.021 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15
Saturday 31 August 2024  08:35:32 -0400 (0:00:00.484)       0:00:02.506 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__cockpit_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22
Saturday 31 August 2024  08:35:32 -0400 (0:00:00.050)       0:00:02.556 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27
Saturday 31 August 2024  08:35:33 -0400 (0:00:00.391)       0:00:02.948 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__cockpit_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31
Saturday 31 August 2024  08:35:33 -0400 (0:00:00.037)       0:00:02.986 ******* 
ok: [managed_node1] => (item=/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.yml) => {
    "ansible_facts": {
        "__cockpit_packages": {
            "default": "{{ __cockpit_packages_minimal + __cockpit_packages_default }}",
            "full": "{{ __cockpit_packages_minimal + __cockpit_packages_default + __cockpit_packages_full }}",
            "minimal": "{{ __cockpit_packages_minimal }}"
        },
        "__cockpit_packages_default": [
            "cockpit",
            "cockpit-networkmanager",
            "cockpit-packagekit",
            "cockpit-selinux",
            "cockpit-storaged"
        ],
        "__cockpit_packages_exclude": [
            "cockpit-docker",
            "cockpit-ostree",
            "cockpit-tests"
        ],
        "__cockpit_packages_full": [
            "cockpit-*"
        ],
        "__cockpit_packages_minimal": [
            "cockpit-system",
            "cockpit-ws"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.yml"
}

TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11
Saturday 31 August 2024  08:35:33 -0400 (0:00:00.028)       0:00:03.014 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == 'RedHat'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18
Saturday 31 August 2024  08:35:33 -0400 (0:00:00.013)       0:00:03.027 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == 'RedHat'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23
Saturday 31 August 2024  08:35:33 -0400 (0:00:00.017)       0:00:03.045 ******* 
included: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for managed_node1 => (item=/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml)

TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2
Saturday 31 August 2024  08:35:33 -0400 (0:00:00.051)       0:00:03.097 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "cockpit_packages": "full"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7
Saturday 31 August 2024  08:35:33 -0400 (0:00:00.026)       0:00:03.123 ******* 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: libmd-1.1.0-4.fc40.x86_64",
        "Installed: libuv-1:1.48.0-1.fc40.x86_64",
        "Installed: libvirt-client-10.1.0-3.fc40.x86_64",
        "Installed: libvirt-daemon-common-10.1.0-3.fc40.x86_64",
        "Installed: libvirt-daemon-config-network-10.1.0-3.fc40.x86_64",
        "Installed: libvirt-daemon-driver-interface-10.1.0-3.fc40.x86_64",
        "Installed: libvirt-daemon-driver-network-10.1.0-3.fc40.x86_64",
        "Installed: libvirt-daemon-driver-nodedev-10.1.0-3.fc40.x86_64",
        "Installed: libvirt-daemon-driver-qemu-10.1.0-3.fc40.x86_64",
        "Installed: libvirt-daemon-driver-storage-core-10.1.0-3.fc40.x86_64",
        "Installed: libvirt-daemon-driver-storage-disk-10.1.0-3.fc40.x86_64",
        "Installed: dracut-network-102-2.fc40.x86_64",
        "Installed: dracut-squash-102-2.fc40.x86_64",
        "Installed: libvirt-daemon-log-10.1.0-3.fc40.x86_64",
        "Installed: ipxe-roms-qemu-20240119-1.gitde8a0821.fc40.noarch",
        "Installed: libvirt-libs-10.1.0-3.fc40.x86_64",
        "Installed: iscsi-initiator-utils-6.2.1.9-20.gita65a472.fc40.x86_64",
        "Installed: iscsi-initiator-utils-iscsiuio-6.2.1.9-20.gita65a472.fc40.x86_64",
        "Installed: libwayland-client-1.23.0-2.fc40.x86_64",
        "Installed: isns-utils-libs-0.101-9.fc40.x86_64",
        "Installed: iso-codes-4.16.0-3.fc40.noarch",
        "Installed: libwayland-cursor-1.23.0-2.fc40.x86_64",
        "Installed: libwayland-egl-1.23.0-2.fc40.x86_64",
        "Installed: libwayland-server-1.23.0-2.fc40.x86_64",
        "Installed: edk2-ovmf-20240524-4.fc40.noarch",
        "Installed: libxcb-1.17.0-1.fc40.x86_64",
        "Installed: libvirt-dbus-1.4.1-4.fc40.x86_64",
        "Installed: libvirt-glib-5.0.0-3.fc40.x86_64",
        "Installed: cyrus-sasl-2.1.28-19.fc40.x86_64",
        "Installed: rubygem-sinatra-1:3.0.5-4.fc40.noarch",
        "Installed: cyrus-sasl-gssapi-2.1.28-19.fc40.x86_64",
        "Installed: cyrus-sasl-md5-2.1.28-19.fc40.x86_64",
        "Installed: cyrus-sasl-plain-2.1.28-19.fc40.x86_64",
        "Installed: libvisual-1:0.4.1-4.fc40.x86_64",
        "Installed: perl-Text-Diff-1.45-21.fc40.noarch",
        "Installed: gnutls-utils-3.8.6-1.fc40.x86_64",
        "Installed: libvorbis-1:1.3.7-10.fc40.x86_64",
        "Installed: opus-1.5.1-1.fc40.x86_64",
        "Installed: rubygem-tilt-2.2.0-2.fc40.noarch",
        "Installed: libnet-1.3-3.fc40.x86_64",
        "Installed: graphene-1.10.6-8.fc40.x86_64",
        "Installed: graphite2-1.3.14-15.fc40.x86_64",
        "Installed: pixman-0.43.4-1.fc40.x86_64",
        "Installed: llvm-libs-18.1.6-2.fc40.x86_64",
        "Installed: bzip2-1.0.8-18.fc40.x86_64",
        "Installed: perl-Tie-4.6-506.fc40.noarch",
        "Installed: python3-file-magic-5.45-4.fc40.noarch",
        "Installed: libdaemon-0.14-29.fc40.x86_64",
        "Installed: osinfo-db-tools-1.11.0-5.fc40.x86_64",
        "Installed: rubypick-1.1.1-20.fc40.noarch",
        "Installed: shadow-utils-subid-2:4.15.1-3.fc40.x86_64",
        "Installed: net-snmp-libs-1:5.9.4-5.fc40.x86_64",
        "Installed: ethtool-2:6.10-1.fc40.x86_64",
        "Installed: libdatrie-0.2.13-9.fc40.x86_64",
        "Installed: perl-TimeDate-1:2.33-14.fc40.noarch",
        "Installed: libwsman1-2.7.2-5.fc40.x86_64",
        "Installed: cairo-1.18.0-3.fc40.x86_64",
        "Installed: libnozzle1-1.28-3.fc40.x86_64",
        "Installed: libxdp-1.4.2-1.fc40.x86_64",
        "Installed: skopeo-1:1.16.0-1.fc40.x86_64",
        "Installed: makedumpfile-1.7.5-13.fc40.x86_64",
        "Installed: sos-4.7.2-1.fc40.noarch",
        "Installed: snappy-1.1.10-4.fc40.x86_64",
        "Installed: gstreamer1-1.24.7-1.fc40.x86_64",
        "Installed: aardvark-dns-2:1.12.1-1.fc40.x86_64",
        "Installed: libogg-2:1.3.5-8.fc40.x86_64",
        "Installed: libxshmfence-1.3.2-3.fc40.x86_64",
        "Installed: perl-IO-Compress-2.207-1.fc40.noarch",
        "Installed: perl-IO-Compress-Lzma-2.207-1.fc40.noarch",
        "Installed: gstreamer1-plugins-base-1.24.7-1.fc40.x86_64",
        "Installed: podman-5:5.2.2-1.fc40.x86_64",
        "Installed: mdevctl-1.3.0-5.fc40.x86_64",
        "Installed: sssd-proxy-2.9.5-1.fc40.x86_64",
        "Installed: capstone-5.0.1-3.fc40.x86_64",
        "Installed: mesa-dri-drivers-24.1.6-1.fc40.x86_64",
        "Installed: mesa-filesystem-24.1.6-1.fc40.x86_64",
        "Installed: perl-IO-Zlib-1:1.15-1.fc40.noarch",
        "Installed: mesa-libEGL-24.1.6-1.fc40.x86_64",
        "Installed: mesa-libGL-24.1.6-1.fc40.x86_64",
        "Installed: alsa-lib-1.2.12-1.fc40.x86_64",
        "Installed: mesa-libgbm-24.1.6-1.fc40.x86_64",
        "Installed: catatonit-0.1.7-22.fc40.x86_64",
        "Installed: mesa-libglapi-24.1.6-1.fc40.x86_64",
        "Installed: mesa-va-drivers-24.1.6-1.fc40.x86_64",
        "Installed: libosinfo-1.11.0-5.fc40.x86_64",
        "Installed: swtpm-0.9.0-1.fc40.x86_64",
        "Installed: swtpm-libs-0.9.0-1.fc40.x86_64",
        "Installed: swtpm-selinux-0.9.0-1.fc40.noarch",
        "Installed: swtpm-tools-0.9.0-1.fc40.x86_64",
        "Installed: harfbuzz-8.5.0-1.fc40.x86_64",
        "Installed: perl-debugger-1.60-506.fc40.noarch",
        "Installed: cdparanoia-libs-10.2-44.fc40.x86_64",
        "Installed: appstream-data-40-8.fc40.noarch",
        "Installed: device-mapper-multipath-0.9.7-7.fc40.x86_64",
        "Installed: device-mapper-multipath-libs-0.9.7-7.fc40.x86_64",
        "Installed: resource-agents-4.15.1-1.fc40.x86_64",
        "Installed: systemd-container-255.10-3.fc40.x86_64",
        "Installed: appstream-1.0.2-2.fc40.x86_64",
        "Installed: tlog-14-1.fc40.x86_64",
        "Installed: libepoxy-1.5.10-6.fc40.x86_64",
        "Installed: libpciaccess-0.16-12.fc40.x86_64",
        "Installed: qemu-user-static-sh4-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-sparc-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-x86-2:8.2.6-3.fc40.x86_64",
        "Installed: perl-meta-notation-5.38.2-506.fc40.noarch",
        "Installed: qemu-user-static-xtensa-2:8.2.6-3.fc40.x86_64",
        "Installed: teamd-1.32-7.fc40.x86_64",
        "Installed: spice-server-0.15.1-4.fc40.x86_64",
        "Installed: hwdata-0.385-1.fc40.noarch",
        "Installed: libX11-1.8.10-2.fc40.x86_64",
        "Installed: libX11-common-1.8.10-2.fc40.noarch",
        "Installed: perl-sigtrap-1.10-506.fc40.noarch",
        "Installed: libX11-xcb-1.8.10-2.fc40.x86_64",
        "Installed: perl-threads-1:2.36-503.fc40.x86_64",
        "Installed: perl-threads-shared-1.68-502.fc40.x86_64",
        "Installed: libpmem-2.0.1-3.fc40.x86_64",
        "Installed: libpng-2:1.6.40-3.fc40.x86_64",
        "Installed: squashfs-tools-4.6.1-4.fc40.x86_64",
        "Installed: libfdt-1.7.0-7.fc40.x86_64",
        "Installed: python3-jmespath-1.0.1-6.fc40.noarch",
        "Installed: python3-argcomplete-3.3.0-2.fc40.noarch",
        "Installed: fontconfig-2.15.0-6.fc40.x86_64",
        "Installed: numactl-libs-2.0.16-5.fc40.x86_64",
        "Installed: numad-0.5-44.20150602git.fc40.x86_64",
        "Installed: libblockdev-btrfs-3.1.1-1.fc40.x86_64",
        "Installed: tracer-common-1.1-2.fc40.noarch",
        "Installed: libqb-2.0.8-4.fc40.x86_64",
        "Installed: python3-boto3-1.35.7-1.fc40.noarch",
        "Installed: dnsmasq-2.90-1.fc40.x86_64",
        "Installed: python3-botocore-1.35.7-1.fc40.noarch",
        "Installed: libblockdev-lvm-3.1.1-1.fc40.x86_64",
        "Installed: rpm-ostree-2024.7-1.fc40.x86_64",
        "Installed: rpm-ostree-libs-2024.7-1.fc40.x86_64",
        "Installed: iproute-tc-6.7.0-2.fc40.x86_64",
        "Installed: lm_sensors-libs-3.6.0-18.fc40.x86_64",
        "Installed: ruby-3.3.4-11.fc40.x86_64",
        "Installed: python3-tomli-2.0.1-10.fc40.noarch",
        "Installed: ruby-default-gems-3.3.4-11.fc40.noarch",
        "Installed: python3-ldap-3.4.4-3.fc40.x86_64",
        "Installed: python3-tornado-6.3.3-3.fc40.x86_64",
        "Installed: ruby-libs-3.3.4-11.fc40.x86_64",
        "Installed: libbsd-0.12.2-3.fc40.x86_64",
        "Installed: fribidi-1.0.14-2.fc40.x86_64",
        "Installed: python3-tracer-1.1-2.fc40.noarch",
        "Installed: rubygem-bigdecimal-3.1.5-11.fc40.x86_64",
        "Installed: perl-Algorithm-Diff-1.2010-11.fc40.noarch",
        "Installed: rubygem-bundler-2.5.11-11.fc40.noarch",
        "Installed: logrotate-3.21.0-6.fc40.x86_64",
        "Installed: rubygem-io-console-0.7.1-11.fc40.x86_64",
        "Installed: librdmacm-48.0-4.fc40.x86_64",
        "Installed: rubygem-psych-5.1.2-11.fc40.x86_64",
        "Installed: rubygem-rdoc-6.6.3.1-11.fc40.noarch",
        "Installed: rubygem-rexml-3.2.8-11.fc40.noarch",
        "Installed: xml-common-0.6.3-63.fc40.noarch",
        "Installed: clevis-pin-tpm2-0.5.3-5.fc40.x86_64",
        "Installed: python3-libvirt-10.1.0-1.fc40.x86_64",
        "Installed: kde-filesystem-5-3.fc40.x86_64",
        "Installed: rubygems-3.5.11-11.fc40.noarch",
        "Installed: libdb-5.3.28-62.fc40.x86_64",
        "Installed: jose-14-1.fc40.x86_64",
        "Installed: perl-Archive-Tar-3.02-6.fc40.noarch",
        "Installed: libdrm-2.4.123-1.fc40.x86_64",
        "Installed: nbdkit-1.38.3-1.fc40.x86_64",
        "Installed: nbdkit-basic-filters-1.38.3-1.fc40.x86_64",
        "Installed: nbdkit-basic-plugins-1.38.3-1.fc40.x86_64",
        "Installed: nbdkit-curl-plugin-1.38.3-1.fc40.x86_64",
        "Installed: libglvnd-1:1.7.0-4.fc40.x86_64",
        "Installed: nbdkit-selinux-1.38.3-1.fc40.noarch",
        "Installed: nbdkit-server-1.38.3-1.fc40.x86_64",
        "Installed: libglvnd-egl-1:1.7.0-4.fc40.x86_64",
        "Installed: nbdkit-ssh-plugin-1.38.3-1.fc40.x86_64",
        "Installed: libglvnd-glx-1:1.7.0-4.fc40.x86_64",
        "Installed: udisks2-btrfs-2.10.1-5.fc40.x86_64",
        "Installed: udisks2-iscsi-2.10.1-5.fc40.x86_64",
        "Installed: udisks2-lvm2-2.10.1-5.fc40.x86_64",
        "Installed: python3-lib389-3.0.4-2.fc40.noarch",
        "Installed: ndctl-libs-79-1.fc40.x86_64",
        "Installed: xorriso-1.5.6-5.fc40.x86_64",
        "Installed: python3-libxml2-2.12.8-1.fc40.x86_64",
        "Installed: netavark-2:1.12.1-1.fc40.x86_64",
        "Installed: cockpit-navigator-0.5.10-3.fc40.noarch",
        "Installed: cockpit-session-recording-16-1.fc40.noarch",
        "Installed: luksmeta-9-22.fc40.x86_64",
        "Installed: bubblewrap-0.10.0-1.fc40.x86_64",
        "Installed: kdump-utils-1.0.44-1.fc40.x86_64",
        "Installed: freetype-2.13.2-5.fc40.x86_64",
        "Installed: kexec-tools-2.0.29-1.fc40.x86_64",
        "Installed: kf5-filesystem-5.116.0-1.fc40.x86_64",
        "Installed: fuse-common-3.16.2-3.fc40.x86_64",
        "Installed: libjose-14-1.fc40.x86_64",
        "Installed: nss-tools-3.103.0-1.fc40.x86_64",
        "Installed: fuse3-3.16.2-3.fc40.x86_64",
        "Installed: fuse3-libs-3.16.2-3.fc40.x86_64",
        "Installed: libibverbs-48.0-4.fc40.x86_64",
        "Installed: usbredir-0.13.0-4.fc40.x86_64",
        "Installed: python3-osbuild-126-1.fc40.noarch",
        "Installed: yajl-2.1.0-23.fc40.x86_64",
        "Installed: libicu-74.2-1.fc40.x86_64",
        "Installed: lzop-1.04-14.fc40.x86_64",
        "Installed: libXau-1.0.11-6.fc40.x86_64",
        "Installed: perl-Compress-Raw-Bzip2-2.210-1.fc40.x86_64",
        "Installed: perl-Compress-Raw-Lzma-2.209-8.fc40.x86_64",
        "Installed: perl-Compress-Raw-Zlib-2.209-1.fc40.x86_64",
        "Installed: rubygem-backports-3.23.0-5.fc40.noarch",
        "Installed: libslirp-4.7.0-6.fc40.x86_64",
        "Installed: libXext-1.3.6-1.fc40.x86_64",
        "Installed: libXfixes-6.0.1-3.fc40.x86_64",
        "Installed: libXft-2.3.8-6.fc40.x86_64",
        "Installed: rubygem-childprocess-4.1.0-8.fc40.noarch",
        "Installed: libXi-1.8.1-5.fc40.x86_64",
        "Installed: clevis-20-2.fc40.x86_64",
        "Installed: clevis-luks-20-2.fc40.x86_64",
        "Installed: libnbd-1.20.2-1.fc40.x86_64",
        "Installed: libXrender-0.9.11-6.fc40.x86_64",
        "Installed: cockpit-323-1.fc40.x86_64",
        "Installed: cockpit-389-ds-3.0.4-2.fc40.noarch",
        "Installed: cockpit-bridge-323-1.fc40.x86_64",
        "Installed: cockpit-composer-52-1.fc40.noarch",
        "Installed: cockpit-doc-323-1.fc40.noarch",
        "Installed: cockpit-files-6-1.fc40.noarch",
        "Installed: bash-completion-1:2.11-14.fc40.noarch",
        "Installed: cockpit-ha-cluster-0.11.8-1.fc40.noarch",
        "Installed: cockpit-kdump-323-1.fc40.noarch",
        "Installed: cockpit-machines-318-1.fc40.noarch",
        "Installed: cockpit-networkmanager-323-1.fc40.noarch",
        "Installed: cockpit-packagekit-323-1.fc40.noarch",
        "Installed: cockpit-pcp-323-1.fc40.x86_64",
        "Installed: cockpit-podman-93-1.fc40.noarch",
        "Installed: cockpit-selinux-323-1.fc40.noarch",
        "Installed: libXv-1.0.12-3.fc40.x86_64",
        "Installed: cockpit-sosreport-323-1.fc40.noarch",
        "Installed: cockpit-storaged-323-1.fc40.noarch",
        "Installed: cockpit-system-323-1.fc40.noarch",
        "Installed: cockpit-ws-323-1.fc40.x86_64",
        "Installed: libnl3-cli-3.10.0-1.fc40.x86_64",
        "Installed: libXxf86vm-1.1.5-6.fc40.x86_64",
        "Installed: libisoburn-1.5.6-5.fc40.x86_64",
        "Installed: libisofs-1.5.6-4.fc40.x86_64",
        "Installed: rubygem-ethon-0.15.0-7.fc40.noarch",
        "Installed: python3-s3transfer-0.10.2-1.fc40.noarch",
        "Installed: rubygem-ffi-1.15.5-10.fc40.x86_64",
        "Installed: libssh2-1.11.0-4.fc40.x86_64",
        "Installed: perl-DB_File-1.859-3.fc40.x86_64",
        "Installed: libjpeg-turbo-3.0.2-1.fc40.x86_64",
        "Installed: openssl-perl-1:3.2.2-3.fc40.x86_64",
        "Installed: container-selinux-2:2.232.1-1.fc40.noarch",
        "Installed: containers-common-5:0.60.1-1.fc40.noarch",
        "Installed: containers-common-extra-5:0.60.1-1.fc40.noarch",
        "Installed: composefs-1.0.3-1.fc40.x86_64",
        "Installed: composefs-libs-1.0.3-1.fc40.x86_64",
        "Installed: libstemmer-2.2.0-10.fc40.x86_64",
        "Installed: python3-pexpect-4.9.0-4.fc40.noarch",
        "Installed: orc-0.4.39-1.fc40.x86_64",
        "Installed: osbuild-126-1.fc40.noarch",
        "Installed: osbuild-composer-118-1.fc40.x86_64",
        "Installed: osbuild-composer-core-118-1.fc40.x86_64",
        "Installed: osbuild-composer-worker-118-1.fc40.x86_64",
        "Installed: osbuild-depsolve-dnf-126-1.fc40.noarch",
        "Installed: osbuild-luks2-126-1.fc40.noarch",
        "Installed: osbuild-lvm2-126-1.fc40.noarch",
        "Installed: conmon-2:2.1.10-1.fc40.x86_64",
        "Installed: osbuild-ostree-126-1.fc40.noarch",
        "Installed: osbuild-selinux-126-1.fc40.noarch",
        "Installed: xen-libs-4.18.2-5.fc40.x86_64",
        "Installed: xen-licenses-4.18.2-5.fc40.x86_64",
        "Installed: osinfo-db-20240701-1.fc40.noarch",
        "Installed: ostree-2024.7-1.fc40.x86_64",
        "Installed: ostree-libs-2024.7-1.fc40.x86_64",
        "Installed: crun-1.15-1.fc40.x86_64",
        "Installed: pacemaker-2.1.8-1.fc40.x86_64",
        "Installed: pacemaker-cli-2.1.8-1.fc40.x86_64",
        "Installed: pacemaker-cluster-libs-2.1.8-1.fc40.x86_64",
        "Installed: cryptsetup-2.7.4-1.fc40.x86_64",
        "Installed: pacemaker-libs-2.1.8-1.fc40.x86_64",
        "Installed: pacemaker-schemas-2.1.8-1.fc40.noarch",
        "Installed: libknet1-1.28-3.fc40.x86_64",
        "Installed: libknet1-compress-bzip2-plugin-1.28-3.fc40.x86_64",
        "Installed: libknet1-compress-lz4-plugin-1.28-3.fc40.x86_64",
        "Installed: libknet1-compress-lzma-plugin-1.28-3.fc40.x86_64",
        "Installed: libknet1-compress-lzo2-plugin-1.28-3.fc40.x86_64",
        "Installed: libknet1-compress-plugins-all-1.28-3.fc40.x86_64",
        "Installed: libknet1-compress-zlib-plugin-1.28-3.fc40.x86_64",
        "Installed: corosync-3.1.8-3.fc40.x86_64",
        "Installed: libknet1-compress-zstd-plugin-1.28-3.fc40.x86_64",
        "Installed: libknet1-crypto-nss-plugin-1.28-3.fc40.x86_64",
        "Installed: libknet1-crypto-openssl-plugin-1.28-3.fc40.x86_64",
        "Installed: corosynclib-3.1.8-3.fc40.x86_64",
        "Installed: libknet1-crypto-plugins-all-1.28-3.fc40.x86_64",
        "Installed: libknet1-plugins-all-1.28-3.fc40.x86_64",
        "Installed: libthai-0.1.29-8.fc40.x86_64",
        "Installed: libtheora-1:1.1.1-36.fc40.x86_64",
        "Installed: pango-1.54.0-1.fc40.x86_64",
        "Installed: python3-psutil-5.9.8-1.fc40.x86_64",
        "Installed: python3-ptyprocess-0.7.0-7.fc40.noarch",
        "Installed: rubygem-json-2.7.1-203.fc40.x86_64",
        "Installed: 389-ds-base-3.0.4-2.fc40.x86_64",
        "Installed: 389-ds-base-libs-3.0.4-2.fc40.x86_64",
        "Installed: passt-0^20240821.g1d6142f-1.fc40.x86_64",
        "Installed: passt-selinux-0^20240821.g1d6142f-1.fc40.noarch",
        "Installed: python3-pyasn1-modules-0.5.1-3.fc40.noarch",
        "Installed: scrub-2.6.1-8.fc40.x86_64",
        "Installed: pcp-6.3.0-2.fc40.x86_64",
        "Installed: pcp-conf-6.3.0-2.fc40.x86_64",
        "Installed: perl-Devel-Peek-1.33-506.fc40.x86_64",
        "Installed: daxctl-libs-79-1.fc40.x86_64",
        "Installed: pcp-libs-6.3.0-2.fc40.x86_64",
        "Installed: libtpms-0.9.6-6.fc40.x86_64",
        "Installed: python3-pycurl-7.45.2-10.fc40.x86_64",
        "Installed: seabios-bin-1.16.3-2.fc40.noarch",
        "Installed: rubygem-mustermann-1.1.1-11.fc40.noarch",
        "Installed: NetworkManager-team-1:1.46.2-1.fc40.x86_64",
        "Installed: seavgabios-bin-1.16.3-2.fc40.noarch",
        "Installed: criu-3.19-4.fc40.x86_64",
        "Installed: criu-libs-3.19-4.fc40.x86_64",
        "Installed: qemu-audio-spice-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-block-curl-2:8.2.6-3.fc40.x86_64",
        "Installed: PackageKit-1.2.8-5.fc40.x86_64",
        "Installed: openldap-clients-2.6.7-1.fc40.x86_64",
        "Installed: PackageKit-glib-1.2.8-5.fc40.x86_64",
        "Installed: rubygem-nio4r-2.6.1-3.fc40.x86_64",
        "Installed: pcp-selinux-6.3.0-2.fc40.x86_64",
        "Installed: qemu-char-spice-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-common-2:8.2.6-3.fc40.x86_64",
        "Installed: perl-Term-ReadLine-1.17-506.fc40.noarch",
        "Installed: pcs-0.11.8-1.fc40.noarch",
        "Installed: zlib-ng-2.1.7-1.fc40.x86_64",
        "Installed: libluksmeta-9-22.fc40.x86_64",
        "Installed: qemu-device-usb-host-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-device-usb-redirect-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-img-2:8.2.6-3.fc40.x86_64",
        "Installed: python3-dasbus-1.7-6.fc40.noarch",
        "Installed: qemu-kvm-core-2:8.2.6-3.fc40.x86_64",
        "Installed: virt-install-4.1.0-5.fc40.noarch",
        "Installed: virt-manager-common-4.1.0-5.fc40.noarch",
        "Installed: dmidecode-1:3.6-1.fc40.x86_64",
        "Installed: setroubleshoot-plugins-3.3.14-9.fc40.noarch",
        "Installed: setroubleshoot-server-3.3.33-1.fc40.x86_64",
        "Installed: qemu-system-x86-core-2:8.2.6-3.fc40.x86_64",
        "Installed: policycoreutils-python-utils-3.6-3.fc40.noarch",
        "Installed: libteam-1.32-7.fc40.x86_64",
        "Installed: libunwind-1.8.0-3.fc40.x86_64",
        "Installed: python3-pyparsing-3.1.2-2.fc40.noarch",
        "Installed: qemu-ui-opengl-2:8.2.6-3.fc40.x86_64",
        "Installed: rubygem-puma-6.4.2-2.fc40.x86_64",
        "Installed: qemu-ui-spice-core-2:8.2.6-3.fc40.x86_64",
        "Installed: liburing-2.5-3.fc40.x86_64",
        "Installed: libburn-1.5.6-4.fc40.x86_64",
        "Installed: acl-2.3.2-1.fc40.x86_64",
        "Installed: qemu-user-static-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-aarch64-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-alpha-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-arm-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-cris-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-hexagon-2:8.2.6-3.fc40.x86_64",
        "Installed: rubygem-rack-1:2.2.4-5.fc40.noarch",
        "Installed: qemu-user-static-hppa-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-loongarch64-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-m68k-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-microblaze-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-mips-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-nios2-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-or1k-2:8.2.6-3.fc40.x86_64",
        "Installed: rubygem-rack-protection-3.0.5-4.fc40.noarch",
        "Installed: qemu-user-static-ppc-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-riscv-2:8.2.6-3.fc40.x86_64",
        "Installed: qemu-user-static-s390x-2:8.2.6-3.fc40.x86_64",
        "Installed: rubygem-rack-test-1.1.0-9.fc40.noarch"
    ]
}
lsrpackages: cockpit cockpit-* cockpit-networkmanager cockpit-packagekit cockpit-selinux cockpit-storaged cockpit-system cockpit-ws

TASK [fedora.linux_system_roles.cockpit : Ensure full package list is installed] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:15
Saturday 31 August 2024  08:39:55 -0400 (0:04:22.747)       0:04:25.870 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "dnf",
        "-y",
        "install",
        "cockpit-*",
        "--exclude",
        "cockpit-docker",
        "--exclude",
        "cockpit-ostree",
        "--exclude",
        "cockpit-tests"
    ],
    "delta": "0:00:01.068439",
    "end": "2024-08-31 08:39:57.458922",
    "rc": 0,
    "start": "2024-08-31 08:39:56.390483"
}

STDOUT:

Last metadata expiration check: 0:06:05 ago on Sat 31 Aug 2024 08:33:52 AM EDT.
Package cockpit-389-ds-3.0.4-2.fc40.noarch is already installed.
Package cockpit-bridge-323-1.fc40.x86_64 is already installed.
Package cockpit-composer-52-1.fc40.noarch is already installed.
Package cockpit-doc-323-1.fc40.noarch is already installed.
Package cockpit-files-6-1.fc40.noarch is already installed.
Package cockpit-ha-cluster-0.11.8-1.fc40.noarch is already installed.
Package cockpit-kdump-323-1.fc40.noarch is already installed.
Package cockpit-machines-318-1.fc40.noarch is already installed.
Package cockpit-navigator-0.5.10-3.fc40.noarch is already installed.
Package cockpit-networkmanager-323-1.fc40.noarch is already installed.
Package cockpit-packagekit-323-1.fc40.noarch is already installed.
Package cockpit-pcp-323-1.fc40.x86_64 is already installed.
Package cockpit-podman-93-1.fc40.noarch is already installed.
Package cockpit-selinux-323-1.fc40.noarch is already installed.
Package cockpit-session-recording-16-1.fc40.noarch is already installed.
Package cockpit-sosreport-323-1.fc40.noarch is already installed.
Package cockpit-storaged-323-1.fc40.noarch is already installed.
Package cockpit-system-323-1.fc40.noarch is already installed.
Package cockpit-ws-323-1.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!

TASK [fedora.linux_system_roles.cockpit : Configure firewall] ******************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32
Saturday 31 August 2024  08:39:57 -0400 (0:00:01.518)       0:04:27.389 ******* 
included: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for managed_node1

TASK [Ensure the cockpit service is enabled] ***********************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3
Saturday 31 August 2024  08:39:57 -0400 (0:00:00.018)       0:04:27.407 ******* 
included: fedora.linux_system_roles.firewall for managed_node1

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 31 August 2024  08:39:57 -0400 (0:00:00.057)       0:04:27.465 ******* 
included: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed_node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 31 August 2024  08:39:57 -0400 (0:00:00.027)       0:04:27.492 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 31 August 2024  08:39:57 -0400 (0:00:00.035)       0:04:27.527 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 31 August 2024  08:39:57 -0400 (0:00:00.343)       0:04:27.871 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__firewall_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 31 August 2024  08:39:58 -0400 (0:00:00.024)       0:04:27.895 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 31 August 2024  08:39:58 -0400 (0:00:00.346)       0:04:28.242 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 31 August 2024  08:39:58 -0400 (0:00:00.023)       0:04:28.265 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 31 August 2024  08:39:59 -0400 (0:00:01.356)       0:04:29.622 ******* 
skipping: [managed_node1] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 31 August 2024  08:39:59 -0400 (0:00:00.033)       0:04:29.655 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 31 August 2024  08:39:59 -0400 (0:00:00.033)       0:04:29.689 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 31 August 2024  08:39:59 -0400 (0:00:00.037)       0:04:29.726 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 31 August 2024  08:39:59 -0400 (0:00:00.039)       0:04:29.766 ******* 
skipping: [managed_node1] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 31 August 2024  08:39:59 -0400 (0:00:00.044)       0:04:29.810 ******* 
ok: [managed_node1] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "polkit.service dbus.socket basic.target sysinit.target system.slice dbus-broker.service",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "network-pre.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ip6tables.service ebtables.service nftables.service ipset.service shutdown.target iptables.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14720",
        "LimitNPROCSoft": "14720",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14720",
        "LimitSIGPENDINGSoft": "14720",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3406782464",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice dbus.socket",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 31 August 2024  08:40:00 -0400 (0:00:00.734)       0:04:30.544 ******* 
changed: [managed_node1] => {
    "changed": true,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "sysinit.target dbus.socket system.slice basic.target polkit.service dbus-broker.service",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "network-pre.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target nftables.service ip6tables.service iptables.service ebtables.service ipset.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14720",
        "LimitNPROCSoft": "14720",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14720",
        "LimitSIGPENDINGSoft": "14720",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3406569472",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target dbus.socket system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4416",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 31 August 2024  08:40:01 -0400 (0:00:01.227)       0:04:31.771 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 31 August 2024  08:40:01 -0400 (0:00:00.050)       0:04:31.822 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 31 August 2024  08:40:01 -0400 (0:00:00.031)       0:04:31.854 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 31 August 2024  08:40:02 -0400 (0:00:00.030)       0:04:31.885 ******* 
changed: [managed_node1] => (item={'service': 'cockpit', 'state': 'enabled'}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "service": "cockpit",
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 31 August 2024  08:40:03 -0400 (0:00:01.067)       0:04:32.952 ******* 
skipping: [managed_node1] => (item={'service': 'cockpit', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "item": {
        "service": "cockpit",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 31 August 2024  08:40:03 -0400 (0:00:00.064)       0:04:33.016 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "'detailed' in fw[0]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 31 August 2024  08:40:03 -0400 (0:00:00.051)       0:04:33.067 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 31 August 2024  08:40:03 -0400 (0:00:00.043)       0:04:33.111 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 31 August 2024  08:40:03 -0400 (0:00:00.041)       0:04:33.152 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 31 August 2024  08:40:03 -0400 (0:00:00.032)       0:04:33.185 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 31 August 2024  08:40:03 -0400 (0:00:00.030)       0:04:33.215 ******* 
skipping: [managed_node1] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [fedora.linux_system_roles.cockpit : Configure selinux] *******************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Saturday 31 August 2024  08:40:03 -0400 (0:00:00.034)       0:04:33.250 ******* 
included: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml for managed_node1

TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3
Saturday 31 August 2024  08:40:03 -0400 (0:00:00.019)       0:04:33.269 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "cockpit_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38
Saturday 31 August 2024  08:40:03 -0400 (0:00:00.034)       0:04:33.304 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "cockpit_port is not none",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:47
Saturday 31 August 2024  08:40:03 -0400 (0:00:00.019)       0:04:33.324 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "cockpit_port is not none",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62
Saturday 31 August 2024  08:40:03 -0400 (0:00:00.017)       0:04:33.342 ******* 
ok: [managed_node1] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/listen.conf",
    "state": "absent"
}

TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71
Saturday 31 August 2024  08:40:03 -0400 (0:00:00.455)       0:04:33.797 ******* 
changed: [managed_node1] => {
    "changed": true,
    "enabled": true,
    "name": "cockpit.socket",
    "state": "started",
    "status": {
        "Accept": "no",
        "AccessSELinuxContext": "system_u:object_r:cockpit_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "systemd-journald.socket sysinit.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Backlog": "2147483647",
        "Before": "sockets.target cockpit-motd.service shutdown.target cockpit.service",
        "BindIPv6Only": "default",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "Broadcast": "no",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "no",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "DeferAcceptUSec": "0",
        "Delegate": "no",
        "Description": "Cockpit Web Service Socket",
        "DevicePolicy": "auto",
        "DirectoryMode": "0755",
        "Documentation": "\"man:cockpit-ws(8)\"",
        "DynamicUser": "no",
        "ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorName": "cockpit.socket",
        "FinalKillSignal": "9",
        "FlushPending": "no",
        "FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
        "FreeBind": "no",
        "FreezerState": "running",
        "GID": "[not set]",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "IPTOS": "-1",
        "IPTTL": "-1",
        "Id": "cockpit.socket",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeepAlive": "no",
        "KeepAliveIntervalUSec": "0",
        "KeepAliveProbes": "0",
        "KeepAliveTimeUSec": "0",
        "KeyringMode": "shared",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14720",
        "LimitNPROCSoft": "14720",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14720",
        "LimitSIGPENDINGSoft": "14720",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "Listen": "[::]:9090 (Stream)",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "Mark": "-1",
        "MaxConnections": "64",
        "MaxConnectionsPerSource": "0",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3430293504",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NAccepted": "0",
        "NConnections": "0",
        "NRefused": "0",
        "NUMAPolicy": "n/a",
        "Names": "cockpit.socket",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoDelay": "no",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PassCredentials": "no",
        "PassPacketInfo": "no",
        "PassSecurity": "no",
        "Perpetual": "no",
        "PipeSize": "0",
        "PollLimitBurst": "15",
        "PollLimitIntervalUSec": "2s",
        "Priority": "-1",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "ReceiveBuffer": "0",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemoveIPC": "no",
        "RemoveOnStop": "no",
        "RequiredBy": "cockpit.service",
        "Requires": "sysinit.target system.slice",
        "RestartKillSignal": "15",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "ReusePort": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "SocketMode": "0666",
        "SocketProtocol": "0",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4416",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "45s",
        "TimerSlackNSec": "50000",
        "Timestamping": "off",
        "Transient": "no",
        "Transparent": "no",
        "TriggerLimitBurst": "20",
        "TriggerLimitIntervalUSec": "2s",
        "Triggers": "cockpit.service",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "cockpit-motd.service",
        "WatchdogSignal": "6",
        "Writable": "no"
    }
}

TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:77
Saturday 31 August 2024  08:40:04 -0400 (0:00:00.908)       0:04:34.706 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "cockpit_config is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:93
Saturday 31 August 2024  08:40:04 -0400 (0:00:00.019)       0:04:34.726 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "cockpit_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Create certificates using the certificate role] **************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102
Saturday 31 August 2024  08:40:04 -0400 (0:00:00.032)       0:04:34.758 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "cockpit_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108
Saturday 31 August 2024  08:40:04 -0400 (0:00:00.038)       0:04:34.797 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "cockpit_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:114
Saturday 31 August 2024  08:40:04 -0400 (0:00:00.034)       0:04:34.831 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "cockpit_cert is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:124
Saturday 31 August 2024  08:40:04 -0400 (0:00:00.018)       0:04:34.850 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "cockpit_cert is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Flush handlers] **********************************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:16
Saturday 31 August 2024  08:40:04 -0400 (0:00:00.021)       0:04:34.871 ******* 
META: triggered running handlers for managed_node1

TASK [Refresh package facts] ***************************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:19
Saturday 31 August 2024  08:40:04 -0400 (0:00:00.004)       0:04:34.876 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "packages": {
            "389-ds-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "389-ds-base",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.0.4"
                }
            ],
            "389-ds-base-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "389-ds-base-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.0.4"
                }
            ],
            "ModemManager-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ModemManager-glib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.22.0"
                }
            ],
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.46.2"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.46.2"
                }
            ],
            "NetworkManager-team": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-team",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.46.2"
                }
            ],
            "PackageKit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "PackageKit",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.2.8"
                }
            ],
            "PackageKit-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "PackageKit-glib",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.2.8"
                }
            ],
            "aardvark-dns": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "aardvark-dns",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.12.1"
                }
            ],
            "abattis-cantarell-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "abattis-cantarell-vf-fonts",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "0.301"
                }
            ],
            "acl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "acl",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "alsa-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alsa-lib",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.2.12"
                }
            ],
            "alternatives": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alternatives",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.27"
                }
            ],
            "amd-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-gpu-firmware",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "amd-ucode-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "amd-ucode-firmware",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "appstream": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "appstream",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.0.2"
                }
            ],
            "appstream-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "appstream-data",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "aspell": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "aspell",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.60.8.1"
                }
            ],
            "aspell-en": [
                {
                    "arch": "x86_64",
                    "epoch": 50,
                    "name": "aspell-en",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "2020.12.07"
                }
            ],
            "atheros-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "atheros-firmware",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.2"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.2"
                }
            ],
            "audit-rules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-rules",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.2"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "avahi-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "avahi-libs",
                    "release": "26.fc40",
                    "source": "rpm",
                    "version": "0.8"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "20.fc40",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.2.26"
                }
            ],
            "bash-completion": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "bash-completion",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "2.11"
                }
            ],
            "bc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bc",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "1.07.1"
                }
            ],
            "beakerlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "beakerlib",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.31.2"
                }
            ],
            "beakerlib-redhat": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "beakerlib-redhat",
                    "release": "35.fc40eng",
                    "source": "rpm",
                    "version": "1"
                }
            ],
            "binutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils",
                    "release": "37.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "binutils-gold": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "binutils-gold",
                    "release": "37.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "bison": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bison",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.8.2"
                }
            ],
            "bluez": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bluez",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.77"
                }
            ],
            "boost-atomic": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-atomic",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-filesystem",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-system": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-system",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "boost-thread": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "boost-thread",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.83.0"
                }
            ],
            "brcmfmac-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "brcmfmac-firmware",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "btrfs-progs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "btrfs-progs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "6.10.1"
                }
            ],
            "bubblewrap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bubblewrap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.10.0"
                }
            ],
            "bzip2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2",
                    "release": "18.fc40",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "18.fc40",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.28.1"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "2023.2.62_v7.0.401"
                }
            ],
            "cairo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cairo",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.18.0"
                }
            ],
            "capstone": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "capstone",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.0.1"
                }
            ],
            "catatonit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "catatonit",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "cdparanoia-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cdparanoia-libs",
                    "release": "44.fc40",
                    "source": "rpm",
                    "version": "10.2"
                }
            ],
            "certmonger": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "certmonger",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.79.19"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.5"
                }
            ],
            "cirrus-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cirrus-audio-firmware",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "clevis": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "clevis",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20"
                }
            ],
            "clevis-luks": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "clevis-luks",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20"
                }
            ],
            "clevis-pin-tpm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "clevis-pin-tpm2",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.5.3"
                }
            ],
            "cloud-init": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-init",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "24.1.4"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.33"
                }
            ],
            "cmake-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cmake-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.28.2"
                }
            ],
            "cockpit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cockpit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "323"
                }
            ],
            "cockpit-389-ds": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-389-ds",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.0.4"
                }
            ],
            "cockpit-bridge": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cockpit-bridge",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "323"
                }
            ],
            "cockpit-composer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-composer",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "52"
                }
            ],
            "cockpit-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-doc",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "323"
                }
            ],
            "cockpit-files": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-files",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "6"
                }
            ],
            "cockpit-ha-cluster": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-ha-cluster",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.11.8"
                }
            ],
            "cockpit-kdump": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-kdump",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "323"
                }
            ],
            "cockpit-machines": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-machines",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "318"
                }
            ],
            "cockpit-navigator": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-navigator",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.5.10"
                }
            ],
            "cockpit-networkmanager": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-networkmanager",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "323"
                }
            ],
            "cockpit-packagekit": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-packagekit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "323"
                }
            ],
            "cockpit-pcp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cockpit-pcp",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "323"
                }
            ],
            "cockpit-podman": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-podman",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "93"
                }
            ],
            "cockpit-selinux": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-selinux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "323"
                }
            ],
            "cockpit-session-recording": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-session-recording",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "16"
                }
            ],
            "cockpit-sosreport": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-sosreport",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "323"
                }
            ],
            "cockpit-storaged": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-storaged",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "323"
                }
            ],
            "cockpit-system": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-system",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "323"
                }
            ],
            "cockpit-ws": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cockpit-ws",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "323"
                }
            ],
            "composefs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "composefs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.3"
                }
            ],
            "composefs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "composefs-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.3"
                }
            ],
            "conmon": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "conmon",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.10"
                }
            ],
            "container-selinux": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "container-selinux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.232.1"
                }
            ],
            "containers-common": [
                {
                    "arch": "noarch",
                    "epoch": 5,
                    "name": "containers-common",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.60.1"
                }
            ],
            "containers-common-extra": [
                {
                    "arch": "noarch",
                    "epoch": 5,
                    "name": "containers-common-extra",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.60.1"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "9.4"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "9.4"
                }
            ],
            "corosync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "corosync",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.1.8"
                }
            ],
            "corosynclib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "corosynclib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.1.8"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.15"
                }
            ],
            "cpp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpp",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.9.11"
                }
            ],
            "criu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "criu",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.19"
                }
            ],
            "criu-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "criu-libs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.19"
                }
            ],
            "crun": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "crun",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.15"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.git28d3e2d.fc40",
                    "source": "rpm",
                    "version": "20240725"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.git28d3e2d.fc40",
                    "source": "rpm",
                    "version": "20240725"
                }
            ],
            "cryptsetup": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.7.4"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.7.4"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "8.6.0"
                }
            ],
            "cyrus-sasl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "cyrus-sasl-gssapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-gssapi",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "cyrus-sasl-md5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-md5",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "cyrus-sasl-plain": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-plain",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "2.1.28"
                }
            ],
            "daxctl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "daxctl-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "79"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-broker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-broker",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "dbus-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-tools",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.14.10"
                }
            ],
            "default-fonts-core-sans": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "default-fonts-core-sans",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-event": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-event-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.02.197"
                }
            ],
            "device-mapper-multipath": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-multipath",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.9.7"
                }
            ],
            "device-mapper-multipath-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-multipath-libs",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.9.7"
                }
            ],
            "device-mapper-persistent-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-persistent-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.12"
                }
            ],
            "dhcp-client": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "dhcp-client",
                    "release": "13.P1.fc40",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "dhcp-common": [
                {
                    "arch": "noarch",
                    "epoch": 12,
                    "name": "dhcp-common",
                    "release": "13.P1.fc40",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "dhcpcd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dhcpcd",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "10.0.6"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "3.10"
                }
            ],
            "dmidecode": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dmidecode",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.1"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.1"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.9.0"
                }
            ],
            "dnf-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-utils",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.9.0"
                }
            ],
            "dnsmasq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dnsmasq",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.90"
                }
            ],
            "dosfstools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dosfstools",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-config-rescue": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-rescue",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-network": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-network",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "dracut-squash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-squash",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "102"
                }
            ],
            "duktape": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "duktape",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "2.7.0"
                }
            ],
            "dyninst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dyninst",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "12.3.0"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "edk2-ovmf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "edk2-ovmf",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "20240524"
                }
            ],
            "efivar-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efivar-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "39"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-debuginfod-client-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libelf-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf-devel",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.191"
                }
            ],
            "ethtool": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ethtool",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "6.10"
                }
            ],
            "exfatprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "exfatprogs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.2.5"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "fedora-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-gpg-keys",
                    "release": "2",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-logos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-logos",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "38.1.0"
                }
            ],
            "fedora-release": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-common",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-release-identity-basic": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-identity-basic",
                    "release": "39",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "fedora-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-repos",
                    "release": "2",
                    "source": "rpm",
                    "version": "40"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "3.18"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "4.9.0"
                }
            ],
            "firewalld": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "firewalld-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "firewalld-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "flex": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "flex",
                    "release": "16.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "fontconfig": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fontconfig",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "2.15.0"
                }
            ],
            "fonts-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "fonts-filesystem",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "freetype": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "freetype",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.13.2"
                }
            ],
            "fribidi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fribidi",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.0.14"
                }
            ],
            "fuse-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-common",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.16.2"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "2.9.9"
                }
            ],
            "fuse3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse3",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.16.2"
                }
            ],
            "fuse3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse3-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.16.2"
                }
            ],
            "fwupd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.23"
                }
            ],
            "fwupd-efi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-efi",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "fwupd-plugin-modem-manager": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-modem-manager",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.23"
                }
            ],
            "fwupd-plugin-uefi-capsule-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-uefi-capsule-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.9.23"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.3.0"
                }
            ],
            "gc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gc",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "8.2.2"
                }
            ],
            "gcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gcc",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "gdbm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23"
                }
            ],
            "gdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdisk",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.10"
                }
            ],
            "gettext-envsubst": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-envsubst",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "gettext-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-runtime",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "git": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.46.0"
                }
            ],
            "git-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "git-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.46.0"
                }
            ],
            "git-core-doc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "git-core-doc",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.46.0"
                }
            ],
            "glib-networking": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib-networking",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.80.0"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.80.3"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-devel",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-headers-x86": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "glibc-headers-x86",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "2.39"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "6.2.1"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.4.4"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.8.6"
                }
            ],
            "gnutls-dane": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls-dane",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.8.6"
                }
            ],
            "gnutls-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls-utils",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.8.6"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.80.1"
                }
            ],
            "google-noto-fonts-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-fonts-common",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-sans-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-mono-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-sans-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "google-noto-serif-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-serif-vf-fonts",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240301"
                }
            ],
            "gpg-pubkey": [
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "63d04c2c",
                    "source": "rpm",
                    "version": "a15b79cc"
                }
            ],
            "gpgme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpgme",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.23.2"
                }
            ],
            "gpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpm-libs",
                    "release": "46.fc40",
                    "source": "rpm",
                    "version": "1.20.7"
                }
            ],
            "graphene": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "graphene",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "1.10.6"
                }
            ],
            "graphite2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "graphite2",
                    "release": "15.fc40",
                    "source": "rpm",
                    "version": "1.3.14"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.23.0"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "123.fc40",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "75.fc40",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gsettings-desktop-schemas": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gsettings-desktop-schemas",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "46.1"
                }
            ],
            "gssproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gssproxy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.9.2"
                }
            ],
            "gstreamer1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gstreamer1",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.24.7"
                }
            ],
            "gstreamer1-plugins-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gstreamer1-plugins-base",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.24.7"
                }
            ],
            "guile30": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "guile30",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "3.0.7"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "harfbuzz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "harfbuzz",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "8.5.0"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "3.23"
                }
            ],
            "hunspell": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hunspell-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-GB": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-GB",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-en-US": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-US",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.20201207"
                }
            ],
            "hunspell-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell-filesystem",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.2"
                }
            ],
            "hwdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hwdata",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.385"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "inih": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "inih",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "58"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.23"
                }
            ],
            "intel-audio-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-audio-firmware",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "intel-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "intel-gpu-firmware",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "ipcalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipcalc",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.0.3"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.7.0"
                }
            ],
            "iproute-tc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute-tc",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.7.0"
                }
            ],
            "iptables-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-libs",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iptables-nft": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iptables-nft",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "20240117"
                }
            ],
            "ipxe-roms-qemu": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ipxe-roms-qemu",
                    "release": "1.gitde8a0821.fc40",
                    "source": "rpm",
                    "version": "20240119"
                }
            ],
            "iscsi-initiator-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iscsi-initiator-utils",
                    "release": "20.gita65a472.fc40",
                    "source": "rpm",
                    "version": "6.2.1.9"
                }
            ],
            "iscsi-initiator-utils-iscsiuio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iscsi-initiator-utils-iscsiuio",
                    "release": "20.gita65a472.fc40",
                    "source": "rpm",
                    "version": "6.2.1.9"
                }
            ],
            "isns-utils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "isns-utils-libs",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.101"
                }
            ],
            "iso-codes": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "iso-codes",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.16.0"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "2.13.1"
                }
            ],
            "jitterentropy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jitterentropy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.5.0"
                }
            ],
            "jose": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jose",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "14"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.17"
                }
            ],
            "json-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-glib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.8.0"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-legacy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-legacy",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.4"
                }
            ],
            "kde-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kde-filesystem",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5"
                }
            ],
            "kdump-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kdump-utils",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.44"
                }
            ],
            "kernel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.10.6"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.10.6"
                }
            ],
            "kernel-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-devel",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.10.6"
                }
            ],
            "kernel-headers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-headers",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.10.3"
                }
            ],
            "kernel-modules": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.10.6"
                }
            ],
            "kernel-modules-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-modules-core",
                    "release": "200.fc40",
                    "source": "rpm",
                    "version": "6.10.6"
                }
            ],
            "kexec-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kexec-tools",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.29"
                }
            ],
            "keyutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.3"
                }
            ],
            "kf5-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kf5-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.116.0"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.9.7"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.21.3"
                }
            ],
            "langpacks-core-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "langpacks-fonts-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-fonts-en",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "4.0"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "643"
                }
            ],
            "libX11": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libX11",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "libX11-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libX11-common",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "libX11-xcb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libX11-xcb",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.8.10"
                }
            ],
            "libXau": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libXau",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.0.11"
                }
            ],
            "libXext": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libXext",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.3.6"
                }
            ],
            "libXfixes": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libXfixes",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "6.0.1"
                }
            ],
            "libXft": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libXft",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "2.3.8"
                }
            ],
            "libXi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libXi",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.8.1"
                }
            ],
            "libXrender": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libXrender",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "0.9.11"
                }
            ],
            "libXv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libXv",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.0.12"
                }
            ],
            "libXxf86vm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libXxf86vm",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.1.5"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "libaio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libaio",
                    "release": "19.fc40",
                    "source": "rpm",
                    "version": "0.3.111"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.7.2"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.5.7"
                }
            ],
            "libatasmart": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libatasmart",
                    "release": "28.fc40",
                    "source": "rpm",
                    "version": "0.19"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.5.2"
                }
            ],
            "libb2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libb2",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "0.98.1"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libblockdev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-btrfs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-btrfs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-crypto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-crypto",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-fs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-fs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-loop": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-loop",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-lvm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-lvm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-mdraid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-mdraid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-nvme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-nvme",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-part": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-part",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-swap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-swap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libblockdev-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-utils",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.1"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "libbrotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbrotli",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libbsd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbsd",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.12.2"
                }
            ],
            "libburn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libburn",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "libbytesize": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbytesize",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "2.69"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.8.4"
                }
            ],
            "libcbor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcbor",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.1.20"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "8.6.0"
                }
            ],
            "libdaemon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdaemon",
                    "release": "29.fc40",
                    "source": "rpm",
                    "version": "0.14"
                }
            ],
            "libdatrie": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdatrie",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.2.13"
                }
            ],
            "libdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdb",
                    "release": "62.fc40",
                    "source": "rpm",
                    "version": "5.3.28"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.3"
                }
            ],
            "libdrm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdrm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.4.123"
                }
            ],
            "libeconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libeconf",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.6.2"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "53.20240808cvs.fc40",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libepoxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libepoxy",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.5.10"
                }
            ],
            "libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libev",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "4.33"
                }
            ],
            "libevdev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevdev",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.13.2"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.1.12"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libfdt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdt",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libfido2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfido2",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "libfsverity": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfsverity",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.10.3"
                }
            ],
            "libglvnd": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libglvnd",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "libglvnd-egl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libglvnd-egl",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "libglvnd-glx": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libglvnd-glx",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.49"
                }
            ],
            "libgudev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgudev",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "238"
                }
            ],
            "libgusb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgusb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.4.9"
                }
            ],
            "libibverbs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libibverbs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "48.0"
                }
            ],
            "libicu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libicu",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "74.2"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.3.7"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libisoburn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libisoburn",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "libisofs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libisofs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "libjcat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjcat",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libjose": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjose",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "14"
                }
            ],
            "libjpeg-turbo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjpeg-turbo",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.0.2"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libknet1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libknet1",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "libknet1-compress-bzip2-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libknet1-compress-bzip2-plugin",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "libknet1-compress-lz4-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libknet1-compress-lz4-plugin",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "libknet1-compress-lzma-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libknet1-compress-lzma-plugin",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "libknet1-compress-lzo2-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libknet1-compress-lzo2-plugin",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "libknet1-compress-plugins-all": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libknet1-compress-plugins-all",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "libknet1-compress-zlib-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libknet1-compress-zlib-plugin",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "libknet1-compress-zstd-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libknet1-compress-zstd-plugin",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "libknet1-crypto-nss-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libknet1-crypto-nss-plugin",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "libknet1-crypto-openssl-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libknet1-crypto-openssl-plugin",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "libknet1-crypto-plugins-all": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libknet1-crypto-plugins-all",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "libknet1-plugins-all": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libknet1-plugins-all",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.6.6"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "2.9.1"
                }
            ],
            "libluksmeta": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libluksmeta",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "9"
                }
            ],
            "libmaxminddb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmaxminddb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.10.0"
                }
            ],
            "libmbim": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmbim",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.30.0"
                }
            ],
            "libmd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmd",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.0.5"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.15.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libmpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmpc",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libnbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnbd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.2"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libnet": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnet",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.3"
                }
            ],
            "libnetfilter_conntrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnetfilter_conntrack",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libnfnetlink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnfnetlink",
                    "release": "27.fc40",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "libnfsidmap": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libnfsidmap",
                    "release": "0.fc40",
                    "source": "rpm",
                    "version": "2.7.1"
                }
            ],
            "libnftnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnftnl",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.2.6"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.59.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.10.0"
                }
            ],
            "libnl3-cli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3-cli",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.10.0"
                }
            ],
            "libnozzle1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnozzle1",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "libnsl2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnsl2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.1"
                }
            ],
            "libnvme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnvme",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libogg": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libogg",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "1.3.5"
                }
            ],
            "libosinfo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libosinfo",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.11.0"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpciaccess": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpciaccess",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "0.16"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.7"
                }
            ],
            "libpkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpkgconf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "libpmem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpmem",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.0.1"
                }
            ],
            "libpng": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libpng",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.40"
                }
            ],
            "libproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libproxy",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.5.5"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.21.5"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.4.5"
                }
            ],
            "libqb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqb",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "2.0.8"
                }
            ],
            "libqmi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqmi",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.34.0"
                }
            ],
            "libqrtr-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqrtr-glib",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.2.2"
                }
            ],
            "librdmacm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librdmacm",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "48.0"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "56.fc40",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.18.1"
                }
            ],
            "libreport-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libreport-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.17.15"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.5.5"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "libslirp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libslirp",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "4.7.0"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libsodium": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsodium",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.0.20"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.7.30"
                }
            ],
            "libsoup3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsoup3",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.47.0"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.10.6"
                }
            ],
            "libssh2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh2",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.11.0"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "14.2.1"
                }
            ],
            "libstemmer": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstemmer",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "2.2.0"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.4.2"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "4.19.0"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.4.10"
                }
            ],
            "libteam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libteam",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.32"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.16.1"
                }
            ],
            "libtextstyle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtextstyle",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.22.5"
                }
            ],
            "libthai": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libthai",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.1.29"
                }
            ],
            "libtheora": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libtheora",
                    "release": "36.fc40",
                    "source": "rpm",
                    "version": "1.1.1"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "0.fc40",
                    "source": "rpm",
                    "version": "1.3.5"
                }
            ],
            "libtool-ltdl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtool-ltdl",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "2.4.7"
                }
            ],
            "libtpms": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtpms",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "0.9.6"
                }
            ],
            "libudisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libudisks2",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.1"
                }
            ],
            "libunwind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunwind",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.8.0"
                }
            ],
            "liburing": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "liburing",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.5"
                }
            ],
            "libusb1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusb1",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.0.27"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "libuv": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libuv",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.48.0"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libverto-libev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto-libev",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libvirt-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libvirt-client",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "10.1.0"
                }
            ],
            "libvirt-daemon-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libvirt-daemon-common",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "10.1.0"
                }
            ],
            "libvirt-daemon-config-network": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libvirt-daemon-config-network",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "10.1.0"
                }
            ],
            "libvirt-daemon-driver-interface": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libvirt-daemon-driver-interface",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "10.1.0"
                }
            ],
            "libvirt-daemon-driver-network": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libvirt-daemon-driver-network",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "10.1.0"
                }
            ],
            "libvirt-daemon-driver-nodedev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libvirt-daemon-driver-nodedev",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "10.1.0"
                }
            ],
            "libvirt-daemon-driver-qemu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libvirt-daemon-driver-qemu",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "10.1.0"
                }
            ],
            "libvirt-daemon-driver-storage-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libvirt-daemon-driver-storage-core",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "10.1.0"
                }
            ],
            "libvirt-daemon-driver-storage-disk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libvirt-daemon-driver-storage-disk",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "10.1.0"
                }
            ],
            "libvirt-daemon-log": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libvirt-daemon-log",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "10.1.0"
                }
            ],
            "libvirt-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libvirt-dbus",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.4.1"
                }
            ],
            "libvirt-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libvirt-glib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.0.0"
                }
            ],
            "libvirt-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libvirt-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "10.1.0"
                }
            ],
            "libvisual": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libvisual",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.4.1"
                }
            ],
            "libvorbis": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "libvorbis",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "1.3.7"
                }
            ],
            "libwayland-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libwayland-client",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.23.0"
                }
            ],
            "libwayland-cursor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libwayland-cursor",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.23.0"
                }
            ],
            "libwayland-egl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libwayland-egl",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.23.0"
                }
            ],
            "libwayland-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libwayland-server",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.23.0"
                }
            ],
            "libwsman1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libwsman1",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.7.2"
                }
            ],
            "libxcb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcb",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.17.0"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxcrypt-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-devel",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.4.36"
                }
            ],
            "libxdp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxdp",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.4.2"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.12.8"
                }
            ],
            "libxmlb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxmlb",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.3.19"
                }
            ],
            "libxshmfence": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxshmfence",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "libxslt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxslt",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.1.42"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "libzstd-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "linux-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "llvm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "llvm-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "18.1.6"
                }
            ],
            "lm_sensors-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lm_sensors-libs",
                    "release": "18.fc40",
                    "source": "rpm",
                    "version": "3.6.0"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.9.33"
                }
            ],
            "logrotate": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "logrotate",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.21.0"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "luksmeta": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "luksmeta",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "9"
                }
            ],
            "lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.03.23"
                }
            ],
            "lvm2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.03.23"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.9.4"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "lzop": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzop",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "1.04"
                }
            ],
            "m4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "m4",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.4.19"
                }
            ],
            "make": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "make",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "4.4.1"
                }
            ],
            "makedumpfile": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "makedumpfile",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "1.7.5"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "2.12.0"
                }
            ],
            "mdadm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mdadm",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "mdevctl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mdevctl",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.3.0"
                }
            ],
            "mesa-dri-drivers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mesa-dri-drivers",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "24.1.6"
                }
            ],
            "mesa-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mesa-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "24.1.6"
                }
            ],
            "mesa-libEGL": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mesa-libEGL",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "24.1.6"
                }
            ],
            "mesa-libGL": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mesa-libGL",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "24.1.6"
                }
            ],
            "mesa-libgbm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mesa-libgbm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "24.1.6"
                }
            ],
            "mesa-libglapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mesa-libglapi",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "24.1.6"
                }
            ],
            "mesa-va-drivers": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mesa-va-drivers",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "24.1.6"
                }
            ],
            "mokutil": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "mokutil",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.7.1"
                }
            ],
            "mpdecimal": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpdecimal",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "mt7xxx-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "mt7xxx-firmware",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "nano": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nano",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "7.2"
                }
            ],
            "nano-default-editor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nano-default-editor",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "7.2"
                }
            ],
            "nbdkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nbdkit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.38.3"
                }
            ],
            "nbdkit-basic-filters": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nbdkit-basic-filters",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.38.3"
                }
            ],
            "nbdkit-basic-plugins": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nbdkit-basic-plugins",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.38.3"
                }
            ],
            "nbdkit-curl-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nbdkit-curl-plugin",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.38.3"
                }
            ],
            "nbdkit-selinux": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nbdkit-selinux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.38.3"
                }
            ],
            "nbdkit-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nbdkit-server",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.38.3"
                }
            ],
            "nbdkit-ssh-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nbdkit-ssh-plugin",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.38.3"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "12.20240127.fc40",
                    "source": "rpm",
                    "version": "6.4"
                }
            ],
            "ndctl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ndctl-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "79"
                }
            ],
            "net-snmp-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "net-snmp-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "5.9.4"
                }
            ],
            "net-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "net-tools",
                    "release": "0.69.20160912git.fc40",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "netavark": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "netavark",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.12.1"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.9.1"
                }
            ],
            "nfs-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nfs-utils",
                    "release": "0.fc40",
                    "source": "rpm",
                    "version": "2.7.1"
                }
            ],
            "nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "nftables",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.7"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "28.fc40",
                    "source": "rpm",
                    "version": "4.35.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.103.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.103.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.103.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.103.0"
                }
            ],
            "nss-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-tools",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.103.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.103.0"
                }
            ],
            "ntfs-3g": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "ntfs-3g-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "ntfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfsprogs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2022.10.3"
                }
            ],
            "numactl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "numactl-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.0.16"
                }
            ],
            "numad": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "numad",
                    "release": "44.20150602git.fc40",
                    "source": "rpm",
                    "version": "0.5"
                }
            ],
            "nvidia-gpu-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nvidia-gpu-firmware",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "nxpwireless-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "nxpwireless-firmware",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "6.9.9"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.6.7"
                }
            ],
            "openldap-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap-clients",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.6.7"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "1.fc40.4",
                    "source": "rpm",
                    "version": "9.6p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "openssl-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-devel",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "openssl-perl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-perl",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "openssl-pkcs11": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssl-pkcs11",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "0.4.12"
                }
            ],
            "opus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "opus",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.5.1"
                }
            ],
            "orc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "orc",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.4.39"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.81"
                }
            ],
            "osbuild": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "osbuild",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "126"
                }
            ],
            "osbuild-composer": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "osbuild-composer",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "118"
                }
            ],
            "osbuild-composer-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "osbuild-composer-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "118"
                }
            ],
            "osbuild-composer-worker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "osbuild-composer-worker",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "118"
                }
            ],
            "osbuild-depsolve-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "osbuild-depsolve-dnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "126"
                }
            ],
            "osbuild-luks2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "osbuild-luks2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "126"
                }
            ],
            "osbuild-lvm2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "osbuild-lvm2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "126"
                }
            ],
            "osbuild-ostree": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "osbuild-ostree",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "126"
                }
            ],
            "osbuild-selinux": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "osbuild-selinux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "126"
                }
            ],
            "osinfo-db": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "osinfo-db",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "20240701"
                }
            ],
            "osinfo-db-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "osinfo-db-tools",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.11.0"
                }
            ],
            "ostree": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ostree",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2024.7"
                }
            ],
            "ostree-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ostree-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2024.7"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.25.5"
                }
            ],
            "pacemaker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pacemaker",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.8"
                }
            ],
            "pacemaker-cli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pacemaker-cli",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.8"
                }
            ],
            "pacemaker-cluster-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pacemaker-cluster-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.8"
                }
            ],
            "pacemaker-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pacemaker-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.8"
                }
            ],
            "pacemaker-schemas": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pacemaker-schemas",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.8"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "pam-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "pango": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pango",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.54.0"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "passim": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passim",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "passim-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passim-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.1.7"
                }
            ],
            "passt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passt",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0^20240821.g1d6142f"
                }
            ],
            "passt-selinux": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "passt-selinux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0^20240821.g1d6142f"
                }
            ],
            "pcp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcp",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.3.0"
                }
            ],
            "pcp-conf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcp-conf",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.3.0"
                }
            ],
            "pcp-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcp-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.3.0"
                }
            ],
            "pcp-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcp-selinux",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.3.0"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.44"
                }
            ],
            "pcs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.11.8"
                }
            ],
            "pcsc-lite": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.3"
                }
            ],
            "pcsc-lite-ccid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-ccid",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.5.5"
                }
            ],
            "pcsc-lite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.0.3"
                }
            ],
            "perl-Algorithm-Diff": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Algorithm-Diff",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "1.2010"
                }
            ],
            "perl-Archive-Tar": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Archive-Tar",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.02"
                }
            ],
            "perl-AutoLoader": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-AutoLoader",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.74"
                }
            ],
            "perl-B": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-B",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.88"
                }
            ],
            "perl-Carp": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Carp",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Class-Struct": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Class-Struct",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.68"
                }
            ],
            "perl-Compress-Raw-Bzip2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Compress-Raw-Bzip2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.210"
                }
            ],
            "perl-Compress-Raw-Lzma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Compress-Raw-Lzma",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "2.209"
                }
            ],
            "perl-Compress-Raw-Zlib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Compress-Raw-Zlib",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.209"
                }
            ],
            "perl-DB_File": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-DB_File",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.859"
                }
            ],
            "perl-Data-Dumper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Data-Dumper",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "2.188"
                }
            ],
            "perl-Devel-Peek": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Devel-Peek",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-Digest": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Digest",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "1.20"
                }
            ],
            "perl-Digest-MD5": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Digest-MD5",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.59"
                }
            ],
            "perl-DynaLoader": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-DynaLoader",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.54"
                }
            ],
            "perl-Encode": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Encode",
                    "release": "505.fc40",
                    "source": "rpm",
                    "version": "3.21"
                }
            ],
            "perl-Errno": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Errno",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-Error": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Error",
                    "release": "15.fc40",
                    "source": "rpm",
                    "version": "0.17029"
                }
            ],
            "perl-Exporter": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Exporter",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.78"
                }
            ],
            "perl-Fcntl": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-Fcntl",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.15"
                }
            ],
            "perl-File-Basename": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Basename",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.86"
                }
            ],
            "perl-File-Find": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-Find",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.43"
                }
            ],
            "perl-File-Path": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-File-Path",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "2.18"
                }
            ],
            "perl-File-Temp": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-File-Temp",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "0.231.100"
                }
            ],
            "perl-File-stat": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-File-stat",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "perl-FileHandle": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-FileHandle",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.05"
                }
            ],
            "perl-Getopt-Long": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Getopt-Long",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "2.57"
                }
            ],
            "perl-Getopt-Std": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Getopt-Std",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.13"
                }
            ],
            "perl-Git": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Git",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.46.0"
                }
            ],
            "perl-HTTP-Tiny": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-HTTP-Tiny",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.088"
                }
            ],
            "perl-IO": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-IO",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.52"
                }
            ],
            "perl-IO-Compress": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Compress",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.207"
                }
            ],
            "perl-IO-Compress-Lzma": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Compress-Lzma",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.207"
                }
            ],
            "perl-IO-Socket-IP": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-IP",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.42"
                }
            ],
            "perl-IO-Socket-SSL": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-IO-Socket-SSL",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.085"
                }
            ],
            "perl-IO-Zlib": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-IO-Zlib",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.15"
                }
            ],
            "perl-IPC-Open3": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-IPC-Open3",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.22"
                }
            ],
            "perl-MIME-Base64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-MIME-Base64",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "perl-Mozilla-CA": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Mozilla-CA",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "20231213"
                }
            ],
            "perl-NDBM_File": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-NDBM_File",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.16"
                }
            ],
            "perl-Net-SSLeay": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-Net-SSLeay",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.94"
                }
            ],
            "perl-POSIX": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-POSIX",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.13"
                }
            ],
            "perl-PathTools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-PathTools",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.89"
                }
            ],
            "perl-Pod-Escapes": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Escapes",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.07"
                }
            ],
            "perl-Pod-Perldoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Pod-Perldoc",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.28.01"
                }
            ],
            "perl-Pod-Simple": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-Pod-Simple",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.45"
                }
            ],
            "perl-Pod-Usage": [
                {
                    "arch": "noarch",
                    "epoch": 4,
                    "name": "perl-Pod-Usage",
                    "release": "504.fc40",
                    "source": "rpm",
                    "version": "2.03"
                }
            ],
            "perl-Scalar-List-Utils": [
                {
                    "arch": "x86_64",
                    "epoch": 5,
                    "name": "perl-Scalar-List-Utils",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.63"
                }
            ],
            "perl-SelectSaver": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-SelectSaver",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.02"
                }
            ],
            "perl-Socket": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-Socket",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.038"
                }
            ],
            "perl-Storable": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-Storable",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.32"
                }
            ],
            "perl-Symbol": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Symbol",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.09"
                }
            ],
            "perl-Term-ANSIColor": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-ANSIColor",
                    "release": "504.fc40",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-Term-Cap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Term-Cap",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "perl-Term-ReadLine": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Term-ReadLine",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.17"
                }
            ],
            "perl-TermReadKey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-TermReadKey",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "perl-Text-Diff": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Diff",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "1.45"
                }
            ],
            "perl-Text-ParseWords": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-ParseWords",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "3.31"
                }
            ],
            "perl-Text-Tabs+Wrap": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-Text-Tabs+Wrap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2024.001"
                }
            ],
            "perl-Tie": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-Tie",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "4.6"
                }
            ],
            "perl-Time-Local": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "perl-Time-Local",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.350"
                }
            ],
            "perl-TimeDate": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-TimeDate",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "2.33"
                }
            ],
            "perl-URI": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-URI",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.28"
                }
            ],
            "perl-base": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-base",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "perl-constant": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-constant",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "perl-debugger": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-debugger",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.60"
                }
            ],
            "perl-if": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-if",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.61.000"
                }
            ],
            "perl-interpreter": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-interpreter",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.38.2"
                }
            ],
            "perl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-lib",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.65"
                }
            ],
            "perl-libnet": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "perl-libnet",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "3.15"
                }
            ],
            "perl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 4,
                    "name": "perl-libs",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.38.2"
                }
            ],
            "perl-locale": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-locale",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.10"
                }
            ],
            "perl-meta-notation": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-meta-notation",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "5.38.2"
                }
            ],
            "perl-mro": [
                {
                    "arch": "x86_64",
                    "epoch": 0,
                    "name": "perl-mro",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.28"
                }
            ],
            "perl-overload": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overload",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.37"
                }
            ],
            "perl-overloading": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-overloading",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "0.02"
                }
            ],
            "perl-parent": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-parent",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "0.241"
                }
            ],
            "perl-podlators": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "perl-podlators",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "5.01"
                }
            ],
            "perl-sigtrap": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-sigtrap",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.10"
                }
            ],
            "perl-threads": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "perl-threads",
                    "release": "503.fc40",
                    "source": "rpm",
                    "version": "2.36"
                }
            ],
            "perl-threads-shared": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "perl-threads-shared",
                    "release": "502.fc40",
                    "source": "rpm",
                    "version": "1.68"
                }
            ],
            "perl-vars": [
                {
                    "arch": "noarch",
                    "epoch": 0,
                    "name": "perl-vars",
                    "release": "506.fc40",
                    "source": "rpm",
                    "version": "1.05"
                }
            ],
            "pixman": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pixman",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.43.4"
                }
            ],
            "pkgconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "pkgconf-m4": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pkgconf-m4",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "pkgconf-pkg-config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pkgconf-pkg-config",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.1"
                }
            ],
            "plymouth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "plymouth-core-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-core-libs",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "plymouth-scripts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "plymouth-scripts",
                    "release": "12.fc40",
                    "source": "rpm",
                    "version": "24.004.60"
                }
            ],
            "podman": [
                {
                    "arch": "x86_64",
                    "epoch": 5,
                    "name": "podman",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.2.2"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "policycoreutils-python-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "policycoreutils-python-utils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "124"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "124"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "28.fc40",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.19"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.0.4"
                }
            ],
            "protobuf-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "protobuf-c",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "23.6"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "20240107"
                }
            ],
            "python-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-pip-wheel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "23.3.2"
                }
            ],
            "python-unversioned-command": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-unversioned-command",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.5"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.5"
                }
            ],
            "python3-argcomplete": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-argcomplete",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.3.0"
                }
            ],
            "python3-attrs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-attrs",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "23.2.0"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.0.2"
                }
            ],
            "python3-boto3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-boto3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.35.7"
                }
            ],
            "python3-botocore": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-botocore",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.35.7"
                }
            ],
            "python3-cffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cffi",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-charset-normalizer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-charset-normalizer",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.3.2"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "5.0.8"
                }
            ],
            "python3-cryptography": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cryptography",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "41.0.7"
                }
            ],
            "python3-dasbus": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dasbus",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.7"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "13.fc40",
                    "source": "rpm",
                    "version": "2.8.2"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "python3-distro": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-distro",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.9.0"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.1"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.9.0"
                }
            ],
            "python3-file-magic": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-file-magic",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "5.45"
                }
            ],
            "python3-firewall": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-firewall",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.48.2"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.3"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.1.4"
                }
            ],
            "python3-jmespath": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jmespath",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.33"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.19.1"
                }
            ],
            "python3-jsonschema-specifications": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema-specifications",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2023.11.2"
                }
            ],
            "python3-ldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-ldap",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.4.4"
                }
            ],
            "python3-lib389": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-lib389",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.0.4"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "0.1.20"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.73.3"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.12.5"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-libvirt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libvirt",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "10.1.0"
                }
            ],
            "python3-libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libxml2",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.12.8"
                }
            ],
            "python3-lxml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-lxml",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "5.1.0"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "2.1.3"
                }
            ],
            "python3-netifaces": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-netifaces",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "python3-nftables": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "python3-nftables",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.2.2"
                }
            ],
            "python3-osbuild": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-osbuild",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "126"
                }
            ],
            "python3-packaging": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-packaging",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "23.2"
                }
            ],
            "python3-pexpect": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pexpect",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "4.9.0"
                }
            ],
            "python3-ply": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ply",
                    "release": "23.fc40",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "3.6"
                }
            ],
            "python3-psutil": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-psutil",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.9.8"
                }
            ],
            "python3-ptyprocess": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ptyprocess",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "python3-pyasn1": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyasn1",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.5.1"
                }
            ],
            "python3-pyasn1-modules": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyasn1-modules",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.5.1"
                }
            ],
            "python3-pycparser": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pycparser",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "2.20"
                }
            ],
            "python3-pycurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pycurl",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "7.45.2"
                }
            ],
            "python3-pyparsing": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyparsing",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.1.2"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "3.5"
                }
            ],
            "python3-pysocks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pysocks",
                    "release": "22.fc40",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "6.0.1"
                }
            ],
            "python3-referencing": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-referencing",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.31.1"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.31.0"
                }
            ],
            "python3-rpds-py": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpds-py",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.18.1"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "python3-s3transfer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-s3transfer",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.10.2"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "4.5.1"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "69.0.3"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "14.fc40",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "235"
                }
            ],
            "python3-tomli": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-tomli",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "2.0.1"
                }
            ],
            "python3-tornado": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-tornado",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "6.3.3"
                }
            ],
            "python3-tracer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-tracer",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.1"
                }
            ],
            "python3-unbound": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-unbound",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "python3-urllib3+socks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3+socks",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.26.19"
                }
            ],
            "qa-tools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "qa-tools",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "4.1"
                }
            ],
            "qemu-audio-spice": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-audio-spice",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-block-curl": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-block-curl",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-char-spice": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-char-spice",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-common",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-device-usb-host": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-device-usb-host",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-device-usb-redirect": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-device-usb-redirect",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-img": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-img",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-kvm-core": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-kvm-core",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-system-x86-core": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-system-x86-core",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-ui-opengl": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-ui-opengl",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-ui-spice-core": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-ui-spice-core",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-aarch64": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-aarch64",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-alpha": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-alpha",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-arm": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-arm",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-cris": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-cris",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-hexagon": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-hexagon",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-hppa": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-hppa",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-loongarch64": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-loongarch64",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-m68k": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-m68k",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-microblaze": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-microblaze",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-mips": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-mips",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-nios2": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-nios2",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-or1k": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-or1k",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-ppc": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-ppc",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-riscv": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-riscv",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-s390x": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-s390x",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-sh4": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-sh4",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-sparc": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-sparc",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-x86": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-x86",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "qemu-user-static-xtensa": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-user-static-xtensa",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "8.2.6"
                }
            ],
            "quota": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "quota",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "quota-nls": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "quota-nls",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.09"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "8.2"
                }
            ],
            "realtek-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "realtek-firmware",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "resource-agents": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "resource-agents",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.15.1"
                }
            ],
            "restraint": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint",
                    "release": "1.fc40eng",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "restraint-rhts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "restraint-rhts",
                    "release": "1.fc40eng",
                    "source": "rpm",
                    "version": "0.4.4"
                }
            ],
            "rng-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rng-tools",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.17"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "36.fc40",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpcbind": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpcbind",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.2.7"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-ostree": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-ostree",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2024.7"
                }
            ],
            "rpm-ostree-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-ostree-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2024.7"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rpm-sequoia": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sequoia",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.19.1.1"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.3.0"
                }
            ],
            "rtl-sdr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rtl-sdr",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "0.6.0^20230921git1261fbb2"
                }
            ],
            "ruby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ruby",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "3.3.4"
                }
            ],
            "ruby-default-gems": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ruby-default-gems",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "3.3.4"
                }
            ],
            "ruby-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ruby-libs",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "3.3.4"
                }
            ],
            "rubygem-backports": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rubygem-backports",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "3.23.0"
                }
            ],
            "rubygem-bigdecimal": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rubygem-bigdecimal",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "3.1.5"
                }
            ],
            "rubygem-bundler": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rubygem-bundler",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.5.11"
                }
            ],
            "rubygem-childprocess": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rubygem-childprocess",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "4.1.0"
                }
            ],
            "rubygem-ethon": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rubygem-ethon",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "0.15.0"
                }
            ],
            "rubygem-ffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rubygem-ffi",
                    "release": "10.fc40",
                    "source": "rpm",
                    "version": "1.15.5"
                }
            ],
            "rubygem-io-console": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rubygem-io-console",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "0.7.1"
                }
            ],
            "rubygem-json": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rubygem-json",
                    "release": "203.fc40",
                    "source": "rpm",
                    "version": "2.7.1"
                }
            ],
            "rubygem-mustermann": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rubygem-mustermann",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "1.1.1"
                }
            ],
            "rubygem-nio4r": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rubygem-nio4r",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "2.6.1"
                }
            ],
            "rubygem-psych": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rubygem-psych",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "5.1.2"
                }
            ],
            "rubygem-puma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rubygem-puma",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "6.4.2"
                }
            ],
            "rubygem-rack": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "rubygem-rack",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.2.4"
                }
            ],
            "rubygem-rack-protection": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rubygem-rack-protection",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.0.5"
                }
            ],
            "rubygem-rack-test": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rubygem-rack-test",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "1.1.0"
                }
            ],
            "rubygem-rdoc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rubygem-rdoc",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "6.6.3.1"
                }
            ],
            "rubygem-rexml": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rubygem-rexml",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "3.2.8"
                }
            ],
            "rubygem-sinatra": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "rubygem-sinatra",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "3.0.5"
                }
            ],
            "rubygem-tilt": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rubygem-tilt",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.2.0"
                }
            ],
            "rubygems": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rubygems",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "3.5.11"
                }
            ],
            "rubypick": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rubypick",
                    "release": "20.fc40",
                    "source": "rpm",
                    "version": "1.1.1"
                }
            ],
            "scrub": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "scrub",
                    "release": "8.fc40",
                    "source": "rpm",
                    "version": "2.6.1"
                }
            ],
            "seabios-bin": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "seabios-bin",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.16.3"
                }
            ],
            "seavgabios-bin": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "seavgabios-bin",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.16.3"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.9"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "40.27"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "40.27"
                }
            ],
            "setroubleshoot-plugins": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setroubleshoot-plugins",
                    "release": "9.fc40",
                    "source": "rpm",
                    "version": "3.3.14"
                }
            ],
            "setroubleshoot-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "setroubleshoot-server",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "3.3.33"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "2.14.5"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.15.1"
                }
            ],
            "shadow-utils-subid": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils-subid",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "4.15.1"
                }
            ],
            "shared-mime-info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shared-mime-info",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.3"
                }
            ],
            "skopeo": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "skopeo",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "snappy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "snappy",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "1.1.10"
                }
            ],
            "sos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "sos",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.7.2"
                }
            ],
            "spice-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "spice-server",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.15.1"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "3.45.1"
                }
            ],
            "squashfs-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "squashfs-tools",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "4.6.1"
                }
            ],
            "sscg": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sscg",
                    "release": "6.fc40",
                    "source": "rpm",
                    "version": "3.0.5"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-nfs-idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-nfs-idmap",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "sssd-proxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-proxy",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.9.5"
                }
            ],
            "strace": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "strace",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "6.10"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "2.p5.fc40",
                    "source": "rpm",
                    "version": "1.9.15"
                }
            ],
            "swtpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "swtpm",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.9.0"
                }
            ],
            "swtpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "swtpm-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.9.0"
                }
            ],
            "swtpm-selinux": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "swtpm-selinux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.9.0"
                }
            ],
            "swtpm-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "swtpm-tools",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "0.9.0"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "255.10"
                }
            ],
            "systemd-container": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-container",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "255.10"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "255.10"
                }
            ],
            "systemd-networkd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-networkd",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "255.10"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "255.10"
                }
            ],
            "systemd-resolved": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-resolved",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "255.10"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "255.10"
                }
            ],
            "systemtap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-client",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-devel",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "systemtap-runtime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemtap-runtime",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "5.1"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "1.35"
                }
            ],
            "tbb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tbb",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2021.11.0"
                }
            ],
            "teamd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "teamd",
                    "release": "7.fc40",
                    "source": "rpm",
                    "version": "1.32"
                }
            ],
            "time": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "time",
                    "release": "23.fc40",
                    "source": "rpm",
                    "version": "1.9"
                }
            ],
            "tiwilink-firmware": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tiwilink-firmware",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "20240811"
                }
            ],
            "tlog": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tlog",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "14"
                }
            ],
            "tpm2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tools",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "5.7"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tpm2-tss-fapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss-fapi",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.1.3"
                }
            ],
            "tracer-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tracer-common",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "1.1"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2024a"
                }
            ],
            "udisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "udisks2-btrfs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2-btrfs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "udisks2-iscsi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2-iscsi",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "udisks2-lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2-lvm2",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "2.10.1"
                }
            ],
            "unbound-anchor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-anchor",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "unbound-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.20.0"
                }
            ],
            "unzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unzip",
                    "release": "63.fc40",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "usbredir": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "usbredir",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.13.0"
                }
            ],
            "userspace-rcu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "userspace-rcu",
                    "release": "4.fc40",
                    "source": "rpm",
                    "version": "0.14.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.40.1"
                }
            ],
            "vim-common": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-common",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.672"
                }
            ],
            "vim-data": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-data",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.672"
                }
            ],
            "vim-enhanced": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-enhanced",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.672"
                }
            ],
            "vim-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-filesystem",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.672"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.672"
                }
            ],
            "virt-install": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "virt-install",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.1.0"
                }
            ],
            "virt-manager-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "virt-manager-common",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.1.0"
                }
            ],
            "volume_key-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "volume_key-libs",
                    "release": "21.fc40",
                    "source": "rpm",
                    "version": "0.3.12"
                }
            ],
            "wget2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "wget2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2-libs",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "wget2-wget": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "wget2-wget",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "41.fc40",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "xen-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xen-libs",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.18.2"
                }
            ],
            "xen-licenses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xen-licenses",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "4.18.2"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "6.5.0"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.41"
                }
            ],
            "xml-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xml-common",
                    "release": "63.fc40",
                    "source": "rpm",
                    "version": "0.6.3"
                }
            ],
            "xorriso": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xorriso",
                    "release": "5.fc40",
                    "source": "rpm",
                    "version": "1.5.6"
                }
            ],
            "xxd": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "xxd",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "9.1.672"
                }
            ],
            "xxhash-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xxhash-libs",
                    "release": "2.fc40",
                    "source": "rpm",
                    "version": "0.8.2"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "xz-devel": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-devel",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "xz-libs",
                    "release": "3.fc40",
                    "source": "rpm",
                    "version": "5.4.6"
                }
            ],
            "yajl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "yajl",
                    "release": "23.fc40",
                    "source": "rpm",
                    "version": "2.1.0"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "4.21.1"
                }
            ],
            "zchunk-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zchunk-libs",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "1.5.1"
                }
            ],
            "zip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zip",
                    "release": "40.fc40",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "zlib-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.7"
                }
            ],
            "zlib-ng-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.7"
                }
            ],
            "zlib-ng-compat-devel": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib-ng-compat-devel",
                    "release": "1.fc40",
                    "source": "rpm",
                    "version": "2.1.7"
                }
            ],
            "zram-generator": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zram-generator",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ],
            "zram-generator-defaults": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "zram-generator-defaults",
                    "release": "11.fc40",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ]
        }
    },
    "changed": false
}

TASK [Test - cockpit-system is installed] **************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:23
Saturday 31 August 2024  08:40:06 -0400 (0:00:01.377)       0:04:36.253 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "'cockpit-system' not in ansible_facts.packages",
    "skip_reason": "Conditional result was False"
}

TASK [Test - cockpit metapackage is installed] *********************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:29
Saturday 31 August 2024  08:40:06 -0400 (0:00:00.047)       0:04:36.300 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "'cockpit' not in ansible_facts.packages",
    "skip_reason": "Conditional result was False"
}

TASK [Test - cockpit-pcp is installed] *****************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:35
Saturday 31 August 2024  08:40:06 -0400 (0:00:00.046)       0:04:36.346 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "'cockpit-pcp' not in ansible_facts.packages",
    "skip_reason": "Conditional result was False"
}

TASK [Test - cockpit-doc is installed] *****************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:41
Saturday 31 August 2024  08:40:06 -0400 (0:00:00.066)       0:04:36.413 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "'cockpit-doc' not in ansible_facts.packages",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure excluded packages are not installed] ******************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:46
Saturday 31 August 2024  08:40:06 -0400 (0:00:00.046)       0:04:36.459 ******* 
skipping: [managed_node1] => (item=cockpit-docker)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item in ansible_facts.packages",
    "item": "cockpit-docker",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=cockpit-ostree)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item in ansible_facts.packages",
    "item": "cockpit-ostree",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=cockpit-tests)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "item in ansible_facts.packages",
    "item": "cockpit-tests",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [Test - ensure cockpit_port is configured for firewall and selinux] *******
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:54
Saturday 31 August 2024  08:40:06 -0400 (0:00:00.087)       0:04:36.547 ******* 
included: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/check_port.yml for managed_node1

TASK [Check firewall port status when cockpit_manage_firewall is yes] **********
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/check_port.yml:11
Saturday 31 August 2024  08:40:06 -0400 (0:00:00.073)       0:04:36.620 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "cockpit_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Check firewall port status when cockpit_manage_firewall is yes] **********
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/check_port.yml:19
Saturday 31 August 2024  08:40:06 -0400 (0:00:00.064)       0:04:36.684 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "cockpit_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Install SELinux tools] ***************************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/check_port.yml:31
Saturday 31 August 2024  08:40:06 -0400 (0:00:00.065)       0:04:36.750 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "cockpit_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Check associated selinux ports when cockpit_manage_selinux is yes] *******
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/check_port.yml:34
Saturday 31 August 2024  08:40:06 -0400 (0:00:00.069)       0:04:36.820 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "cockpit_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:59
Saturday 31 August 2024  08:40:07 -0400 (0:00:00.065)       0:04:36.885 ******* 
included: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml for managed_node1

TASK [Cleanup - packages] ******************************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2
Saturday 31 August 2024  08:40:07 -0400 (0:00:00.075)       0:04:36.961 ******* 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: cockpit-323-1.fc40.x86_64",
        "Removed: cockpit-389-ds-3.0.4-2.fc40.noarch",
        "Removed: cockpit-bridge-323-1.fc40.x86_64",
        "Removed: cockpit-composer-52-1.fc40.noarch",
        "Removed: cockpit-doc-323-1.fc40.noarch",
        "Removed: cockpit-files-6-1.fc40.noarch",
        "Removed: cockpit-ha-cluster-0.11.8-1.fc40.noarch",
        "Removed: cockpit-kdump-323-1.fc40.noarch",
        "Removed: cockpit-machines-318-1.fc40.noarch",
        "Removed: cockpit-navigator-0.5.10-3.fc40.noarch",
        "Removed: cockpit-networkmanager-323-1.fc40.noarch",
        "Removed: cockpit-packagekit-323-1.fc40.noarch",
        "Removed: cockpit-pcp-323-1.fc40.x86_64",
        "Removed: cockpit-podman-93-1.fc40.noarch",
        "Removed: cockpit-selinux-323-1.fc40.noarch",
        "Removed: cockpit-session-recording-16-1.fc40.noarch",
        "Removed: cockpit-sosreport-323-1.fc40.noarch",
        "Removed: cockpit-storaged-323-1.fc40.noarch",
        "Removed: cockpit-system-323-1.fc40.noarch",
        "Removed: cockpit-ws-323-1.fc40.x86_64"
    ]
}

TASK [Cleanup - services] ******************************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:15
Saturday 31 August 2024  08:40:24 -0400 (0:00:17.724)       0:04:54.685 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__cockpit_is_ostree | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Cleanup - find certificates] *********************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25
Saturday 31 August 2024  08:40:24 -0400 (0:00:00.131)       0:04:54.817 ******* 
[WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue:
'/etc/cockpit/ws-certs.d/' is not a directory
ok: [managed_node1] => {
    "changed": false,
    "examined": 0,
    "files": [],
    "matched": 0,
    "skipped_paths": {
        "/etc/cockpit/ws-certs.d/": "'/etc/cockpit/ws-certs.d/' is not a directory"
    }
}

MSG:

Not all paths examined, check warnings for details

TASK [Cleanup - certificates] **************************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:35
Saturday 31 August 2024  08:40:25 -0400 (0:00:00.489)       0:04:55.306 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Cleanup - config file] ***************************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:44
Saturday 31 August 2024  08:40:25 -0400 (0:00:00.039)       0:04:55.346 ******* 
ok: [managed_node1] => {
    "changed": false,
    "path": "/etc/cockpit/cockpit.conf",
    "state": "absent"
}

TASK [Cleanup - port customization] ********************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:52
Saturday 31 August 2024  08:40:25 -0400 (0:00:00.371)       0:04:55.717 ******* 
ok: [managed_node1] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/",
    "state": "absent"
}

TASK [Cleanup - Reload systemd] ************************************************
task path: /tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60
Saturday 31 August 2024  08:40:26 -0400 (0:00:00.370)       0:04:56.088 ******* 
ok: [managed_node1] => {
    "changed": false,
    "name": null,
    "status": {}
}

PLAY RECAP *********************************************************************
managed_node1              : ok=35   changed=5    unreachable=0    failed=0    skipped=38   rescued=0    ignored=0   

Saturday 31 August 2024  08:40:27 -0400 (0:00:00.891)       0:04:56.979 ******* 
=============================================================================== 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. - 262.75s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 
Cleanup - packages ----------------------------------------------------- 17.72s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2 
Gathering Facts --------------------------------------------------------- 1.89s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:2 
fedora.linux_system_roles.cockpit : Ensure full package list is installed --- 1.52s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:15 
Refresh package facts --------------------------------------------------- 1.38s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_packages_full.yml:19 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.36s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.23s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.07s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.91s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71 
Cleanup - Reload systemd ------------------------------------------------ 0.89s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.73s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 
Cleanup - find certificates --------------------------------------------- 0.49s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25 
fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.48s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 
fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.46s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62 
fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin --- 0.39s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 
Cleanup - config file --------------------------------------------------- 0.37s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:44 
Cleanup - port customization -------------------------------------------- 0.37s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:52 
fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin --- 0.35s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 
fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.34s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 
Cleanup - services ------------------------------------------------------ 0.13s
/tmp/collections-rFg/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:15