ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmp8jj4_k5c
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
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_config.yml *****************************************************
1 plays in /tmp/tmpef62vtxj/tests/tests_config.yml

PLAY [Test cockpit_* role options] *********************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpef62vtxj/tests/tests_config.yml:2
Wednesday 03 August 2022  07:55:46 +0000 (0:00:00.015)       0:00:00.015 ****** 
ok: [/cache/fedora-36.qcow2.snap]
META: ran handlers

TASK [linux-system-roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:1
Wednesday 03 August 2022  07:55:47 +0000 (0:00:01.295)       0:00:01.310 ****** 
included: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml for /cache/fedora-36.qcow2.snap

TASK [linux-system-roles.cockpit : Ensure ansible_facts used by role] **********
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2
Wednesday 03 August 2022  07:55:47 +0000 (0:00:00.028)       0:00:01.338 ****** 
ok: [/cache/fedora-36.qcow2.snap]

TASK [linux-system-roles.cockpit : Set version specific variables] *************
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:8
Wednesday 03 August 2022  07:55:48 +0000 (0:00:00.537)       0:00:01.875 ****** 
ok: [/cache/fedora-36.qcow2.snap] => (item=/tmp/tmpef62vtxj/tests/roles/linux-system-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/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/vars/Fedora.yml"
}

TASK [linux-system-roles.cockpit : List active RHEL repositories] **************
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:9
Wednesday 03 August 2022  07:55:48 +0000 (0:00:00.039)       0:00:01.915 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.cockpit : Enable RHEL repositories] *******************
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:17
Wednesday 03 August 2022  07:55:48 +0000 (0:00:00.021)       0:00:01.937 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:21
Wednesday 03 August 2022  07:55:48 +0000 (0:00:00.022)       0:00:01.959 ****** 
included: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml for /cache/fedora-36.qcow2.snap => (item=/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml)

TASK [linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:1
Wednesday 03 August 2022  07:55:48 +0000 (0:00:00.036)       0:00:01.996 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "ansible_facts": {
        "cockpit_packages": "minimal"
    },
    "changed": false
}

TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:8
Wednesday 03 August 2022  07:55:48 +0000 (0:00:00.036)       0:00:02.032 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: cockpit-system-273-1.fc36.noarch",
        "Installed: cockpit-ws-273-1.fc36.x86_64",
        "Installed: cockpit-bridge-273-1.fc36.x86_64"
    ]
}

TASK [linux-system-roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:27
Wednesday 03 August 2022  07:55:59 +0000 (0:00:11.264)       0:00:13.297 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.cockpit : Create custom port configuration file] ******
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:35
Wednesday 03 August 2022  07:55:59 +0000 (0:00:00.026)       0:00:13.323 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.cockpit : Check if SELinux is enabled] ****************
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:51
Wednesday 03 August 2022  07:55:59 +0000 (0:00:00.022)       0:00:13.346 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Allow cockpit to own custom port in SELinux policy] **********************
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:58
Wednesday 03 August 2022  07:55:59 +0000 (0:00:00.022)       0:00:13.368 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.cockpit : Clean up port configuration file for undefined custom port] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66
Wednesday 03 August 2022  07:55:59 +0000 (0:00:00.023)       0:00:13.392 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/listen.conf",
    "state": "absent"
}

TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75
Wednesday 03 August 2022  07:56:00 +0000 (0:00:00.530)       0:00:13.922 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "enabled": true,
    "name": "cockpit.socket",
    "state": "stopped",
    "status": {
        "Accept": "no",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "system.slice sysinit.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Backlog": "4096",
        "Before": "cockpit.service shutdown.target sockets.target cockpit-motd.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",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "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 }",
        "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": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "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": "7731",
        "LimitNPROCSoft": "7731",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "7731",
        "LimitSIGPENDINGSoft": "7731",
        "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": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "MountAPIVFS": "no",
        "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",
        "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": "system.slice sysinit.target",
        "RestartKillSignal": "15",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "ReusePort": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "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]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "2319",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "1min 30s",
        "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 [linux-system-roles.cockpit : Create cockpit.conf configuration file] *****
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:81
Wednesday 03 August 2022  07:56:01 +0000 (0:00:01.027)       0:00:14.950 ****** 
NOTIFIED HANDLER linux-system-roles.cockpit : restart cockpit for /cache/fedora-36.qcow2.snap
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "checksum": "a28e8e15edbb182af349c2efdcab515ae324e282",
    "dest": "/etc/cockpit/cockpit.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "122c5d019ccefe9d55575732f0647a0c",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 89,
    "src": "/root/.ansible/tmp/ansible-tmp-1659513361.2120414-277500-135819967184433/source",
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.cockpit : Link to configured existing certificate] ****
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:92
Wednesday 03 August 2022  07:56:02 +0000 (0:00:01.033)       0:00:15.983 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:102
Wednesday 03 August 2022  07:56:02 +0000 (0:00:00.024)       0:00:16.008 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: role_complete for /cache/fedora-36.qcow2.snap

TASK [meta] ********************************************************************
task path: /tmp/tmpef62vtxj/tests/tests_config.yml:19
Wednesday 03 August 2022  07:56:02 +0000 (0:00:00.030)       0:00:16.039 ****** 

RUNNING HANDLER [linux-system-roles.cockpit : restart cockpit] *****************
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/handlers/main.yml:7
Wednesday 03 August 2022  07:56:02 +0000 (0:00:00.000)       0:00:16.039 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "name": "cockpit.socket",
    "state": "stopped",
    "status": {
        "Accept": "no",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "sysinit.target system.slice systemd-journald.socket",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Backlog": "4096",
        "Before": "cockpit.service cockpit-motd.service shutdown.target sockets.target",
        "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",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "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 }",
        "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": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "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": "7731",
        "LimitNPROCSoft": "7731",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "7731",
        "LimitSIGPENDINGSoft": "7731",
        "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": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "MountAPIVFS": "no",
        "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",
        "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": "system.slice sysinit.target",
        "RestartKillSignal": "15",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "ReusePort": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "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]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "2319",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Timestamping": "off",
        "Transient": "no",
        "Transparent": "no",
        "TriggerLimitBurst": "20",
        "TriggerLimitIntervalUSec": "2s",
        "Triggers": "cockpit.service",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "sockets.target",
        "Wants": "cockpit-motd.service",
        "WatchdogSignal": "6",
        "Writable": "no"
    }
}
META: ran handlers

TASK [test - socket is enabled] ************************************************
task path: /tmp/tmpef62vtxj/tests/tests_config.yml:21
Wednesday 03 August 2022  07:56:02 +0000 (0:00:00.606)       0:00:16.646 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "is-enabled",
        "cockpit.socket"
    ],
    "delta": "0:00:00.009608",
    "end": "2022-08-03 07:56:02.213481",
    "rc": 0,
    "start": "2022-08-03 07:56:02.203873"
}

STDOUT:

enabled

TASK [test - socket is not active] *********************************************
task path: /tmp/tmpef62vtxj/tests/tests_config.yml:25
Wednesday 03 August 2022  07:56:03 +0000 (0:00:00.539)       0:00:17.185 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "is-active",
        "cockpit.socket"
    ],
    "delta": "0:00:00.008129",
    "end": "2022-08-03 07:56:02.633743",
    "failed_when_result": false,
    "rc": 3,
    "start": "2022-08-03 07:56:02.625614"
}

STDOUT:

inactive


MSG:

non-zero return code

