# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.6/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.6.8 (default, Jan 25 2023, 15:03:30) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_packages_full.yml ********************************************** 1 plays in /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml PLAY [Test cockpit_packages: full] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:2 Saturday 27 May 2023 18:08:41 +0000 (0:00:00.016) 0:00:00.016 ********** ok: [sut] META: ran handlers TASK [Include cockpit role] **************************************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:7 Saturday 27 May 2023 18:08:41 +0000 (0:00:00.757) 0:00:00.773 ********** TASK [linux-system-roles.cockpit : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:2 Saturday 27 May 2023 18:08:41 +0000 (0:00:00.031) 0:00:00.805 ********** included: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml for sut TASK [linux-system-roles.cockpit : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2 Saturday 27 May 2023 18:08:41 +0000 (0:00:00.028) 0:00:00.833 ********** ok: [sut] TASK [linux-system-roles.cockpit : Set version specific variables] ************* task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:8 Saturday 27 May 2023 18:08:42 +0000 (0:00:00.343) 0:00:01.176 ********** ok: [sut] => (item=/WORKDIR/git-weekly-ciz0o19pqt/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": [ "/WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/vars/Fedora.yml" } TASK [linux-system-roles.cockpit : List active RHEL repositories] ************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:10 Saturday 27 May 2023 18:08:42 +0000 (0:00:00.030) 0:00:01.207 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Enable RHEL repositories] ******************* task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:17 Saturday 27 May 2023 18:08:42 +0000 (0:00:00.023) 0:00:01.231 ********** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:22 Saturday 27 May 2023 18:08:42 +0000 (0:00:00.024) 0:00:01.255 ********** included: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml for sut TASK [linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:2 Saturday 27 May 2023 18:08:42 +0000 (0:00:00.032) 0:00:01.288 ********** ok: [sut] => { "ansible_facts": { "cockpit_packages": "full" }, "changed": false } TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed.] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:9 Saturday 27 May 2023 18:08:42 +0000 (0:00:00.026) 0:00:01.314 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libxshmfence-1.3-10.fc36.x86_64", "Installed: pcp-selinux-6.0.1-2.fc36.x86_64", "Installed: gtk-update-icon-cache-3.24.35-1.fc36.x86_64", "Installed: ethtool-2:6.2-1.fc36.x86_64", "Installed: gtk3-3.24.35-1.fc36.x86_64", "Installed: flac-libs-1.3.4-1.fc36.x86_64", "Installed: libcue-2.2.1-9.fc36.x86_64", "Installed: samba-2:4.16.10-0.fc36.x86_64", "Installed: samba-client-libs-2:4.16.10-0.fc36.x86_64", "Installed: libogg-2:1.3.5-3.fc36.x86_64", "Installed: exiv2-0.27.6-4.fc36.x86_64", "Installed: samba-common-2:4.16.10-0.fc36.noarch", "Installed: samba-common-libs-2:4.16.10-0.fc36.x86_64", "Installed: yajl-2.1.0-18.fc36.x86_64", "Installed: samba-common-tools-2:4.16.10-0.fc36.x86_64", "Installed: exiv2-libs-0.27.6-4.fc36.x86_64", "Installed: samba-dc-libs-2:4.16.10-0.fc36.x86_64", "Installed: samba-dcerpc-2:4.16.10-0.fc36.x86_64", "Installed: samba-libs-2:4.16.10-0.fc36.x86_64", "Installed: libdaemon-0.14-23.fc36.x86_64", "Installed: perl-Compress-Raw-Lzma-2.201-7.fc36.x86_64", "Installed: perl-Compress-Raw-Zlib-2.101-481.fc36.x86_64", "Installed: libdatrie-0.2.13-3.fc36.x86_64", "Installed: tmp-distribution-Library-atomic-1.10-0.noarch", "Installed: python3-osbuild-83-1.fc36.noarch", "Installed: cockpit-CoreOS-cockpit-Library-atomic-start-1.0-1.noarch", "Installed: cockpit-CoreOS-cockpit-Library-atomicstart-1.6-2.noarch", "Installed: cockpit-CoreOS-cockpit-Library-cockpit-1.24-9.noarch", "Installed: cockpit-CoreOS-cockpit-Regression-bz1349375-Cockpit-pulls-in-docker-by-default-1.0-7.noarch", "Installed: cockpit-CoreOS-cockpit-Sanity-atomic-host-ostree-sanity-1.0-16.noarch", "Installed: cockpit-CoreOS-cockpit-Sanity-bz1626066-redhat-branding-logo-1.0-2.noarch", "Installed: cockpit-CoreOS-cockpit-Sanity-internal-kvm-testsuite-1.0-182.noarch", "Installed: cockpit-CoreOS-cockpit-Sanity-selenium-internal-2.11-1.noarch", "Installed: cockpit-CoreOS-cockpit-Sanity-simple-sanity-test-1.0-14.noarch", "Installed: cockpit-CoreOS-opt-Sanity-upstream-verify-testsuite-wrapper-1.10-4.noarch", "Installed: cockpit-leapp-CoreOS-cockpit-leapp-JATS-static-0.2-1.noarch", "Installed: cockpit-session-recording-CoreOS-cockpit-session-recording-Sanity-smoke-test-1.0-6.noarch", "Installed: libdb-utils-5.3.28-51.fc36.x86_64", "Installed: seabios-bin-1.16.1-2.fc36.noarch", "Installed: harfbuzz-4.0.0-2.fc36.x86_64", "Installed: seavgabios-bin-1.16.1-2.fc36.noarch", "Installed: libosinfo-1.10.0-1.fc36.x86_64", "Installed: python3-pip-21.3.1-4.fc36.noarch", "Installed: setroubleshoot-server-3.3.31-1.fc36.x86_64", "Installed: shadow-utils-subid-2:4.11.1-6.fc36.x86_64", "Installed: libappstream-glib-0.8.0-4.fc36.x86_64", "Installed: perl-IO-Compress-2.102-481.fc36.noarch", "Installed: lilv-libs-0.24.12-5.fc36.x86_64", "Installed: hicolor-icon-theme-0.17-13.fc36.noarch", "Installed: clevis-pin-tpm2-0.5.2-1.fc36.x86_64", "Installed: xorg-x11-server-common-1.20.14-21.fc36.x86_64", "Installed: skopeo-1:1.11.0-2.fc36.x86_64", "Installed: libatomic-12.2.1-4.fc36.x86_64", "Installed: libpciaccess-0.16-6.fc36.x86_64", "Installed: linux-atm-libs-2.5.1-31.fc36.x86_64", "Installed: tracker-3.3.3-1.fc36.x86_64", "Installed: hwdata-0.369-1.fc36.noarch", "Installed: mdevctl-1.2.0-1.fc36.x86_64", "Installed: tracker-miners-3.3.1-1.fc36.x86_64", "Installed: numactl-libs-2.0.14-5.fc36.x86_64", "Installed: numad-0.5-36.20150602git.fc36.x86_64", "Installed: libblockdev-lvm-2.28-2.fc36.x86_64", "Installed: mesa-dri-drivers-22.1.7-1.fc36.x86_64", "Installed: mesa-filesystem-22.1.7-1.fc36.x86_64", "Installed: mesa-libEGL-22.1.7-1.fc36.x86_64", "Installed: libpmem-1.11.1-4.fc36.x86_64", "Installed: mesa-libGL-22.1.7-1.fc36.x86_64", "Installed: bluez-libs-5.66-4.fc36.x86_64", "Installed: mesa-libgbm-22.1.7-1.fc36.x86_64", "Installed: libpng-2:1.6.37-12.fc36.x86_64", "Installed: mesa-libglapi-22.1.7-1.fc36.x86_64", "Installed: python3-samba-2:4.16.10-0.fc36.x86_64", "Installed: python3-samba-dc-2:4.16.10-0.fc36.x86_64", "Installed: spice-server-0.15.1-1.fc36.x86_64", "Installed: mesa-vulkan-drivers-22.1.7-1.fc36.x86_64", "Installed: libbsd-0.11.7-2.fc36.x86_64", "Installed: squashfs-tools-4.5.1-1.fc36.x86_64", "Installed: firefox-112.0.1-1.fc36.x86_64", "Installed: python3-libvirt-8.0.0-2.fc36.x86_64", "Installed: sscg-3.0.3-2.fc36.x86_64", "Installed: flatpak-1.12.8-1.fc36.x86_64", "Installed: flatpak-selinux-1.12.8-1.fc36.noarch", "Installed: flatpak-session-helper-1.12.8-1.fc36.x86_64", "Installed: libepoxy-1.5.10-1.fc36.x86_64", "Installed: at-spi2-atk-2.38.0-4.fc36.x86_64", "Installed: cockpit-session-recording-11-2.fc36.noarch", "Installed: atk-2.38.0-1.fc36.x86_64", "Installed: python3-talloc-2.3.4-1.fc36.x86_64", "Installed: mozilla-openh264-2.3.1-1.fc36.x86_64", "Installed: openh264-2.3.1-1.fc36.x86_64", "Installed: gnutls-dane-3.8.0-2.fc36.x86_64", "Installed: gnutls-utils-3.8.0-2.fc36.x86_64", "Installed: python3-tdb-1.4.7-1.fc36.x86_64", "Installed: python3-tevent-0.12.1-1.fc36.x86_64", "Installed: fontconfig-2.14.1-2.fc36.x86_64", "Installed: iproute-tc-5.15.0-2.fc36.x86_64", "Installed: libexif-0.6.24-2.fc36.x86_64", "Installed: libdrm-2.4.114-1.fc36.x86_64", "Installed: ipxe-roms-qemu-20220210-1.git64113751.fc36.noarch", "Installed: perl-Algorithm-Diff-1.2010-5.fc36.noarch", "Installed: fuse-2.9.9-14.fc36.x86_64", "Installed: fuse-common-3.10.5-2.fc36.x86_64", "Installed: swtpm-0.7.3-1.20220427gitf2268ee.fc36.x86_64", "Installed: freetype-2.12.1-2.fc36.x86_64", "Installed: low-memory-monitor-2.1-5.fc36.x86_64", "Installed: swtpm-libs-0.7.3-1.20220427gitf2268ee.fc36.x86_64", "Installed: swtpm-tools-0.7.3-1.20220427gitf2268ee.fc36.x86_64", "Installed: fribidi-1.0.11-3.fc36.x86_64", "Installed: fuse3-3.10.5-2.fc36.x86_64", "Installed: fuse3-libs-3.10.5-2.fc36.x86_64", "Installed: fuse-overlayfs-1.9-6.fc36.x86_64", "Installed: iscsi-initiator-utils-6.2.1.4-4.git2a8f9d8.fc36.x86_64", "Installed: iscsi-initiator-utils-iscsiuio-6.2.1.4-4.git2a8f9d8.fc36.x86_64", "Installed: librdmacm-39.0-1.fc36.x86_64", "Installed: PackageKit-1.2.5-1.fc36.x86_64", "Installed: isns-utils-libs-0.101-4.fc36.x86_64", "Installed: iso-codes-4.9.0-2.fc36.noarch", "Installed: libfdt-1.6.1-4.fc36.x86_64", "Installed: PackageKit-glib-1.2.5-1.fc36.x86_64", "Installed: systemd-container-250.10-2.fc36.x86_64", "Installed: libfontenc-1.1.4-3.fc36.x86_64", "Installed: catatonit-0.1.7-10.fc36.x86_64", "Installed: selinux-policy-CoreOS-selinux-policy-Library-common-1.0-124.noarch", "Installed: perl-Archive-Tar-2.40-2.fc36.noarch", "Installed: tdb-tools-1.4.7-1.fc36.x86_64", "Installed: qemu-block-curl-2:6.2.0-17.fc36.x86_64", "Installed: qemu-char-spice-2:6.2.0-17.fc36.x86_64", "Installed: qemu-common-2:6.2.0-17.fc36.x86_64", "Installed: pipewire-0.3.70-1.fc36.x86_64", "Installed: qemu-device-usb-host-2:6.2.0-17.fc36.x86_64", "Installed: pipewire-alsa-0.3.70-1.fc36.x86_64", "Installed: qemu-device-usb-redirect-2:6.2.0-17.fc36.x86_64", "Installed: colord-libs-1.4.6-1.fc36.x86_64", "Installed: qemu-img-2:6.2.0-17.fc36.x86_64", "Installed: qemu-kvm-core-2:6.2.0-17.fc36.x86_64", "Installed: pipewire-jack-audio-connection-kit-0.3.70-1.fc36.x86_64", "Installed: pipewire-libs-0.3.70-1.fc36.x86_64", "Installed: libglvnd-1:1.4.0-4.fc36.x86_64", "Installed: pipewire-pulseaudio-0.3.70-1.fc36.x86_64", "Installed: libglvnd-egl-1:1.4.0-4.fc36.x86_64", "Installed: libglvnd-glx-1:1.4.0-4.fc36.x86_64", "Installed: virt-install-4.0.0-1.fc36.noarch", "Installed: qemu-system-x86-core-2:6.2.0-17.fc36.x86_64", "Installed: virt-manager-common-4.0.0-1.fc36.noarch", "Installed: luksmeta-9-13.fc36.x86_64", "Installed: qemu-ui-opengl-2:6.2.0-17.fc36.x86_64", "Installed: qemu-ui-spice-core-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-aarch64-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-alpha-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-arm-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-cris-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-hexagon-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-hppa-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-m68k-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-microblaze-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-mips-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-nios2-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-or1k-2:6.2.0-17.fc36.x86_64", "Installed: lame-libs-3.100-12.fc36.x86_64", "Installed: qemu-user-static-ppc-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-riscv-2:6.2.0-17.fc36.x86_64", "Installed: teamd-1.31-5.fc36.x86_64", "Installed: qemu-user-static-s390x-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-sh4-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-sparc-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-x86-2:6.2.0-17.fc36.x86_64", "Installed: qemu-user-static-xtensa-2:6.2.0-17.fc36.x86_64", "Installed: graphene-1.10.6-4.fc36.x86_64", "Installed: graphite2-1.3.14-9.fc36.x86_64", "Installed: libgexiv2-0.14.0-2.fc36.x86_64", "Installed: lvm2-2.03.11-7.fc36.x86_64", "Installed: lvm2-libs-2.03.11-7.fc36.x86_64", "Installed: bash-completion-1:2.11-6.fc36.noarch", "Installed: python3-argcomplete-2.0.0-2.fc36.noarch", "Installed: distribution-CoreOS-distribution-Library-dump-0.12-4.noarch", "Installed: mpg123-libs-1.31.3-1.fc36.x86_64", "Installed: distribution-CoreOS-distribution-Library-jats-0.16-4.noarch", "Installed: clevis-19-1.fc36.x86_64", "Installed: clevis-luks-19-1.fc36.x86_64", "Installed: libkadm5-1.19.2-12.fc36.x86_64", "Installed: distribution-distribution-Library-LibrariesWrapper-1.0-9.noarch", "Installed: distribution-distribution-Library-epel-1.0-68.noarch", "Installed: vulkan-loader-1.3.204.0-1.fc36.x86_64", "Installed: distribution-distribution-Library-epel-internal-1.0-3.noarch", "Installed: distribution-distribution-Library-extras-1.0-14.noarch", "Installed: python3-pexpect-4.8.0-10.fc36.noarch", "Installed: cockpit-285-1.fc36.x86_64", "Installed: cockpit-389-ds-2.1.8-1.fc36.noarch", "Installed: cockpit-bridge-285-1.fc36.x86_64", "Installed: cockpit-composer-45-1.fc36.noarch", "Installed: cockpit-doc-285-1.fc36.noarch", "Installed: cockpit-file-sharing-2.4.5-2.fc36.noarch", "Installed: cockpit-kdump-285-1.fc36.noarch", "Installed: cockpit-machines-283-1.fc36.noarch", "Installed: distribution-distribution-distribution-Library-virt-1.0-47.noarch", "Installed: cockpit-networkmanager-285-1.fc36.noarch", "Installed: cockpit-navigator-0.5.9-2.fc36.noarch", "Installed: cockpit-packagekit-285-1.fc36.noarch", "Installed: cockpit-pcp-285-1.fc36.x86_64", "Installed: cockpit-podman-62-1.fc36.noarch", "Installed: jbigkit-libs-2.1-23.fc36.x86_64", "Installed: cockpit-sosreport-285-1.fc36.noarch", "Installed: lzo-2.10-6.fc36.x86_64", "Installed: cockpit-selinux-285-1.fc36.noarch", "Installed: cockpit-storaged-285-1.fc36.noarch", "Installed: cockpit-ws-285-1.fc36.x86_64", "Installed: gdk-pixbuf2-2.42.10-1.fc36.x86_64", "Installed: lzop-1.04-8.fc36.x86_64", "Installed: gdk-pixbuf2-modules-2.42.10-1.fc36.x86_64", "Installed: cockpit-system-285-1.fc36.noarch", "Installed: libsbc-1.5-3.fc36.x86_64", "Installed: gsettings-desktop-schemas-42.0-1.fc36.x86_64", "Installed: poppler-22.01.0-6.fc36.x86_64", "Installed: poppler-glib-22.01.0-6.fc36.x86_64", "Installed: gsm-1.0.19-7.fc36.x86_64", "Installed: libgrss-0.7.0-14.fc36.x86_64", "Installed: libmd-1.0.4-2.fc36.x86_64", "Installed: kexec-tools-2.0.25-1.fc36.x86_64", "Installed: libgsf-1.14.47-5.fc36.x86_64", "Installed: python3-psutil-5.8.0-13.fc36.x86_64", "Installed: python3-ptyprocess-0.6.0-15.fc36.noarch", "Installed: malcontent-libs-0.10.3-2.fc36.x86_64", "Installed: webrtc-audio-processing-0.3.1-8.fc36.x86_64", "Installed: perl-Compress-Raw-Bzip2-2.101-480.fc36.x86_64", "Installed: python3-pyasn1-0.4.8-8.fc36.noarch", "Installed: python3-pyasn1-modules-0.4.8-8.fc36.noarch", "Installed: kf5-filesystem-5.104.0-1.fc36.x86_64", "Installed: libnl3-cli-3.7.0-1.fc36.x86_64", "Installed: upower-0.99.20-1.fc36.x86_64", "Installed: pixman-0.40.0-5.fc36.x86_64", "Installed: libgxps-0.3.2-3.fc36.x86_64", "Installed: libnotify-0.7.12-1.fc36.x86_64", "Installed: libslirp-4.6.1-3.fc36.x86_64", "Installed: usbredir-0.12.0-3.fc36.x86_64", "Installed: conmon-2:2.1.5-1.fc36.x86_64", "Installed: container-selinux-2:2.199.0-1.fc36.noarch", "Installed: ndctl-libs-76.1-1.fc36.x86_64", "Installed: jose-11-5.fc36.x86_64", "Installed: containers-common-4:1-66.fc36.noarch", "Installed: containers-common-extra-4:1-66.fc36.noarch", "Installed: jq-1.6-13.fc36.x86_64", "Installed: mozilla-filesystem-1.9-28.fc36.x86_64", "Installed: serd-0.30.10-4.fc36.x86_64", "Installed: lcms2-2.13.1-1.fc36.x86_64", "Installed: libproxy-0.4.18-1.fc36.x86_64", "Installed: setroubleshoot-plugins-3.3.14-4.fc36.noarch", "Installed: libproxy-webkitgtk4-0.4.18-1.fc36.x86_64", "Installed: netavark-1.4.0-1.fc36.x86_64", "Installed: netcat-1.219-2.fc36.x86_64", "Installed: sgabios-bin-1:0.20180715git-8.fc36.noarch", "Installed: criu-3.17.1-2.fc36.x86_64", "Installed: criu-libs-3.17.1-2.fc36.x86_64", "Installed: exempi-2.6.0-0.2.20211007gite23c213.fc36.x86_64", "Installed: perl-DB_File-1.857-1.fc36.x86_64", "Installed: crun-1.8.3-2.fc36.x86_64", "Installed: libssh2-1.10.0-4.fc36.x86_64", "Installed: cryptsetup-2.4.3-2.fc36.x86_64", "Installed: libstemmer-0-18.585svn.fc36.x86_64", "Installed: libiptcdata-1.0.5-10.fc36.x86_64", "Installed: 389-ds-base-2.1.8-1.fc36.x86_64", "Installed: 389-ds-base-libs-2.1.8-1.fc36.x86_64", "Installed: libICE-1.0.10-8.fc36.x86_64", "Installed: libisoburn-1.5.4-4.fc36.x86_64", "Installed: cups-libs-1:2.4.2-10.fc36.x86_64", "Installed: libisofs-1.5.4-3.fc36.x86_64", "Installed: perl-Term-ReadLine-1.17-486.fc36.noarch", "Installed: libSM-1.2.3-10.fc36.x86_64", "Installed: libX11-1.7.3.1-2.fc36.x86_64", "Installed: libX11-common-1.7.3.1-2.fc36.noarch", "Installed: libX11-xcb-1.7.3.1-2.fc36.x86_64", "Installed: libXau-1.0.9-8.fc36.x86_64", "Installed: libjose-11-5.fc36.x86_64", "Installed: libteam-1.31-5.fc36.x86_64", "Installed: abattis-cantarell-fonts-0.301-7.fc36.noarch", "Installed: libjpeg-turbo-2.1.2-2.fc36.x86_64", "Installed: geoclue2-2.6.0-2.fc36.x86_64", "Installed: libXcomposite-0.4.5-7.fc36.x86_64", "Installed: libthai-0.1.29-2.fc36.x86_64", "Installed: libXcursor-1.2.0-7.fc36.x86_64", "Installed: daxctl-libs-76.1-1.fc36.x86_64", "Installed: libtheora-1:1.1.1-31.fc36.x86_64", "Installed: libXdamage-1.1.5-7.fc36.x86_64", "Installed: libXdmcp-1.1.3-8.fc36.x86_64", "Installed: libXext-1.3.4-8.fc36.x86_64", "Installed: libXfixes-6.0.0-3.fc36.x86_64", "Installed: python3-dasbus-1.6-4.fc36.noarch", "Installed: libXfont2-2.0.3-12.fc36.x86_64", "Installed: libXft-2.3.4-2.fc36.x86_64", "Installed: perl-Devel-Peek-1.30-486.fc36.x86_64", "Installed: libXi-1.8-2.fc36.x86_64", "Installed: libXinerama-1.1.4-10.fc36.x86_64", "Installed: NetworkManager-team-1:1.38.6-1.fc36.x86_64", "Installed: libXmu-1.1.3-8.fc36.x86_64", "Installed: nss-tools-3.89.0-1.fc36.x86_64", "Installed: kde-filesystem-4-67.fc36.x86_64", "Installed: libXrandr-1.5.2-8.fc36.x86_64", "Installed: acl-2.3.1-3.fc36.x86_64", "Installed: libretls-3.7.0-1.fc36.x86_64", "Installed: libXrender-0.9.10-16.fc36.x86_64", "Installed: webkit2gtk3-jsc-2.40.1-1.fc36.x86_64", "Installed: libXt-1.2.1-2.fc36.x86_64", "Installed: libXtst-1.2.3-16.fc36.x86_64", "Installed: libXv-1.0.11-16.fc36.x86_64", "Installed: cyrus-sasl-2.1.27-18.fc36.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-18.fc36.x86_64", "Installed: libXxf86vm-1.1.4-18.fc36.x86_64", "Installed: cyrus-sasl-md5-2.1.27-18.fc36.x86_64", "Installed: cyrus-sasl-plain-2.1.27-18.fc36.x86_64", "Installed: librsvg2-2.54.5-1.fc36.x86_64", "Installed: adobe-source-code-pro-fonts-2.030.1.050-12.fc36.noarch", "Installed: policycoreutils-python-utils-3.3-4.fc36.noarch", "Installed: device-mapper-multipath-0.8.7-9.fc36.x86_64", "Installed: bubblewrap-0.5.0-2.fc36.x86_64", "Installed: device-mapper-multipath-libs-0.8.7-9.fc36.x86_64", "Installed: adwaita-cursor-theme-42.0-1.fc36.noarch", "Installed: adwaita-icon-theme-42.0-1.fc36.noarch", "Installed: libsmbclient-2:4.16.10-0.fc36.x86_64", "Installed: xdg-dbus-proxy-0.1.3-1.fc36.x86_64", "Installed: libsndfile-1.1.0-4.fc36.x86_64", "Installed: xdg-desktop-portal-gtk-1.12.0-5.fc36.x86_64", "Installed: libaio-0.3.111-13.fc36.x86_64", "Installed: libsoup-2.74.3-1.fc36.x86_64", "Installed: slirp4netns-1.2.0-0.2.beta.0.fc36.x86_64", "Installed: wireplumber-0.4.14-1.fc36.x86_64", "Installed: libldac-2.0.2.3-10.fc36.x86_64", "Installed: wireplumber-libs-0.4.14-1.fc36.x86_64", "Installed: poppler-data-0.4.11-2.fc36.noarch", "Installed: oniguruma-6.9.8-1.fc36.x86_64", "Installed: tlog-12-2.fc36.x86_64", "Installed: aardvark-dns-1.5.0-3.fc36.x86_64", "Installed: bzip2-1.0.8-11.fc36.x86_64", "Installed: python3-dns-2.2.0-1.fc36.noarch", "Installed: perl-Text-Diff-1.45-14.fc36.noarch", "Installed: dnsmasq-2.86-10.fc36.x86_64", "Installed: dbus-glib-0.112-3.fc36.x86_64", "Installed: libunwind-1.6.2-2.fc36.x86_64", "Installed: libluksmeta-9-13.fc36.x86_64", "Installed: liburing-2.0-3.fc36.x86_64", "Installed: xdg-desktop-portal-1.12.6-1.fc36.x86_64", "Installed: libtiff-4.4.0-4.fc36.x86_64", "Installed: alsa-lib-1.2.8-1.fc36.x86_64", "Installed: libasyncns-0.8-22.fc36.x86_64", "Installed: cairo-1.17.6-1.fc36.x86_64", "Installed: xen-libs-4.16.3-4.fc36.x86_64", "Installed: xen-licenses-4.16.3-4.fc36.x86_64", "Installed: rpm-ostree-2022.19-2.fc36.x86_64", "Installed: openjpeg2-2.4.0-10.fc36.x86_64", "Installed: rpm-ostree-libs-2022.19-2.fc36.x86_64", "Installed: openldap-clients-2.6.4-1.fc36.x86_64", "Installed: libtpms-0.9.6-1.fc36.x86_64", "Installed: perl-Tie-4.6-486.fc36.noarch", "Installed: snappy-1.1.9-4.fc36.x86_64", "Installed: dconf-0.40.0-6.fc36.x86_64", "Installed: cairo-gobject-1.17.6-1.fc36.x86_64", "Installed: libtracker-sparql-3.3.3-1.fc36.x86_64", "Installed: libva-2.14.0-1.fc36.x86_64", "Installed: libuv-1:1.44.2-1.fc36.x86_64", "Installed: dracut-network-057-3.fc36.x86_64", "Installed: dracut-squash-057-3.fc36.x86_64", "Installed: totem-pl-parser-3.26.6-4.fc36.x86_64", "Installed: python3-devel-3.10.11-1.fc36.x86_64", "Installed: xkbcomp-1.4.5-3.fc36.x86_64", "Installed: rtkit-0.11-30.fc36.x86_64", "Installed: xml-common-0.6.3-58.fc36.noarch", "Installed: libwayland-client-1.21.0-1.fc36.x86_64", "Installed: libwayland-cursor-1.21.0-1.fc36.x86_64", "Installed: libwayland-egl-1.21.0-1.fc36.x86_64", "Installed: xorg-x11-server-Xvfb-1.20.14-21.fc36.x86_64", "Installed: libvirt-client-8.1.0-2.fc36.x86_64", "Installed: libvirt-daemon-8.1.0-2.fc36.x86_64", "Installed: libvirt-daemon-config-network-8.1.0-2.fc36.x86_64", "Installed: sord-0.16.8-3.fc36.x86_64", "Installed: libvirt-daemon-driver-interface-8.1.0-2.fc36.x86_64", "Installed: libwayland-server-1.21.0-1.fc36.x86_64", "Installed: libwbclient-2:4.16.10-0.fc36.x86_64", "Installed: libvirt-daemon-driver-network-8.1.0-2.fc36.x86_64", "Installed: libvirt-daemon-driver-nodedev-8.1.0-2.fc36.x86_64", "Installed: sos-4.3-2.fc36.noarch", "Installed: libvirt-daemon-driver-qemu-8.1.0-2.fc36.x86_64", "Installed: sound-theme-freedesktop-0.8-17.fc36.noarch", "Installed: tracer-common-0.7.8-2.fc36.noarch", "Installed: libvirt-daemon-driver-storage-core-8.1.0-2.fc36.x86_64", "Installed: libvirt-daemon-driver-storage-disk-8.1.0-2.fc36.x86_64", "Installed: libwebp-1.3.0-1.fc36.x86_64", "Installed: podman-5:4.4.1-3.fc36.x86_64", "Installed: libvirt-dbus-1.4.0-5.fc36.x86_64", "Installed: podman-gvproxy-5:4.4.1-3.fc36.x86_64", "Installed: fdk-aac-free-2.0.0-8.fc36.x86_64", "Installed: libvirt-glib-4.0.0-4.fc36.x86_64", "Installed: openssl-perl-1:3.0.8-1.fc36.x86_64", "Installed: libvirt-libs-8.1.0-2.fc36.x86_64", "Installed: capstone-4.0.2-9.fc36.x86_64", "Installed: fedora-logos-36.0.0-2.fc36.noarch", "Installed: trousers-0.3.15-6.fc36.x86_64", "Installed: libvisual-1:0.4.0-35.fc36.x86_64", "Installed: trousers-lib-0.3.15-6.fc36.x86_64", "Installed: edk2-ovmf-20221117gitfff6d81270b5-14.fc36.noarch", "Installed: device-mapper-event-1.02.175-7.fc36.x86_64", "Installed: device-mapper-event-libs-1.02.175-7.fc36.x86_64", "Installed: osbuild-83-1.fc36.noarch", "Installed: osbuild-composer-80-1.fc36.x86_64", "Installed: osbuild-composer-core-80-1.fc36.x86_64", "Installed: libvorbis-1:1.3.7-5.fc36.x86_64", "Installed: osbuild-composer-dnf-json-80-1.fc36.x86_64", "Installed: device-mapper-persistent-data-0.9.0-7.fc36.x86_64", "Installed: osbuild-composer-worker-80-1.fc36.x86_64", "Installed: osbuild-luks2-83-1.fc36.noarch", "Installed: osbuild-lvm2-83-1.fc36.noarch", "Installed: osbuild-ostree-83-1.fc36.noarch", "Installed: osbuild-selinux-83-1.fc36.noarch", "Installed: osinfo-db-20230308-1.fc36.noarch", "Installed: giflib-5.2.1-14.fc36.x86_64", "Installed: ostree-2022.5-2.fc36.x86_64", "Installed: ostree-libs-2022.5-2.fc36.x86_64", "Installed: opus-1.3.1-10.fc36.x86_64", "Installed: libburn-1.5.4-4.fc36.x86_64", "Installed: orc-0.4.31-7.fc36.x86_64", "Installed: libmysofa-1.2.1-2.fc36.x86_64", "Installed: libcanberra-0.30-28.fc36.x86_64", "Installed: xorg-x11-xauth-1:1.1.1-2.fc36.x86_64", "Installed: libcanberra-gtk3-0.30-28.fc36.x86_64", "Installed: xorriso-1.5.4-4.fc36.x86_64", "Installed: cdparanoia-libs-10.2-39.fc36.x86_64", "Installed: pango-1.50.14-1.fc36.x86_64", "Installed: llvm-libs-14.0.5-2.fc36.x86_64", "Installed: libnet-1.2-5.fc36.x86_64", "Installed: glib-networking-2.72.2-1.fc36.x86_64", "Installed: lmdb-0.9.30-1.fc36.x86_64", "Installed: logrotate-3.20.1-2.fc36.x86_64", "Installed: libwsman1-2.7.1-3.fc36.x86_64", "Installed: at-spi2-core-2.44.1-1.fc36.x86_64", "Installed: perl-debugger-1.60-486.fc36.noarch", "Installed: osinfo-db-tools-1.10.0-1.fc36.x86_64", "Installed: libxcb-1.13.1-9.fc36.x86_64", "Installed: zstd-1.5.5-1.fc36.x86_64", "Installed: pciutils-libs-3.9.0-2.fc36.x86_64", "Installed: pcp-6.0.1-2.fc36.x86_64", "Installed: pcp-conf-6.0.1-2.fc36.x86_64", "Installed: sratom-0.6.8-2.fc36.x86_64", "Installed: python3-tracer-0.7.8-2.fc36.noarch", "Installed: uchardet-0.0.6-15.fc36.x86_64", "Installed: pcp-libs-6.0.1-2.fc36.x86_64", "Installed: python3-ldap-3.4.3-1.fc36.x86_64", "Installed: python3-ldb-2.5.3-1.fc36.x86_64", "Installed: perl-IO-Compress-Lzma-2.101-5.fc36.noarch", "Installed: dmidecode-1:3.3-3.fc36.x86_64", "Installed: pulseaudio-libs-15.0-5.fc36.x86_64", "Installed: python3-lib389-2.1.8-1.fc36.noarch", "Installed: perl-meta-notation-5.34.1-486.fc36.noarch", "Installed: libxkbfile-1.1.0-8.fc36.x86_64", "Installed: libcloudproviders-0.3.1-5.fc36.x86_64", "Installed: pulseaudio-utils-15.0-5.fc36.x86_64", "Installed: gstreamer1-1.20.3-1.fc36.x86_64", "Installed: python3-libxml2-2.10.3-2.fc36.x86_64", "Installed: udisks2-iscsi-2.9.4-4.fc36.x86_64", "Installed: perl-IO-Zlib-1:1.11-479.fc36.noarch", "Installed: udisks2-lvm2-2.9.4-4.fc36.x86_64", "Installed: gstreamer1-plugins-base-1.20.3-1.fc36.x86_64", "Installed: perl-sigtrap-1.09-486.fc36.noarch", "Installed: avahi-glib-0.8-16.fc36.x86_64", "Installed: perl-threads-1:2.26-449.fc36.x86_64", "Installed: p11-kit-server-0.24.1-2.fc36.x86_64", "Installed: perl-threads-shared-1.62-479.fc36.x86_64" ] } TASK [linux-system-roles.cockpit : Configure firewall] ************************* task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:30 Saturday 27 May 2023 18:12:20 +0000 (0:03:38.094) 0:03:39.409 ********** included: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/firewall.yml for sut TASK [Ensure the cockpit service is enabled] *********************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/firewall.yml:3 Saturday 27 May 2023 18:12:20 +0000 (0:00:00.018) 0:03:39.428 ********** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 27 May 2023 18:12:20 +0000 (0:00:00.045) 0:03:39.473 ********** included: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 27 May 2023 18:12:20 +0000 (0:00:00.036) 0:03:39.509 ********** ok: [sut] TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:7 Saturday 27 May 2023 18:12:20 +0000 (0:00:00.368) 0:03:39.878 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Install python-firewall] ************ task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 27 May 2023 18:12:23 +0000 (0:00:02.364) 0:03:42.242 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install python3-firewall] *********** task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Saturday 27 May 2023 18:12:23 +0000 (0:00:00.027) 0:03:42.270 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 27 May 2023 18:12:25 +0000 (0:00:02.349) 0:03:44.619 ********** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.socket basic.target polkit.service dbus-broker.service sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target virtnetworkd.service libvirtd.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service shutdown.target ip6tables.service ebtables.service ipset.service iptables.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "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]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-05-27 18:12:07 UTC", "StateChangeTimestampMonotonic": "1037794449", "StateDirectoryMode": "0755", "StatusErrno": "0", "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": "4422", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:11 Saturday 27 May 2023 18:12:26 +0000 (0:00:01.166) 0:03:45.785 ********** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python" }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:16 Saturday 27 May 2023 18:12:26 +0000 (0:00:00.033) 0:03:45.818 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:38 Saturday 27 May 2023 18:12:26 +0000 (0:00:00.026) 0:03:45.845 ********** changed: [sut] => (item={'service': 'cockpit', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "service": "cockpit", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:83 Saturday 27 May 2023 18:12:29 +0000 (0:00:02.453) 0:03:48.298 ********** skipping: [sut] => (item={'service': 'cockpit', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "item": { "service": "cockpit", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:93 Saturday 27 May 2023 18:12:29 +0000 (0:00:00.049) 0:03:48.348 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:102 Saturday 27 May 2023 18:12:29 +0000 (0:00:00.041) 0:03:48.390 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:107 Saturday 27 May 2023 18:12:29 +0000 (0:00:00.029) 0:03:48.419 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114 Saturday 27 May 2023 18:12:29 +0000 (0:00:00.029) 0:03:48.449 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122 Saturday 27 May 2023 18:12:29 +0000 (0:00:00.023) 0:03:48.473 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128 Saturday 27 May 2023 18:12:29 +0000 (0:00:00.023) 0:03:48.497 ********** skipping: [sut] => {} TASK [linux-system-roles.cockpit : Configure selinux] ************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:33 Saturday 27 May 2023 18:12:29 +0000 (0:00:00.024) 0:03:48.521 ********** included: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/selinux.yml for sut TASK [Ensure the service and the ports status with the selinux role] *********** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/selinux.yml:3 Saturday 27 May 2023 18:12:29 +0000 (0:00:00.017) 0:03:48.539 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Create custom port configuration file directory] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:36 Saturday 27 May 2023 18:12:29 +0000 (0:00:00.023) 0:03:48.563 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Create custom port configuration file] ****** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:45 Saturday 27 May 2023 18:12:29 +0000 (0:00:00.023) 0:03:48.587 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Clean up port configuration file for undefined custom port] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:60 Saturday 27 May 2023 18:12:29 +0000 (0:00:00.024) 0:03:48.612 ********** ok: [sut] => { "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: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:69 Saturday 27 May 2023 18:12:29 +0000 (0:00:00.306) 0:03:48.918 ********** changed: [sut] => { "changed": true, "enabled": true, "name": "cockpit.socket", "state": "started", "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": "shutdown.target cockpit-motd.service cockpit.service 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": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "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": "4422", "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: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75 Saturday 27 May 2023 18:12:30 +0000 (0:00:00.797) 0:03:49.716 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Check the OS version for self-sign] ********* task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:91 Saturday 27 May 2023 18:12:30 +0000 (0:00:00.025) 0:03:49.741 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:101 Saturday 27 May 2023 18:12:30 +0000 (0:00:00.025) 0:03:49.766 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Set cockpit_cert and cockpit_private_key] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:107 Saturday 27 May 2023 18:12:30 +0000 (0:00:00.024) 0:03:49.791 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Link to configured existing certificate] **** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:113 Saturday 27 May 2023 18:12:30 +0000 (0:00:00.023) 0:03:49.815 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.cockpit : Link to configured existing certificate key] *** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:123 Saturday 27 May 2023 18:12:30 +0000 (0:00:00.024) 0:03:49.840 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers TASK [Refresh package facts] *************************************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:19 Saturday 27 May 2023 18:12:30 +0000 (0:00:00.025) 0:03:49.865 ********** ok: [sut] => { "ansible_facts": { "packages": { "389-ds-base": [ { "arch": "x86_64", "epoch": null, "name": "389-ds-base", "release": "1.fc36", "source": "rpm", "version": "2.1.8" } ], "389-ds-base-libs": [ { "arch": "x86_64", "epoch": null, "name": "389-ds-base-libs", "release": "1.fc36", "source": "rpm", "version": "2.1.8" } ], "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": "1.fc36", "source": "rpm", "version": "1.38.6" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc36", "source": "rpm", "version": "1.38.6" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "1.fc36", "source": "rpm", "version": "1.38.6" } ], "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" } ], "aardvark-dns": [ { "arch": "x86_64", "epoch": null, "name": "aardvark-dns", "release": "3.fc36", "source": "rpm", "version": "1.5.0" } ], "abattis-cantarell-fonts": [ { "arch": "noarch", "epoch": null, "name": "abattis-cantarell-fonts", "release": "7.fc36", "source": "rpm", "version": "0.301" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "3.fc36", "source": "rpm", "version": "2.3.1" } ], "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" } ], "adwaita-cursor-theme": [ { "arch": "noarch", "epoch": null, "name": "adwaita-cursor-theme", "release": "1.fc36", "source": "rpm", "version": "42.0" } ], "adwaita-icon-theme": [ { "arch": "noarch", "epoch": null, "name": "adwaita-icon-theme", "release": "1.fc36", "source": "rpm", "version": "42.0" } ], "alsa-lib": [ { "arch": "x86_64", "epoch": null, "name": "alsa-lib", "release": "1.fc36", "source": "rpm", "version": "1.2.8" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc36", "source": "rpm", "version": "1.22" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "9.fc36", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "5.fc36", "source": "rpm", "version": "2020.12.07" } ], "at-spi2-atk": [ { "arch": "x86_64", "epoch": null, "name": "at-spi2-atk", "release": "4.fc36", "source": "rpm", "version": "2.38.0" } ], "at-spi2-core": [ { "arch": "x86_64", "epoch": null, "name": "at-spi2-core", "release": "1.fc36", "source": "rpm", "version": "2.44.1" } ], "atk": [ { "arch": "x86_64", "epoch": null, "name": "atk", "release": "1.fc36", "source": "rpm", "version": "2.38.0" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.fc36", "source": "rpm", "version": "3.1.1" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.fc36", "source": "rpm", "version": "3.1.1" } ], "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" } ], "avahi-glib": [ { "arch": "x86_64", "epoch": null, "name": "avahi-glib", "release": "16.fc36", "source": "rpm", "version": "0.8" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "16.fc36", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.fc36", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc36", "source": "rpm", "version": "5.2.15" } ], "bash-completion": [ { "arch": "noarch", "epoch": 1, "name": "bash-completion", "release": "6.fc36", "source": "rpm", "version": "2.11" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "15.fc36", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.fc36", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.fc36eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "37.fc36", "source": "rpm", "version": "2.37" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "37.fc36", "source": "rpm", "version": "2.37" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "2.fc36", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "4.fc36", "source": "rpm", "version": "5.66" } ], "bluez-libs": [ { "arch": "x86_64", "epoch": null, "name": "bluez-libs", "release": "4.fc36", "source": "rpm", "version": "5.66" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "12.fc36", "source": "rpm", "version": "1.76.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "12.fc36", "source": "rpm", "version": "1.76.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "12.fc36", "source": "rpm", "version": "1.76.0" } ], "bubblewrap": [ { "arch": "x86_64", "epoch": null, "name": "bubblewrap", "release": "2.fc36", "source": "rpm", "version": "0.5.0" } ], "bzip2": [ { "arch": "x86_64", "epoch": null, "name": "bzip2", "release": "11.fc36", "source": "rpm", "version": "1.0.8" } ], "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": "1.fc36", "source": "rpm", "version": "1.19.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc36", "source": "rpm", "version": "2023.2.60" } ], "cairo": [ { "arch": "x86_64", "epoch": null, "name": "cairo", "release": "1.fc36", "source": "rpm", "version": "1.17.6" } ], "cairo-gobject": [ { "arch": "x86_64", "epoch": null, "name": "cairo-gobject", "release": "1.fc36", "source": "rpm", "version": "1.17.6" } ], "capstone": [ { "arch": "x86_64", "epoch": null, "name": "capstone", "release": "9.fc36", "source": "rpm", "version": "4.0.2" } ], "catatonit": [ { "arch": "x86_64", "epoch": null, "name": "catatonit", "release": "10.fc36", "source": "rpm", "version": "0.1.7" } ], "cdparanoia-libs": [ { "arch": "x86_64", "epoch": null, "name": "cdparanoia-libs", "release": "39.fc36", "source": "rpm", "version": "10.2" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "2.fc36", "source": "rpm", "version": "3.3" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc36", "source": "rpm", "version": "1.22" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc36", "source": "rpm", "version": "4.3" } ], "clevis": [ { "arch": "x86_64", "epoch": null, "name": "clevis", "release": "1.fc36", "source": "rpm", "version": "19" } ], "clevis-luks": [ { "arch": "x86_64", "epoch": null, "name": "clevis-luks", "release": "1.fc36", "source": "rpm", "version": "19" } ], "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": [ { "arch": "x86_64", "epoch": null, "name": "cockpit", "release": "1.fc36", "source": "rpm", "version": "285" } ], "cockpit-389-ds": [ { "arch": "noarch", "epoch": null, "name": "cockpit-389-ds", "release": "1.fc36", "source": "rpm", "version": "2.1.8" } ], "cockpit-CoreOS-cockpit-Library-atomic-start": [ { "arch": "noarch", "epoch": null, "name": "cockpit-CoreOS-cockpit-Library-atomic-start", "release": "1", "source": "rpm", "version": "1.0" } ], "cockpit-CoreOS-cockpit-Library-atomicstart": [ { "arch": "noarch", "epoch": null, "name": "cockpit-CoreOS-cockpit-Library-atomicstart", "release": "2", "source": "rpm", "version": "1.6" } ], "cockpit-CoreOS-cockpit-Library-cockpit": [ { "arch": "noarch", "epoch": null, "name": "cockpit-CoreOS-cockpit-Library-cockpit", "release": "9", "source": "rpm", "version": "1.24" } ], "cockpit-CoreOS-cockpit-Regression-bz1349375-Cockpit-pulls-in-docker-by-default": [ { "arch": "noarch", "epoch": null, "name": "cockpit-CoreOS-cockpit-Regression-bz1349375-Cockpit-pulls-in-docker-by-default", "release": "7", "source": "rpm", "version": "1.0" } ], "cockpit-CoreOS-cockpit-Sanity-atomic-host-ostree-sanity": [ { "arch": "noarch", "epoch": null, "name": "cockpit-CoreOS-cockpit-Sanity-atomic-host-ostree-sanity", "release": "16", "source": "rpm", "version": "1.0" } ], "cockpit-CoreOS-cockpit-Sanity-bz1626066-redhat-branding-logo": [ { "arch": "noarch", "epoch": null, "name": "cockpit-CoreOS-cockpit-Sanity-bz1626066-redhat-branding-logo", "release": "2", "source": "rpm", "version": "1.0" } ], "cockpit-CoreOS-cockpit-Sanity-internal-kvm-testsuite": [ { "arch": "noarch", "epoch": null, "name": "cockpit-CoreOS-cockpit-Sanity-internal-kvm-testsuite", "release": "182", "source": "rpm", "version": "1.0" } ], "cockpit-CoreOS-cockpit-Sanity-selenium-internal": [ { "arch": "noarch", "epoch": null, "name": "cockpit-CoreOS-cockpit-Sanity-selenium-internal", "release": "1", "source": "rpm", "version": "2.11" } ], "cockpit-CoreOS-cockpit-Sanity-simple-sanity-test": [ { "arch": "noarch", "epoch": null, "name": "cockpit-CoreOS-cockpit-Sanity-simple-sanity-test", "release": "14", "source": "rpm", "version": "1.0" } ], "cockpit-CoreOS-opt-Sanity-upstream-verify-testsuite-wrapper": [ { "arch": "noarch", "epoch": null, "name": "cockpit-CoreOS-opt-Sanity-upstream-verify-testsuite-wrapper", "release": "4", "source": "rpm", "version": "1.10" } ], "cockpit-bridge": [ { "arch": "x86_64", "epoch": null, "name": "cockpit-bridge", "release": "1.fc36", "source": "rpm", "version": "285" } ], "cockpit-composer": [ { "arch": "noarch", "epoch": null, "name": "cockpit-composer", "release": "1.fc36", "source": "rpm", "version": "45" } ], "cockpit-doc": [ { "arch": "noarch", "epoch": null, "name": "cockpit-doc", "release": "1.fc36", "source": "rpm", "version": "285" } ], "cockpit-file-sharing": [ { "arch": "noarch", "epoch": null, "name": "cockpit-file-sharing", "release": "2.fc36", "source": "rpm", "version": "2.4.5" } ], "cockpit-kdump": [ { "arch": "noarch", "epoch": null, "name": "cockpit-kdump", "release": "1.fc36", "source": "rpm", "version": "285" } ], "cockpit-leapp-CoreOS-cockpit-leapp-JATS-static": [ { "arch": "noarch", "epoch": null, "name": "cockpit-leapp-CoreOS-cockpit-leapp-JATS-static", "release": "1", "source": "rpm", "version": "0.2" } ], "cockpit-machines": [ { "arch": "noarch", "epoch": null, "name": "cockpit-machines", "release": "1.fc36", "source": "rpm", "version": "283" } ], "cockpit-navigator": [ { "arch": "noarch", "epoch": null, "name": "cockpit-navigator", "release": "2.fc36", "source": "rpm", "version": "0.5.9" } ], "cockpit-networkmanager": [ { "arch": "noarch", "epoch": null, "name": "cockpit-networkmanager", "release": "1.fc36", "source": "rpm", "version": "285" } ], "cockpit-packagekit": [ { "arch": "noarch", "epoch": null, "name": "cockpit-packagekit", "release": "1.fc36", "source": "rpm", "version": "285" } ], "cockpit-pcp": [ { "arch": "x86_64", "epoch": null, "name": "cockpit-pcp", "release": "1.fc36", "source": "rpm", "version": "285" } ], "cockpit-podman": [ { "arch": "noarch", "epoch": null, "name": "cockpit-podman", "release": "1.fc36", "source": "rpm", "version": "62" } ], "cockpit-selinux": [ { "arch": "noarch", "epoch": null, "name": "cockpit-selinux", "release": "1.fc36", "source": "rpm", "version": "285" } ], "cockpit-session-recording": [ { "arch": "noarch", "epoch": null, "name": "cockpit-session-recording", "release": "2.fc36", "source": "rpm", "version": "11" } ], "cockpit-session-recording-CoreOS-cockpit-session-recording-Sanity-smoke-test": [ { "arch": "noarch", "epoch": null, "name": "cockpit-session-recording-CoreOS-cockpit-session-recording-Sanity-smoke-test", "release": "6", "source": "rpm", "version": "1.0" } ], "cockpit-sosreport": [ { "arch": "noarch", "epoch": null, "name": "cockpit-sosreport", "release": "1.fc36", "source": "rpm", "version": "285" } ], "cockpit-storaged": [ { "arch": "noarch", "epoch": null, "name": "cockpit-storaged", "release": "1.fc36", "source": "rpm", "version": "285" } ], "cockpit-system": [ { "arch": "noarch", "epoch": null, "name": "cockpit-system", "release": "1.fc36", "source": "rpm", "version": "285" } ], "cockpit-ws": [ { "arch": "x86_64", "epoch": null, "name": "cockpit-ws", "release": "1.fc36", "source": "rpm", "version": "285" } ], "colord-libs": [ { "arch": "x86_64", "epoch": null, "name": "colord-libs", "release": "1.fc36", "source": "rpm", "version": "1.4.6" } ], "conmon": [ { "arch": "x86_64", "epoch": 2, "name": "conmon", "release": "1.fc36", "source": "rpm", "version": "2.1.5" } ], "container-selinux": [ { "arch": "noarch", "epoch": 2, "name": "container-selinux", "release": "1.fc36", "source": "rpm", "version": "2.199.0" } ], "containers-common": [ { "arch": "noarch", "epoch": 4, "name": "containers-common", "release": "66.fc36", "source": "rpm", "version": "1" } ], "containers-common-extra": [ { "arch": "noarch", "epoch": 4, "name": "containers-common-extra", "release": "66.fc36", "source": "rpm", "version": "1" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "9.fc36", "source": "rpm", "version": "9.0" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "9.fc36", "source": "rpm", "version": "9.0" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "12.fc36", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "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" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc36", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc36", "source": "rpm", "version": "0.21.1" } ], "criu": [ { "arch": "x86_64", "epoch": null, "name": "criu", "release": "2.fc36", "source": "rpm", "version": "3.17.1" } ], "criu-libs": [ { "arch": "x86_64", "epoch": null, "name": "criu-libs", "release": "2.fc36", "source": "rpm", "version": "3.17.1" } ], "crun": [ { "arch": "x86_64", "epoch": null, "name": "crun", "release": "2.fc36", "source": "rpm", "version": "1.8.3" } ], "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" } ], "cups-libs": [ { "arch": "x86_64", "epoch": 1, "name": "cups-libs", "release": "10.fc36", "source": "rpm", "version": "2.4.2" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "14.fc36", "source": "rpm", "version": "7.82.0" } ], "cyrus-sasl": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl", "release": "18.fc36", "source": "rpm", "version": "2.1.27" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-gssapi", "release": "18.fc36", "source": "rpm", "version": "2.1.27" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "18.fc36", "source": "rpm", "version": "2.1.27" } ], "cyrus-sasl-md5": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-md5", "release": "18.fc36", "source": "rpm", "version": "2.1.27" } ], "cyrus-sasl-plain": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-plain", "release": "18.fc36", "source": "rpm", "version": "2.1.27" } ], "daxctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "daxctl-libs", "release": "1.fc36", "source": "rpm", "version": "76.1" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc36", "source": "rpm", "version": "1.14.4" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc36", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc36", "source": "rpm", "version": "1.14.4" } ], "dbus-glib": [ { "arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "3.fc36", "source": "rpm", "version": "0.112" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc36", "source": "rpm", "version": "1.14.4" } ], "dconf": [ { "arch": "x86_64", "epoch": null, "name": "dconf", "release": "6.fc36", "source": "rpm", "version": "0.40.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": "9.fc36", "source": "rpm", "version": "0.8.7" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "9.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": "4.P1.fc36", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "4.P1.fc36", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "2.fc36", "source": "rpm", "version": "3.8" } ], "distribution-CoreOS-distribution-Library-dump": [ { "arch": "noarch", "epoch": null, "name": "distribution-CoreOS-distribution-Library-dump", "release": "4", "source": "rpm", "version": "0.12" } ], "distribution-CoreOS-distribution-Library-jats": [ { "arch": "noarch", "epoch": null, "name": "distribution-CoreOS-distribution-Library-jats", "release": "4", "source": "rpm", "version": "0.16" } ], "distribution-distribution-Library-LibrariesWrapper": [ { "arch": "noarch", "epoch": null, "name": "distribution-distribution-Library-LibrariesWrapper", "release": "9", "source": "rpm", "version": "1.0" } ], "distribution-distribution-Library-epel": [ { "arch": "noarch", "epoch": null, "name": "distribution-distribution-Library-epel", "release": "68", "source": "rpm", "version": "1.0" } ], "distribution-distribution-Library-epel-internal": [ { "arch": "noarch", "epoch": null, "name": "distribution-distribution-Library-epel-internal", "release": "3", "source": "rpm", "version": "1.0" } ], "distribution-distribution-Library-extras": [ { "arch": "noarch", "epoch": null, "name": "distribution-distribution-Library-extras", "release": "14", "source": "rpm", "version": "1.0" } ], "distribution-distribution-distribution-Library-virt": [ { "arch": "noarch", "epoch": null, "name": "distribution-distribution-distribution-Library-virt", "release": "47", "source": "rpm", "version": "1.0" } ], "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.15.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc36", "source": "rpm", "version": "4.4.0" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc36", "source": "rpm", "version": "4.4.0" } ], "dnsmasq": [ { "arch": "x86_64", "epoch": null, "name": "dnsmasq", "release": "10.fc36", "source": "rpm", "version": "2.86" } ], "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": "3.fc36", "source": "rpm", "version": "057" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "3.fc36", "source": "rpm", "version": "057" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "3.fc36", "source": "rpm", "version": "057" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "3.fc36", "source": "rpm", "version": "057" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc36", "source": "rpm", "version": "0.5.1" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.fc36", "source": "rpm", "version": "12.0.1" } ], "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" } ], "edk2-ovmf": [ { "arch": "noarch", "epoch": null, "name": "edk2-ovmf", "release": "14.fc36", "source": "rpm", "version": "20221117gitfff6d81270b5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "6.fc36", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "2.fc36", "source": "rpm", "version": "0.189" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "1.fc36", "source": "rpm", "version": "6.2" } ], "exempi": [ { "arch": "x86_64", "epoch": null, "name": "exempi", "release": "0.2.20211007gite23c213.fc36", "source": "rpm", "version": "2.6.0" } ], "exiv2": [ { "arch": "x86_64", "epoch": null, "name": "exiv2", "release": "4.fc36", "source": "rpm", "version": "0.27.6" } ], "exiv2-libs": [ { "arch": "x86_64", "epoch": null, "name": "exiv2-libs", "release": "4.fc36", "source": "rpm", "version": "0.27.6" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.fc36", "source": "rpm", "version": "2.5.0" } ], "fdk-aac-free": [ { "arch": "x86_64", "epoch": null, "name": "fdk-aac-free", "release": "8.fc36", "source": "rpm", "version": "2.0.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "5", "source": "rpm", "version": "36" } ], "fedora-logos": [ { "arch": "noarch", "epoch": null, "name": "fedora-logos", "release": "2.fc36", "source": "rpm", "version": "36.0.0" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "21", "source": "rpm", "version": "36" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "21", "source": "rpm", "version": "36" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "21", "source": "rpm", "version": "36" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "5", "source": "rpm", "version": "36" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "5", "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.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "1.fc36", "source": "rpm", "version": "4.9.0" } ], "firefox": [ { "arch": "x86_64", "epoch": null, "name": "firefox", "release": "1.fc36", "source": "rpm", "version": "112.0.1" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc36", "source": "rpm", "version": "1.2.5" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc36", "source": "rpm", "version": "1.2.5" } ], "flac-libs": [ { "arch": "x86_64", "epoch": null, "name": "flac-libs", "release": "1.fc36", "source": "rpm", "version": "1.3.4" } ], "flatpak": [ { "arch": "x86_64", "epoch": null, "name": "flatpak", "release": "1.fc36", "source": "rpm", "version": "1.12.8" } ], "flatpak-selinux": [ { "arch": "noarch", "epoch": null, "name": "flatpak-selinux", "release": "1.fc36", "source": "rpm", "version": "1.12.8" } ], "flatpak-session-helper": [ { "arch": "x86_64", "epoch": null, "name": "flatpak-session-helper", "release": "1.fc36", "source": "rpm", "version": "1.12.8" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "10.fc36", "source": "rpm", "version": "2.6.4" } ], "fontconfig": [ { "arch": "x86_64", "epoch": null, "name": "fontconfig", "release": "2.fc36", "source": "rpm", "version": "2.14.1" } ], "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": "2.fc36", "source": "rpm", "version": "2.12.1" } ], "fribidi": [ { "arch": "x86_64", "epoch": null, "name": "fribidi", "release": "3.fc36", "source": "rpm", "version": "1.0.11" } ], "fuse": [ { "arch": "x86_64", "epoch": null, "name": "fuse", "release": "14.fc36", "source": "rpm", "version": "2.9.9" } ], "fuse-common": [ { "arch": "x86_64", "epoch": null, "name": "fuse-common", "release": "2.fc36", "source": "rpm", "version": "3.10.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "14.fc36", "source": "rpm", "version": "2.9.9" } ], "fuse-overlayfs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-overlayfs", "release": "6.fc36", "source": "rpm", "version": "1.9" } ], "fuse3": [ { "arch": "x86_64", "epoch": null, "name": "fuse3", "release": "2.fc36", "source": "rpm", "version": "3.10.5" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse3-libs", "release": "2.fc36", "source": "rpm", "version": "3.10.5" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc36", "source": "rpm", "version": "1.8.6" } ], "fwupd-efi": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-efi", "release": "1.fc36", "source": "rpm", "version": "1.4" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc36", "source": "rpm", "version": "1.8.6" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc36", "source": "rpm", "version": "1.8.6" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "2.fc36", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc36", "source": "rpm", "version": "8.0.6" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc36", "source": "rpm", "version": "12.2.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": "1.fc36", "source": "rpm", "version": "2.42.10" } ], "gdk-pixbuf2-modules": [ { "arch": "x86_64", "epoch": null, "name": "gdk-pixbuf2-modules", "release": "1.fc36", "source": "rpm", "version": "2.42.10" } ], "geoclue2": [ { "arch": "x86_64", "epoch": null, "name": "geoclue2", "release": "2.fc36", "source": "rpm", "version": "2.6.0" } ], "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" } ], "giflib": [ { "arch": "x86_64", "epoch": null, "name": "giflib", "release": "14.fc36", "source": "rpm", "version": "5.2.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "glib-networking": [ { "arch": "x86_64", "epoch": null, "name": "glib-networking", "release": "1.fc36", "source": "rpm", "version": "2.72.2" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "1.fc36", "source": "rpm", "version": "2.72.3" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "22.fc36", "source": "rpm", "version": "2.35" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "22.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": "3.fc36", "source": "rpm", "version": "2.3.7" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "3.fc36", "source": "rpm", "version": "2.3.7" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "2.fc36", "source": "rpm", "version": "3.8.0" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": null, "name": "gnutls-dane", "release": "2.fc36", "source": "rpm", "version": "3.8.0" } ], "gnutls-utils": [ { "arch": "x86_64", "epoch": null, "name": "gnutls-utils", "release": "2.fc36", "source": "rpm", "version": "3.8.0" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc36", "source": "rpm", "version": "1.72.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "10.fc36", "source": "rpm", "version": "20201206" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "10.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": "4.fc36", "source": "rpm", "version": "1.17.0" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "40.fc36", "source": "rpm", "version": "1.20.7" } ], "graphene": [ { "arch": "x86_64", "epoch": null, "name": "graphene", "release": "4.fc36", "source": "rpm", "version": "1.10.6" } ], "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": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "62.fc36", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "67.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" } ], "gsm": [ { "arch": "x86_64", "epoch": null, "name": "gsm", "release": "7.fc36", "source": "rpm", "version": "1.0.19" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "7.fc36", "source": "rpm", "version": "0.8.4" } ], "gstreamer1": [ { "arch": "x86_64", "epoch": null, "name": "gstreamer1", "release": "1.fc36", "source": "rpm", "version": "1.20.3" } ], "gstreamer1-plugins-base": [ { "arch": "x86_64", "epoch": null, "name": "gstreamer1-plugins-base", "release": "1.fc36", "source": "rpm", "version": "1.20.3" } ], "gtk-update-icon-cache": [ { "arch": "x86_64", "epoch": null, "name": "gtk-update-icon-cache", "release": "1.fc36", "source": "rpm", "version": "3.24.35" } ], "gtk3": [ { "arch": "x86_64", "epoch": null, "name": "gtk3", "release": "1.fc36", "source": "rpm", "version": "3.24.35" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "5.fc36", "source": "rpm", "version": "2.2.7" } ], "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": "2.fc36", "source": "rpm", "version": "4.0.0" } ], "hicolor-icon-theme": [ { "arch": "noarch", "epoch": null, "name": "hicolor-icon-theme", "release": "13.fc36", "source": "rpm", "version": "0.17" } ], "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" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "1.fc36", "source": "rpm", "version": "0.369" } ], "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": "56" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "3.fc36", "source": "rpm", "version": "10.16" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "3.fc36", "source": "rpm", "version": "10.16" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "3.fc36", "source": "rpm", "version": "10.16" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "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" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "2.fc36", "source": "rpm", "version": "5.15.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "5.fc36.1", "source": "rpm", "version": "7.15" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "5.fc36.1", "source": "rpm", "version": "7.15" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "15.fc36", "source": "rpm", "version": "1.8.7" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "15.fc36", "source": "rpm", "version": "1.8.7" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "1.fc36", "source": "rpm", "version": "20221126" } ], "ipxe-roms-qemu": [ { "arch": "noarch", "epoch": null, "name": "ipxe-roms-qemu", "release": "1.git64113751.fc36", "source": "rpm", "version": "20220210" } ], "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" } ], "iso-codes": [ { "arch": "noarch", "epoch": null, "name": "iso-codes", "release": "2.fc36", "source": "rpm", "version": "4.9.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "4.fc36", "source": "rpm", "version": "2.13.1" } ], "jbigkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "jbigkit-libs", "release": "23.fc36", "source": "rpm", "version": "2.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "3.fc36", "source": "rpm", "version": "3.4.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" } ], "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" } ], "kde-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "kde-filesystem", "release": "67.fc36", "source": "rpm", "version": "4" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "100.fc36", "source": "rpm", "version": "6.2.6" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "100.fc36", "source": "rpm", "version": "6.2.15" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "1.fc36", "source": "rpm", "version": "2.0.25" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "4.fc36", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "4.fc36", "source": "rpm", "version": "1.6.1" } ], "kf5-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "kf5-filesystem", "release": "1.fc36", "source": "rpm", "version": "5.104.0" } ], "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": "9.fc36", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "12.fc36", "source": "rpm", "version": "1.19.2" } ], "lame-libs": [ { "arch": "x86_64", "epoch": null, "name": "lame-libs", "release": "12.fc36", "source": "rpm", "version": "3.100" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "25.fc36", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "25.fc36", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "25.fc36", "source": "rpm", "version": "3.0" } ], "lcms2": [ { "arch": "x86_64", "epoch": null, "name": "lcms2", "release": "1.fc36", "source": "rpm", "version": "2.13.1" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "5.fc36", "source": "rpm", "version": "590" } ], "libICE": [ { "arch": "x86_64", "epoch": null, "name": "libICE", "release": "8.fc36", "source": "rpm", "version": "1.0.10" } ], "libSM": [ { "arch": "x86_64", "epoch": null, "name": "libSM", "release": "10.fc36", "source": "rpm", "version": "1.2.3" } ], "libX11": [ { "arch": "x86_64", "epoch": null, "name": "libX11", "release": "2.fc36", "source": "rpm", "version": "1.7.3.1" } ], "libX11-common": [ { "arch": "noarch", "epoch": null, "name": "libX11-common", "release": "2.fc36", "source": "rpm", "version": "1.7.3.1" } ], "libX11-xcb": [ { "arch": "x86_64", "epoch": null, "name": "libX11-xcb", "release": "2.fc36", "source": "rpm", "version": "1.7.3.1" } ], "libXau": [ { "arch": "x86_64", "epoch": null, "name": "libXau", "release": "8.fc36", "source": "rpm", "version": "1.0.9" } ], "libXcomposite": [ { "arch": "x86_64", "epoch": null, "name": "libXcomposite", "release": "7.fc36", "source": "rpm", "version": "0.4.5" } ], "libXcursor": [ { "arch": "x86_64", "epoch": null, "name": "libXcursor", "release": "7.fc36", "source": "rpm", "version": "1.2.0" } ], "libXdamage": [ { "arch": "x86_64", "epoch": null, "name": "libXdamage", "release": "7.fc36", "source": "rpm", "version": "1.1.5" } ], "libXdmcp": [ { "arch": "x86_64", "epoch": null, "name": "libXdmcp", "release": "8.fc36", "source": "rpm", "version": "1.1.3" } ], "libXext": [ { "arch": "x86_64", "epoch": null, "name": "libXext", "release": "8.fc36", "source": "rpm", "version": "1.3.4" } ], "libXfixes": [ { "arch": "x86_64", "epoch": null, "name": "libXfixes", "release": "3.fc36", "source": "rpm", "version": "6.0.0" } ], "libXfont2": [ { "arch": "x86_64", "epoch": null, "name": "libXfont2", "release": "12.fc36", "source": "rpm", "version": "2.0.3" } ], "libXft": [ { "arch": "x86_64", "epoch": null, "name": "libXft", "release": "2.fc36", "source": "rpm", "version": "2.3.4" } ], "libXi": [ { "arch": "x86_64", "epoch": null, "name": "libXi", "release": "2.fc36", "source": "rpm", "version": "1.8" } ], "libXinerama": [ { "arch": "x86_64", "epoch": null, "name": "libXinerama", "release": "10.fc36", "source": "rpm", "version": "1.1.4" } ], "libXmu": [ { "arch": "x86_64", "epoch": null, "name": "libXmu", "release": "8.fc36", "source": "rpm", "version": "1.1.3" } ], "libXrandr": [ { "arch": "x86_64", "epoch": null, "name": "libXrandr", "release": "8.fc36", "source": "rpm", "version": "1.5.2" } ], "libXrender": [ { "arch": "x86_64", "epoch": null, "name": "libXrender", "release": "16.fc36", "source": "rpm", "version": "0.9.10" } ], "libXt": [ { "arch": "x86_64", "epoch": null, "name": "libXt", "release": "2.fc36", "source": "rpm", "version": "1.2.1" } ], "libXtst": [ { "arch": "x86_64", "epoch": null, "name": "libXtst", "release": "16.fc36", "source": "rpm", "version": "1.2.3" } ], "libXv": [ { "arch": "x86_64", "epoch": null, "name": "libXv", "release": "16.fc36", "source": "rpm", "version": "1.0.11" } ], "libXxf86vm": [ { "arch": "x86_64", "epoch": null, "name": "libXxf86vm", "release": "18.fc36", "source": "rpm", "version": "1.1.4" } ], "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": "3.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" } ], "libasyncns": [ { "arch": "x86_64", "epoch": null, "name": "libasyncns", "release": "22.fc36", "source": "rpm", "version": "0.8" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "22.fc36", "source": "rpm", "version": "0.19" } ], "libatomic": [ { "arch": "x86_64", "epoch": null, "name": "libatomic", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "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": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "2.fc36", "source": "rpm", "version": "2.28" } ], "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" } ], "libbsd": [ { "arch": "x86_64", "epoch": null, "name": "libbsd", "release": "2.fc36", "source": "rpm", "version": "0.11.7" } ], "libburn": [ { "arch": "x86_64", "epoch": null, "name": "libburn", "release": "4.fc36", "source": "rpm", "version": "1.5.4" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc36", "source": "rpm", "version": "2.7" } ], "libcanberra": [ { "arch": "x86_64", "epoch": null, "name": "libcanberra", "release": "28.fc36", "source": "rpm", "version": "0.30" } ], "libcanberra-gtk3": [ { "arch": "x86_64", "epoch": null, "name": "libcanberra-gtk3", "release": "28.fc36", "source": "rpm", "version": "0.30" } ], "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" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "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" } ], "libcloudproviders": [ { "arch": "x86_64", "epoch": null, "name": "libcloudproviders", "release": "5.fc36", "source": "rpm", "version": "0.3.1" } ], "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" } ], "libcue": [ { "arch": "x86_64", "epoch": null, "name": "libcue", "release": "9.fc36", "source": "rpm", "version": "2.2.1" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "14.fc36", "source": "rpm", "version": "7.82.0" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "23.fc36", "source": "rpm", "version": "0.14" } ], "libdatrie": [ { "arch": "x86_64", "epoch": null, "name": "libdatrie", "release": "3.fc36", "source": "rpm", "version": "0.2.13" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "51.fc36", "source": "rpm", "version": "5.3.28" } ], "libdb-utils": [ { "arch": "x86_64", "epoch": null, "name": "libdb-utils", "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": "1.fc36", "source": "rpm", "version": "0.70.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": null, "name": "libdrm", "release": "1.fc36", "source": "rpm", "version": "2.4.114" } ], "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" } ], "libepoxy": [ { "arch": "x86_64", "epoch": null, "name": "libepoxy", "release": "1.fc36", "source": "rpm", "version": "1.5.10" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "5.fc36", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "6.fc36", "source": "rpm", "version": "2.1.12" } ], "libexif": [ { "arch": "x86_64", "epoch": null, "name": "libexif", "release": "2.fc36", "source": "rpm", "version": "0.6.24" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libfdt": [ { "arch": "x86_64", "epoch": null, "name": "libfdt", "release": "4.fc36", "source": "rpm", "version": "1.6.1" } ], "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": "5.fc36", "source": "rpm", "version": "1.10.0" } ], "libfontenc": [ { "arch": "x86_64", "epoch": null, "name": "libfontenc", "release": "3.fc36", "source": "rpm", "version": "1.1.4" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "7.fc36", "source": "rpm", "version": "1.4" } ], "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": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc36", "source": "rpm", "version": "1.10.1" } ], "libgexiv2": [ { "arch": "x86_64", "epoch": null, "name": "libgexiv2", "release": "2.fc36", "source": "rpm", "version": "0.14.0" } ], "libglvnd": [ { "arch": "x86_64", "epoch": 1, "name": "libglvnd", "release": "4.fc36", "source": "rpm", "version": "1.4.0" } ], "libglvnd-egl": [ { "arch": "x86_64", "epoch": 1, "name": "libglvnd-egl", "release": "4.fc36", "source": "rpm", "version": "1.4.0" } ], "libglvnd-glx": [ { "arch": "x86_64", "epoch": 1, "name": "libglvnd-glx", "release": "4.fc36", "source": "rpm", "version": "1.4.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc36", "source": "rpm", "version": "12.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc36", "source": "rpm", "version": "1.45" } ], "libgrss": [ { "arch": "x86_64", "epoch": null, "name": "libgrss", "release": "14.fc36", "source": "rpm", "version": "0.7.0" } ], "libgsf": [ { "arch": "x86_64", "epoch": null, "name": "libgsf", "release": "5.fc36", "source": "rpm", "version": "1.14.47" } ], "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" } ], "libgxps": [ { "arch": "x86_64", "epoch": null, "name": "libgxps", "release": "3.fc36", "source": "rpm", "version": "0.3.2" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "1.fc36", "source": "rpm", "version": "39.0" } ], "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": "1.fc36", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "50.fc36", "source": "rpm", "version": "1.3.1" } ], "libiptcdata": [ { "arch": "x86_64", "epoch": null, "name": "libiptcdata", "release": "10.fc36", "source": "rpm", "version": "1.0.5" } ], "libisoburn": [ { "arch": "x86_64", "epoch": null, "name": "libisoburn", "release": "4.fc36", "source": "rpm", "version": "1.5.4" } ], "libisofs": [ { "arch": "x86_64", "epoch": null, "name": "libisofs", "release": "3.fc36", "source": "rpm", "version": "1.5.4" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc36", "source": "rpm", "version": "0.1.12" } ], "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" } ], "libkadm5": [ { "arch": "x86_64", "epoch": null, "name": "libkadm5", "release": "12.fc36", "source": "rpm", "version": "1.19.2" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.fc36", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.fc36", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc36", "source": "rpm", "version": "1.6.3" } ], "libldac": [ { "arch": "x86_64", "epoch": null, "name": "libldac", "release": "10.fc36", "source": "rpm", "version": "2.0.2.3" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc36", "source": "rpm", "version": "2.5.3" } ], "libluksmeta": [ { "arch": "x86_64", "epoch": null, "name": "libluksmeta", "release": "13.fc36", "source": "rpm", "version": "9" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "1.fc36", "source": "rpm", "version": "1.7.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc36", "source": "rpm", "version": "1.26.4" } ], "libmd": [ { "arch": "x86_64", "epoch": null, "name": "libmd", "release": "2.fc36", "source": "rpm", "version": "1.0.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "25.fc36", "source": "rpm", "version": "0.1.3" } ], "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" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "4.fc36", "source": "rpm", "version": "1.2.1" } ], "libmysofa": [ { "arch": "x86_64", "epoch": null, "name": "libmysofa", "release": "2.fc36", "source": "rpm", "version": "1.2.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.fc36", "source": "rpm", "version": "1.8" } ], "libnet": [ { "arch": "x86_64", "epoch": null, "name": "libnet", "release": "5.fc36", "source": "rpm", "version": "1.2" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "4.fc36", "source": "rpm", "version": "1.0.8" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "21.fc36", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.fc36", "source": "rpm", "version": "2.6.2" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc36", "source": "rpm", "version": "1.2.1" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.fc36", "source": "rpm", "version": "1.51.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.fc36", "source": "rpm", "version": "3.7.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.fc36", "source": "rpm", "version": "3.7.0" } ], "libnotify": [ { "arch": "x86_64", "epoch": null, "name": "libnotify", "release": "1.fc36", "source": "rpm", "version": "0.7.12" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "3.fc36", "source": "rpm", "version": "2.0.0" } ], "libogg": [ { "arch": "x86_64", "epoch": 2, "name": "libogg", "release": "3.fc36", "source": "rpm", "version": "1.3.5" } ], "libosinfo": [ { "arch": "x86_64", "epoch": null, "name": "libosinfo", "release": "1.fc36", "source": "rpm", "version": "1.10.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "50.fc36", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc36", "source": "rpm", "version": "1.10.4" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": null, "name": "libpciaccess", "release": "6.fc36", "source": "rpm", "version": "0.16" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc36", "source": "rpm", "version": "1.5.5" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "libpmem": [ { "arch": "x86_64", "epoch": null, "name": "libpmem", "release": "4.fc36", "source": "rpm", "version": "1.11.1" } ], "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" } ], "librdmacm": [ { "arch": "x86_64", "epoch": null, "name": "librdmacm", "release": "1.fc36", "source": "rpm", "version": "39.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.15.1" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc36", "source": "rpm", "version": "2.17.4" } ], "libretls": [ { "arch": "x86_64", "epoch": null, "name": "libretls", "release": "1.fc36", "source": "rpm", "version": "3.7.0" } ], "librsvg2": [ { "arch": "x86_64", "epoch": null, "name": "librsvg2", "release": "1.fc36", "source": "rpm", "version": "2.54.5" } ], "libsbc": [ { "arch": "x86_64", "epoch": null, "name": "libsbc", "release": "3.fc36", "source": "rpm", "version": "1.5" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.fc36", "source": "rpm", "version": "2.5.3" } ], "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" } ], "libslirp": [ { "arch": "x86_64", "epoch": null, "name": "libslirp", "release": "3.fc36", "source": "rpm", "version": "4.6.1" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc36", "source": "rpm", "version": "2.38" } ], "libsmbclient": [ { "arch": "x86_64", "epoch": 2, "name": "libsmbclient", "release": "0.fc36", "source": "rpm", "version": "4.16.10" } ], "libsmbios": [ { "arch": "x86_64", "epoch": null, "name": "libsmbios", "release": "5.fc36", "source": "rpm", "version": "2.4.3" } ], "libsndfile": [ { "arch": "x86_64", "epoch": null, "name": "libsndfile", "release": "4.fc36", "source": "rpm", "version": "1.1.0" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "9.fc36", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc36", "source": "rpm", "version": "0.7.22" } ], "libsoup": [ { "arch": "x86_64", "epoch": null, "name": "libsoup", "release": "1.fc36", "source": "rpm", "version": "2.74.3" } ], "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" } ], "libssh2": [ { "arch": "x86_64", "epoch": null, "name": "libssh2", "release": "4.fc36", "source": "rpm", "version": "1.10.0" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc36", "source": "rpm", "version": "12.2.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": "1.fc36", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc36", "source": "rpm", "version": "1.4.7" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "5.fc36", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc36", "source": "rpm", "version": "0.12.1" } ], "libthai": [ { "arch": "x86_64", "epoch": null, "name": "libthai", "release": "2.fc36", "source": "rpm", "version": "0.1.29" } ], "libtheora": [ { "arch": "x86_64", "epoch": 1, "name": "libtheora", "release": "31.fc36", "source": "rpm", "version": "1.1.1" } ], "libtiff": [ { "arch": "x86_64", "epoch": null, "name": "libtiff", "release": "4.fc36", "source": "rpm", "version": "4.4.0" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc36", "source": "rpm", "version": "1.3.3" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "1.fc36", "source": "rpm", "version": "2.4.7" } ], "libtpms": [ { "arch": "x86_64", "epoch": null, "name": "libtpms", "release": "1.fc36", "source": "rpm", "version": "0.9.6" } ], "libtracker-sparql": [ { "arch": "x86_64", "epoch": null, "name": "libtracker-sparql", "release": "1.fc36", "source": "rpm", "version": "3.3.3" } ], "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" } ], "libunwind": [ { "arch": "x86_64", "epoch": null, "name": "libunwind", "release": "2.fc36", "source": "rpm", "version": "1.6.2" } ], "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" } ], "libuv": [ { "arch": "x86_64", "epoch": 1, "name": "libuv", "release": "1.fc36", "source": "rpm", "version": "1.44.2" } ], "libva": [ { "arch": "x86_64", "epoch": null, "name": "libva", "release": "1.fc36", "source": "rpm", "version": "2.14.0" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.fc36", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.fc36", "source": "rpm", "version": "0.3.2" } ], "libvirt-client": [ { "arch": "x86_64", "epoch": null, "name": "libvirt-client", "release": "2.fc36", "source": "rpm", "version": "8.1.0" } ], "libvirt-daemon": [ { "arch": "x86_64", "epoch": null, "name": "libvirt-daemon", "release": "2.fc36", "source": "rpm", "version": "8.1.0" } ], "libvirt-daemon-config-network": [ { "arch": "x86_64", "epoch": null, "name": "libvirt-daemon-config-network", "release": "2.fc36", "source": "rpm", "version": "8.1.0" } ], "libvirt-daemon-driver-interface": [ { "arch": "x86_64", "epoch": null, "name": "libvirt-daemon-driver-interface", "release": "2.fc36", "source": "rpm", "version": "8.1.0" } ], "libvirt-daemon-driver-network": [ { "arch": "x86_64", "epoch": null, "name": "libvirt-daemon-driver-network", "release": "2.fc36", "source": "rpm", "version": "8.1.0" } ], "libvirt-daemon-driver-nodedev": [ { "arch": "x86_64", "epoch": null, "name": "libvirt-daemon-driver-nodedev", "release": "2.fc36", "source": "rpm", "version": "8.1.0" } ], "libvirt-daemon-driver-qemu": [ { "arch": "x86_64", "epoch": null, "name": "libvirt-daemon-driver-qemu", "release": "2.fc36", "source": "rpm", "version": "8.1.0" } ], "libvirt-daemon-driver-storage-core": [ { "arch": "x86_64", "epoch": null, "name": "libvirt-daemon-driver-storage-core", "release": "2.fc36", "source": "rpm", "version": "8.1.0" } ], "libvirt-daemon-driver-storage-disk": [ { "arch": "x86_64", "epoch": null, "name": "libvirt-daemon-driver-storage-disk", "release": "2.fc36", "source": "rpm", "version": "8.1.0" } ], "libvirt-dbus": [ { "arch": "x86_64", "epoch": null, "name": "libvirt-dbus", "release": "5.fc36", "source": "rpm", "version": "1.4.0" } ], "libvirt-glib": [ { "arch": "x86_64", "epoch": null, "name": "libvirt-glib", "release": "4.fc36", "source": "rpm", "version": "4.0.0" } ], "libvirt-libs": [ { "arch": "x86_64", "epoch": null, "name": "libvirt-libs", "release": "2.fc36", "source": "rpm", "version": "8.1.0" } ], "libvisual": [ { "arch": "x86_64", "epoch": 1, "name": "libvisual", "release": "35.fc36", "source": "rpm", "version": "0.4.0" } ], "libvorbis": [ { "arch": "x86_64", "epoch": 1, "name": "libvorbis", "release": "5.fc36", "source": "rpm", "version": "1.3.7" } ], "libwayland-client": [ { "arch": "x86_64", "epoch": null, "name": "libwayland-client", "release": "1.fc36", "source": "rpm", "version": "1.21.0" } ], "libwayland-cursor": [ { "arch": "x86_64", "epoch": null, "name": "libwayland-cursor", "release": "1.fc36", "source": "rpm", "version": "1.21.0" } ], "libwayland-egl": [ { "arch": "x86_64", "epoch": null, "name": "libwayland-egl", "release": "1.fc36", "source": "rpm", "version": "1.21.0" } ], "libwayland-server": [ { "arch": "x86_64", "epoch": null, "name": "libwayland-server", "release": "1.fc36", "source": "rpm", "version": "1.21.0" } ], "libwbclient": [ { "arch": "x86_64", "epoch": 2, "name": "libwbclient", "release": "0.fc36", "source": "rpm", "version": "4.16.10" } ], "libwebp": [ { "arch": "x86_64", "epoch": null, "name": "libwebp", "release": "1.fc36", "source": "rpm", "version": "1.3.0" } ], "libwsman1": [ { "arch": "x86_64", "epoch": null, "name": "libwsman1", "release": "3.fc36", "source": "rpm", "version": "2.7.1" } ], "libxcb": [ { "arch": "x86_64", "epoch": null, "name": "libxcb", "release": "9.fc36", "source": "rpm", "version": "1.13.1" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "4.fc36", "source": "rpm", "version": "4.4.33" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "4.fc36", "source": "rpm", "version": "4.4.33" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "4.fc36", "source": "rpm", "version": "4.4.33" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc36", "source": "rpm", "version": "1.4.0" } ], "libxkbfile": [ { "arch": "x86_64", "epoch": null, "name": "libxkbfile", "release": "8.fc36", "source": "rpm", "version": "1.1.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.fc36", "source": "rpm", "version": "2.10.3" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc36", "source": "rpm", "version": "0.3.10" } ], "libxshmfence": [ { "arch": "x86_64", "epoch": null, "name": "libxshmfence", "release": "10.fc36", "source": "rpm", "version": "1.3" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc36", "source": "rpm", "version": "1.1.37" } ], "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": "1.fc36", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc36", "source": "rpm", "version": "1.5.5" } ], "lilv-libs": [ { "arch": "x86_64", "epoch": null, "name": "lilv-libs", "release": "5.fc36", "source": "rpm", "version": "0.24.12" } ], "linux-atm-libs": [ { "arch": "x86_64", "epoch": null, "name": "linux-atm-libs", "release": "31.fc36", "source": "rpm", "version": "2.5.1" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "llvm-libs": [ { "arch": "x86_64", "epoch": null, "name": "llvm-libs", "release": "2.fc36", "source": "rpm", "version": "14.0.5" } ], "lmdb": [ { "arch": "x86_64", "epoch": null, "name": "lmdb", "release": "1.fc36", "source": "rpm", "version": "0.9.30" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc36", "source": "rpm", "version": "0.9.30" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "2.fc36", "source": "rpm", "version": "3.20.1" } ], "low-memory-monitor": [ { "arch": "x86_64", "epoch": null, "name": "low-memory-monitor", "release": "5.fc36", "source": "rpm", "version": "2.1" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.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" } ], "lzop": [ { "arch": "x86_64", "epoch": null, "name": "lzop", "release": "8.fc36", "source": "rpm", "version": "1.04" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "3.fc36", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "7.fc36", "source": "rpm", "version": "4.3" } ], "malcontent-libs": [ { "arch": "x86_64", "epoch": null, "name": "malcontent-libs", "release": "2.fc36", "source": "rpm", "version": "0.10.3" } ], "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" } ], "mdevctl": [ { "arch": "x86_64", "epoch": null, "name": "mdevctl", "release": "1.fc36", "source": "rpm", "version": "1.2.0" } ], "mesa-dri-drivers": [ { "arch": "x86_64", "epoch": null, "name": "mesa-dri-drivers", "release": "1.fc36", "source": "rpm", "version": "22.1.7" } ], "mesa-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "mesa-filesystem", "release": "1.fc36", "source": "rpm", "version": "22.1.7" } ], "mesa-libEGL": [ { "arch": "x86_64", "epoch": null, "name": "mesa-libEGL", "release": "1.fc36", "source": "rpm", "version": "22.1.7" } ], "mesa-libGL": [ { "arch": "x86_64", "epoch": null, "name": "mesa-libGL", "release": "1.fc36", "source": "rpm", "version": "22.1.7" } ], "mesa-libgbm": [ { "arch": "x86_64", "epoch": null, "name": "mesa-libgbm", "release": "1.fc36", "source": "rpm", "version": "22.1.7" } ], "mesa-libglapi": [ { "arch": "x86_64", "epoch": null, "name": "mesa-libglapi", "release": "1.fc36", "source": "rpm", "version": "22.1.7" } ], "mesa-vulkan-drivers": [ { "arch": "x86_64", "epoch": null, "name": "mesa-vulkan-drivers", "release": "1.fc36", "source": "rpm", "version": "22.1.7" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc36", "source": "rpm", "version": "5.5.15" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "3.fc36", "source": "rpm", "version": "0.6.0" } ], "mozilla-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "mozilla-filesystem", "release": "28.fc36", "source": "rpm", "version": "1.9" } ], "mozilla-openh264": [ { "arch": "x86_64", "epoch": null, "name": "mozilla-openh264", "release": "1.fc36", "source": "rpm", "version": "2.3.1" } ], "mozjs91": [ { "arch": "x86_64", "epoch": null, "name": "mozjs91", "release": "1.fc36", "source": "rpm", "version": "91.13.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" } ], "mpg123-libs": [ { "arch": "x86_64", "epoch": null, "name": "mpg123-libs", "release": "1.fc36", "source": "rpm", "version": "1.31.3" } ], "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" } ], "ndctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "ndctl-libs", "release": "1.fc36", "source": "rpm", "version": "76.1" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.62.20160912git.fc36", "source": "rpm", "version": "2.0" } ], "netavark": [ { "arch": "x86_64", "epoch": null, "name": "netavark", "release": "1.fc36", "source": "rpm", "version": "1.4.0" } ], "netcat": [ { "arch": "x86_64", "epoch": null, "name": "netcat", "release": "2.fc36", "source": "rpm", "version": "1.219" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.fc36", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.fc36", "source": "rpm", "version": "2.6.2" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.fc36", "source": "rpm", "version": "1.0.1" } ], "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": "5.fc36", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-tools": [ { "arch": "x86_64", "epoch": null, "name": "nss-tools", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.fc36", "source": "rpm", "version": "3.89.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "1.fc36", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "1.fc36", "source": "rpm", "version": "2022.10.3" } ], "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.10.3" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "5.fc36", "source": "rpm", "version": "2.0.14" } ], "numad": [ { "arch": "x86_64", "epoch": null, "name": "numad", "release": "36.20150602git.fc36", "source": "rpm", "version": "0.5" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "148.fc36", "source": "rpm", "version": "20230310" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc36", "source": "rpm", "version": "6.9.8" } ], "openh264": [ { "arch": "x86_64", "epoch": null, "name": "openh264", "release": "1.fc36", "source": "rpm", "version": "2.3.1" } ], "openjpeg2": [ { "arch": "x86_64", "epoch": null, "name": "openjpeg2", "release": "10.fc36", "source": "rpm", "version": "2.4.0" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc36", "source": "rpm", "version": "2.6.4" } ], "openldap-clients": [ { "arch": "x86_64", "epoch": null, "name": "openldap-clients", "release": "1.fc36", "source": "rpm", "version": "2.6.4" } ], "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.8" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "1.fc36", "source": "rpm", "version": "3.0.8" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "1.fc36", "source": "rpm", "version": "3.0.8" } ], "openssl-perl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-perl", "release": "1.fc36", "source": "rpm", "version": "3.0.8" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "2.fc36", "source": "rpm", "version": "0.4.12" } ], "opus": [ { "arch": "x86_64", "epoch": null, "name": "opus", "release": "10.fc36", "source": "rpm", "version": "1.3.1" } ], "orc": [ { "arch": "x86_64", "epoch": null, "name": "orc", "release": "7.fc36", "source": "rpm", "version": "0.4.31" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.fc36", "source": "rpm", "version": "1.77" } ], "osbuild": [ { "arch": "noarch", "epoch": null, "name": "osbuild", "release": "1.fc36", "source": "rpm", "version": "83" } ], "osbuild-composer": [ { "arch": "x86_64", "epoch": null, "name": "osbuild-composer", "release": "1.fc36", "source": "rpm", "version": "80" } ], "osbuild-composer-core": [ { "arch": "x86_64", "epoch": null, "name": "osbuild-composer-core", "release": "1.fc36", "source": "rpm", "version": "80" } ], "osbuild-composer-dnf-json": [ { "arch": "x86_64", "epoch": null, "name": "osbuild-composer-dnf-json", "release": "1.fc36", "source": "rpm", "version": "80" } ], "osbuild-composer-worker": [ { "arch": "x86_64", "epoch": null, "name": "osbuild-composer-worker", "release": "1.fc36", "source": "rpm", "version": "80" } ], "osbuild-luks2": [ { "arch": "noarch", "epoch": null, "name": "osbuild-luks2", "release": "1.fc36", "source": "rpm", "version": "83" } ], "osbuild-lvm2": [ { "arch": "noarch", "epoch": null, "name": "osbuild-lvm2", "release": "1.fc36", "source": "rpm", "version": "83" } ], "osbuild-ostree": [ { "arch": "noarch", "epoch": null, "name": "osbuild-ostree", "release": "1.fc36", "source": "rpm", "version": "83" } ], "osbuild-selinux": [ { "arch": "noarch", "epoch": null, "name": "osbuild-selinux", "release": "1.fc36", "source": "rpm", "version": "83" } ], "osinfo-db": [ { "arch": "noarch", "epoch": null, "name": "osinfo-db", "release": "1.fc36", "source": "rpm", "version": "20230308" } ], "osinfo-db-tools": [ { "arch": "x86_64", "epoch": null, "name": "osinfo-db-tools", "release": "1.fc36", "source": "rpm", "version": "1.10.0" } ], "ostree": [ { "arch": "x86_64", "epoch": null, "name": "ostree", "release": "2.fc36", "source": "rpm", "version": "2022.5" } ], "ostree-libs": [ { "arch": "x86_64", "epoch": null, "name": "ostree-libs", "release": "2.fc36", "source": "rpm", "version": "2022.5" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.fc36", "source": "rpm", "version": "0.24.1" } ], "p11-kit-server": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-server", "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": "13.fc36", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "13.fc36", "source": "rpm", "version": "1.5.2" } ], "pango": [ { "arch": "x86_64", "epoch": null, "name": "pango", "release": "1.fc36", "source": "rpm", "version": "1.50.14" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "13.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": "2.fc36", "source": "rpm", "version": "3.9.0" } ], "pcp": [ { "arch": "x86_64", "epoch": null, "name": "pcp", "release": "2.fc36", "source": "rpm", "version": "6.0.1" } ], "pcp-conf": [ { "arch": "x86_64", "epoch": null, "name": "pcp-conf", "release": "2.fc36", "source": "rpm", "version": "6.0.1" } ], "pcp-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcp-libs", "release": "2.fc36", "source": "rpm", "version": "6.0.1" } ], "pcp-selinux": [ { "arch": "x86_64", "epoch": null, "name": "pcp-selinux", "release": "2.fc36", "source": "rpm", "version": "6.0.1" } ], "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" } ], "perl-Algorithm-Diff": [ { "arch": "noarch", "epoch": null, "name": "perl-Algorithm-Diff", "release": "5.fc36", "source": "rpm", "version": "1.2010" } ], "perl-Archive-Tar": [ { "arch": "noarch", "epoch": null, "name": "perl-Archive-Tar", "release": "2.fc36", "source": "rpm", "version": "2.40" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "486.fc36", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "486.fc36", "source": "rpm", "version": "1.82" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "479.fc36", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "486.fc36", "source": "rpm", "version": "0.66" } ], "perl-Compress-Raw-Bzip2": [ { "arch": "x86_64", "epoch": null, "name": "perl-Compress-Raw-Bzip2", "release": "480.fc36", "source": "rpm", "version": "2.101" } ], "perl-Compress-Raw-Lzma": [ { "arch": "x86_64", "epoch": null, "name": "perl-Compress-Raw-Lzma", "release": "7.fc36", "source": "rpm", "version": "2.201" } ], "perl-Compress-Raw-Zlib": [ { "arch": "x86_64", "epoch": null, "name": "perl-Compress-Raw-Zlib", "release": "481.fc36", "source": "rpm", "version": "2.101" } ], "perl-DB_File": [ { "arch": "x86_64", "epoch": null, "name": "perl-DB_File", "release": "1.fc36", "source": "rpm", "version": "1.857" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "3.fc36", "source": "rpm", "version": "2.183" } ], "perl-Devel-Peek": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Devel-Peek", "release": "486.fc36", "source": "rpm", "version": "1.30" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "2.fc36", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "479.fc36", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "486.fc36", "source": "rpm", "version": "1.50" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "485.fc36", "source": "rpm", "version": "3.17" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "486.fc36", "source": "rpm", "version": "1.33" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "8.fc36", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "480.fc36", "source": "rpm", "version": "5.76" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "486.fc36", "source": "rpm", "version": "1.14" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "486.fc36", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "486.fc36", "source": "rpm", "version": "1.39" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "479.fc36", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "479.fc36", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "486.fc36", "source": "rpm", "version": "1.09" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "486.fc36", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "1.fc36", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "486.fc36", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "1.fc36", "source": "rpm", "version": "0.082" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "486.fc36", "source": "rpm", "version": "1.46" } ], "perl-IO-Compress": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Compress", "release": "481.fc36", "source": "rpm", "version": "2.102" } ], "perl-IO-Compress-Lzma": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Compress-Lzma", "release": "5.fc36", "source": "rpm", "version": "2.101" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "480.fc36", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "2.fc36", "source": "rpm", "version": "2.074" } ], "perl-IO-Zlib": [ { "arch": "noarch", "epoch": 1, "name": "perl-IO-Zlib", "release": "479.fc36", "source": "rpm", "version": "1.11" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "486.fc36", "source": "rpm", "version": "1.21" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "479.fc36", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc36", "source": "rpm", "version": "20211001" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "486.fc36", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "2.fc36", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "486.fc36", "source": "rpm", "version": "1.97" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "479.fc36", "source": "rpm", "version": "3.80" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "479.fc36", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "480.fc36", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "3.fc36", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "479.fc36", "source": "rpm", "version": "2.01" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "489.fc36", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "486.fc36", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "1.fc36", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "2.fc36", "source": "rpm", "version": "3.25" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "486.fc36", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "480.fc36", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "479.fc36", "source": "rpm", "version": "1.17" } ], "perl-Term-ReadLine": [ { "arch": "noarch", "epoch": 0, "name": "perl-Term-ReadLine", "release": "486.fc36", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "12.fc36", "source": "rpm", "version": "2.38" } ], "perl-Text-Diff": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Diff", "release": "14.fc36", "source": "rpm", "version": "1.45" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "1.fc36", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "2.fc36", "source": "rpm", "version": "2021.0814" } ], "perl-Tie": [ { "arch": "noarch", "epoch": 0, "name": "perl-Tie", "release": "486.fc36", "source": "rpm", "version": "4.6" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "479.fc36", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "1.fc36", "source": "rpm", "version": "5.10" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "486.fc36", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "480.fc36", "source": "rpm", "version": "1.33" } ], "perl-debugger": [ { "arch": "noarch", "epoch": 0, "name": "perl-debugger", "release": "486.fc36", "source": "rpm", "version": "1.60" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "486.fc36", "source": "rpm", "version": "0.60.900" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "486.fc36", "source": "rpm", "version": "5.34.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "486.fc36", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "480.fc36", "source": "rpm", "version": "3.13" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "486.fc36", "source": "rpm", "version": "5.34.1" } ], "perl-meta-notation": [ { "arch": "noarch", "epoch": 0, "name": "perl-meta-notation", "release": "486.fc36", "source": "rpm", "version": "5.34.1" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "486.fc36", "source": "rpm", "version": "1.25" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "486.fc36", "source": "rpm", "version": "1.33" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "486.fc36", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "479.fc36", "source": "rpm", "version": "0.238" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "479.fc36", "source": "rpm", "version": "4.14" } ], "perl-sigtrap": [ { "arch": "noarch", "epoch": 0, "name": "perl-sigtrap", "release": "486.fc36", "source": "rpm", "version": "1.09" } ], "perl-subs": [ { "arch": "noarch", "epoch": 0, "name": "perl-subs", "release": "486.fc36", "source": "rpm", "version": "1.04" } ], "perl-threads": [ { "arch": "x86_64", "epoch": 1, "name": "perl-threads", "release": "449.fc36", "source": "rpm", "version": "2.26" } ], "perl-threads-shared": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "479.fc36", "source": "rpm", "version": "1.62" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "486.fc36", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "1.fc36", "source": "rpm", "version": "2.7" } ], "pipewire": [ { "arch": "x86_64", "epoch": null, "name": "pipewire", "release": "1.fc36", "source": "rpm", "version": "0.3.70" } ], "pipewire-alsa": [ { "arch": "x86_64", "epoch": null, "name": "pipewire-alsa", "release": "1.fc36", "source": "rpm", "version": "0.3.70" } ], "pipewire-jack-audio-connection-kit": [ { "arch": "x86_64", "epoch": null, "name": "pipewire-jack-audio-connection-kit", "release": "1.fc36", "source": "rpm", "version": "0.3.70" } ], "pipewire-libs": [ { "arch": "x86_64", "epoch": null, "name": "pipewire-libs", "release": "1.fc36", "source": "rpm", "version": "0.3.70" } ], "pipewire-pulseaudio": [ { "arch": "x86_64", "epoch": null, "name": "pipewire-pulseaudio", "release": "1.fc36", "source": "rpm", "version": "0.3.70" } ], "pixman": [ { "arch": "x86_64", "epoch": null, "name": "pixman", "release": "5.fc36", "source": "rpm", "version": "0.40.0" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "2.fc36", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "1.fc36", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "1.fc36", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "1.fc36", "source": "rpm", "version": "22.02.122" } ], "podman": [ { "arch": "x86_64", "epoch": 5, "name": "podman", "release": "3.fc36", "source": "rpm", "version": "4.4.1" } ], "podman-gvproxy": [ { "arch": "x86_64", "epoch": 5, "name": "podman-gvproxy", "release": "3.fc36", "source": "rpm", "version": "4.4.1" } ], "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" } ], "poppler": [ { "arch": "x86_64", "epoch": null, "name": "poppler", "release": "6.fc36", "source": "rpm", "version": "22.01.0" } ], "poppler-data": [ { "arch": "noarch", "epoch": null, "name": "poppler-data", "release": "2.fc36", "source": "rpm", "version": "0.4.11" } ], "poppler-glib": [ { "arch": "x86_64", "epoch": null, "name": "poppler-glib", "release": "6.fc36", "source": "rpm", "version": "22.01.0" } ], "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.1", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "2.fc36", "source": "rpm", "version": "1.4.1" } ], "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": "1.fc36", "source": "rpm", "version": "20230318" } ], "pulseaudio-libs": [ { "arch": "x86_64", "epoch": null, "name": "pulseaudio-libs", "release": "5.fc36", "source": "rpm", "version": "15.0" } ], "pulseaudio-utils": [ { "arch": "x86_64", "epoch": null, "name": "pulseaudio-utils", "release": "5.fc36", "source": "rpm", "version": "15.0" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "4.fc36", "source": "rpm", "version": "21.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "4.fc36", "source": "rpm", "version": "59.6.0" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc36", "source": "rpm", "version": "3.10.11" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc36", "source": "rpm", "version": "3.10.11" } ], "python3-argcomplete": [ { "arch": "noarch", "epoch": null, "name": "python3-argcomplete", "release": "2.fc36", "source": "rpm", "version": "2.0.0" } ], "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.1.1" } ], "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": "4.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-devel": [ { "arch": "x86_64", "epoch": null, "name": "python3-devel", "release": "1.fc36", "source": "rpm", "version": "3.10.11" } ], "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.15.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc36", "source": "rpm", "version": "4.4.0" } ], "python3-dns": [ { "arch": "noarch", "epoch": null, "name": "python3-dns", "release": "1.fc36", "source": "rpm", "version": "2.2.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc36", "source": "rpm", "version": "1.2.5" } ], "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": "4.fc36", "source": "rpm", "version": "1.17.0" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc36", "source": "rpm", "version": "0.70.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-ldap": [ { "arch": "x86_64", "epoch": null, "name": "python3-ldap", "release": "1.fc36", "source": "rpm", "version": "3.4.3" } ], "python3-ldb": [ { "arch": "x86_64", "epoch": null, "name": "python3-ldb", "release": "1.fc36", "source": "rpm", "version": "2.5.3" } ], "python3-lib389": [ { "arch": "noarch", "epoch": null, "name": "python3-lib389", "release": "1.fc36", "source": "rpm", "version": "2.1.8" } ], "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": "1.fc36", "source": "rpm", "version": "0.70.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc36", "source": "rpm", "version": "3.10.11" } ], "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-libvirt": [ { "arch": "x86_64", "epoch": null, "name": "python3-libvirt", "release": "2.fc36", "source": "rpm", "version": "8.0.0" } ], "python3-libxml2": [ { "arch": "x86_64", "epoch": null, "name": "python3-libxml2", "release": "2.fc36", "source": "rpm", "version": "2.10.3" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc36", "source": "rpm", "version": "4.7.1" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc36", "source": "rpm", "version": "2.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "2.fc36", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.fc36", "source": "rpm", "version": "1.0.1" } ], "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-osbuild": [ { "arch": "noarch", "epoch": null, "name": "python3-osbuild", "release": "1.fc36", "source": "rpm", "version": "83" } ], "python3-pexpect": [ { "arch": "noarch", "epoch": null, "name": "python3-pexpect", "release": "10.fc36", "source": "rpm", "version": "4.8.0" } ], "python3-pip": [ { "arch": "noarch", "epoch": null, "name": "python3-pip", "release": "4.fc36", "source": "rpm", "version": "21.3.1" } ], "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-ptyprocess": [ { "arch": "noarch", "epoch": null, "name": "python3-ptyprocess", "release": "15.fc36", "source": "rpm", "version": "0.6.0" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "8.fc36", "source": "rpm", "version": "0.4.8" } ], "python3-pyasn1-modules": [ { "arch": "noarch", "epoch": null, "name": "python3-pyasn1-modules", "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": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "python3-samba": [ { "arch": "x86_64", "epoch": 2, "name": "python3-samba", "release": "0.fc36", "source": "rpm", "version": "4.16.10" } ], "python3-samba-dc": [ { "arch": "x86_64", "epoch": 2, "name": "python3-samba-dc", "release": "0.fc36", "source": "rpm", "version": "4.16.10" } ], "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": "4.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-talloc": [ { "arch": "x86_64", "epoch": null, "name": "python3-talloc", "release": "1.fc36", "source": "rpm", "version": "2.3.4" } ], "python3-tdb": [ { "arch": "x86_64", "epoch": null, "name": "python3-tdb", "release": "1.fc36", "source": "rpm", "version": "1.4.7" } ], "python3-tevent": [ { "arch": "x86_64", "epoch": null, "name": "python3-tevent", "release": "1.fc36", "source": "rpm", "version": "0.12.1" } ], "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": "1.fc36", "source": "rpm", "version": "1.17.1" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc36", "source": "rpm", "version": "1.26.12" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc36", "source": "rpm", "version": "4.1" } ], "qemu-block-curl": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-block-curl", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-char-spice": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-char-spice", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-common": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-common", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-device-usb-host": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-device-usb-host", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-device-usb-redirect": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-device-usb-redirect", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-img": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-img", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-kvm-core": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-kvm-core", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-system-x86-core": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-system-x86-core", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-ui-opengl": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-ui-opengl", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-ui-spice-core": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-ui-spice-core", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-aarch64": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-aarch64", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-alpha": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-alpha", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-arm": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-arm", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-cris": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-cris", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-hexagon": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-hexagon", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-hppa": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-hppa", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-m68k": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-m68k", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-microblaze": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-microblaze", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-mips": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-mips", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-nios2": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-nios2", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-or1k": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-or1k", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-ppc": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-ppc", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-riscv": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-riscv", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-s390x": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-s390x", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-sh4": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-sh4", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-sparc": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-sparc", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-x86": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-x86", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "qemu-user-static-xtensa": [ { "arch": "x86_64", "epoch": 2, "name": "qemu-user-static-xtensa", "release": "17.fc36", "source": "rpm", "version": "6.2.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "7.fc36", "source": "rpm", "version": "4.06" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "7.fc36", "source": "rpm", "version": "4.06" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "2.fc36", "source": "rpm", "version": "8.2" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc36eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc36eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc36", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.fc36", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "2.fc36", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-ostree": [ { "arch": "x86_64", "epoch": null, "name": "rpm-ostree", "release": "2.fc36", "source": "rpm", "version": "2022.19" } ], "rpm-ostree-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-ostree-libs", "release": "2.fc36", "source": "rpm", "version": "2022.19" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "3.fc36", "source": "rpm", "version": "4.17.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "1.fc36", "source": "rpm", "version": "3.2.7" } ], "rtkit": [ { "arch": "x86_64", "epoch": null, "name": "rtkit", "release": "30.fc36", "source": "rpm", "version": "0.11" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "11.fc36", "source": "rpm", "version": "0.6.0" } ], "samba": [ { "arch": "x86_64", "epoch": 2, "name": "samba", "release": "0.fc36", "source": "rpm", "version": "4.16.10" } ], "samba-client-libs": [ { "arch": "x86_64", "epoch": 2, "name": "samba-client-libs", "release": "0.fc36", "source": "rpm", "version": "4.16.10" } ], "samba-common": [ { "arch": "noarch", "epoch": 2, "name": "samba-common", "release": "0.fc36", "source": "rpm", "version": "4.16.10" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": 2, "name": "samba-common-libs", "release": "0.fc36", "source": "rpm", "version": "4.16.10" } ], "samba-common-tools": [ { "arch": "x86_64", "epoch": 2, "name": "samba-common-tools", "release": "0.fc36", "source": "rpm", "version": "4.16.10" } ], "samba-dc-libs": [ { "arch": "x86_64", "epoch": 2, "name": "samba-dc-libs", "release": "0.fc36", "source": "rpm", "version": "4.16.10" } ], "samba-dcerpc": [ { "arch": "x86_64", "epoch": 2, "name": "samba-dcerpc", "release": "0.fc36", "source": "rpm", "version": "4.16.10" } ], "samba-libs": [ { "arch": "x86_64", "epoch": 2, "name": "samba-libs", "release": "0.fc36", "source": "rpm", "version": "4.16.10" } ], "seabios-bin": [ { "arch": "noarch", "epoch": null, "name": "seabios-bin", "release": "2.fc36", "source": "rpm", "version": "1.16.1" } ], "seavgabios-bin": [ { "arch": "noarch", "epoch": null, "name": "seavgabios-bin", "release": "2.fc36", "source": "rpm", "version": "1.16.1" } ], "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.18" } ], "selinux-policy-CoreOS-selinux-policy-Library-common": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-CoreOS-selinux-policy-Library-common", "release": "124", "source": "rpm", "version": "1.0" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc36", "source": "rpm", "version": "36.18" } ], "serd": [ { "arch": "x86_64", "epoch": null, "name": "serd", "release": "4.fc36", "source": "rpm", "version": "0.30.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.31" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc36", "source": "rpm", "version": "2.14.1" } ], "sgabios-bin": [ { "arch": "noarch", "epoch": 1, "name": "sgabios-bin", "release": "8.fc36", "source": "rpm", "version": "0.20180715git" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc36", "source": "rpm", "version": "4.11.1" } ], "shadow-utils-subid": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils-subid", "release": "6.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" } ], "skopeo": [ { "arch": "x86_64", "epoch": 1, "name": "skopeo", "release": "2.fc36", "source": "rpm", "version": "1.11.0" } ], "slirp4netns": [ { "arch": "x86_64", "epoch": null, "name": "slirp4netns", "release": "0.2.beta.0.fc36", "source": "rpm", "version": "1.2.0" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "4.fc36", "source": "rpm", "version": "1.1.9" } ], "sord": [ { "arch": "x86_64", "epoch": null, "name": "sord", "release": "3.fc36", "source": "rpm", "version": "0.16.8" } ], "sos": [ { "arch": "noarch", "epoch": null, "name": "sos", "release": "2.fc36", "source": "rpm", "version": "4.3" } ], "sound-theme-freedesktop": [ { "arch": "noarch", "epoch": null, "name": "sound-theme-freedesktop", "release": "17.fc36", "source": "rpm", "version": "0.8" } ], "spice-server": [ { "arch": "x86_64", "epoch": null, "name": "spice-server", "release": "1.fc36", "source": "rpm", "version": "0.15.1" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "5.fc36", "source": "rpm", "version": "3.36.0" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "1.fc36", "source": "rpm", "version": "4.5.1" } ], "sratom": [ { "arch": "x86_64", "epoch": null, "name": "sratom", "release": "2.fc36", "source": "rpm", "version": "0.6.8" } ], "sscg": [ { "arch": "x86_64", "epoch": null, "name": "sscg", "release": "2.fc36", "source": "rpm", "version": "3.0.3" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc36", "source": "rpm", "version": "2.7.4" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc36", "source": "rpm", "version": "6.2" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.p2.fc36", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "1.p2.fc36", "source": "rpm", "version": "1.9.13" } ], "swtpm": [ { "arch": "x86_64", "epoch": null, "name": "swtpm", "release": "1.20220427gitf2268ee.fc36", "source": "rpm", "version": "0.7.3" } ], "swtpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "swtpm-libs", "release": "1.20220427gitf2268ee.fc36", "source": "rpm", "version": "0.7.3" } ], "swtpm-tools": [ { "arch": "x86_64", "epoch": null, "name": "swtpm-tools", "release": "1.20220427gitf2268ee.fc36", "source": "rpm", "version": "0.7.3" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-container": [ { "arch": "x86_64", "epoch": null, "name": "systemd-container", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-oomd-defaults": [ { "arch": "noarch", "epoch": null, "name": "systemd-oomd-defaults", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "2.fc36", "source": "rpm", "version": "250.10" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "3.fc36", "source": "rpm", "version": "4.8" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "3.fc36", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "9.fc35", "source": "rpm", "version": "2020.3" } ], "tdb-tools": [ { "arch": "x86_64", "epoch": null, "name": "tdb-tools", "release": "1.fc36", "source": "rpm", "version": "1.4.7" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "5.fc36", "source": "rpm", "version": "1.31" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "18.fc36", "source": "rpm", "version": "1.9" } ], "tlog": [ { "arch": "x86_64", "epoch": null, "name": "tlog", "release": "2.fc36", "source": "rpm", "version": "12" } ], "tmp-distribution-Library-atomic": [ { "arch": "noarch", "epoch": null, "name": "tmp-distribution-Library-atomic", "release": "0", "source": "rpm", "version": "1.10" } ], "totem-pl-parser": [ { "arch": "x86_64", "epoch": null, "name": "totem-pl-parser", "release": "4.fc36", "source": "rpm", "version": "3.26.6" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "1.fc36", "source": "rpm", "version": "5.4" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "1.fc36", "source": "rpm", "version": "3.2.2" } ], "tracer-common": [ { "arch": "noarch", "epoch": null, "name": "tracer-common", "release": "2.fc36", "source": "rpm", "version": "0.7.8" } ], "tracker": [ { "arch": "x86_64", "epoch": null, "name": "tracker", "release": "1.fc36", "source": "rpm", "version": "3.3.3" } ], "tracker-miners": [ { "arch": "x86_64", "epoch": null, "name": "tracker-miners", "release": "1.fc36", "source": "rpm", "version": "3.3.1" } ], "trousers": [ { "arch": "x86_64", "epoch": null, "name": "trousers", "release": "6.fc36", "source": "rpm", "version": "0.3.15" } ], "trousers-lib": [ { "arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "6.fc36", "source": "rpm", "version": "0.3.15" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc36", "source": "rpm", "version": "2023c" } ], "uchardet": [ { "arch": "x86_64", "epoch": null, "name": "uchardet", "release": "15.fc36", "source": "rpm", "version": "0.0.6" } ], "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-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc36", "source": "rpm", "version": "1.17.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc36", "source": "rpm", "version": "1.17.1" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "57.fc36", "source": "rpm", "version": "6.0" } ], "upower": [ { "arch": "x86_64", "epoch": null, "name": "upower", "release": "1.fc36", "source": "rpm", "version": "0.99.20" } ], "usbredir": [ { "arch": "x86_64", "epoch": null, "name": "usbredir", "release": "3.fc36", "source": "rpm", "version": "0.12.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-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "virt-install": [ { "arch": "noarch", "epoch": null, "name": "virt-install", "release": "1.fc36", "source": "rpm", "version": "4.0.0" } ], "virt-manager-common": [ { "arch": "noarch", "epoch": null, "name": "virt-manager-common", "release": "1.fc36", "source": "rpm", "version": "4.0.0" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "15.fc36", "source": "rpm", "version": "0.3.12" } ], "vulkan-loader": [ { "arch": "x86_64", "epoch": null, "name": "vulkan-loader", "release": "1.fc36", "source": "rpm", "version": "1.3.204.0" } ], "webkit2gtk3-jsc": [ { "arch": "x86_64", "epoch": null, "name": "webkit2gtk3-jsc", "release": "1.fc36", "source": "rpm", "version": "2.40.1" } ], "webrtc-audio-processing": [ { "arch": "x86_64", "epoch": null, "name": "webrtc-audio-processing", "release": "8.fc36", "source": "rpm", "version": "0.3.1" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "1.fc36", "source": "rpm", "version": "1.21.3" } ], "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.15" } ], "wireplumber": [ { "arch": "x86_64", "epoch": null, "name": "wireplumber", "release": "1.fc36", "source": "rpm", "version": "0.4.14" } ], "wireplumber-libs": [ { "arch": "x86_64", "epoch": null, "name": "wireplumber-libs", "release": "1.fc36", "source": "rpm", "version": "0.4.14" } ], "xdg-dbus-proxy": [ { "arch": "x86_64", "epoch": null, "name": "xdg-dbus-proxy", "release": "1.fc36", "source": "rpm", "version": "0.1.3" } ], "xdg-desktop-portal": [ { "arch": "x86_64", "epoch": null, "name": "xdg-desktop-portal", "release": "1.fc36", "source": "rpm", "version": "1.12.6" } ], "xdg-desktop-portal-gtk": [ { "arch": "x86_64", "epoch": null, "name": "xdg-desktop-portal-gtk", "release": "5.fc36", "source": "rpm", "version": "1.12.0" } ], "xen-libs": [ { "arch": "x86_64", "epoch": null, "name": "xen-libs", "release": "4.fc36", "source": "rpm", "version": "4.16.3" } ], "xen-licenses": [ { "arch": "x86_64", "epoch": null, "name": "xen-licenses", "release": "4.fc36", "source": "rpm", "version": "4.16.3" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "2.fc36", "source": "rpm", "version": "5.14.2" } ], "xkbcomp": [ { "arch": "x86_64", "epoch": null, "name": "xkbcomp", "release": "3.fc36", "source": "rpm", "version": "1.4.5" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc36", "source": "rpm", "version": "2.35.1" } ], "xml-common": [ { "arch": "noarch", "epoch": null, "name": "xml-common", "release": "58.fc36", "source": "rpm", "version": "0.6.3" } ], "xorg-x11-server-Xvfb": [ { "arch": "x86_64", "epoch": null, "name": "xorg-x11-server-Xvfb", "release": "21.fc36", "source": "rpm", "version": "1.20.14" } ], "xorg-x11-server-common": [ { "arch": "x86_64", "epoch": null, "name": "xorg-x11-server-common", "release": "21.fc36", "source": "rpm", "version": "1.20.14" } ], "xorg-x11-xauth": [ { "arch": "x86_64", "epoch": 1, "name": "xorg-x11-xauth", "release": "2.fc36", "source": "rpm", "version": "1.1.1" } ], "xorriso": [ { "arch": "x86_64", "epoch": null, "name": "xorriso", "release": "4.fc36", "source": "rpm", "version": "1.5.4" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc36", "source": "rpm", "version": "9.0.1486" } ], "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": "1.fc36", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc36", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc36", "source": "rpm", "version": "5.4.1" } ], "yajl": [ { "arch": "x86_64", "epoch": null, "name": "yajl", "release": "18.fc36", "source": "rpm", "version": "2.1.0" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc36", "source": "rpm", "version": "4.15.0" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc36", "source": "rpm", "version": "1.3.1" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "32.fc36", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "33.fc36", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "33.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" } ], "zstd": [ { "arch": "x86_64", "epoch": null, "name": "zstd", "release": "1.fc36", "source": "rpm", "version": "1.5.5" } ] } }, "changed": false } TASK [Test - cockpit-system is installed] ************************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:23 Saturday 27 May 2023 18:12:32 +0000 (0:00:01.150) 0:03:51.015 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test - cockpit metapackage is installed] ********************************* task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:29 Saturday 27 May 2023 18:12:32 +0000 (0:00:00.081) 0:03:51.096 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test - cockpit-pcp is installed] ***************************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:35 Saturday 27 May 2023 18:12:32 +0000 (0:00:00.079) 0:03:51.176 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test - cockpit-doc is installed] ***************************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:41 Saturday 27 May 2023 18:12:32 +0000 (0:00:00.075) 0:03:51.252 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test - ensure cockpit_port is configured for firewall and selinux] ******* task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:46 Saturday 27 May 2023 18:12:32 +0000 (0:00:00.073) 0:03:51.326 ********** included: /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/check_port.yml for sut TASK [Check firewall port status when cockpit_manage_firewall is yes] ********** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/check_port.yml:11 Saturday 27 May 2023 18:12:32 +0000 (0:00:00.097) 0:03:51.423 ********** ok: [sut] => { "changed": false, "cmd": [ "firewall-cmd", "--list-service" ], "delta": "0:00:00.241158", "end": "2023-05-27 18:12:33.023937", "failed_when_result": false, "rc": 0, "start": "2023-05-27 18:12:32.782779" } STDOUT: cockpit dhcpv6-client mdns ssh TASK [Check firewall port status when cockpit_manage_firewall is yes] ********** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/check_port.yml:19 Saturday 27 May 2023 18:12:33 +0000 (0:00:00.627) 0:03:52.050 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install SELinux tools] *************************************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/check_port.yml:31 Saturday 27 May 2023 18:12:33 +0000 (0:00:00.079) 0:03:52.130 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check associated selinux ports when cockpit_manage_selinux is yes] ******* task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/check_port.yml:34 Saturday 27 May 2023 18:12:33 +0000 (0:00:00.077) 0:03:52.207 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:51 Saturday 27 May 2023 18:12:33 +0000 (0:00:00.073) 0:03:52.281 ********** included: /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/cleanup.yml for sut TASK [Cleanup - packages] ****************************************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/cleanup.yml:2 Saturday 27 May 2023 18:12:33 +0000 (0:00:00.101) 0:03:52.382 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: cockpit-285-1.fc36.x86_64", "Removed: cockpit-389-ds-2.1.8-1.fc36.noarch", "Removed: cockpit-CoreOS-cockpit-Sanity-simple-sanity-test-1.0-14.noarch", "Removed: cockpit-bridge-285-1.fc36.x86_64", "Removed: cockpit-composer-45-1.fc36.noarch", "Removed: cockpit-doc-285-1.fc36.noarch", "Removed: cockpit-file-sharing-2.4.5-2.fc36.noarch", "Removed: cockpit-kdump-285-1.fc36.noarch", "Removed: cockpit-machines-283-1.fc36.noarch", "Removed: cockpit-navigator-0.5.9-2.fc36.noarch", "Removed: cockpit-networkmanager-285-1.fc36.noarch", "Removed: cockpit-packagekit-285-1.fc36.noarch", "Removed: cockpit-pcp-285-1.fc36.x86_64", "Removed: cockpit-podman-62-1.fc36.noarch", "Removed: cockpit-selinux-285-1.fc36.noarch", "Removed: cockpit-session-recording-11-2.fc36.noarch", "Removed: cockpit-sosreport-285-1.fc36.noarch", "Removed: cockpit-storaged-285-1.fc36.noarch", "Removed: cockpit-system-285-1.fc36.noarch", "Removed: cockpit-ws-285-1.fc36.x86_64" ] } TASK [Cleanup - find certificates] ********************************************* task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/cleanup.yml:14 Saturday 27 May 2023 18:12:46 +0000 (0:00:13.507) 0:04:05.889 ********** ok: [sut] => { "changed": false, "examined": 0, "files": [], "matched": 0 } MSG: /etc/cockpit/ws-certs.d/ was skipped as it does not seem to be a valid directory or it cannot be accessed TASK [Cleanup - certificates] ************************************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/cleanup.yml:24 Saturday 27 May 2023 18:12:47 +0000 (0:00:00.331) 0:04:06.221 ********** TASK [Cleanup - config file] *************************************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/cleanup.yml:33 Saturday 27 May 2023 18:12:47 +0000 (0:00:00.065) 0:04:06.286 ********** ok: [sut] => { "changed": false, "path": "/etc/cockpit/cockpit.conf", "state": "absent" } TASK [Cleanup - port customization] ******************************************** task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/cleanup.yml:41 Saturday 27 May 2023 18:12:47 +0000 (0:00:00.282) 0:04:06.568 ********** ok: [sut] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/", "state": "absent" } TASK [Cleanup - Reload systemd] ************************************************ task path: /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/cleanup.yml:49 Saturday 27 May 2023 18:12:47 +0000 (0:00:00.255) 0:04:06.824 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=27 changed=5 unreachable=0 failed=0 skipped=28 rescued=0 ignored=0 Saturday 27 May 2023 18:12:48 +0000 (0:00:00.684) 0:04:07.508 ********** =============================================================================== linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed. - 218.09s /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:9 Cleanup - packages ----------------------------------------------------- 13.51s /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/cleanup.yml:2 ---------------------- fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.45s /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:38 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.36s /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:7 fedora.linux_system_roles.firewall : Install python3-firewall ----------- 2.35s /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.17s /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Refresh package facts --------------------------------------------------- 1.15s /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:19 --------------- linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.80s /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:69 Gathering Facts --------------------------------------------------------- 0.76s /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:2 ---------------- Cleanup - Reload systemd ------------------------------------------------ 0.68s /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/cleanup.yml:49 --------------------- Check firewall port status when cockpit_manage_firewall is yes ---------- 0.63s /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/check_port.yml:11 ------------------ fedora.linux_system_roles.firewall : Ensure ansible_facts used by role --- 0.37s /WORKDIR/git-weekly-ciz0o19pqt/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 linux-system-roles.cockpit : Ensure ansible_facts used by role ---------- 0.34s /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2 Cleanup - find certificates --------------------------------------------- 0.33s /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/cleanup.yml:14 --------------------- linux-system-roles.cockpit : Clean up port configuration file for undefined custom port --- 0.31s /WORKDIR/git-weekly-ciz0o19pqt/tests/roles/linux-system-roles.cockpit/tasks/main.yml:60 Cleanup - config file --------------------------------------------------- 0.28s /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/cleanup.yml:33 --------------------- Cleanup - port customization -------------------------------------------- 0.26s /WORKDIR/git-weekly-ciz0o19pqt/tests/tasks/cleanup.yml:41 --------------------- Cleanup ----------------------------------------------------------------- 0.10s /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:51 --------------- Test - ensure cockpit_port is configured for firewall and selinux ------- 0.10s /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:46 --------------- Test - cockpit-system is installed -------------------------------------- 0.08s /WORKDIR/git-weekly-ciz0o19pqt/tests/tests_packages_full.yml:23 --------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.exceptions import InvalidSignature [DEPRECATION WARNING]: Distribution fedora 36 on host sut should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/ 2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---