TASK [package_facts] ***********************************************************
task path: /tmp/tmpef62vtxj/tests/tests_config.yml:31
Wednesday 03 August 2022  07:56:03 +0000 (0:00:00.427)       0:00:17.613 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "ansible_facts": {
        "packages": {
            "ModemManager-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ModemManager-glib",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.18.8"
                }
            ],
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.38.0"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.38.0"
                }
            ],
            "PackageKit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "PackageKit",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.2.5"
                }
            ],
            "PackageKit-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "PackageKit-glib",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.2.5"
                }
            ],
            "abattis-cantarell-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "abattis-cantarell-fonts",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "0.301"
                }
            ],
            "adobe-source-code-pro-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "adobe-source-code-pro-fonts",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "2.030.1.050"
                }
            ],
            "alternatives": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alternatives",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.19"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.0.8"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.0.8"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "5.1.16"
                }
            ],
            "bluez": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bluez",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "5.64"
                }
            ],
            "btrfs-progs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "btrfs-progs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "5.18"
                }
            ],
            "bubblewrap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bubblewrap",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "11.fc36",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.17.2"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2021.2.52"
                }
            ],
            "certmonger": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "certmonger",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.79.15"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "clevis": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "clevis",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "18"
                }
            ],
            "clevis-luks": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "clevis-luks",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "18"
                }
            ],
            "clevis-pin-tpm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "clevis-pin-tpm2",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.5.2"
                }
            ],
            "cloud-init": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-init",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "22.1"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "0.31"
                }
            ],
            "cockpit-bridge": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cockpit-bridge",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "273"
                }
            ],
            "cockpit-system": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-system",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "273"
                }
            ],
            "cockpit-ws": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cockpit-ws",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "273"
                }
            ],
            "console-login-helper-messages": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "console-login-helper-messages",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.21.2"
                }
            ],
            "console-login-helper-messages-issuegen": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "console-login-helper-messages-issuegen",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.21.2"
                }
            ],
            "console-login-helper-messages-motdgen": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "console-login-helper-messages-motdgen",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.21.2"
                }
            ],
            "console-login-helper-messages-profile": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "console-login-helper-messages-profile",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.21.2"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "9.0"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "9.0"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "2.13"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "28.fc36",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "28.fc36",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.gitdfb10ea.fc36",
                    "source": "rpm",
                    "version": "20220428"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.gitdfb10ea.fc36",
                    "source": "rpm",
                    "version": "20220428"
                }
            ],
            "cryptsetup": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.4.3"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.4.3"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "7.82.0"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "18.fc36",
                    "source": "rpm",
                    "version": "2.1.27"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "dbus-broker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-broker",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "dbus-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-tools",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "deltarpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "deltarpm",
                    "release": "11.fc36",
                    "source": "rpm",
                    "version": "3.6.2"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.02.175"
                }
            ],
            "device-mapper-event": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.02.175"
                }
            ],
            "device-mapper-event-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event-libs",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.02.175"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-libs",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.02.175"
                }
            ],
            "device-mapper-multipath": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-multipath",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "0.8.7"
                }
            ],
            "device-mapper-multipath-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-multipath-libs",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "0.8.7"
                }
            ],
            "device-mapper-persistent-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-persistent-data",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "0.9.0"
                }
            ],
            "dhcp-client": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "dhcp-client",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "dhcp-common": [
                {
                    "arch": "noarch",
                    "epoch": 12,
                    "name": "dhcp-common",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.8"
                }
            ],
            "dmidecode": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dmidecode",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.13.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.13.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "dosfstools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dosfstools",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "056"
                }
            ],
            "dracut-config-generic": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-generic",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "056"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "efi-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "efi-filesystem",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "5"
                }
            ],
            "efibootmgr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efibootmgr",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "16"
                }
            ],
            "efivar-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efivar-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "38"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.187"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.187"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.187"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.187"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.4.7"
                }
            ],
            "fedora-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-gpg-keys",
                    "release": "1",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "fedora-logos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-logos",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "36.0.0"
                }
            ],
            "fedora-release-cloud": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-cloud",
                    "release": "17",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "fedora-release-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-common",
                    "release": "17",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "fedora-release-identity-cloud": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-identity-cloud",
                    "release": "17",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "fedora-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-repos",
                    "release": "1",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "fedora-repos-modular": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-repos-modular",
                    "release": "1",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "5.41"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "5.41"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.9.0"
                }
            ],
            "flashrom": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "flashrom",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "1.2"
                }
            ],
            "fonts-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "fonts-filesystem",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "freetype": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "freetype",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.12.1"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "14.fc36",
                    "source": "rpm",
                    "version": "2.9.9"
                }
            ],
            "fwupd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.8.1"
                }
            ],
            "fwupd-efi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-efi",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.3"
                }
            ],
            "fwupd-plugin-flashrom": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-flashrom",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.8.1"
                }
            ],
            "fwupd-plugin-modem-manager": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-modem-manager",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.8.1"
                }
            ],
            "fwupd-plugin-uefi-capsule-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-uefi-capsule-data",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.8.1"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "5.1.1"
                }
            ],
            "gawk-all-langpacks": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk-all-langpacks",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "5.1.1"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.22"
                }
            ],
            "gdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdisk",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "gdk-pixbuf2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdk-pixbuf2",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.42.8"
                }
            ],
            "gettext": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "0.21"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "0.21"
                }
            ],
            "glib-networking": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib-networking",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.72.1"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.72.2"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "14.fc36",
                    "source": "rpm",
                    "version": "2.35"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "14.fc36",
                    "source": "rpm",
                    "version": "2.35"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "14.fc36",
                    "source": "rpm",
                    "version": "2.35"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "14.fc36",
                    "source": "rpm",
                    "version": "2.35"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "6.2.1"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.3.6"
                }
            ],
            "gnupg2-smime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2-smime",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.3.6"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "3.7.6"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.72.0"
                }
            ],
            "google-noto-fonts-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-fonts-common",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "20201206"
                }
            ],
            "google-noto-sans-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-mono-vf-fonts",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "20201206"
                }
            ],
            "google-noto-sans-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-vf-fonts",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "20201206"
                }
            ],
            "google-noto-serif-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-serif-vf-fonts",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "20201206"
                }
            ],
            "gpg-pubkey": [
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "60242b08",
                    "source": "rpm",
                    "version": "38ab71f4"
                }
            ],
            "gpgme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpgme",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "1.15.1"
                }
            ],
            "graphite2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "graphite2",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "1.3.14"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "1.22.4"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-efi-ia32": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-efi-ia32",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-efi-x64": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-efi-x64",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-efi": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-efi",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-extra": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-extra",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "57.fc36",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gsettings-desktop-schemas": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gsettings-desktop-schemas",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "42.0"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.11"
                }
            ],
            "harfbuzz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "harfbuzz",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.0.0"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "3.23"
                }
            ],
            "hunspell": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell",
                    "release": "19.fc36",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "hunspell-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en",
                    "release": "22.fc36",
                    "source": "rpm",
                    "version": "0.20140811.1"
                }
            ],
            "hunspell-en-GB": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-GB",
                    "release": "22.fc36",
                    "source": "rpm",
                    "version": "0.20140811.1"
                }
            ],
            "hunspell-en-US": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-US",
                    "release": "22.fc36",
                    "source": "rpm",
                    "version": "0.20140811.1"
                }
            ],
            "hunspell-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell-filesystem",
                    "release": "19.fc36",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "inih": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "inih",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "55"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "10.16"
                }
            ],
            "ipcalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipcalc",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "5.15.0"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "20211215"
                }
            ],
            "iscsi-initiator-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iscsi-initiator-utils",
                    "release": "4.git2a8f9d8.fc36",
                    "source": "rpm",
                    "version": "6.2.1.4"
                }
            ],
            "iscsi-initiator-utils-iscsiuio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iscsi-initiator-utils-iscsiuio",
                    "release": "4.git2a8f9d8.fc36",
                    "source": "rpm",
                    "version": "6.2.1.4"
                }
            ],
            "isns-utils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "isns-utils-libs",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.101"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.13.1"
                }
            ],
            "jose": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jose",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "js-jquery": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "js-jquery",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.6.0"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.15"
                }
            ],
            "json-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-glib",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.6.6"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "2.4.0"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "2.4.0"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "200.fc36",
                    "source": "rpm",
                    "version": "5.18.9"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "29"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "29"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "0.8.7"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "11.fc36",
                    "source": "rpm",
                    "version": "1.19.2"
                }
            ],
            "langpacks-core-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-en",
                    "release": "23.fc36",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "langpacks-core-font-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-font-en",
                    "release": "23.fc36",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "23.fc36",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "590"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.3.1"
                }
            ],
            "libaio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libaio",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "0.3.111"
                }
            ],
            "libappstream-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libappstream-glib",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.8.0"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.5.3"
                }
            ],
            "libargon2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libargon2",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "20171227"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.5.5"
                }
            ],
            "libatasmart": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libatasmart",
                    "release": "22.fc36",
                    "source": "rpm",
                    "version": "0.19"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "50.fc36",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "libblockdev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-crypto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-crypto",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-fs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-fs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-loop": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-loop",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-lvm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-lvm",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-mdraid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-mdraid",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-part": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-part",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-swap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-swap",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-utils",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libbrotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbrotli",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libbytesize": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbytesize",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.48"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.8.3"
                }
            ],
            "libcbor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcbor",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "50.fc36",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "7.82.0"
                }
            ],
            "libdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdb",
                    "release": "51.fc36",
                    "source": "rpm",
                    "version": "5.3.28"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "50.fc36",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.67.0"
                }
            ],
            "libeconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libeconf",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.4.0"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "41.20210910cvs.fc36",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "2.1.12"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "3.4.2"
                }
            ],
            "libfido2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfido2",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.10.0"
                }
            ],
            "libfsverity": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfsverity",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "libftdi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libftdi",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "libgcab1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcab1",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "12.1.1"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.10.1"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "12.1.1"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.45"
                }
            ],
            "libgudev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgudev",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "237"
                }
            ],
            "libgusb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgusb",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.3.10"
                }
            ],
            "libicu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libicu",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "69.1"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "50.fc36",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libjaylink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjaylink",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.2.0"
                }
            ],
            "libjcat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjcat",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.1.10"
                }
            ],
            "libjose": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjose",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "libjpeg-turbo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjpeg-turbo",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.1.2"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "libluksmeta": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libluksmeta",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "9"
                }
            ],
            "libmaxminddb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmaxminddb",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "libmbim": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmbim",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.26.4"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "15.fc36",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.14.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.46.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "3.6.0"
                }
            ],
            "libnsl2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnsl2",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.0.0"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "50.fc36",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.5.5"
                }
            ],
            "libpng": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libpng",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "1.6.37"
                }
            ],
            "libproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libproxy",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.4.18"
                }
            ],
            "libproxy-webkitgtk4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libproxy-webkitgtk4",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.4.18"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "0.21.1"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "libqmi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqmi",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.30.6"
                }
            ],
            "libqrtr-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqrtr-glib",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.0.0"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "50.fc36",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.14.3"
                }
            ],
            "libreport-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libreport-filesystem",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.17.1"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.5.3"
                }
            ],
            "libsecret": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsecret",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.20.5"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "libsigsegv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsigsegv",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "libsmbios": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmbios",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "2.4.3"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.7.22"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.9.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.9.6"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "12.1.1"
                }
            ],
            "libstemmer": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstemmer",
                    "release": "18.585svn.fc36",
                    "source": "rpm",
                    "version": "0"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.3.4"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.4.7"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.12.1"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "1.rc1.fc36.1",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "libudisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libudisks2",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.0"
                }
            ],
            "liburing": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "liburing",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "libusb1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusb1",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "1.0.25"
                }
            ],
            "libuser": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuser",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "0.63"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.4.28"
                }
            ],
            "libxcrypt-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-compat",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.4.28"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.9.14"
                }
            ],
            "libxmlb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxmlb",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.3.9"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "135.fc36",
                    "source": "rpm",
                    "version": "20220610"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.9.29"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "5.4.4"
                }
            ],
            "luksmeta": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "luksmeta",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "9"
                }
            ],
            "lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "2.03.11"
                }
            ],
            "lvm2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2-libs",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "2.03.11"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.9.3"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "mdadm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mdadm",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "memstrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "memstrack",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.2.4"
                }
            ],
            "mkpasswd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mkpasswd",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "5.5.13"
                }
            ],
            "mokutil": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "mokutil",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.6.0"
                }
            ],
            "mozjs91": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mozjs91",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "91.11.0"
                }
            ],
            "mpdecimal": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpdecimal",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "4.1.0"
                }
            ],
            "mtools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mtools",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.0.40"
                }
            ],
            "nano": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nano",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "9.20210508.fc36",
                    "source": "rpm",
                    "version": "6.2"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "9.20210508.fc36",
                    "source": "rpm",
                    "version": "6.2"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "9.20210508.fc36",
                    "source": "rpm",
                    "version": "6.2"
                }
            ],
            "net-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "net-tools",
                    "release": "0.61.20160912git.fc36",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.8"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.34.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.79.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.79.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.79.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.79.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.79.0"
                }
            ],
            "ntfs-3g": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2022.5.17"
                }
            ],
            "ntfs-3g-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2022.5.17"
                }
            ],
            "ntfs-3g-system-compression": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ntfs-3g-system-compression",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "1.0"
                }
            ],
            "ntfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfsprogs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2022.5.17"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "6.9.8"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "openldap-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap-compat",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "1.fc36.1",
                    "source": "rpm",
                    "version": "8.8p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "1.fc36.1",
                    "source": "rpm",
                    "version": "8.8p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "1.fc36.1",
                    "source": "rpm",
                    "version": "8.8p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.0.3"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.0.3"
                }
            ],
            "openssl-pkcs11": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssl-pkcs11",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "0.4.11"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "1.77"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.24.1"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.24.1"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "pam-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam-libs",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "3.4"
                }
            ],
            "passwd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passwd",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "0.80"
                }
            ],
            "pciutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pciutils-libs",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "pcre": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre",
                    "release": "1.fc36.1",
                    "source": "rpm",
                    "version": "8.45"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "10.40"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "10.40"
                }
            ],
            "pcsc-lite": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.9.8"
                }
            ],
            "pcsc-lite-ccid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-ccid",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "pcsc-lite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.9.8"
                }
            ],
            "pigz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pigz",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7"
                }
            ],
            "pinentry": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pinentry",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "policycoreutils-python-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "policycoreutils-python-utils",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "0.120"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "0.120"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "21.fc36",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3.17"
                }
            ],
            "protobuf-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "protobuf-c",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "23.4"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "20210518"
                }
            ],
            "python-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-pip-wheel",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "21.3.1"
                }
            ],
            "python-setuptools-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-setuptools-wheel",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "59.6.0"
                }
            ],
            "python-systemd-doc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python-systemd-doc",
                    "release": "20.fc36",
                    "source": "rpm",
                    "version": "234"
                }
            ],
            "python-unversioned-command": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-unversioned-command",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.10.5"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.10.5"
                }
            ],
            "python3-attrs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-attrs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "21.4.0"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.0.8"
                }
            ],
            "python3-cffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cffi",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "1.15.0"
                }
            ],
            "python3-charset-normalizer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-charset-normalizer",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.0.11"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "27.fc36",
                    "source": "rpm",
                    "version": "5.0.6"
                }
            ],
            "python3-cryptography": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cryptography",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "36.0.0"
                }
            ],
            "python3-dasbus": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dasbus",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "2.8.1"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.2.18"
                }
            ],
            "python3-distro": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-distro",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.13.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.42.1"
                }
            ],
            "python3-gobject-base-noarch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-gobject-base-noarch",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.42.1"
                }
            ],
            "python3-gpg": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gpg",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "1.15.1"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.67.0"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.0.3"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "19.fc36",
                    "source": "rpm",
                    "version": "1.21"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "3.2.0"
                }
            ],
            "python3-jwt": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jwt",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.4.0"
                }
            ],
            "python3-jwt+crypto": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jwt+crypto",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.4.0"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.67.0"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.10.5"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "python3-libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libxml2",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.9.14"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.0.0"
                }
            ],
            "python3-netifaces": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-netifaces",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "3.0.2"
                }
            ],
            "python3-oauthlib+signedtoken": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib+signedtoken",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "3.0.2"
                }
            ],
            "python3-ply": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ply",
                    "release": "15.fc36",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "python3-prettytable": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-prettytable",
                    "release": "28.fc36",
                    "source": "rpm",
                    "version": "0.7.2"
                }
            ],
            "python3-psutil": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-psutil",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "5.8.0"
                }
            ],
            "python3-pyasn1": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyasn1",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "0.4.8"
                }
            ],
            "python3-pycparser": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pycparser",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "2.20"
                }
            ],
            "python3-pyrsistent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyrsistent",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.18.1"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "3.4"
                }
            ],
            "python3-pysocks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pysocks",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.27.1"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "4.4.0"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "59.6.0"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "20.fc36",
                    "source": "rpm",
                    "version": "234"
                }
            ],
            "python3-tracer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-tracer",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.7.8"
                }
            ],
            "python3-unbound": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-unbound",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.26.8"
                }
            ],
            "qemu-guest-agent": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-guest-agent",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "6.2.0"
                }
            ],
            "qrencode-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "qrencode-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "4.1.1"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "31.fc36",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "rpm-plugin-systemd-inhibit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-systemd-inhibit",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.2.4"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.8"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "36.10"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "36.10"
                }
            ],
            "setroubleshoot-plugins": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setroubleshoot-plugins",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3.14"
                }
            ],
            "setroubleshoot-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "setroubleshoot-server",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.3.30"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.13.10"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "4.11.1"
                }
            ],
            "shared-mime-info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shared-mime-info",
                    "release": "3.fc35",
                    "source": "rpm",
                    "version": "2.1"
                }
            ],
            "shim-ia32": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shim-ia32",
                    "release": "1",
                    "source": "rpm",
                    "version": "15.6"
                }
            ],
            "shim-x64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shim-x64",
                    "release": "1",
                    "source": "rpm",
                    "version": "15.6"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "3.36.0"
                }
            ],
            "sscg": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sscg",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "3.0.2"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "5.p2.fc36",
                    "source": "rpm",
                    "version": "1.9.8"
                }
            ],
            "sudo-python-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo-python-plugin",
                    "release": "5.p2.fc36",
                    "source": "rpm",
                    "version": "1.9.8"
                }
            ],
            "syslinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "syslinux",
                    "release": "0.22.fc36",
                    "source": "rpm",
                    "version": "6.04"
                }
            ],
            "syslinux-extlinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "syslinux-extlinux",
                    "release": "0.22.fc36",
                    "source": "rpm",
                    "version": "6.04"
                }
            ],
            "syslinux-extlinux-nonlinux": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "syslinux-extlinux-nonlinux",
                    "release": "0.22.fc36",
                    "source": "rpm",
                    "version": "6.04"
                }
            ],
            "syslinux-nonlinux": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "syslinux-nonlinux",
                    "release": "0.22.fc36",
                    "source": "rpm",
                    "version": "6.04"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "systemd-networkd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-networkd",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "systemd-oomd-defaults": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "systemd-oomd-defaults",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "systemd-resolved": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-resolved",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.34"
                }
            ],
            "tpm2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tools",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "5.2"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.2.0"
                }
            ],
            "tracer-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tracer-common",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.7.8"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2022a"
                }
            ],
            "udisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "udisks2-iscsi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2-iscsi",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "udisks2-lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2-lvm2",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "unbound-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-libs",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "userspace-rcu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "userspace-rcu",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.13.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "vim-data": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-data",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "8.2.5172"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "8.2.5172"
                }
            ],
            "volume_key-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "volume_key-libs",
                    "release": "15.fc36",
                    "source": "rpm",
                    "version": "0.3.12"
                }
            ],
            "web-assets-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "web-assets-filesystem",
                    "release": "16.fc36",
                    "source": "rpm",
                    "version": "5"
                }
            ],
            "webkit2gtk3-jsc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "webkit2gtk3-jsc",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.36.5"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "32.fc36",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "whois-nls": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "whois-nls",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "5.5.13"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "5.14.2"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.35.1"
                }
            ],
            "xxhash-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xxhash-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.8.1"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "5.2.5"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-libs",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "5.2.5"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.13.0"
                }
            ],
            "zchunk-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zchunk-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.2.2"
                }
            ],
            "zlib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib",
                    "release": "31.fc36",
                    "source": "rpm",
                    "version": "1.2.11"
                }
            ],
            "zram-generator": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zram-generator",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ],
            "zram-generator-defaults": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "zram-generator-defaults",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ]
        }
    },
    "changed": false
}

TASK [test - cockpit-bridge is installed] **************************************
task path: /tmp/tmpef62vtxj/tests/tests_config.yml:33
Wednesday 03 August 2022  07:56:04 +0000 (0:00:01.049)       0:00:18.662 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [test - cockpit metapackage is not installed] *****************************
task path: /tmp/tmpef62vtxj/tests/tests_config.yml:38
Wednesday 03 August 2022  07:56:04 +0000 (0:00:00.041)       0:00:18.704 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [test - write expected configuration file] ********************************
task path: /tmp/tmpef62vtxj/tests/tests_config.yml:43
Wednesday 03 August 2022  07:56:04 +0000 (0:00:00.039)       0:00:18.744 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "checksum": "a28e8e15edbb182af349c2efdcab515ae324e282",
    "dest": "/run/cockpit.conf.expected",
    "gid": 0,
    "group": "root",
    "md5sum": "122c5d019ccefe9d55575732f0647a0c",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:var_run_t:s0",
    "size": 89,
    "src": "/root/.ansible/tmp/ansible-tmp-1659513364.995371-277600-95981237049007/source",
    "state": "file",
    "uid": 0
}

TASK [test - compare generated with expected configuration file] ***************
task path: /tmp/tmpef62vtxj/tests/tests_config.yml:57
Wednesday 03 August 2022  07:56:05 +0000 (0:00:00.741)       0:00:19.485 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "diff",
        "-u",
        "/run/cockpit.conf.expected",
        "/etc/cockpit/cockpit.conf"
    ],
    "delta": "0:00:00.003705",
    "end": "2022-08-03 07:56:04.909360",
    "rc": 0,
    "start": "2022-08-03 07:56:04.905655"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpef62vtxj/tests/tests_config.yml:62
Wednesday 03 August 2022  07:56:06 +0000 (0:00:00.404)       0:00:19.890 ****** 
included: /tmp/tmpef62vtxj/tests/tasks/cleanup.yml for /cache/fedora-36.qcow2.snap

TASK [cleanup - packages] ******************************************************
task path: /tmp/tmpef62vtxj/tests/tasks/cleanup.yml:1
Wednesday 03 August 2022  07:56:06 +0000 (0:00:00.051)       0:00:19.941 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: cockpit-ws-273-1.fc36.x86_64",
        "Removed: cockpit-bridge-273-1.fc36.x86_64",
        "Removed: cockpit-system-273-1.fc36.noarch"
    ]
}

TASK [cleanup - find certificates] *********************************************
task path: /tmp/tmpef62vtxj/tests/tasks/cleanup.yml:13
Wednesday 03 August 2022  07:56:16 +0000 (0:00:10.153)       0:00:30.095 ****** 
[WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue:
'/etc/cockpit/ws-certs.d/' is not a directory
ok: [/cache/fedora-36.qcow2.snap] => {
    "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/tmpef62vtxj/tests/tasks/cleanup.yml:23
Wednesday 03 August 2022  07:56:16 +0000 (0:00:00.527)       0:00:30.622 ****** 

TASK [cleanup - config file] ***************************************************
task path: /tmp/tmpef62vtxj/tests/tasks/cleanup.yml:32
Wednesday 03 August 2022  07:56:16 +0000 (0:00:00.033)       0:00:30.656 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "path": "/etc/cockpit/cockpit.conf",
    "state": "absent"
}

TASK [cleanup - port customization] ********************************************
task path: /tmp/tmpef62vtxj/tests/tasks/cleanup.yml:40
Wednesday 03 August 2022  07:56:17 +0000 (0:00:00.435)       0:00:31.091 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/",
    "state": "absent"
}

TASK [cleanup - reload systemd] ************************************************
task path: /tmp/tmpef62vtxj/tests/tasks/cleanup.yml:48
Wednesday 03 August 2022  07:56:17 +0000 (0:00:00.418)       0:00:31.510 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/fedora-36.qcow2.snap : ok=22   changed=6    unreachable=0    failed=0    skipped=11   rescued=0    ignored=0   

Wednesday 03 August 2022  07:56:18 +0000 (0:00:00.803)       0:00:32.313 ****** 
=============================================================================== 
linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 11.26s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:8 -
cleanup - packages ----------------------------------------------------- 10.15s
/tmp/tmpef62vtxj/tests/tasks/cleanup.yml:1 ------------------------------------
Gathering Facts --------------------------------------------------------- 1.30s
/tmp/tmpef62vtxj/tests/tests_config.yml:2 -------------------------------------
package_facts ----------------------------------------------------------- 1.05s
/tmp/tmpef62vtxj/tests/tests_config.yml:31 ------------------------------------
linux-system-roles.cockpit : Create cockpit.conf configuration file ----- 1.03s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:81 -----
linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 1.03s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75 -----
cleanup - reload systemd ------------------------------------------------ 0.80s
/tmp/tmpef62vtxj/tests/tasks/cleanup.yml:48 -----------------------------------
test - write expected configuration file -------------------------------- 0.74s
/tmp/tmpef62vtxj/tests/tests_config.yml:43 ------------------------------------
linux-system-roles.cockpit : restart cockpit ---------------------------- 0.61s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/handlers/main.yml:7 ---
test - socket is enabled ------------------------------------------------ 0.54s
/tmp/tmpef62vtxj/tests/tests_config.yml:21 ------------------------------------
linux-system-roles.cockpit : Ensure ansible_facts used by role ---------- 0.54s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2 --
linux-system-roles.cockpit : Clean up port configuration file for undefined custom port --- 0.53s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66 -----
cleanup - find certificates --------------------------------------------- 0.53s
/tmp/tmpef62vtxj/tests/tasks/cleanup.yml:13 -----------------------------------
cleanup - config file --------------------------------------------------- 0.44s
/tmp/tmpef62vtxj/tests/tasks/cleanup.yml:32 -----------------------------------
test - socket is not active --------------------------------------------- 0.43s
/tmp/tmpef62vtxj/tests/tests_config.yml:25 ------------------------------------
cleanup - port customization -------------------------------------------- 0.42s
/tmp/tmpef62vtxj/tests/tasks/cleanup.yml:40 -----------------------------------
test - compare generated with expected configuration file --------------- 0.40s
/tmp/tmpef62vtxj/tests/tests_config.yml:57 ------------------------------------
include_tasks ----------------------------------------------------------- 0.05s
/tmp/tmpef62vtxj/tests/tests_config.yml:62 ------------------------------------
test - cockpit-bridge is installed -------------------------------------- 0.04s
/tmp/tmpef62vtxj/tests/tests_config.yml:33 ------------------------------------
test - cockpit metapackage is not installed ----------------------------- 0.04s
/tmp/tmpef62vtxj/tests/tests_config.yml:38 ------------------------------------
ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmp8jj4_k5c
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
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_config.yml *****************************************************
1 plays in /tmp/tmp7cnml56y/tests/cockpit/tests_config.yml

PLAY [Test cockpit_* role options] *********************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:2
Wednesday 03 August 2022  08:02:00 +0000 (0:00:00.014)       0:00:00.014 ****** 
ok: [/cache/fedora-36.qcow2.snap]
META: ran handlers

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:1
Wednesday 03 August 2022  08:02:01 +0000 (0:00:01.263)       0:00:01.277 ****** 
included: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for /cache/fedora-36.qcow2.snap

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Wednesday 03 August 2022  08:02:01 +0000 (0:00:00.029)       0:00:01.306 ****** 
ok: [/cache/fedora-36.qcow2.snap]

TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:7
Wednesday 03 August 2022  08:02:02 +0000 (0:00:00.536)       0:00:01.843 ****** 
ok: [/cache/fedora-36.qcow2.snap] => (item=/tmp/tmp8jj4_k5c/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/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.yml"
}

TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:9
Wednesday 03 August 2022  08:02:02 +0000 (0:00:00.038)       0:00:01.881 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:17
Wednesday 03 August 2022  08:02:02 +0000 (0:00:00.021)       0:00:01.903 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "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/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:21
Wednesday 03 August 2022  08:02:02 +0000 (0:00:00.019)       0:00:01.922 ****** 
included: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for /cache/fedora-36.qcow2.snap => (item=/tmp/tmp8jj4_k5c/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/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:1
Wednesday 03 August 2022  08:02:02 +0000 (0:00:00.034)       0:00:01.956 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "ansible_facts": {
        "cockpit_packages": "minimal"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6
Wednesday 03 August 2022  08:02:02 +0000 (0:00:00.034)       0:00:01.991 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: cockpit-system-273-1.fc36.noarch",
        "Installed: cockpit-ws-273-1.fc36.x86_64",
        "Installed: cockpit-bridge-273-1.fc36.x86_64"
    ]
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:27
Wednesday 03 August 2022  08:02:14 +0000 (0:00:12.168)       0:00:14.159 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Wednesday 03 August 2022  08:02:14 +0000 (0:00:00.026)       0:00:14.185 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check if SELinux is enabled] *********
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:51
Wednesday 03 August 2022  08:02:14 +0000 (0:00:00.022)       0:00:14.208 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Allow cockpit to own custom port in SELinux policy] **********************
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:58
Wednesday 03 August 2022  08:02:14 +0000 (0:00:00.023)       0:00:14.231 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:66
Wednesday 03 August 2022  08:02:14 +0000 (0:00:00.022)       0:00:14.254 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "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/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:75
Wednesday 03 August 2022  08:02:15 +0000 (0:00:00.534)       0:00:14.789 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "enabled": true,
    "name": "cockpit.socket",
    "state": "stopped",
    "status": {
        "Accept": "no",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "system.slice systemd-journald.socket sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Backlog": "4096",
        "Before": "cockpit-motd.service sockets.target cockpit.service shutdown.target",
        "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",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "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 }",
        "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": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "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": "7731",
        "LimitNPROCSoft": "7731",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "7731",
        "LimitSIGPENDINGSoft": "7731",
        "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": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "MountAPIVFS": "no",
        "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",
        "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",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "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]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "2319",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "1min 30s",
        "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/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:81
Wednesday 03 August 2022  08:02:16 +0000 (0:00:01.034)       0:00:15.823 ****** 
NOTIFIED HANDLER fedora.linux_system_roles.cockpit : restart cockpit for /cache/fedora-36.qcow2.snap
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "checksum": "a28e8e15edbb182af349c2efdcab515ae324e282",
    "dest": "/etc/cockpit/cockpit.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "122c5d019ccefe9d55575732f0647a0c",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 89,
    "src": "/root/.ansible/tmp/ansible-tmp-1659513736.4717753-280071-235807239022393/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:92
Wednesday 03 August 2022  08:02:17 +0000 (0:00:01.008)       0:00:16.832 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102
Wednesday 03 August 2022  08:02:17 +0000 (0:00:00.025)       0:00:16.858 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: role_complete for /cache/fedora-36.qcow2.snap

TASK [meta] ********************************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:19
Wednesday 03 August 2022  08:02:17 +0000 (0:00:00.043)       0:00:16.901 ****** 

RUNNING HANDLER [fedora.linux_system_roles.cockpit : restart cockpit] **********
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/handlers/main.yml:7
Wednesday 03 August 2022  08:02:17 +0000 (0:00:00.000)       0:00:16.901 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "name": "cockpit.socket",
    "state": "stopped",
    "status": {
        "Accept": "no",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "systemd-journald.socket sysinit.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Backlog": "4096",
        "Before": "cockpit.service cockpit-motd.service sockets.target shutdown.target",
        "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",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "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 }",
        "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": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "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": "7731",
        "LimitNPROCSoft": "7731",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "7731",
        "LimitSIGPENDINGSoft": "7731",
        "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": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "MountAPIVFS": "no",
        "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",
        "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": "system.slice sysinit.target",
        "RestartKillSignal": "15",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "ReusePort": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "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]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "2319",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Timestamping": "off",
        "Transient": "no",
        "Transparent": "no",
        "TriggerLimitBurst": "20",
        "TriggerLimitIntervalUSec": "2s",
        "Triggers": "cockpit.service",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "sockets.target",
        "Wants": "cockpit-motd.service",
        "WatchdogSignal": "6",
        "Writable": "no"
    }
}
META: ran handlers

TASK [test - socket is enabled] ************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:21
Wednesday 03 August 2022  08:02:18 +0000 (0:00:00.545)       0:00:17.447 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "is-enabled",
        "cockpit.socket"
    ],
    "delta": "0:00:00.009190",
    "end": "2022-08-03 08:02:18.021764",
    "rc": 0,
    "start": "2022-08-03 08:02:18.012574"
}

STDOUT:

enabled

TASK [test - socket is not active] *********************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:25
Wednesday 03 August 2022  08:02:18 +0000 (0:00:00.522)       0:00:17.969 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "is-active",
        "cockpit.socket"
    ],
    "delta": "0:00:00.008935",
    "end": "2022-08-03 08:02:18.411130",
    "failed_when_result": false,
    "rc": 3,
    "start": "2022-08-03 08:02:18.402195"
}

STDOUT:

inactive


MSG:

non-zero return code

TASK [package_facts] ***********************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:31
Wednesday 03 August 2022  08:02:18 +0000 (0:00:00.393)       0:00:18.363 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "ansible_facts": {
        "packages": {
            "ModemManager-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ModemManager-glib",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.18.8"
                }
            ],
            "NetworkManager": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.38.0"
                }
            ],
            "NetworkManager-libnm": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "NetworkManager-libnm",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.38.0"
                }
            ],
            "PackageKit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "PackageKit",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.2.5"
                }
            ],
            "PackageKit-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "PackageKit-glib",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.2.5"
                }
            ],
            "abattis-cantarell-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "abattis-cantarell-fonts",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "0.301"
                }
            ],
            "adobe-source-code-pro-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "adobe-source-code-pro-fonts",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "2.030.1.050"
                }
            ],
            "alternatives": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "alternatives",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.19"
                }
            ],
            "audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.0.8"
                }
            ],
            "audit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "audit-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.0.8"
                }
            ],
            "authselect": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "authselect-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "authselect-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "basesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "basesystem",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "bash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bash",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "5.1.16"
                }
            ],
            "bluez": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bluez",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "5.64"
                }
            ],
            "btrfs-progs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "btrfs-progs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "5.18"
                }
            ],
            "bubblewrap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bubblewrap",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "bzip2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "bzip2-libs",
                    "release": "11.fc36",
                    "source": "rpm",
                    "version": "1.0.8"
                }
            ],
            "c-ares": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "c-ares",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.17.2"
                }
            ],
            "ca-certificates": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ca-certificates",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2021.2.52"
                }
            ],
            "certmonger": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "certmonger",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.79.15"
                }
            ],
            "checkpolicy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "checkpolicy",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "chrony": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "chrony",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "clevis": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "clevis",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "18"
                }
            ],
            "clevis-luks": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "clevis-luks",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "18"
                }
            ],
            "clevis-pin-tpm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "clevis-pin-tpm2",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.5.2"
                }
            ],
            "cloud-init": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-init",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "22.1"
                }
            ],
            "cloud-utils-growpart": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cloud-utils-growpart",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "0.31"
                }
            ],
            "cockpit-bridge": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cockpit-bridge",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "273"
                }
            ],
            "cockpit-system": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "cockpit-system",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "273"
                }
            ],
            "cockpit-ws": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cockpit-ws",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "273"
                }
            ],
            "console-login-helper-messages": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "console-login-helper-messages",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.21.2"
                }
            ],
            "console-login-helper-messages-issuegen": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "console-login-helper-messages-issuegen",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.21.2"
                }
            ],
            "console-login-helper-messages-motdgen": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "console-login-helper-messages-motdgen",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.21.2"
                }
            ],
            "console-login-helper-messages-profile": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "console-login-helper-messages-profile",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.21.2"
                }
            ],
            "coreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "9.0"
                }
            ],
            "coreutils-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "coreutils-common",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "9.0"
                }
            ],
            "cpio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cpio",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "2.13"
                }
            ],
            "cracklib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib",
                    "release": "28.fc36",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "cracklib-dicts": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cracklib-dicts",
                    "release": "28.fc36",
                    "source": "rpm",
                    "version": "2.9.6"
                }
            ],
            "crypto-policies": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies",
                    "release": "1.gitdfb10ea.fc36",
                    "source": "rpm",
                    "version": "20220428"
                }
            ],
            "crypto-policies-scripts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "crypto-policies-scripts",
                    "release": "1.gitdfb10ea.fc36",
                    "source": "rpm",
                    "version": "20220428"
                }
            ],
            "cryptsetup": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.4.3"
                }
            ],
            "cryptsetup-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cryptsetup-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.4.3"
                }
            ],
            "curl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "curl",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "7.82.0"
                }
            ],
            "cyrus-sasl-lib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "cyrus-sasl-lib",
                    "release": "18.fc36",
                    "source": "rpm",
                    "version": "2.1.27"
                }
            ],
            "dbus": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "dbus-broker": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dbus-broker",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "31"
                }
            ],
            "dbus-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "dbus-common",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "dbus-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "dbus-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dbus-tools",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.14.0"
                }
            ],
            "deltarpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "deltarpm",
                    "release": "11.fc36",
                    "source": "rpm",
                    "version": "3.6.2"
                }
            ],
            "device-mapper": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.02.175"
                }
            ],
            "device-mapper-event": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.02.175"
                }
            ],
            "device-mapper-event-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-event-libs",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.02.175"
                }
            ],
            "device-mapper-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-libs",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.02.175"
                }
            ],
            "device-mapper-multipath": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-multipath",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "0.8.7"
                }
            ],
            "device-mapper-multipath-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-multipath-libs",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "0.8.7"
                }
            ],
            "device-mapper-persistent-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "device-mapper-persistent-data",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "0.9.0"
                }
            ],
            "dhcp-client": [
                {
                    "arch": "x86_64",
                    "epoch": 12,
                    "name": "dhcp-client",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "dhcp-common": [
                {
                    "arch": "noarch",
                    "epoch": 12,
                    "name": "dhcp-common",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "4.4.3"
                }
            ],
            "diffutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "diffutils",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.8"
                }
            ],
            "dmidecode": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "dmidecode",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.13.0"
                }
            ],
            "dnf-data": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-data",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.13.0"
                }
            ],
            "dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "dnf-plugins-core",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "dosfstools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dosfstools",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "dracut": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "056"
                }
            ],
            "dracut-config-generic": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "dracut-config-generic",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "056"
                }
            ],
            "e2fsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "e2fsprogs-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "e2fsprogs-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "efi-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "efi-filesystem",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "5"
                }
            ],
            "efibootmgr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efibootmgr",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "16"
                }
            ],
            "efivar-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "efivar-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "38"
                }
            ],
            "elfutils-debuginfod-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-debuginfod-client",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.187"
                }
            ],
            "elfutils-default-yama-scope": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "elfutils-default-yama-scope",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.187"
                }
            ],
            "elfutils-libelf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libelf",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.187"
                }
            ],
            "elfutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "elfutils-libs",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.187"
                }
            ],
            "expat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "expat",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.4.7"
                }
            ],
            "fedora-gpg-keys": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-gpg-keys",
                    "release": "1",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "fedora-logos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-logos",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "36.0.0"
                }
            ],
            "fedora-release-cloud": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-cloud",
                    "release": "17",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "fedora-release-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-common",
                    "release": "17",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "fedora-release-identity-cloud": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-release-identity-cloud",
                    "release": "17",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "fedora-repos": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-repos",
                    "release": "1",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "fedora-repos-modular": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "fedora-repos-modular",
                    "release": "1",
                    "source": "rpm",
                    "version": "36"
                }
            ],
            "file": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "5.41"
                }
            ],
            "file-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "file-libs",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "5.41"
                }
            ],
            "filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "filesystem",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.16"
                }
            ],
            "findutils": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "findutils",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.9.0"
                }
            ],
            "flashrom": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "flashrom",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "1.2"
                }
            ],
            "fonts-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "fonts-filesystem",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "2.0.5"
                }
            ],
            "freetype": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "freetype",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.12.1"
                }
            ],
            "fuse-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fuse-libs",
                    "release": "14.fc36",
                    "source": "rpm",
                    "version": "2.9.9"
                }
            ],
            "fwupd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.8.1"
                }
            ],
            "fwupd-efi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-efi",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.3"
                }
            ],
            "fwupd-plugin-flashrom": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-flashrom",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.8.1"
                }
            ],
            "fwupd-plugin-modem-manager": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-modem-manager",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.8.1"
                }
            ],
            "fwupd-plugin-uefi-capsule-data": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "fwupd-plugin-uefi-capsule-data",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.8.1"
                }
            ],
            "gawk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "5.1.1"
                }
            ],
            "gawk-all-langpacks": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gawk-all-langpacks",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "5.1.1"
                }
            ],
            "gdbm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gdbm-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.22"
                }
            ],
            "gdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdisk",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "gdk-pixbuf2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gdk-pixbuf2",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.42.8"
                }
            ],
            "gettext": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "0.21"
                }
            ],
            "gettext-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gettext-libs",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "0.21"
                }
            ],
            "glib-networking": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib-networking",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.72.1"
                }
            ],
            "glib2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glib2",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.72.2"
                }
            ],
            "glibc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc",
                    "release": "14.fc36",
                    "source": "rpm",
                    "version": "2.35"
                }
            ],
            "glibc-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-common",
                    "release": "14.fc36",
                    "source": "rpm",
                    "version": "2.35"
                }
            ],
            "glibc-gconv-extra": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-gconv-extra",
                    "release": "14.fc36",
                    "source": "rpm",
                    "version": "2.35"
                }
            ],
            "glibc-langpack-en": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "glibc-langpack-en",
                    "release": "14.fc36",
                    "source": "rpm",
                    "version": "2.35"
                }
            ],
            "gmp": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "gmp",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "6.2.1"
                }
            ],
            "gnupg2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.3.6"
                }
            ],
            "gnupg2-smime": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnupg2-smime",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.3.6"
                }
            ],
            "gnutls": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gnutls",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "3.7.6"
                }
            ],
            "gobject-introspection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gobject-introspection",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.72.0"
                }
            ],
            "google-noto-fonts-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-fonts-common",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "20201206"
                }
            ],
            "google-noto-sans-mono-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-mono-vf-fonts",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "20201206"
                }
            ],
            "google-noto-sans-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-sans-vf-fonts",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "20201206"
                }
            ],
            "google-noto-serif-vf-fonts": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "google-noto-serif-vf-fonts",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "20201206"
                }
            ],
            "gpg-pubkey": [
                {
                    "arch": null,
                    "epoch": null,
                    "name": "gpg-pubkey",
                    "release": "60242b08",
                    "source": "rpm",
                    "version": "38ab71f4"
                }
            ],
            "gpgme": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gpgme",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "1.15.1"
                }
            ],
            "graphite2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "graphite2",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "1.3.14"
                }
            ],
            "grep": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grep",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.7"
                }
            ],
            "groff-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "groff-base",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "1.22.4"
                }
            ],
            "grub2-common": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-common",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-efi-ia32": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-efi-ia32",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-efi-x64": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-efi-x64",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-pc",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-pc-modules": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "grub2-pc-modules",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-efi": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-efi",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-extra": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-extra",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grub2-tools-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "grub2-tools-minimal",
                    "release": "42.fc36",
                    "source": "rpm",
                    "version": "2.06"
                }
            ],
            "grubby": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "grubby",
                    "release": "57.fc36",
                    "source": "rpm",
                    "version": "8.40"
                }
            ],
            "gsettings-desktop-schemas": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gsettings-desktop-schemas",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "42.0"
                }
            ],
            "gzip": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "gzip",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.11"
                }
            ],
            "harfbuzz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "harfbuzz",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.0.0"
                }
            ],
            "hostname": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hostname",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "3.23"
                }
            ],
            "hunspell": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell",
                    "release": "19.fc36",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "hunspell-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en",
                    "release": "22.fc36",
                    "source": "rpm",
                    "version": "0.20140811.1"
                }
            ],
            "hunspell-en-GB": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-GB",
                    "release": "22.fc36",
                    "source": "rpm",
                    "version": "0.20140811.1"
                }
            ],
            "hunspell-en-US": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "hunspell-en-US",
                    "release": "22.fc36",
                    "source": "rpm",
                    "version": "0.20140811.1"
                }
            ],
            "hunspell-filesystem": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "hunspell-filesystem",
                    "release": "19.fc36",
                    "source": "rpm",
                    "version": "1.7.0"
                }
            ],
            "ima-evm-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ima-evm-utils",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "inih": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "inih",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "55"
                }
            ],
            "initscripts-service": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "initscripts-service",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "10.16"
                }
            ],
            "ipcalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ipcalc",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.0.1"
                }
            ],
            "iproute": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iproute",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "5.15.0"
                }
            ],
            "iputils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iputils",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "20211215"
                }
            ],
            "iscsi-initiator-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iscsi-initiator-utils",
                    "release": "4.git2a8f9d8.fc36",
                    "source": "rpm",
                    "version": "6.2.1.4"
                }
            ],
            "iscsi-initiator-utils-iscsiuio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "iscsi-initiator-utils-iscsiuio",
                    "release": "4.git2a8f9d8.fc36",
                    "source": "rpm",
                    "version": "6.2.1.4"
                }
            ],
            "isns-utils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "isns-utils-libs",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.101"
                }
            ],
            "jansson": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jansson",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.13.1"
                }
            ],
            "jose": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jose",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "jq": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "jq",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "js-jquery": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "js-jquery",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.6.0"
                }
            ],
            "json-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-c",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.15"
                }
            ],
            "json-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "json-glib",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.6.6"
                }
            ],
            "kbd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kbd",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "2.4.0"
                }
            ],
            "kbd-misc": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "kbd-misc",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "2.4.0"
                }
            ],
            "kernel-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kernel-core",
                    "release": "200.fc36",
                    "source": "rpm",
                    "version": "5.18.9"
                }
            ],
            "keyutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "keyutils-libs",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.6.1"
                }
            ],
            "kmod": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "29"
                }
            ],
            "kmod-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kmod-libs",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "29"
                }
            ],
            "kpartx": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "kpartx",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "0.8.7"
                }
            ],
            "krb5-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "krb5-libs",
                    "release": "11.fc36",
                    "source": "rpm",
                    "version": "1.19.2"
                }
            ],
            "langpacks-core-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-en",
                    "release": "23.fc36",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "langpacks-core-font-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-core-font-en",
                    "release": "23.fc36",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "langpacks-en": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "langpacks-en",
                    "release": "23.fc36",
                    "source": "rpm",
                    "version": "3.0"
                }
            ],
            "less": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "less",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "590"
                }
            ],
            "libacl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libacl",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.3.1"
                }
            ],
            "libaio": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libaio",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "0.3.111"
                }
            ],
            "libappstream-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libappstream-glib",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.8.0"
                }
            ],
            "libarchive": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libarchive",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.5.3"
                }
            ],
            "libargon2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libargon2",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "20171227"
                }
            ],
            "libassuan": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libassuan",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.5.5"
                }
            ],
            "libatasmart": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libatasmart",
                    "release": "22.fc36",
                    "source": "rpm",
                    "version": "0.19"
                }
            ],
            "libattr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libattr",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "libbasicobjects": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbasicobjects",
                    "release": "50.fc36",
                    "source": "rpm",
                    "version": "0.1.1"
                }
            ],
            "libblkid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblkid",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "libblockdev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-crypto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-crypto",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-fs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-fs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-loop": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-loop",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-lvm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-lvm",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-mdraid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-mdraid",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-part": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-part",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-swap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-swap",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libblockdev-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libblockdev-utils",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.27"
                }
            ],
            "libbpf": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libbpf",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libbrotli": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbrotli",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.0.9"
                }
            ],
            "libbytesize": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libbytesize",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7"
                }
            ],
            "libcap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.48"
                }
            ],
            "libcap-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcap-ng",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.8.3"
                }
            ],
            "libcbor": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcbor",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcollection": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcollection",
                    "release": "50.fc36",
                    "source": "rpm",
                    "version": "0.7.0"
                }
            ],
            "libcom_err": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcom_err",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcomps",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "libcurl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libcurl",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "7.82.0"
                }
            ],
            "libdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdb",
                    "release": "51.fc36",
                    "source": "rpm",
                    "version": "5.3.28"
                }
            ],
            "libdhash": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdhash",
                    "release": "50.fc36",
                    "source": "rpm",
                    "version": "0.5.0"
                }
            ],
            "libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libdnf",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.67.0"
                }
            ],
            "libeconf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libeconf",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.4.0"
                }
            ],
            "libedit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libedit",
                    "release": "41.20210910cvs.fc36",
                    "source": "rpm",
                    "version": "3.1"
                }
            ],
            "libevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libevent",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "2.1.12"
                }
            ],
            "libfdisk": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfdisk",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "libffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libffi",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "3.4.2"
                }
            ],
            "libfido2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfido2",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.10.0"
                }
            ],
            "libfsverity": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libfsverity",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "libftdi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libftdi",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.5"
                }
            ],
            "libgcab1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcab1",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "1.4"
                }
            ],
            "libgcc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcc",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "12.1.1"
                }
            ],
            "libgcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgcrypt",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.10.1"
                }
            ],
            "libgomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgomp",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "12.1.1"
                }
            ],
            "libgpg-error": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgpg-error",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.45"
                }
            ],
            "libgudev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgudev",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "237"
                }
            ],
            "libgusb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libgusb",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.3.10"
                }
            ],
            "libicu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libicu",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "69.1"
                }
            ],
            "libidn2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libidn2",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.3.2"
                }
            ],
            "libini_config": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libini_config",
                    "release": "50.fc36",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libjaylink": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjaylink",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.2.0"
                }
            ],
            "libjcat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjcat",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.1.10"
                }
            ],
            "libjose": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjose",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "11"
                }
            ],
            "libjpeg-turbo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libjpeg-turbo",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.1.2"
                }
            ],
            "libkcapi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libkcapi-hmaccalc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libkcapi-hmaccalc",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.3.1"
                }
            ],
            "libksba": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libksba",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "libldb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libldb",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "libluksmeta": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libluksmeta",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "9"
                }
            ],
            "libmaxminddb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmaxminddb",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "libmbim": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmbim",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.26.4"
                }
            ],
            "libmnl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmnl",
                    "release": "15.fc36",
                    "source": "rpm",
                    "version": "1.0.4"
                }
            ],
            "libmodulemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmodulemd",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.14.0"
                }
            ],
            "libmount": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libmount",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "libndp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libndp",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.8"
                }
            ],
            "libnghttp2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnghttp2",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.46.0"
                }
            ],
            "libnl3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnl3",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "3.6.0"
                }
            ],
            "libnsl2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libnsl2",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.0.0"
                }
            ],
            "libpath_utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpath_utils",
                    "release": "50.fc36",
                    "source": "rpm",
                    "version": "0.2.1"
                }
            ],
            "libpipeline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpipeline",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.5.5"
                }
            ],
            "libpng": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "libpng",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "1.6.37"
                }
            ],
            "libproxy": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libproxy",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.4.18"
                }
            ],
            "libproxy-webkitgtk4": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libproxy-webkitgtk4",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.4.18"
                }
            ],
            "libpsl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpsl",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "0.21.1"
                }
            ],
            "libpwquality": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libpwquality",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.4.4"
                }
            ],
            "libqmi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqmi",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.30.6"
                }
            ],
            "libqrtr-glib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libqrtr-glib",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.0.0"
                }
            ],
            "libref_array": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libref_array",
                    "release": "50.fc36",
                    "source": "rpm",
                    "version": "0.1.5"
                }
            ],
            "librepo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "librepo",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.14.3"
                }
            ],
            "libreport-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libreport-filesystem",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.17.1"
                }
            ],
            "libseccomp": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libseccomp",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.5.3"
                }
            ],
            "libsecret": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsecret",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.20.5"
                }
            ],
            "libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "libselinux-utils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libselinux-utils",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsemanage",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "libsepol": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsepol",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "libsigsegv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsigsegv",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.14"
                }
            ],
            "libsmartcols": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmartcols",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "libsmbios": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsmbios",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "2.4.3"
                }
            ],
            "libsolv": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsolv",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.7.22"
                }
            ],
            "libss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libss",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.46.5"
                }
            ],
            "libssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libssh",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.9.6"
                }
            ],
            "libssh-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "libssh-config",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.9.6"
                }
            ],
            "libsss_certmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_certmap",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "libsss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_idmap",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "libsss_nss_idmap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_nss_idmap",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "libsss_sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libsss_sudo",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "libstdc++": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstdc++",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "12.1.1"
                }
            ],
            "libstemmer": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libstemmer",
                    "release": "18.585svn.fc36",
                    "source": "rpm",
                    "version": "0"
                }
            ],
            "libtalloc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtalloc",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.3.4"
                }
            ],
            "libtasn1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtasn1",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "4.18.0"
                }
            ],
            "libtdb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtdb",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.4.7"
                }
            ],
            "libtevent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtevent",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.12.1"
                }
            ],
            "libtirpc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libtirpc",
                    "release": "1.rc1.fc36.1",
                    "source": "rpm",
                    "version": "1.3.2"
                }
            ],
            "libudisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libudisks2",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "libunistring": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libunistring",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.0"
                }
            ],
            "liburing": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "liburing",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "libusb1": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libusb1",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "1.0.25"
                }
            ],
            "libuser": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuser",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "0.63"
                }
            ],
            "libutempter": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libutempter",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "1.2.1"
                }
            ],
            "libuuid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libuuid",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "libverto": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libverto",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.3.2"
                }
            ],
            "libxcrypt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.4.28"
                }
            ],
            "libxcrypt-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxcrypt-compat",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.4.28"
                }
            ],
            "libxkbcommon": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxkbcommon",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxml2",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.9.14"
                }
            ],
            "libxmlb": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libxmlb",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "0.3.9"
                }
            ],
            "libyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libyaml",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "0.2.5"
                }
            ],
            "libzstd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "libzstd",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "linux-firmware-whence": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "linux-firmware-whence",
                    "release": "135.fc36",
                    "source": "rpm",
                    "version": "20220610"
                }
            ],
            "lmdb-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lmdb-libs",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.9.29"
                }
            ],
            "lua-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lua-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "5.4.4"
                }
            ],
            "luksmeta": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "luksmeta",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "9"
                }
            ],
            "lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "2.03.11"
                }
            ],
            "lvm2-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lvm2-libs",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "2.03.11"
                }
            ],
            "lz4-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lz4-libs",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.9.3"
                }
            ],
            "lzo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "lzo",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "2.10"
                }
            ],
            "man-db": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "man-db",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.10.0"
                }
            ],
            "mdadm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mdadm",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.2"
                }
            ],
            "memstrack": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "memstrack",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.2.4"
                }
            ],
            "mkpasswd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mkpasswd",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "5.5.13"
                }
            ],
            "mokutil": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "mokutil",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "0.6.0"
                }
            ],
            "mozjs91": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mozjs91",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "91.11.0"
                }
            ],
            "mpdecimal": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpdecimal",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.5.1"
                }
            ],
            "mpfr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mpfr",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "4.1.0"
                }
            ],
            "mtools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "mtools",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.0.40"
                }
            ],
            "nano": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nano",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "ncurses": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses",
                    "release": "9.20210508.fc36",
                    "source": "rpm",
                    "version": "6.2"
                }
            ],
            "ncurses-base": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "ncurses-base",
                    "release": "9.20210508.fc36",
                    "source": "rpm",
                    "version": "6.2"
                }
            ],
            "ncurses-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ncurses-libs",
                    "release": "9.20210508.fc36",
                    "source": "rpm",
                    "version": "6.2"
                }
            ],
            "net-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "net-tools",
                    "release": "0.61.20160912git.fc36",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "nettle": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nettle",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.8"
                }
            ],
            "npth": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "npth",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "nspr": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nspr",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.34.0"
                }
            ],
            "nss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.79.0"
                }
            ],
            "nss-softokn": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.79.0"
                }
            ],
            "nss-softokn-freebl": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-softokn-freebl",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.79.0"
                }
            ],
            "nss-sysinit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-sysinit",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.79.0"
                }
            ],
            "nss-util": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "nss-util",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.79.0"
                }
            ],
            "ntfs-3g": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2022.5.17"
                }
            ],
            "ntfs-3g-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfs-3g-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2022.5.17"
                }
            ],
            "ntfs-3g-system-compression": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "ntfs-3g-system-compression",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "1.0"
                }
            ],
            "ntfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "ntfsprogs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2022.5.17"
                }
            ],
            "oniguruma": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "oniguruma",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "6.9.8"
                }
            ],
            "openldap": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "openldap-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openldap-compat",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.6.2"
                }
            ],
            "openssh": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh",
                    "release": "1.fc36.1",
                    "source": "rpm",
                    "version": "8.8p1"
                }
            ],
            "openssh-clients": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-clients",
                    "release": "1.fc36.1",
                    "source": "rpm",
                    "version": "8.8p1"
                }
            ],
            "openssh-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssh-server",
                    "release": "1.fc36.1",
                    "source": "rpm",
                    "version": "8.8p1"
                }
            ],
            "openssl": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.0.3"
                }
            ],
            "openssl-libs": [
                {
                    "arch": "x86_64",
                    "epoch": 1,
                    "name": "openssl-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.0.3"
                }
            ],
            "openssl-pkcs11": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "openssl-pkcs11",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "0.4.11"
                }
            ],
            "os-prober": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "os-prober",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "1.77"
                }
            ],
            "p11-kit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.24.1"
                }
            ],
            "p11-kit-trust": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "p11-kit-trust",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.24.1"
                }
            ],
            "pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "pam-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pam-libs",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "1.5.2"
                }
            ],
            "parted": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "parted",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "3.4"
                }
            ],
            "passwd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "passwd",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "0.80"
                }
            ],
            "pciutils-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pciutils-libs",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "3.7.0"
                }
            ],
            "pcre": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre",
                    "release": "1.fc36.1",
                    "source": "rpm",
                    "version": "8.45"
                }
            ],
            "pcre2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcre2",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "10.40"
                }
            ],
            "pcre2-syntax": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "pcre2-syntax",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "10.40"
                }
            ],
            "pcsc-lite": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.9.8"
                }
            ],
            "pcsc-lite-ccid": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-ccid",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.5.0"
                }
            ],
            "pcsc-lite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pcsc-lite-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.9.8"
                }
            ],
            "pigz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pigz",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7"
                }
            ],
            "pinentry": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "pinentry",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.2.0"
                }
            ],
            "policycoreutils": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "policycoreutils",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "policycoreutils-python-utils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "policycoreutils-python-utils",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "polkit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "0.120"
                }
            ],
            "polkit-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-libs",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "0.120"
                }
            ],
            "polkit-pkla-compat": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "polkit-pkla-compat",
                    "release": "21.fc36",
                    "source": "rpm",
                    "version": "0.1"
                }
            ],
            "popt": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "popt",
                    "release": "7.fc36",
                    "source": "rpm",
                    "version": "1.18"
                }
            ],
            "procps-ng": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "procps-ng",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3.17"
                }
            ],
            "protobuf-c": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "protobuf-c",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.4.0"
                }
            ],
            "psmisc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "psmisc",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "23.4"
                }
            ],
            "publicsuffix-list-dafsa": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "publicsuffix-list-dafsa",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "20210518"
                }
            ],
            "python-pip-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-pip-wheel",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "21.3.1"
                }
            ],
            "python-setuptools-wheel": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-setuptools-wheel",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "59.6.0"
                }
            ],
            "python-systemd-doc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python-systemd-doc",
                    "release": "20.fc36",
                    "source": "rpm",
                    "version": "234"
                }
            ],
            "python-unversioned-command": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python-unversioned-command",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.10.5"
                }
            ],
            "python3": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.10.5"
                }
            ],
            "python3-attrs": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-attrs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "21.4.0"
                }
            ],
            "python3-audit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-audit",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.0.8"
                }
            ],
            "python3-cffi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cffi",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "1.15.0"
                }
            ],
            "python3-charset-normalizer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-charset-normalizer",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.0.11"
                }
            ],
            "python3-configobj": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-configobj",
                    "release": "27.fc36",
                    "source": "rpm",
                    "version": "5.0.6"
                }
            ],
            "python3-cryptography": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-cryptography",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "36.0.0"
                }
            ],
            "python3-dasbus": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dasbus",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.6"
                }
            ],
            "python3-dateutil": [
                {
                    "arch": "noarch",
                    "epoch": 1,
                    "name": "python3-dateutil",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "2.8.1"
                }
            ],
            "python3-dbus": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-dbus",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.2.18"
                }
            ],
            "python3-distro": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-distro",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.6.0"
                }
            ],
            "python3-dnf": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.13.0"
                }
            ],
            "python3-dnf-plugins-core": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-dnf-plugins-core",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.2.1"
                }
            ],
            "python3-gobject-base": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gobject-base",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.42.1"
                }
            ],
            "python3-gobject-base-noarch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-gobject-base-noarch",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.42.1"
                }
            ],
            "python3-gpg": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-gpg",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "1.15.1"
                }
            ],
            "python3-hawkey": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-hawkey",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.67.0"
                }
            ],
            "python3-idna": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-idna",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "python3-jinja2": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jinja2",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.0.3"
                }
            ],
            "python3-jsonpatch": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpatch",
                    "release": "19.fc36",
                    "source": "rpm",
                    "version": "1.21"
                }
            ],
            "python3-jsonpointer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonpointer",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "2.0"
                }
            ],
            "python3-jsonschema": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jsonschema",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "3.2.0"
                }
            ],
            "python3-jwt": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jwt",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.4.0"
                }
            ],
            "python3-jwt+crypto": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-jwt+crypto",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.4.0"
                }
            ],
            "python3-libcomps": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libcomps",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.1.18"
                }
            ],
            "python3-libdnf": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libdnf",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.67.0"
                }
            ],
            "python3-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "3.10.5"
                }
            ],
            "python3-libselinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libselinux",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "python3-libsemanage": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libsemanage",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "python3-libxml2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-libxml2",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.9.14"
                }
            ],
            "python3-markupsafe": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-markupsafe",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "2.0.0"
                }
            ],
            "python3-netifaces": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-netifaces",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.11.0"
                }
            ],
            "python3-oauthlib": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "3.0.2"
                }
            ],
            "python3-oauthlib+signedtoken": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-oauthlib+signedtoken",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "3.0.2"
                }
            ],
            "python3-ply": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-ply",
                    "release": "15.fc36",
                    "source": "rpm",
                    "version": "3.11"
                }
            ],
            "python3-policycoreutils": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-policycoreutils",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3"
                }
            ],
            "python3-prettytable": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-prettytable",
                    "release": "28.fc36",
                    "source": "rpm",
                    "version": "0.7.2"
                }
            ],
            "python3-psutil": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-psutil",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "5.8.0"
                }
            ],
            "python3-pyasn1": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyasn1",
                    "release": "8.fc36",
                    "source": "rpm",
                    "version": "0.4.8"
                }
            ],
            "python3-pycparser": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pycparser",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "2.20"
                }
            ],
            "python3-pyrsistent": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyrsistent",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.18.1"
                }
            ],
            "python3-pyserial": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pyserial",
                    "release": "13.fc36",
                    "source": "rpm",
                    "version": "3.4"
                }
            ],
            "python3-pysocks": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-pysocks",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "1.7.1"
                }
            ],
            "python3-pyyaml": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-pyyaml",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "6.0"
                }
            ],
            "python3-requests": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-requests",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.27.1"
                }
            ],
            "python3-rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-rpm",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "python3-setools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-setools",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "4.4.0"
                }
            ],
            "python3-setuptools": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-setuptools",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "59.6.0"
                }
            ],
            "python3-six": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-six",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-systemd",
                    "release": "20.fc36",
                    "source": "rpm",
                    "version": "234"
                }
            ],
            "python3-tracer": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-tracer",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.7.8"
                }
            ],
            "python3-unbound": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "python3-unbound",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "python3-urllib3": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "python3-urllib3",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "1.26.8"
                }
            ],
            "qemu-guest-agent": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "qemu-guest-agent",
                    "release": "12.fc36",
                    "source": "rpm",
                    "version": "6.2.0"
                }
            ],
            "qrencode-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "qrencode-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "4.1.1"
                }
            ],
            "readline": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "readline",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rootfiles": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "rootfiles",
                    "release": "31.fc36",
                    "source": "rpm",
                    "version": "8.1"
                }
            ],
            "rpm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "rpm-build-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-build-libs",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "rpm-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-libs",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "rpm-plugin-selinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-selinux",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "rpm-plugin-systemd-inhibit": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-plugin-systemd-inhibit",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "rpm-sign-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rpm-sign-libs",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.17.0"
                }
            ],
            "rsync": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "rsync",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.2.4"
                }
            ],
            "sed": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sed",
                    "release": "10.fc36",
                    "source": "rpm",
                    "version": "4.8"
                }
            ],
            "selinux-policy": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "36.10"
                }
            ],
            "selinux-policy-targeted": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "selinux-policy-targeted",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "36.10"
                }
            ],
            "setroubleshoot-plugins": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setroubleshoot-plugins",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "3.3.14"
                }
            ],
            "setroubleshoot-server": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "setroubleshoot-server",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.3.30"
                }
            ],
            "setup": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "setup",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.13.10"
                }
            ],
            "shadow-utils": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "shadow-utils",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "4.11.1"
                }
            ],
            "shared-mime-info": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shared-mime-info",
                    "release": "3.fc35",
                    "source": "rpm",
                    "version": "2.1"
                }
            ],
            "shim-ia32": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shim-ia32",
                    "release": "1",
                    "source": "rpm",
                    "version": "15.6"
                }
            ],
            "shim-x64": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "shim-x64",
                    "release": "1",
                    "source": "rpm",
                    "version": "15.6"
                }
            ],
            "sqlite-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sqlite-libs",
                    "release": "5.fc36",
                    "source": "rpm",
                    "version": "3.36.0"
                }
            ],
            "sscg": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sscg",
                    "release": "6.fc36",
                    "source": "rpm",
                    "version": "3.0.2"
                }
            ],
            "sssd-client": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-client",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "sssd-common": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-common",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "sssd-kcm": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sssd-kcm",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.7.3"
                }
            ],
            "sudo": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo",
                    "release": "5.p2.fc36",
                    "source": "rpm",
                    "version": "1.9.8"
                }
            ],
            "sudo-python-plugin": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "sudo-python-plugin",
                    "release": "5.p2.fc36",
                    "source": "rpm",
                    "version": "1.9.8"
                }
            ],
            "syslinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "syslinux",
                    "release": "0.22.fc36",
                    "source": "rpm",
                    "version": "6.04"
                }
            ],
            "syslinux-extlinux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "syslinux-extlinux",
                    "release": "0.22.fc36",
                    "source": "rpm",
                    "version": "6.04"
                }
            ],
            "syslinux-extlinux-nonlinux": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "syslinux-extlinux-nonlinux",
                    "release": "0.22.fc36",
                    "source": "rpm",
                    "version": "6.04"
                }
            ],
            "syslinux-nonlinux": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "syslinux-nonlinux",
                    "release": "0.22.fc36",
                    "source": "rpm",
                    "version": "6.04"
                }
            ],
            "systemd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "systemd-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "systemd-networkd": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-networkd",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "systemd-oomd-defaults": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "systemd-oomd-defaults",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "systemd-pam": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-pam",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "systemd-resolved": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-resolved",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "systemd-udev": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "systemd-udev",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "250.7"
                }
            ],
            "tar": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "tar",
                    "release": "3.fc36",
                    "source": "rpm",
                    "version": "1.34"
                }
            ],
            "tpm2-tools": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tools",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "5.2"
                }
            ],
            "tpm2-tss": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "tpm2-tss",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "3.2.0"
                }
            ],
            "tracer-common": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tracer-common",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.7.8"
                }
            ],
            "tzdata": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "tzdata",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2022a"
                }
            ],
            "udisks2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "udisks2-iscsi": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2-iscsi",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "udisks2-lvm2": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "udisks2-lvm2",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "2.9.4"
                }
            ],
            "unbound-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "unbound-libs",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "1.16.0"
                }
            ],
            "userspace-rcu": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "userspace-rcu",
                    "release": "4.fc36",
                    "source": "rpm",
                    "version": "0.13.0"
                }
            ],
            "util-linux": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "util-linux-core": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "util-linux-core",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.38"
                }
            ],
            "vim-data": [
                {
                    "arch": "noarch",
                    "epoch": 2,
                    "name": "vim-data",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "8.2.5172"
                }
            ],
            "vim-minimal": [
                {
                    "arch": "x86_64",
                    "epoch": 2,
                    "name": "vim-minimal",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "8.2.5172"
                }
            ],
            "volume_key-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "volume_key-libs",
                    "release": "15.fc36",
                    "source": "rpm",
                    "version": "0.3.12"
                }
            ],
            "web-assets-filesystem": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "web-assets-filesystem",
                    "release": "16.fc36",
                    "source": "rpm",
                    "version": "5"
                }
            ],
            "webkit2gtk3-jsc": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "webkit2gtk3-jsc",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "2.36.5"
                }
            ],
            "which": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "which",
                    "release": "32.fc36",
                    "source": "rpm",
                    "version": "2.21"
                }
            ],
            "whois-nls": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "whois-nls",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "5.5.13"
                }
            ],
            "xfsprogs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xfsprogs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "5.14.2"
                }
            ],
            "xkeyboard-config": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "xkeyboard-config",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "2.35.1"
                }
            ],
            "xxhash-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xxhash-libs",
                    "release": "2.fc36",
                    "source": "rpm",
                    "version": "0.8.1"
                }
            ],
            "xz": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "5.2.5"
                }
            ],
            "xz-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "xz-libs",
                    "release": "9.fc36",
                    "source": "rpm",
                    "version": "5.2.5"
                }
            ],
            "yum": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "yum",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "4.13.0"
                }
            ],
            "zchunk-libs": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zchunk-libs",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.2.2"
                }
            ],
            "zlib": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zlib",
                    "release": "31.fc36",
                    "source": "rpm",
                    "version": "1.2.11"
                }
            ],
            "zram-generator": [
                {
                    "arch": "x86_64",
                    "epoch": null,
                    "name": "zram-generator",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ],
            "zram-generator-defaults": [
                {
                    "arch": "noarch",
                    "epoch": null,
                    "name": "zram-generator-defaults",
                    "release": "1.fc36",
                    "source": "rpm",
                    "version": "1.1.2"
                }
            ]
        }
    },
    "changed": false
}

TASK [test - cockpit-bridge is installed] **************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:33
Wednesday 03 August 2022  08:02:20 +0000 (0:00:01.059)       0:00:19.422 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [test - cockpit metapackage is not installed] *****************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:38
Wednesday 03 August 2022  08:02:20 +0000 (0:00:00.036)       0:00:19.458 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [test - write expected configuration file] ********************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:43
Wednesday 03 August 2022  08:02:20 +0000 (0:00:00.034)       0:00:19.492 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "checksum": "a28e8e15edbb182af349c2efdcab515ae324e282",
    "dest": "/run/cockpit.conf.expected",
    "gid": 0,
    "group": "root",
    "md5sum": "122c5d019ccefe9d55575732f0647a0c",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:var_run_t:s0",
    "size": 89,
    "src": "/root/.ansible/tmp/ansible-tmp-1659513740.1373422-280171-110224066459582/source",
    "state": "file",
    "uid": 0
}

TASK [test - compare generated with expected configuration file] ***************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:57
Wednesday 03 August 2022  08:02:20 +0000 (0:00:00.730)       0:00:20.223 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "diff",
        "-u",
        "/run/cockpit.conf.expected",
        "/etc/cockpit/cockpit.conf"
    ],
    "delta": "0:00:00.003590",
    "end": "2022-08-03 08:02:20.677925",
    "rc": 0,
    "start": "2022-08-03 08:02:20.674335"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:62
Wednesday 03 August 2022  08:02:21 +0000 (0:00:00.415)       0:00:20.639 ****** 
included: /tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml for /cache/fedora-36.qcow2.snap

TASK [cleanup - packages] ******************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:1
Wednesday 03 August 2022  08:02:21 +0000 (0:00:00.053)       0:00:20.692 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: cockpit-ws-273-1.fc36.x86_64",
        "Removed: cockpit-bridge-273-1.fc36.x86_64",
        "Removed: cockpit-system-273-1.fc36.noarch"
    ]
}

TASK [cleanup - find certificates] *********************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:13
Wednesday 03 August 2022  08:02:32 +0000 (0:00:11.025)       0:00:31.718 ****** 
[WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue:
'/etc/cockpit/ws-certs.d/' is not a directory
ok: [/cache/fedora-36.qcow2.snap] => {
    "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/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:23
Wednesday 03 August 2022  08:02:32 +0000 (0:00:00.531)       0:00:32.249 ****** 

TASK [cleanup - config file] ***************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:32
Wednesday 03 August 2022  08:02:32 +0000 (0:00:00.032)       0:00:32.282 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "path": "/etc/cockpit/cockpit.conf",
    "state": "absent"
}

TASK [cleanup - port customization] ********************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:40
Wednesday 03 August 2022  08:02:33 +0000 (0:00:00.399)       0:00:32.681 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/",
    "state": "absent"
}

TASK [cleanup - reload systemd] ************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:48
Wednesday 03 August 2022  08:02:33 +0000 (0:00:00.410)       0:00:33.092 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/fedora-36.qcow2.snap : ok=22   changed=6    unreachable=0    failed=0    skipped=11   rescued=0    ignored=0   

Wednesday 03 August 2022  08:02:34 +0000 (0:00:00.803)       0:00:33.895 ****** 
=============================================================================== 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 12.17s
/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6 
cleanup - packages ----------------------------------------------------- 11.03s
/tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:1 ----------------------------
Gathering Facts --------------------------------------------------------- 1.26s
/tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:2 -----------------------------
package_facts ----------------------------------------------------------- 1.06s
/tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:31 ----------------------------
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 1.03s
/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:75 
fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file --- 1.01s
/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:81 
cleanup - reload systemd ------------------------------------------------ 0.80s
/tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:48 ---------------------------
test - write expected configuration file -------------------------------- 0.73s
/tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:43 ----------------------------
fedora.linux_system_roles.cockpit : restart cockpit --------------------- 0.55s
/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/handlers/main.yml:7 
fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.54s
/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 
fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.53s
/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:66 
cleanup - find certificates --------------------------------------------- 0.53s
/tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:13 ---------------------------
test - socket is enabled ------------------------------------------------ 0.52s
/tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:21 ----------------------------
test - compare generated with expected configuration file --------------- 0.42s
/tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:57 ----------------------------
cleanup - port customization -------------------------------------------- 0.41s
/tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:40 ---------------------------
cleanup - config file --------------------------------------------------- 0.40s
/tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:32 ---------------------------
test - socket is not active --------------------------------------------- 0.39s
/tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:25 ----------------------------
include_tasks ----------------------------------------------------------- 0.05s
/tmp/tmp7cnml56y/tests/cockpit/tests_config.yml:62 ----------------------------
fedora.linux_system_roles.cockpit : Link to configured existing certificate key --- 0.04s
/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102 
fedora.linux_system_roles.cockpit : Set version specific variables ------ 0.04s
/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:7