################################################################################ # General Notes # # When starting to build off of Fedora, you must take care of the order in which # you perform the builds. This means that compilation options matter, glibc/gcc # matters, rust matters, and many more things. # # I encourage you to setup to two separate repositories. # # * bootstrap repo of packages downloaded from http://fedora.riscv.rocks # * priority: lowest priority # * secondary repo of packages obtained or built yourself # * priority: highest priority # * rocky* packages # * redhat-rpm-config package # * other noarch packages to skip some things # # For an example mock config, see here: # # https://dl.rockylinux.org/stg/rocky/utils/10/riscv.conf.txt # ################################################################################ # Repository notes # # It's important to know that the idea is to bootstrap once into the secondary # repository and then use that as a "stage 1" and rebuild everything again into # a tertiary "stage 2" repository. stage 2 will then be the basis of this # version of Rocky Linux. # # *NOTE*: PAY ATTENTION TO WHAT EVERYONE ELSE IS WORKING ON. DO NOT BUILD DUPE # PACKAGES. # ################################################################################ # # Below is a list of links to the starting rocky* and redhat-rpm-config package # you will no doubt need. It's absolutely important that you have these. If you # do not, you will be in pain later. redhat-rpm-config, for example, contains # necessary compilation options for EL. You want to start that way, unless you # like pain. # # basesystem-11-21.el10.noarch.rpm # lorax-templates-rocky-10.0-52.el10.noarch.rpm # redhat-rpm-config-285-1.el10.noarch.rpm # rocky-backgrounds-100.1-1.el10.noarch.rpm # rocky-gpg-keys-10.0-0.18.el10.noarch.rpm # rocky-indexhtml-10.0-1.el10.noarch.rpm # rocky-logos-httpd-100.1-1.el10.noarch.rpm # rocky-logos-ipa-100.1-1.el10.noarch.rpm # rocky-release-10.0-0.18.el10.noarch.rpm # rocky-repos-10.0-0.18.el10.noarch.rpm # rocky-sb-certs-10.0-0.18.el10.noarch.rpm # # You do NOT have to download all the noarch packages from our peridot. I # know I recommended this before. But, you may run into problems doing this. # Yes, this means there will be duplicated work in the form of noarch packages # but remember, this is for an initial bootstrap before we do *actual* builds # in peridot. # # However, if you are interested, you can download all available noarch packages. # # dnf reposync \ # --repofrompath=pb,https://yumrepofs.build.resf.org/v1/projects/e7b83c0a-b514-4903-b739-6943bbb307f7/repo/all/x86_64/ \ # --disablerepo=* \ # --enablerepo=pb \ # --arch=noarch # ################################################################################ # !! redhat-rpm-config note !! # Before we get into the order of things, you may end up needing a super # special redhat-rpm-config just for riscv. If this is the case, do not hesitate # to do this at all. I (label) am open to putting in patches into our package # that we ship for 10 to address this sort of thing if it has to be a permanent # fixture. ################################################################################ # Packages that require patches/changes to build (as of 8/19/2024) # # !! INFO !! # If a package requires a modification or change, I will try to find a place in # any of our gits with patch information to the spec files sometime this month. # # go-rpm-macros (add riscv as supported arch for rhel) # golang (set GO_TEST_TIMEOUT_SCALE to 20 using ifnarch, add support for gohostarch, cgo, linker) # kernel (configs and arch support) # strace (disable tests) # openssl (fix arch for riscv64 and add --libdir arg to configure) # rust (gold linker binutils-gold does not support riscv64, skip panic_abort_doc_tests) # mysql8.4 (disable libquadmath for riscv64, disable numa, disable USE_LD_GOLD) # mariadb10.11 (ignore test suite 1, no valgrind-devel, prefer pthread, fix pkgconfig) # nss (disable tests) # # Packages that will not build (as of 8/19/2024) # # valgrind # ltrace # ################################################################################ # Package Order # # General order to consider when building. This isn't completely conclusive. With # that said, gcc and glibc order here is generally how point releases end up # working anyway. # # * gcc -- DONE # * glibc -- DONE # * annobin -- DONE # * elfutils -- DONE # * gdb -- DONE # * valgrind -- NO RISCV SUPPORT -- SKIPPED # * strace -- DONE # * make -- DONE # * ltrace -- NO RISCV SUPPORT -- SKIPPED # # * openssl -- DONE # * golang -- DONE # * nss -- DONE # * perl -- DONE # * python -- in progress, semi-bootstrap. # * systemd -- DONE # * selinux* -- DONE # * kernel -- DONE # # llvm+rust order todo: # # * llvm # * python-lit # * lld # * clang # * compiler-rt # * libomp # * lldb # * rust # # Other notes # # Samba: # * libtalloc - DONE # * libtevent - DONE # * libtdb - DONE # * libldb - DONE # * (krb5) - DONE # * (openldap) - DONE # * (nfs-utils) - DONE # * samba - DONE # # sssd and friends: # * krb5 - DONE # * openldap - DONE # * samba - DONE # * sssd - DONE # # wayland and friends (some of this may be outdated, will need to verify) # * libdrm - DONE # * mesa - DONE # * egl-wayland - DONE # * wayland-protocols - DONE # * xorg-x11-server-Xwayland # * xorg-x11-server # # Sometimes what happens is you need to deal with vulkan and spirv before or # after mesa/xorg/libdrm. It really depends. Relies on llvm. # * vulkan-headers - DONE # * spirv-headers - DONE # * vulkan-loader - DONE # * vulkan-tools - DONE # * spirv-tools - DONE # * vulkan-validation-layers - DONE # * (glslang) - DONE # * (shaderc) # # After the above, qt6 can be done. # ################################################################################ # Kernel notes # # Yes, the kernel will be radically different from the standard kernel. Kernel # should only be built (if possible) to deal with some build reqs. # # DONE # ################################################################################ # # Package list below. This list is updated as of August 19, 2024 389-ds-base-3.0.3-10.el10 CUnit-2.1.3-33.el10 Cython-3.0.9-6.el10 HdrHistogram_c-0.11.8-6.el10 Judy-1.0.5-37.el10 ModemManager-1.22.0-6.el10 NetworkManager-1.48.8-1.el10.1 NetworkManager-libreswan-1.2.22-2.el10 OpenIPMI-2.0.34-2.el10 PEGTL-2.8.3-11.el10 PackageKit-1.2.8-7.el10 PyQt-builder-1.15.4-2.el10 PyYAML-6.0.1-18.el10 SDL2-2.28.5-5.el10 SDL2_ttf-2.22.0-2.el10 WALinuxAgent-2.9.1.1-7.el10 Xaw3d-1.6.5-3.el10 a52dec-0.7.4-49.el10 aajohan-comfortaa-fonts-3.105-0.5.20210729git2a87ac6.el10 aardvark-dns-1.12.1-1.el10 abattis-cantarell-fonts-0.301-12.el10 accel-config-4.1.6-3.el10 accountsservice-23.13.9-5.el10 acl-2.3.2-3.el10 acpica-tools-20220331-9.el10 acpid-2.0.34-9.el10 adcli-0.9.2-7.el10 adobe-afdko-3.6.1-11.el10 adobe-mappings-cmap-20230622-4.el10 adobe-mappings-pdf-20190401-8.el10 adobe-source-code-pro-fonts-2.042.1.062.1.026-4.el10 adwaita-icon-theme-46.0-2.el10 aide-0.18.6-6.el10 alsa-firmware-1.2.4-16.el10 alsa-lib-1.2.12-2.el10 alsa-plugins-1.2.7.1-11.el10 alsa-sof-firmware-2024.03-9.el10 alsa-tools-1.2.11-3.el10 alsa-utils-1.2.12-1.el10 anaconda-40.22.3.11-1.el10.rocky.0.1 anaconda-webui-5.2-1.el10 annobin-12.55-2.el10 ansible-collection-microsoft-sql-2.3.1-1.el10 ansible-core-2.16.3-3.el10 ansible-freeipa-1.13.2-1.el10 ansible-pcp-2.3.0-5.el10 ant-1.10.14-10.el10 anthy-unicode-1.0.0.20240502-11.el10 antlr-2.7.7-78.el10 aopalliance-1.0-39.el10 apache-commons-beanutils-1.9.4-19.el10 apache-commons-cli-1.6.0-5.el10 apache-commons-codec-1.16.0-7.el10 apache-commons-collections-3.2.2-36.el10 apache-commons-collections4-4.4-15.el10 apache-commons-compress-1.25.0-5.el10 apache-commons-exec-1.3-32.el10 apache-commons-io-2.13.0-8.el10 apache-commons-jxpath-1.3-52.el10 apache-commons-lang3-3.14.0-5.el10 apache-commons-logging-1.3.0-5.el10 apache-commons-net-3.10.0-5.el10 apache-commons-parent-66-3.el10 apache-logging-parent-9-6.el10 apache-parent-31-5.el10.0.1 apache-resource-bundles-1.5-7.el10 apiguardian-1.1.2-12.el10 appstream-1.0.2-4.el10 appstream-data-10-20240326.1.el10.1 apr-1.7.3-10.el10 apr-util-1.6.3-20.el10 aqute-bnd-6.3.1-10.el10 argparse-manpage-4.5-4.el10 asciidoc-10.2.0-11.el10 asio-1.30.2-3.el10 aspell-0.60.8.1-2.el10 assertj-core-3.24.2-8.el10 at-3.2.5-10.el10 at-spi2-core-2.52.0-2.el10 atinject-1.0.5-12.el10 atkmm-2.28.4-2.el10 attr-2.5.2-4.el10 audit-4.0-9.el10 augeas-1.14.1-1.el10 authselect-1.5.0-7.el10 autoconf-2.71-11.el10 autoconf-archive-2023.02.20-7.el10 autofs-5.1.9-9.el10 automake-1.16.5-17.el10 avahi-0.8-27.el10 awscli2-2.15.31-3.el10 babel-2.13.1-4.el10 babeltrace-1.5.11-8.el10 babl-0.1.106-5.el10 bacula-13.0.3-6.el10 baobab-46.0-3.el10 basesystem-11-21.el10 bash-5.2.26-4.el10 bash-completion-2.11-15.el10 bc-1.07.1-22.el10 bcc-0.30.0-2.el10 bcel-6.8.1-3.el10 bdftopcf-1.1.1-4.el10 beust-jcommander-1.82-9.el10 bind-9.18.21-5.el10 bind-dyndb-ldap-11.10-26.el10 binutils-2.41-48.el10 biosdevname-0.7.3-18.el10 bison-3.8.2-8.el10 blktrace-1.3.0-11.el10 bluez-5.77-2.el10 bolt-0.9.8-2.el10 boom-boot-1.6.3-2.el10 boost-1.83.0-4.el10 bootc-0.1.15-1.el10 booth-1.2-2.el10 bpftrace-0.21.1-1.el10 brasero-3.12.3-9.el10 brltty-6.6-15.el10 brotli-1.1.0-4.el10 bsf-2.4.0-53.el10 bubblewrap-0.9.0-2.el10 build-helper-maven-plugin-3.5.0-5.el10 buildah-1.37.1-1.el10 butane-0.19.0-4.el10 byacc-2.0.20230521-6.el10 byaccj-1.15-35.el10 byte-buddy-1.14.2-8.el10 byteman-4.0.16-17.el10 bzip2-1.0.8-19.el10 c-ares-1.25.0-5.el10 c2esp-2.7-33.el10 ca-certificates-2024.2.69_v8.0.303-101.1.el10 cachefilesd-0.10.10-19.el10 cairo-1.18.0-4.el10 cairomm-1.14.5-5.el10 cairomm1.16-1.18.0-5.el10 capstone-5.0.1-4.el10 catatonit-0.1.7-26.el10 catch-3.5.2-4.el10 catch1-1.12.2-18.el10 cdi-api-2.0.2-14.el10 cepces-0.3.9-1.el10 ceph-18.2.1-5.el10 cereal-1.3.2-7.el10 certmonger-0.79.20-2.el10 cglib-3.3.0-15.el10 chan-0.0.4-13.el10 check-0.15.2-16.el10 checkpolicy-3.7-1.el10 chkconfig-1.30-1.el10 chrony-4.5-6.el10 chrpath-0.16-24.el10 cifs-utils-7.0-5.el10 cim-schema-2.54.1-5.el10 cjose-0.6.2.2-6.el10 cjson-1.7.15-4.el10 clang-18.1.8-1.el10 classloader-leak-test-framework-2.7.0-9.el10 cldr-emoji-annotation-45-3.el10 clevis-20-4.el10 clevis-pin-tpm2-0.5.3-6.el10 cli11-2.4.1-2.el10 cloud-init-24.1.4-15.el10.0.1 cloud-utils-0.33-10.el10 cmake-3.28.2-2.el10 cmocka-1.1.7-5.el10 cockpit-322-1.el10 cockpit-composer-50-2.el10.rocky.0.1 cockpit-files-5-1.el10 cockpit-machines-316-1.el10 cockpit-ostree-204-1.el10 cockpit-podman-92-1.el10 cockpit-session-recording-16-3.el10 color-filesystem-1-34.el10 colord-1.4.7-5.el10 colord-gtk-0.3.1-2.el10 compiler-rt-18.1.8-1.el10 composefs-1.0.4-1.el10 conmon-2.1.12-2.el10 conntrack-tools-1.4.8-1.el10 console-login-helper-messages-0.21.3-9.el10 console-setup-1.224-2.el10 container-selinux-2.232.1-3.el10 containers-common-0.60.0-1.el10 convmv-2.05-17.el10 copy-jdk-configs-4.1-6.el10 coreutils-9.5-2.el10 corosync-3.1.8-4.el10 corosync-qdevice-3.0.3-6.el10 cpio-2.15-2.el10 cppunit-1.15.1-22.el10 cracklib-2.9.11-7.el10 crash-8.0.5-5.el10 crash-gcore-command-1.6.4-7.el10 crash-trace-command-3.0-13.el10 createrepo_c-1.1.2-3.el10 criu-3.19-5.el10 cronie-1.7.0-5.el10 crontabs-1.11^20190603git9e74f2d-4.el10 crun-1.16.1-1.el10 crypto-policies-20240807-1.git7ea320f.el10 cryptsetup-2.7.3-2.el10 cscope-15.9-24.el10 cups-2.4.10-5.el10 cups-browsed-2.0.0-6.el10 cups-filters-2.0.0-8.el10 cups-pk-helper-0.2.7-8.el10 curl-8.9.1-3.el10 cyrus-imapd-3.8.3-5.el10 cyrus-sasl-2.1.28-23.el10 dblatex-0.3.12-21.el10 dbus-1.14.10-4.el10 dbus-broker-35-6.el10 dbus-glib-0.112-9.el10 dbus-python-1.3.2-7.el10 dconf-0.40.0-13.el10 dconf-editor-45.0.1-5.el10 dcraw-9.28.0-24.el10 ddiskit-3.6-25.20240626gitde1f684.el10 debugedit-5.0-15.el10 dejagnu-1.6.3-10.el10 dejavu-fonts-2.37-24.el10 delve-1.22.1-2.el10 desktop-file-utils-0.26-13.el10 device-mapper-multipath-0.9.9-1.el10 device-mapper-persistent-data-1.0.11-4.el10 dhcp-4.4.3-13.P1.el10 dhcpcd-10.0.6-4.el10 dialog-1.3-51.20240101.el10 diffstat-1.66-2.el10 diffutils-3.10-7.el10 ding-libs-0.6.2-57.el10 disruptor-3.4.4-11.el10 dlm-4.3.0-1.el10 dmidecode-3.6-2.el10 dnf-4.20.0-6.el10 dnf-plugins-core-4.7.0-5.el10 dnf5-5.1.12-1.el10.rocky.0.1 dnsconfd-1.2.0-1.el10 dnsmasq-2.90-3.el10 docbook-dtds-1.0-87.el10 docbook-style-dsssl-1.79-40.el10 docbook-style-xsl-1.79.2-23.el10 docbook-utils-0.6.14-61.el10 docbook2X-0.8.8-48.el10 docbook5-schemas-5.1-11.el10 docbook5-style-xsl-1.79.2-21.el10 doctest-2.4.9-7.el10 dogtag-pki-11.5.4-2.el10 dos2unix-7.5.2-2.el10 dosfstools-4.2-11.el10 dotconf-1.3-36.el10 dotnet8.0-8.0.107-5.el10 dotnet9.0-9.0.100~preview.7.24407.1-0.1.el10~bootstrap double-conversion-3.3.0-3.el10 dovecot-2.3.21-13.el10 doxygen-1.11.0-2.el10 dpdk-23.11-1.el10.1 dracut-102-1.el10 driverctl-0.115-1.el10 dtc-1.7.0-10.el10 duktape-2.7.0-8.el10 dwarves-1.27-1.el10 dwz-0.15-7.el10 dyninst-12.3.0-7.el10 e2fsprogs-1.47.1-2.el10 easymock-4.3-8.el10 ecj-4.23-10.el10 ed-1.20-3.el10 editorconfig-0.12.9-2.el10 edk2-20240524-2.el10 efi-rpm-macros-6-3.el10 efibootmgr-18-7.el10 efivar-39-2.el10 efs-utils-1.35.1-4.el10 egl-wayland-1.1.13-4.el10 eglexternalplatform-1.1-9.el10 eigen3-3.4.0-16.el10 elfutils-0.191-5.el10 elinks-0.17.0-5.el10 emacs-29.4-1.el10 emacs-auctex-13.3-4.el10 enchant2-2.6.7-2.el10 enscript-1.6.6-35.el10 environment-modules-5.3.1-5.el10 erofs-utils-1.7.1-4.el10 espeak-ng-1.51.1-9.el10 ethtool-6.7-2.el10 evince-46.1-2.el10 evolution-data-server-3.52.3-1.el10 exec-maven-plugin-3.3.0-2.el10 execstack-0.5.0-29.el10 exempi-2.6.4-6.el10 exfatprogs-1.2.2-5.el10 exiv2-0.28.3-2.el10 expat-2.6.2-1.el10 expect-5.45.4-24.el10 extra-enforcer-rules-1.7.0-6.el10 fabtests-1.18.0-6.el10 fapolicyd-1.3.3-101.el10 fasterxml-oss-parent-57-2.el10 fcoe-utils-1.0.34-10.gitb233050.el10 fdk-aac-free-2.0.0-14.el10 felix-parent-8-5.el10 felix-utils-1.11.8-9.el10 fence-agents-4.15.0-1.el10 fetchmail-6.4.38-2.el10 fftw-3.3.10-12.el10 fido-device-onboard-0.4.12-11.el10 file-5.45-6.el10 filesystem-3.18-15.el10 findutils-4.10.0-4.el10 fio-3.36-4.el10 firewalld-2.2.1-1.el10 flac-1.4.3-5.el10 flashrom-1.3.0-7.el10 flatpak-1.15.8-2.el10 flatpak-builder-1.4.1-2.el10 flatpak-rpm-macros-40-5.el10 flatpak-runtime-config-40-3.el10 flatpak-xdg-utils-1.0.5-7.el10 flex-2.6.4-18.el10 flexiblas-3.4.2-2.el10 fltk-1.3.8-10.el10 fmt-10.2.1-4.el10 foma-0.10.0-0.12.20210601gitdfe1ccb.el10 fontawesome4-fonts-4.7.0-22.el10 fontconfig-2.15.0-6.el10 fontforge-20230101-12.el10 fonts-rpm-macros-2.0.5-17.el10 fonttools-4.51.0-3.el10 fonttosfnt-1.2.3-4.el10 foomatic-4.0.13-32.el10 foomatic-db-4.0-82.20230810.el10 forge-srpm-macros-0.2.0-4.el10 fprintd-1.94.2-12.el10 freeglut-3.4.0-8.el10 freeipmi-1.6.14-2.el10 freeradius-3.2.5-3.el10 freerdp-3.6.3-1.el10 freerdp2-2.11.5-1.el10 freetype-2.13.2-6.el10 fribidi-1.0.14-3.el10 frr-9.1-11.el10 fstrm-0.6.1-11.el10 ftp-0.17-96.el10 fuse-2.9.9-22.el10.gating_test1 fuse-overlayfs-1.14-1.el10 fuse3-3.16.2-5.el10 fusesource-pom-1.12-18.el10 fwupd-1.9.19-3.el10 fwupd-efi-1.6-2.el10 fxload-2008_10_13-28.el10 galera-26.4.16-5.el10 gawk-5.3.0-4.el10 gcab-1.6-6.el10 gcc-14.1.1-5.el10.1 gcr-4.1.0-5.el10 gcr3-3.41.1-9.el10 gd-2.3.3-17.el10 gdb-14.2-2.el10 gdbm-1.23-8.el10 gdisk-1.0.9-10.el10 gdk-pixbuf2-2.42.12-1.el10 gdk-pixbuf2-xlib-2.40.2-10.el10 gdm-47~alpha-4.el10 geoclue2-2.7.0-6.el10 geocode-glib-3.26.4-13.el10 geolite2-20191217-13.el10 gettext-0.22.5-3.el10 gfs2-utils-3.5.1-5.el10 ghc-rpm-macros-2.6.5-3.el10 ghc-srpm-macros-1.6.1-5.el10 ghc-xml-1.3.14-41.el10 ghc-xml-types-0.3.8-11.el10 ghostscript-10.02.1-13.el10 gi-docgen-2023.3-9.el10 giflib-5.2.1-20.el10 git-2.45.2-3.el10 git-lfs-3.5.1-4.el10 gjs-1.80.2-8.el10 gl-manpages-1.1-31.20190306.el10 glib-networking-2.80.0-2.el10 glib2-2.80.4-1.el10 glibc-2.39-22.el10 glibc32-2.38-10.2.el10 glibmm2.4-2.66.6-5.el10 glibmm2.68-2.78.1-3.el10 glslang-14.2.0-4.el10 glycin-loaders-0.1.2-5.el10 gmp-6.2.1-9.el10 gnome-autoar-0.4.4-6.el10 gnome-bluetooth-46~beta-2.el10 gnome-browser-connector-42.1-7.el10 gnome-calculator-46~alpha-3.el10 gnome-characters-46.0-2.el10 gnome-clocks-45.0-4.el10 gnome-color-manager-3.36.0-13.el10 gnome-connections-46.0-3.el10 gnome-control-center-47~alpha-3.el10 gnome-desktop-testing-2018.1-19.el10 gnome-desktop3-44.0-16.el10 gnome-devel-docs-40.3-10.el10 gnome-disk-utility-46~alpha-2.el10 gnome-extensions-app-46.2-3.el10 gnome-font-viewer-45.0-5.el10 gnome-initial-setup-46.alpha-8.el10 gnome-keyring-42.1-18.el10 gnome-kiosk-47~alpha-1.el10 gnome-logs-45~beta-4.el10 gnome-menus-3.36.0-12.el10 gnome-online-accounts-3.51.0-1.el10 gnome-ponytail-daemon-0.0.11-3.el10 gnome-remote-desktop-47.alpha-1.el10 gnome-session-46.0-5.el10 gnome-settings-daemon-46.0-2.el10 gnome-shell-47~alpha-3.el10 gnome-shell-extension-background-logo-47~alpha-1.el10 gnome-shell-extension-dash-to-dock-92-4.el10 gnome-shell-extension-dash-to-panel-62-4.el10 gnome-shell-extensions-47~alpha-2.el10 gnome-software-46.3-2.el10 gnome-system-monitor-46~alpha-2.el10 gnome-terminal-3.50.1-6.el10 gnome-text-editor-46.3-2.el10 gnome-tour-45.0-6.el10 gnome-user-docs-46.1-1.el10 gnu-efi-3.0.18-3.el10 gnu-free-fonts-20120503-34.el10 gnulib-0-49.20230709git.el10 gnupg2-2.4.5-1.el10 gnutls-3.8.7-1.el10 go-rpm-macros-3.6.0-1.el10 gobject-introspection-1.79.1-5.el10 golang-1.22.5-1.el10 golang-github-cpuguy83-md2man-2.0.3-5.el10 golang-github-openprinting-goipp-1.1.0-5.el10 golang-github-openprinting-ipp-usb-0.9.27-1.el10 google-benchmark-1.8.2-5.el10 google-carlito-fonts-1.103-0.25.20130920.el10 google-crosextra-caladea-fonts-1.002-0.19.20130214.el10 google-droid-fonts-20200215-21.el10 google-guice-5.1.0-11.el10 google-noto-emoji-fonts-20231130-2.el10 google-noto-fonts-20240401-4.el10 google-noto-sans-cjk-fonts-2.004-8.el10 google-noto-sans-cjk-vf-fonts-2.004-8.el10 google-noto-serif-cjk-vf-fonts-2.002-5.el10 google-roboto-slab-fonts-1.100263-0.24.20150923git.el10 gperf-3.1-20.el10 gpgme-1.23.2-5.el10 gpsd-3.25-16.el10 grafana-10.2.6-6.el10 grafana-pcp-5.1.1-10.el10 graphene-1.10.6-9.el10 graphite2-1.3.14-16.el10 graphviz-9.0.0-14.el10 greenboot-0.15.4-6.el10 grep-3.11-9.el10 groff-1.23.0-7.el10 grub2-2.06-125.el10 grubby-8.40-76.el10 gsettings-desktop-schemas-47~alpha-1.el10 gsm-1.0.22-7.el10 gsound-1.0.3-9.el10 gspell-1.12.2-4.el10 gssproxy-0.9.2-7.el10 gstreamer1-1.22.12-2.el10 gstreamer1-plugins-bad-free-1.22.12-3.el10 gstreamer1-plugins-base-1.22.12-2.el10 gstreamer1-plugins-good-1.22.12-2.el10 gstreamer1-plugins-ugly-free-1.22.12-2.el10 gstreamer1-rtsp-server-1.22.12-2.el10 gtest-1.14.0-5.el10 gtk-doc-1.33.2-11.el10 gtk-vnc-1.3.1-6.el10 gtk3-3.24.43-2.el10 gtk4-4.15.3-1.el10 gtkmm3.0-3.24.8-6.el10 gtkmm4.0-4.13.2-4.el10 gtksourceview4-4.8.4-6.el10 gtksourceview5-5.11.0-3.el10 guava-32.1.3-5.el10 guestfs-tools-1.52.0-6.el10 gutenprint-5.3.4-17.el10 gvfs-1.54.2-3.el10 gvisor-tap-vsock-0.7.4-1.el10 gzip-1.13-2.el10 hamcrest-2.2-16.el10 haproxy-3.0.3-1.el10 harfbuzz-8.4.0-3.el10 hdparm-9.65-5.el10 help2man-1.49.3-6.el10 hexedit-1.6-7.el10 hicolor-icon-theme-0.17-19.el10 highlight-4.8-4.el10 hivex-1.3.23-24.el10 hostapd-2.10-11.el10 hostname-3.23-13.el10 hplip-3.23.12-7.el10 hscolour-1.24.4-29.el10 hspell-1.4-22.el10 http-parser-2.9.4-11.el10 httpcomponents-client-4.5.14-8.el10 httpcomponents-core-4.4.16-8.el10 httpcomponents-project-13-6.el10 httpd-2.4.62-4.el10 hunspell-1.7.2-8.el10 hunspell-af-0.20080825-32.el10 hunspell-ak-0.9.1-19.el10 hunspell-am-0.20090704-30.el10 hunspell-ar-3.5-23.el10 hunspell-as-1.0.3-33.el10 hunspell-ast-2.0-15.el10 hunspell-az-0.20180807-5.el10 hunspell-be-1.1-31.el10 hunspell-ber-0.20080210-31.el10 hunspell-bg-4.3-30.el10 hunspell-bn-1.0.0-26.el10 hunspell-br-0.15-17.el10 hunspell-ca-3.0.8-4.el10 hunspell-cop-0.3-29.el10 hunspell-csb-0.20190319-5.el10 hunspell-cv-1.06-17.el10 hunspell-cy-0.20040425-34.el10 hunspell-da-1.7.42-25.el10 hunspell-de-20161207-9.el10 hunspell-dsb-1.4.8-16.el10 hunspell-el-0.9-17.el10 hunspell-en-0.20201207-10.el10 hunspell-eo-0.20100218-16.el10 hunspell-es-2.8-4.el10 hunspell-et-0.20030606-35.el10 hunspell-eu-5.1-12.el10 hunspell-fa-0.20070116-35.el10 hunspell-fj-1.2-31.el10 hunspell-fo-0.4.2-24.el10 hunspell-fr-6.2-17.el10 hunspell-fur-0.20050912-32.el10 hunspell-fy-3.0.0-18.el10 hunspell-ga-5.1-7.el10 hunspell-gd-2.6-26.el10 hunspell-gl-0.20080515-31.el10 hunspell-grc-2.1.5-32.el10 hunspell-gu-1.0.0-25.el10 hunspell-gv-0.20040505-34.el10 hunspell-haw-0.03-17.el10 hunspell-hi-1.0.0-25.el10 hunspell-hil-0.14-30.el10 hunspell-hr-0.20040608-33.el10 hunspell-hsb-0.20060327.3-28.el10 hunspell-ht-0.06-29.el10 hunspell-hu-1.6.1-29.el10 hunspell-hy-0.20.0-29.el10 hunspell-ia-0.20050226-32.el10 hunspell-id-0.20040812-32.el10 hunspell-is-0.20090823-30.el10 hunspell-it-5.1.1-6.el10 hunspell-kk-1.1-30.el10 hunspell-km-1.82-17.el10 hunspell-kn-1.0.3-32.el10 hunspell-ko-0.7.0-20.el10 hunspell-ku-0.21-34.el10 hunspell-ky-0.20090415-33.el10 hunspell-la-0.20130331-27.el10 hunspell-lb-0.20121128-25.el10 hunspell-ln-0.02-30.el10 hunspell-lt-1.2.1-34.el10 hunspell-mai-1.0.1-31.el10 hunspell-mg-0.20050109-34.el10 hunspell-mi-0.20080630-32.el10 hunspell-mk-0.20051126-33.el10 hunspell-ml-0.1-34.el10 hunspell-mn-0.20080709-32.el10 hunspell-mos-0.20101130-29.el10 hunspell-mr-8.0-6.el10 hunspell-ms-0.20050117-33.el10 hunspell-mt-0.20110414-17.el10 hunspell-nds-0.1-31.el10 hunspell-ne-20080425-33.el10 hunspell-nl-2.20.19-14.el10 hunspell-no-2.0.10-25.el10 hunspell-nr-0.20091030-31.el10 hunspell-nso-0.20091201-31.el10 hunspell-ny-0.01-30.el10 hunspell-oc-1.5-5.el10 hunspell-om-0.04-32.el10 hunspell-or-1.0.0-26.el10 hunspell-pa-1.0.0-26.el10 hunspell-pl-0.20240301-3.el10 hunspell-pt-0.20131030-14.el10 hunspell-qu-0.9-30.el10 hunspell-quh-0.20110816-30.el10 hunspell-ro-3.3.10-9.el10 hunspell-ru-0.99g5-30.el10 hunspell-rw-0.20050109-33.el10 hunspell-sc-0.20081101-36.el10 hunspell-se-1.0-0.31.beta7.el10 hunspell-shs-0.20090828-30.el10 hunspell-si-0.2.1-33.el10 hunspell-sk-0.20110228-29.el10 hunspell-sl-0.20070127-35.el10 hunspell-smj-1.0-0.31.beta7.el10 hunspell-so-1.0.2-30.el10 hunspell-sq-1.6.4-29.el10 hunspell-sr-0.20130330-27.el10 hunspell-ss-0.20091030-31.el10 hunspell-st-0.20091030-31.el10 hunspell-sv-2.28-25.el10 hunspell-sw-0.20050819-33.el10 hunspell-ta-1.0.0-25.el10 hunspell-te-1.0.0-25.el10 hunspell-tet-0.20050108-34.el10 hunspell-th-0.20061212-33.el10 hunspell-ti-0.20090911-29.el10 hunspell-tk-0.02-28.el10 hunspell-tl-0.20050109-33.el10 hunspell-tn-0.20150904-17.el10 hunspell-tpi-0.07-26.el10 hunspell-tr-1.1.0-8.el10 hunspell-ts-0.20110323.1-17.el10 hunspell-uk-1.8.0-17.el10 hunspell-ur-0.64-32.el10 hunspell-uz-0.6-32.el10 hunspell-ve-0.20091030-30.el10 hunspell-vi-0.20120418-17.el10 hunspell-wa-0.4.17-25.el10 hunspell-xh-0.20091030-30.el10 hunspell-yi-1.1-31.el10 hunspell-zu-0.20100126-32.el10 hwdata-0.379-10.0.el10.1 hwloc-2.11.1-1.el10 hyperv-daemons-0-0.47.20220731git.el10 hyphen-2.8.8-25.el10 hyphen-as-0.7.0-26.el10 hyphen-bg-4.3-247.el10 hyphen-bn-0.7.0-26.el10 hyphen-ca-1.5-4.el10 hyphen-cy-0.20110620-27.el10 hyphen-da-0.20070903-32.el10 hyphen-de-0.20060120-34.el10 hyphen-el-0.20051018-32.el10 hyphen-es-2.3-18.el10 hyphen-eu-0.20190406-10.el10 hyphen-fa-0.20130404-24.el10 hyphen-fo-0.20040420-28.el10 hyphen-fr-3.0-17.el10 hyphen-ga-0.20040220-31.el10 hyphen-gl-0.99-31.el10 hyphen-grc-0.20110913-28.el10 hyphen-gu-0.7.0-26.el10 hyphen-hi-0.7.0-26.el10 hyphen-hsb-0.20110620-27.el10 hyphen-hu-0.20090612-34.el10 hyphen-ia-0.20050628-29.el10 hyphen-id-0.20040812-31.el10 hyphen-is-0.20030920-34.el10 hyphen-it-5.1.1-7.el10 hyphen-kn-0.7.0-26.el10 hyphen-ku-1.71.2-30.el10 hyphen-lt-0.20100531-28.el10 hyphen-mi-0.20080630-31.el10 hyphen-ml-0.7.0-26.el10 hyphen-mn-0.20100531-28.el10 hyphen-mr-0.7.0-26.el10 hyphen-nl-0.20050617-33.el10 hyphen-or-0.7.0-27.el10 hyphen-pa-0.7.0-26.el10 hyphen-pl-0.20060726-32.el10 hyphen-pt-0.20140727-10.el10 hyphen-ro-3.3.6-28.el10 hyphen-ru-0.20200325-12.el10 hyphen-sa-0.20110915-28.el10 hyphen-sk-0.20031227-33.el10 hyphen-sl-0.20070127-31.el10 hyphen-sv-1.00.1-35.el10 hyphen-ta-0.7.0-26.el10 hyphen-te-0.7.0-26.el10 hyphen-tk-0.20210322-5.el10 hyphen-uk-0.20030903-31.el10 i2c-tools-4.3-12.el10 ibus-1.5.31~beta1-12.el10 ibus-anthy-1.5.16-11.el10 ibus-hangul-1.5.5-6.el10 ibus-libpinyin-1.15.7-2.el10 ibus-libzhuyin-1.10.3-2.el10 ibus-m17n-1.4.29-4.el10 ibus-table-1.17.5-2.el10 ibus-table-chinese-1.8.12-6.el10 ibus-table-others-1.3.17-4.el10 ibus-typing-booster-2.25.13-1.el10 icoutils-0.32.3-17.el10 icu-74.2-2.el10 ignition-2.17.0-5.el10 iio-sensor-proxy-3.5-4.el10 ima-evm-utils-1.5-5.el10 imath-3.1.10-3.el10 inih-58-2.el10 iniparser-4.1-17.el10 initoverlayfs-0.991-2.el10 initscripts-10.25-1.el10 intel-cmt-cat-23.11-4.el10 intel-lpmd-0.0.6-1.el10 intltool-0.51.0-27.el10 iotop-c-1.26-2.el10 ipa-4.12.1-4.el10 ipa-healthcheck-0.16-5.el10 ipcalc-1.0.3-11.el10 iperf3-3.17.1-2.el10 ipmitool-1.8.19-8.el10 iproute-6.7.0-4.el10 iprutils-2.4.19-13.el10 ipset-7.22-1.el10 iptables-1.8.10-10.el10 iptraf-ng-1.2.1-12.el10 iputils-20240117-6.el10 ipvsadm-1.31-14.el10 ipxe-20240119-4.gitde8a0821.el10 irqbalance-1.9.4-2.el10 irssi-1.4.5-5.el10 iscsi-initiator-utils-6.2.1.9-21.gita65a472.el10 isns-utils-0.101-10.el10 iso-codes-4.16.0-5.el10 isomd5sum-1.2.5-2.el10 itstool-2.0.7-9.el10 iw-6.9-2.el10 jackson-annotations-2.16.1-3.el10 jackson-bom-2.16.1-3.el10 jackson-core-2.16.1-4.el10 jackson-databind-2.16.1-4.el10 jackson-jaxrs-providers-2.16.1-3.el10 jackson-modules-base-2.16.1-3.el10 jackson-parent-2.16-4.el10 jakarta-activation-2.1.2-6.el10 jakarta-annotations-1.3.5-22.el10 jakarta-mail-2.1.2-5.el10 jakarta-oro-2.0.8-44.el10 jakarta-servlet-5.0.0-18.el10 jansi-2.4.1-3.el10 jansson-2.14-2.el10 jasper-4.1.0-4.el10 java-17-openjdk-17.0.12.0.7-2.el10 java-17-openjdk-portable-17.0.12.0.7-1.el10 java-21-openjdk-21.0.4.0.7-1.el10 java-21-openjdk-portable-21.0.4.0.7-1.el10 java_cup-0.11b-29.el10 javacc-7.0.13-5.el10 javacc-maven-plugin-3.0.1-8.el10 javapackages-bootstrap-1.17.0-2.el10 javapackages-tools-6.2.0-11.el10 javaparser-3.25.6-6.el10 jaxb-4.0.4-5.el10 jaxb-api-4.0.1-5.el10 jaxb-dtd-parser-1.5.1-5.el10 jaxb-fi-2.1.1-5.el10 jaxb-istack-commons-4.2.0-8.el10 jaxb-stax-ex-2.1.0-8.el10 jbig2dec-0.20-5.el10 jbigkit-2.1-30.el10 jboss-jaxrs-2.0-api-1.0.0-27.el10 jboss-logging-3.5.3-5.el10 jboss-logging-tools-2.2.1-15.el10 jboss-parent-20-21.el10 jctools-4.0.2-3.el10 jdeparser-2.0.3-17.el10 jdepend-2.10-11.el10 jdependency-2.8.0-7.el10 jdom-1.1.3-37.el10 jdom2-2.0.6.1-7.el10 jflex-1.7.0-18.el10 jitterentropy-3.5.0-4.el10 jna-5.14.0-6.el10 jomolhari-fonts-0.003-42.el10 jose-14-101.el10 jq-1.7.1-5.el10 js-d3-flame-graph-4.0.7-9.el10 jsch-0.1.55-15.el10 json-c-0.17-4.el10 json-glib-1.8.0-4.el10 jsoncpp-1.9.5-8.el10 jsoup-1.17.2-3.el10 jsr-305-3.0.2-16.el10 jss-5.5.0-3.el10 julietaula-montserrat-fonts-7.222-8.el10 junit-4.13.2-6.el10 junit5-5.10.2-3.el10 jurand-1.3.2-4.el10 jzlib-1.1.3-29.el10 kabi-dw-0-0.27.20240626gitbd56a60.el10 kasumi-2.5-46.el10 kbd-2.6.4-5.el10 kdump-anaconda-addon-006-16.20220714git7ca2d3e.el10 kdump-utils-1.0.43-1.el10 kea-2.6.1-3.el10 keepalived-2.2.8-6.el10 kernel-6.11.0-0.rc3.19.el10 kernel-srpm-macros-1.0-24.el10 kernelshark-2.3.1-3.el10 kexec-tools-2.0.29-1.el10 keycloak-httpd-client-install-1.1-22.el10 keylime-7.9.0-5.el10 keylime-agent-rust-0.2.5-3.el10 keyutils-1.6.3-4.el10 kmod-31-7.el10 kpatch-0.9.7-3.el10 krb5-1.21.3-2.el10 kronosnet-1.28-4.el10 ksc-1.12-5.git869a25c.el10 ksh-1.0.10-1.el10 ksmtuned-0.1.0-15.el10 ktls-utils-0.11-1.el10 kyotocabinet-1.2.80-6.el10 lame-3.100-18.el10 langpacks-4.1-2.el10 langtable-0.0.65-3.el10 lapack-3.12.0-5.el10 latex2html-2023.2-5.el10 latexmk-4.83-2.el10 lato-fonts-2.015-22.el10 lcms2-2.16-5.el10 ldapjdk-5.5.0-3.el10 ldns-1.8.3-16.el10 ledmon-1.0.0-3.el10 leptonica-1.84.1-4.el10 less-661-2.el10 lftp-4.9.2-15.el10 libICE-1.1.1-4.el10 libSM-1.2.4-4.el10 libX11-1.8.7-7.el10 libXScrnSaver-1.2.4-3.el10 libXau-1.0.11-7.el10 libXaw-1.0.15-4.el10 libXcomposite-0.4.6-4.el10 libXcursor-1.2.1-8.el10 libXdamage-1.1.6-4.el10 libXdmcp-1.1.4-4.el10 libXext-1.3.6-2.el10 libXfixes-6.0.1-4.el10 libXfont2-2.0.6-4.el10 libXft-2.3.8-7.el10 libXi-1.8.1-6.el10 libXinerama-1.1.5-7.el10 libXmu-1.1.4-7.el10 libXpm-3.5.17-4.el10 libXrandr-1.5.4-4.el10 libXrender-0.9.11-7.el10 libXres-1.2.2-4.el10 libXt-1.3.0-4.el10 libXtst-1.2.4-7.el10 libXv-1.0.12-4.el10 libXxf86vm-1.1.5-7.el10 libabigail-2.5-2.el10 libadwaita-1.6~alpha-1.el10 libaio-0.3.111-20.el10 libao-1.2.0-28.el10 libappstream-glib-0.8.3-2.el10 libarchive-3.7.2-7.el10 libassuan-2.5.6-5.el10 libasyncns-0.8-29.el10 libatasmart-0.19-29.el10 libatomic_ops-7.8.2-4.el10 libblkio-1.3.0-7.el10 libblockdev-3.1.0-7.el10 libbpf-1.5.0-1.el10 libburn-1.5.6-5.el10 libbytesize-2.10-4.el10 libcanberra-0.30-36.el10 libcap-2.69-6.el10 libcap-ng-0.8.4-5.el10 libcbor-0.11.0-2.el10 libcdio-2.1.0-14.el10 libcdio-paranoia-10.2+2.0.1-12.el10 libcomps-0.1.21-2.el10 libconfig-1.7.3-9.el10 libcpuid-0.6.5-4.el10 libcupsfilters-2.0.0-7.el10 libdaemon-0.14-30.el10 libdatrie-0.2.13-10.el10 libdb-5.3.28-61.el10 libdbusmenu-16.04.0-31.el10 libdecor-0.2.2-4.el10 libdex-0.6.1-3.el10 libdisplay-info-0.1.1-5.el10 libdmx-1.1.5-4.el10 libdnf-0.73.1-5.el10 libdrm-2.4.121-2.el10 libdvdnav-6.1.1-9.el10 libdvdread-6.1.3-8.el10 libecap-1.0.1-18.el10 libeconf-0.6.2-3.el10 libecpg-16.1-3.el10 libedit-3.1-51.20230828cvs.el10 libei-1.2.1-2.el10 libell-0.62-2.el10 libepoxy-1.5.10-8.el10 liberation-fonts-2.1.5-10.el10 liberation-narrow-fonts-1.07.6-15.el10 libestr-0.1.11-10.el10 libev-4.33-12.el10 libevdev-1.13.1-5.el10 libevent-2.1.12-15.el10 libexif-0.6.24-8.el10 libfabric-1.20.1-2.el10 libfaketime-0.9.10-10.el10 libfastjson-1.2304.0-5.el10 libffi-3.4.4-8.el10 libfido2-1.14.0-5.el10 libfontenc-1.1.7-4.el10 libfprint-1.94.6-2.el10 libgcrypt-1.11.0-3.el10 libgee-0.20.6-7.el10 libgexiv2-0.14.3-2.el10 libgit2-1.7.2-3.el10 libglvnd-1.7.0-6.el10 libgpg-error-1.50-1.el10 libgphoto2-2.5.30-8.el10 libgpiod-2.1.3-1.el10 libgsf-1.14.51-5.el10 libgtop2-2.41.2-4.el10 libgudev-238-6.el10 libguestfs-1.52.2-2.el10 libguestfs-winsupport-10.0-4.el10 libgusb-0.4.9-3.el10 libgweather-4.4.2-3.el10 libgxps-0.3.2-9.el10 libhandy-1.8.3-3.el10 libhangul-0.1.0-32.el10 libi2cd-1.0.3-7.el10 libica-4.3.0-3.el10 libical-3.0.18-2.el10 libidn2-2.3.7-2.el10 libieee1284-0.2.11-45.el10 libijs-0.35-23.el10 libinput-1.26.1-1.el10 libipt-2.1-4.el10 libiptcdata-1.0.5-19.el10 libiscsi-1.19.0^20230804git7577ec5-3.el10 libisoburn-1.5.6-5.el10 libisofs-1.5.6-5.el10 libjcat-0.2.1-3.el10 libjpeg-turbo-3.0.2-3.el10 libkcapi-1.5.0-2.el10 libkdumpfile-0.5.4-7.el10 libkeepalive-0.3-23.el10 libksba-1.6.7-1.el10 liblc3-1.0.4-5.el10 libldac-2.0.2.3-16.el10 libldb-2.9.1-5.el10 liblerc-4.0.0-7.el10 liblockfile-1.17-8.el10 liblognorm-2.0.6-14.el10 liblouis-3.28.0-6.el10 libmad-0.16.4-4.el10 libmatchbox-1.9-36.el10 libmaxminddb-1.9.1-3.el10 libmbim-1.30.0-5.el10 libmemcached-awesome-1.1.4-4.el10 libmicrohttpd-1.0.0-2.el10 libmng-2.0.3-22.el10 libmnl-1.0.5-6.el10 libmodulemd-2.15.0-11.el10 libmpc-1.3.1-6.el10 libmpeg2-0.5.1-30.el10 libmspack-0.10.1-0.13.alpha.el10 libmtp-1.1.19-8.el10 libnbd-1.20.2-2.el10 libndp-1.9-1.el10 libnet-1.3-6.el10 libnetfilter_conntrack-1.0.9-8.el10 libnetfilter_cthelper-1.0.0-28.el10 libnetfilter_cttimeout-1.0.0-26.el10 libnetfilter_queue-1.0.5-10.el10 libnfnetlink-1.0.2-1.el10 libnftnl-1.2.7-2.el10 libnl3-3.9.0-4.el10 libnma-1.10.6-8.el10 libnotify-0.8.3-5.el10 libnsl2-2.0.1-2.el10 libnvme-1.9-4.el10 libnxz-0.64-6.el10 libocxl-1.2.1-10.el10 libogg-1.3.5-9.el10 libomp-18.1.8-2.el10 libopenraw-0.1.3-18.el10 liboqs-0.10.1-2.el10 libosinfo-1.11.0-6.el10 libotf-0.9.16-5.el10 libpanel-1.4.1-5.el10 libpaper-2.1.1-6.el10 libpcap-1.10.4-6.el10 libpciaccess-0.16-15.el10 libpeas1-1.36.0-7.el10 libpfm-4.13.0-9.el10 libpinyin-2.8.1-8.el10 libpipeline-1.5.7-6.el10 libpng-1.6.40-7.el10 libportal-0.7.1-4.el10 libppd-2.0.0-6.el10 libpq-16.1-7.el10 libproxy-0.5.5-3.el10 libpsl-0.21.5-4.el10 libpwquality-1.4.5-11.el10 libqb-2.0.8-5.el10 libqmi-1.34.0-7.el10 libqrtr-glib-1.2.2-6.el10 librabbitmq-0.14.0-2.el10 librdkafka-2.1.1-6.el10 librelp-1.11.0-6.el10 librepo-1.18.0-2.el10 libreport-2.17.14-2.el10 libreswan-4.15-5.el10 librhsm-0.0.3-15.el10 librsvg2-2.57.1-7.el10 librtas-2.0.6-2.el10 libsamplerate-0.2.2-9.el10 libseccomp-2.5.3-9.el10 libsecret-0.21.2-5.el10 libselinux-3.7-3.el10 libsemanage-3.7-2.el10 libsepol-3.7-2.el10 libserf-1.3.10-6.el10 libservicelog-1.1.19-11.el10 libshout-2.4.6-7.el10 libsigsegv-2.14-8.el10 libslirp-4.7.0-9.el10 libsmbios-2.4.3-13.el10 libsmi-0.4.8-42.el10.0.1 libsndfile-1.2.2-3.el10 libsolv-0.7.29-7.el10 libsoup3-3.4.4-5.el10 libspectre-0.2.12-7.el10 libspiro-20221101-7.el10 libsrtp-2.3.0-15.el10 libssh-0.10.6-7.el10 libstoragemgmt-1.10.1-3.el10 libtalloc-2.4.2-2.el10 libtasn1-4.19.0-7.el10 libtdb-1.4.10-2.el10 libteam-1.32-4.el10 libtevent-0.16.1-2.el10 libthai-0.1.29-9.el10 libtheora-1.1.1-38.el10 libtiff-4.6.0-3.el10 libtirpc-1.3.5-0.el10 libtool-2.4.7-12.el10 libtpms-0.9.6-7.el10 libtracecmd-1.5.1-4.el10 libtraceevent-1.8.2-5.el10 libtracefs-1.8.0-5.el10 libunistring-1.1-9.el10 libunwind-1.8.0-3.el10 liburing-2.5-4.el10 libusb1-1.0.27-3.el10 libuser-0.64-8.el10 libutempter-1.2.1-14.el10 libuv-1.48.0-2.el10 libva-2.22.0-1.el10 libvdpau-1.5-7.el10 libverto-0.3.2-9.el10 libvirt-10.5.0-5.el10 libvirt-dbus-1.4.1-5.el10 libvirt-glib-5.0.0-4.el10 libvirt-python-10.5.0-1.el10 libvisual-0.4.1-4.el10 libvma-9.8.51-3.el10 libvoikko-4.3.2-7.el10 libvorbis-1.3.7-11.el10 libvpd-2.2.9-8.el10 libvpx-1.14.1-1.el10 libwacom-2.12.2-2.el10 libwebp-1.3.2-7.el10 libwnck3-43.0-9.el10 libxcb-1.17.0-2.el10 libxcrypt-4.4.36-9.el10 libxcvt-0.1.2-8.el10 libxkbcommon-1.7.0-3.el10 libxkbfile-1.1.3-2.el10 libxklavier-5.4-26.el10 libxml2-2.12.5-2.el10 libxmlb-0.3.15-6.el10 libxshmfence-1.3.2-4.el10 libxslt-1.1.39-5.el10 libyaml-0.2.5-15.el10 libyang-2.1.80-6.el10 libzdnn-1.0.1-7.el10 libzfcphbaapi-2.2.0-24.el10 libzip-1.10.1-4.el10 libzpc-1.2.0-5.el10 linux-firmware-20240624-5.el10 linuxdoc-tools-0.9.82-8.el10 linuxptp-4.2-7.el10 lksctp-tools-1.0.19-7.el10 lld-18.1.8-1.el10 lldb-18.1.8-1.el10 lldpad-1.1.0-11.git85e5583.el10 lldpd-1.0.18-2.el10 llhttp-9.1.3-7.el10 llvm-18.1.8-1.el10 llvm14-14.0.5-8.el10.rocky lm_sensors-3.6.0-19.el10 lmdb-0.9.32-2.el10 lockdev-1.0.4-0.44.20111007git.el10 log4cplus-2.1.1-7.el10 log4j-2.20.0-8.el10 logrotate-3.22.0-2.el10 logwatch-7.10-2.el10 lohit-assamese-fonts-2.91.5-22.el10 lohit-bengali-fonts-2.91.5-21.el10 lohit-devanagari-fonts-2.95.5-11.el10 lohit-gujarati-fonts-2.92.4-21.el10 lohit-kannada-fonts-2.5.4-19.el10 lohit-marathi-fonts-2.94.2-21.el10 lohit-odia-fonts-2.91.2-20.el10 lohit-tamil-fonts-2.91.3-22.el10 lohit-telugu-fonts-2.5.5-19.el10 lorax-40.5.6-1.el10 lorax-templates-rhel-10.0-48.el10 lorax-templates-rocky-10.0-52.el10 loupe-45.3-5.el10 low-memory-monitor-2.1-11.el10 lprint-1.3.1-3.el10 lrzsz-0.12.20-65.el10 lshw-B.02.20-4.el10 lsof-4.98.0-5.el10 lsscsi-0.32-14.el10 lsvpd-1.7.15-5.el10 ltrace-0.7.91-51.el10 lttng-ust-2.13.7-4.el10 lua-5.4.6-6.el10 lua-posix-36.2.1-7.el10 lua-rpm-macros-1-14.el10 lujavrite-1.0.2-5.el10 luksmeta-9-25.el10 lvm2-2.03.24-1.el10 lynx-2.9.0-5.el10 lz4-1.9.4-7.el10 lzo-2.10-13.el10 lzop-1.04-15.el10 m17n-db-1.8.5-4.el10 m17n-lib-1.8.4-4.el10 m4-1.4.19-10.el10 madan-fonts-2.000-39.el10 mailcap-2.1.54-7.el10 make-4.4.1-7.el10 makedumpfile-1.7.5-12.el10 mallard-rng-1.1.0-13.el10 man-db-2.12.0-7.el10 man-pages-6.06-2.el10 mandoc-1.14.6-9.el10 mariadb-connector-c-3.3.10-1.el10 mariadb-connector-odbc-3.2.1-1.rc.el10.3 mariadb-java-client-3.4.0-1.el10 mariadb10.11-10.11.6-4.el10 marshalparser-0.3.4-11.el10 matchbox-window-manager-1.2-36.20070628svn.el10 maturin-1.4.0-3.el10 maven-3.9.6-8.el10 maven-antrun-plugin-3.1.0-9.el10 maven-archiver-3.6.1-6.el10 maven-artifact-transfer-0.13.1-14.el10 maven-assembly-plugin-3.6.0-6.el10 maven-bundle-plugin-5.1.9-6.el10 maven-common-artifact-filters-3.3.2-6.el10 maven-compiler-plugin-3.12.1-3.el10 maven-dependency-analyzer-1.13.2-6.el10 maven-dependency-plugin-3.6.1-3.el10 maven-dependency-tree-3.2.1-6.el10 maven-enforcer-3.4.1-3.el10 maven-file-management-3.1.0-6.el10 maven-filtering-3.3.1-6.el10 maven-jar-plugin-3.3.0-6.el10 maven-parent-41-5.el10 maven-plugin-testing-3.3.0-33.el10 maven-plugin-tools-3.9.0-6.el10 maven-remote-resources-plugin-3.1.0-6.el10 maven-resolver-1.9.18-3.el10 maven-resources-plugin-3.3.1-6.el10 maven-shade-plugin-3.5.1-4.el10 maven-shared-incremental-1.1-33.el10 maven-shared-io-3.0.0-25.el10 maven-shared-utils-3.4.2-7.el10 maven-source-plugin-3.3.0-6.el10 maven-surefire-3.2.2-5.el10 maven-verifier-2.0.0~M1-7.el10 maven-verifier-plugin-1.1-6.el10 maven-wagon-3.5.3-7.el10 mc-4.8.31-2.el10 mcelog-200-1.el10 mcstrans-3.7-1.el10 mdadm-4.3-3.el10 mdevctl-1.3.0-5.el10 mecab-0.996-8.el10 mecab-ipadic-2.7.0.20070801-31.el10 memcached-1.6.23-6.el10 memkind-1.14.0-8.el10 memstrack-0.2.5-5.el10 mesa-24.1.2-1.el10 mesa-demos-9.0.0-7.el10 mesa-libGLU-9.0.3-6.el10 meson-1.4.1-3.el10 microcode_ctl-20240531-1.el10 microdnf-3.10.0-6.el10 micropipenv-1.6.0-8.el10 mingw-binutils-2.41-4.el10 mingw-crt-11.0.1-4.el10 mingw-filesystem-148-4.el10 mingw-gcc-14.0.1-2.el10 mingw-gettext-0.22.5-1.el10 mingw-glib2-2.79.1-3.el10 mingw-headers-11.0.1-4.el10 mingw-libffi-3.4.4-7.el10 mingw-pcre2-10.42-7.el10 mingw-pixman-0.43.0-5.el10 mingw-qemu-ga-win-108.0.1-1.el10 mingw-srvany-1.1-9.el10 mingw-termcap-1.3.1-38.el10 mingw-w64-tools-11.0.1-5.el10 mingw-win-iconv-0.0.8-14.el10 mingw-winpthreads-11.0.1-4.el10 mingw-zlib-1.3.1-3.el10 minicom-2.9-3.el10 mkfontscale-1.2.2-7.el10 mksh-59c-11.el10 mlocate-0.26-306.el10 mm-common-1.0.6-4.el10 mobile-broadband-provider-info-20230416-6.el10 mockito-5.8.0-5.el10 mod_auth_gssapi-1.6.5-5.el10 mod_auth_openidc-2.4.15-3.el10 mod_authnz_pam-1.2.3-8.el10 mod_fcgid-2.3.9-34.el10 mod_http2-2.0.29-1.el10 mod_intercept_form_submit-1.2.0-7.el10 mod_lookup_identity-1.0.0-21.el10 mod_md-2.4.26-2.el10 mod_proxy_cluster-1.3.19-1.el10.2 mod_wsgi-5.0.0-3.el10 modello-2.1.2-6.el10 moditect-1.1.0-3.el10 modulemaker-maven-plugin-1.9-7.el10 mojo-parent-78-3.el10 mokutil-0.6.0-10.el10 mozilla-filesystem-1.9-34.el10 mozjs115-115.7.0-1.el10 mpdecimal-2.5.1-11.el10 mpfr-4.2.1-4.el10 mpg123-1.31.3-5.el10 mpich-4.1.2-14.el10 mptcpd-0.12-5.el10 mrtg-2.17.10-9.el10 msitools-0.103-5.el10 mstflint-4.26.0-6.el10 msv-2022.7-5.el10 mt-st-1.7-5.el10 mtdev-1.1.6-9.el10 mtools-4.0.43-5.el10 mtr-0.95-9.el10 mtx-1.3.12-33.el10 multilib-rpm-config-1-27.el10 munge-0.5.15-8.el10 mutt-2.2.13-3.el10 mutter-47.alpha-2.el10 mysql-selinux-1.0.10-4.el10 mysql8.0-8.0.36-4.el10 mysql8.4-8.4.2-4.el10 mythes-eo-0.20180330-16.el10 nano-8.1-1.el10 nasm-2.16.01-8.el10 nautilus-46.2-2.el10 nbdkit-1.40.0-2.el10 ncompress-5.0-7.el10 ncurses-6.4-13.20240127.el10 ndctl-78-4.el10 net-snmp-5.9.4-13.el10 net-tools-2.0-0.72.20160912git.el10 netavark-1.12.1-1.el10 netlabel_tools-0.30.0-19.el10 netpbm-11.02.00-8.el10 nettle-3.10-1.el10 network-manager-applet-1.36.0-3.el10 newt-0.52.24-4.el10 nfs-utils-2.6.4-0.rc4.el10.1 nfs4-acl-tools-0.4.2-6.el10 nftables-1.0.9-5.el10 nghttp2-1.62.1-1.el10 nginx-1.26.1-6.el10 ninja-build-1.11.1-8.el10 nispor-1.2.16-1.el10 nmap-7.92-2.el10 nmstate-2.2.34-1.el10 nodejs-cjs-module-lexer-1.2.3-6.el10 nodejs-nodemon-3.0.3-3.el10 nodejs-packaging-2023.10-5.el10 nodejs-undici-6.11.1-2.el10 nodejs20-20.11.0-5.el10 nodejs22-22.4.1-3.el10 npth-1.6-19.el10 nss-3.101.0-6.el10 nss-altfiles-2.23.0-4.el10 nss_wrapper-1.1.15-6.el10 ntpstat-0.6-12.el10 numactl-2.0.18-2.el10 numad-0.5-45.20150602git.el10 numatop-2.3-10.el10 numpy-1.26.4-4.el10 nv-codec-headers-12.1.14.0-4.el10 nvme-cli-2.9.1-3.el10 nvmetcli-0.7-13.el10 objectweb-asm-9.6-5.el10 objenesis-3.3-9.el10 ocaml-5.2.0-3.el10 ocaml-augeas-0.6-36.el10 ocaml-calendar-2.04-49.el10 ocaml-cppo-1.6.9-11.el10 ocaml-csexp-1.5.2-12.el10 ocaml-curses-1.0.11-11.el10 ocaml-dune-3.16.0-3.el10 ocaml-fileutils-0.6.4-11.el10 ocaml-findlib-1.9.6-14.el10 ocaml-gettext-0.4.2-22.el10 ocaml-labltk-8.06.13-13.el10 ocaml-libvirt-0.6.1.7-12.el10 ocaml-ocamlbuild-0.14.3-6.el10 ocaml-pp-1.2.0-8.el10 ocaml-re-1.11.0-6.el10 ocaml-srpm-macros-10-3.el10 oci-seccomp-bpf-hook-1.2.10-6.el10 ocl-icd-2.3.2-6.el10 oddjob-0.34.7-13.el10 omping-0.0.4-33.el10 oneapi-level-zero-1.15.13-2.el10 ongres-scram-2.1-16.el10 ongres-stringprep-1.1-15.el10 oniguruma-6.9.9-6.el10 opae-2.2.0-1.1.el10.9 opal-prd-7.1-4.el10 open-sans-fonts-1.10-23.el10 open-vm-tools-12.4.0-4.el10 openblas-0.3.26-5.el10 openblas-srpm-macros-2-18.el10 opencl-filesystem-1.0-21.el10 opencl-headers-3.0-22.20231212git2368105.el10 opencryptoki-3.23.0-5.el10 opencsd-1.4.1-3.el10 opendnssec-2.1.14-0.2rc1.el10 openexr-3.1.10-7.el10 openjade-1.3.2-81.el10 openjpeg2-2.5.2-2.el10 openldap-2.6.7-5.el10 openmpi-5.0.2-5.el10 openoffice-lv-1.4.0-9.el10 openoffice.org-dict-cs_CZ-20080822-24.el10 opensc-0.25.1-4.el10 openscap-1.4.0-1.el10 openscap-report-0.2.9-3.el10 openslp-2.0.0-37.el10 opensm-3.3.24-10.el10 opensp-1.5.2-47.el10 openssh-9.8p1-3.el10 openssl-3.2.2-10.el10 openssl-ibmca-2.4.1-5.el10 openssl-pkcs11-0.4.12-9.el10 opentest4j-1.3.0-6.el10 openwsman-2.7.2-8.el10 opus-1.4-5.el10 oqsprovider-0.6.1-1.el10 orc-0.4.39-1.el10 orca-46.2-1.el10 os-prober-1.81-7.el10 osbuild-125-1.el10.rocky.0.2 osbuild-composer-115-1.el10.rocky.0.6 osgi-annotation-8.1.0-6.el10 osgi-compendium-7.0.0-20.el10 osgi-core-8.0.0-13.el10 osinfo-db-20240701-1.el10 osinfo-db-tools-1.11.0-6.el10 ostree-2024.7-3.el10 overpass-fonts-3.0.4-13.el10 p11-kit-0.25.5-4.el10 pacemaker-2.1.8-3.el10 package-notes-0.5-12.el10 paktype-naskh-basic-fonts-6.0-13.el10 pam-1.6.1-3.el10 pam_wrapper-1.1.4-13.el10 pandoc-3.1.3-25.el10 pango-1.54.0-2.el10 pangomm-2.46.4-2.el10 pangomm2.48-2.50.2-2.el10 papi-7.1.0-5.el10 pappl-1.4.6-3.el10 paps-0.8.0-9.el10 parted-3.6-5.el10 passim-0.1.8-2.el10 passt-0^20240806.gee36266-2.el10 patch-2.7.6-25.el10 patchelf-0.18.0-5.el10 patchutils-0.4.2-14.el10 pavucontrol-6.0-3.el10 pbzip2-1.1.13-13.el10 pcaudiolib-1.1-19.el10 pciutils-3.13.0-4.el10 pcm-202405-1.el10 pcp-6.3.0-2.el10 pcre2-10.44-1.el10.2 pcs-0.12.0~a1-3.el10 pcsc-lite-2.2.3-1.el10 pcsc-lite-ccid-1.6.0-1.el10 perftest-23.07.0.0.27-5.el10 perl-5.40.0-510.el10 perl-Algorithm-Diff-1.2010-13.el10 perl-App-cpanminus-1.7047-4.el10 perl-Archive-Tar-3.02-511.el10 perl-Archive-Zip-1.68-16.el10 perl-Authen-SASL-2.1700-4.el10 perl-B-COW-0.007-9.el10 perl-BSD-Resource-1.291.100-28.el10 perl-Bit-Vector-7.4-35.el10 perl-CGI-4.61-4.el10 perl-CPAN-2.36-511.el10 perl-CPAN-DistnameInfo-0.12-31.el10 perl-CPAN-Meta-2.150010-510.el10 perl-CPAN-Meta-Check-0.018-5.el10 perl-CPAN-Meta-Requirements-2.143-10.el10 perl-CPAN-Meta-YAML-0.018-511.el10 perl-Canary-Stability-2013-19.el10 perl-Capture-Tiny-0.48-21.el10 perl-Carp-1.54-510.el10 perl-Carp-Clan-6.08-19.el10 perl-Class-Inspector-1.36-18.el10 perl-Class-Method-Modifiers-2.15-6.el10 perl-Class-XSAccessor-1.19-36.el10 perl-Clone-0.46-9.el10 perl-Compress-Bzip2-2.28-20.el10 perl-Compress-Raw-Bzip2-2.212-511.el10 perl-Compress-Raw-Lzma-2.212-2.el10 perl-Compress-Raw-Zlib-2.212-511.el10 perl-Config-AutoConf-0.320-11.el10 perl-Config-Perl-V-0.36-511.el10 perl-Convert-ASN1-0.34-4.el10 perl-Crypt-DES-2.07-39.el10 perl-DBD-MariaDB-1.23-6.el10 perl-DBD-MySQL-5.007-2.el10 perl-DBD-Pg-3.18.0-5.el10 perl-DBD-SQLite-1.74-5.el10 perl-DBI-1.643-25.el10 perl-DB_File-1.859-4.el10 perl-Data-Dump-1.25-12.el10 perl-Data-Dumper-2.189-511.el10 perl-Data-OptList-0.114-6.el10 perl-Data-Section-0.200008-7.el10 perl-Data-UUID-1.227-2.el10 perl-Date-Calc-6.4-29.el10 perl-Date-Manip-6.94-4.el10 perl-Devel-CheckLib-1.16-13.el10 perl-Devel-GlobalDestruction-0.14-26.el10 perl-Devel-PPPort-3.72-511.el10 perl-Devel-Size-0.84-2.el10 perl-Devel-StackTrace-2.05-5.el10 perl-Devel-Symdump-2.18-30.el10 perl-Digest-1.20-510.el10 perl-Digest-CRC-0.24-10.el10 perl-Digest-HMAC-1.04-11.el10 perl-Digest-MD5-2.59-5.el10 perl-Digest-SHA-6.04-511.el10 perl-Digest-SHA1-2.13-44.el10 perl-Encode-3.21-510.el10 perl-Encode-EUCJPASCII-0.03-46.el10 perl-Encode-Locale-1.05-30.el10 perl-Env-1.06-510.el10 perl-Error-0.17029-17.el10 perl-Exporter-5.78-510.el10 perl-Exporter-Tiny-1.006002-6.el10 perl-ExtUtils-CBuilder-0.280240-510.el10 perl-ExtUtils-CChecker-0.11-10.el10 perl-ExtUtils-Config-0.008-32.el10 perl-ExtUtils-Helpers-0.026-26.el10 perl-ExtUtils-Install-2.22-510.el10 perl-ExtUtils-InstallPaths-0.012-21.el10 perl-ExtUtils-MakeMaker-7.70-511.el10 perl-ExtUtils-Manifest-1.75-510.el10 perl-ExtUtils-ParseXS-3.51-510.el10 perl-ExtUtils-PkgConfig-1.16-25.el10 perl-FCGI-0.82-12.el10 perl-Fedora-VSP-0.001-35.el10 perl-File-BaseDir-0.09-10.el10 perl-File-DesktopEntry-0.22-27.el10 perl-File-Fetch-1.04-510.el10 perl-File-HomeDir-1.006-14.el10 perl-File-Listing-6.16-4.el10 perl-File-MimeInfo-0.34-4.el10 perl-File-Path-2.18-510.el10 perl-File-ReadBackwards-1.06-11.el10 perl-File-Remove-1.61-9.el10 perl-File-ShareDir-1.118-13.el10 perl-File-ShareDir-Install-0.14-7.el10 perl-File-Slurp-9999.32-15.el10 perl-File-Slurper-0.014-6.el10 perl-File-Temp-0.231.100-510.el10 perl-File-Which-1.27-13.el10 perl-File-pushd-1.016-22.el10 perl-Filter-1.64-511.el10 perl-Filter-Simple-0.96-510.el10 perl-Font-TTF-1.06-26.el10 perl-GSSAPI-0.28-47.el10 perl-Getopt-Long-2.58-2.el10 perl-HTML-Parser-3.82-2.el10 perl-HTML-Tagset-3.20-58.el10 perl-HTTP-CookieJar-0.014-8.el10 perl-HTTP-Cookies-6.11-4.el10 perl-HTTP-Daemon-6.16-5.el10 perl-HTTP-Date-6.06-5.el10 perl-HTTP-Message-6.45-4.el10 perl-HTTP-Negotiate-6.01-39.el10 perl-HTTP-Tiny-0.088-511.el10 perl-IO-All-0.87-24.el10 perl-IO-Compress-2.212-511.el10 perl-IO-Compress-Brotli-0.004001-14.el10 perl-IO-Compress-Lzma-2.206-5.el10 perl-IO-HTML-1.004-13.el10 perl-IO-Multiplex-1.16-29.el10 perl-IO-Socket-INET6-2.73-9.el10 perl-IO-Socket-IP-0.42-511.el10 perl-IO-Socket-SSL-2.085-2.el10 perl-IO-String-1.08-52.el10 perl-IO-Tty-1.20-6.el10 perl-IO-Zlib-1.15-510.el10 perl-IO-stringy-2.113-16.el10 perl-IPC-Cmd-1.04-511.el10 perl-IPC-Run-20231003.0-5.el10 perl-IPC-Run3-0.049-3.el10 perl-IPC-SysV-2.09-511.el10 perl-IPC-System-Simple-1.30-15.el10 perl-Import-Into-1.002005-28.el10 perl-JSON-4.10-6.el10 perl-JSON-PP-4.16-511.el10 perl-JSON-XS-4.03-15.el10 perl-LDAP-0.68-15.el10 perl-LWP-MediaTypes-6.04-18.el10 perl-LWP-Protocol-https-6.13-2.el10 perl-Lexical-SealRequireHints-0.012-8.el10 perl-Lexical-Var-0.010-7.el10 perl-List-MoreUtils-0.430-13.el10 perl-List-MoreUtils-XS-0.430-16.el10 perl-Locale-Maketext-1.33-511.el10 perl-MIME-Base64-3.16-510.el10 perl-MIME-Charset-1.013.1-7.el10 perl-MRO-Compat-0.15-10.el10 perl-MailTools-2.21-17.el10 perl-Math-BigInt-2.0030.03-2.el10 perl-Math-BigInt-FastCalc-0.501.800-510.el10 perl-Math-BigInt-GMP-1.7001-5.el10 perl-Module-Build-0.42.34-6.el10 perl-Module-Build-Tiny-0.047-4.el10 perl-Module-CPANfile-1.1004-21.el10 perl-Module-CoreList-5.20240702-2.el10 perl-Module-Install-1.21-5.el10 perl-Module-Install-AuthorRequires-0.02-36.el10 perl-Module-Install-AuthorTests-0.002-37.el10 perl-Module-Install-AutoLicense-0.10-23.el10 perl-Module-Install-GithubMeta-0.30-29.el10 perl-Module-Install-ManifestSkip-0.24-31.el10 perl-Module-Install-ReadmeFromPod-0.30-25.el10 perl-Module-Install-ReadmeMarkdownFromPod-0.04-23.el10 perl-Module-Install-Repository-0.06-36.el10 perl-Module-Load-0.36-510.el10 perl-Module-Load-Conditional-0.74-510.el10 perl-Module-Manifest-Skip-0.23-32.el10 perl-Module-Metadata-1.000038-510.el10 perl-Module-Package-0.30-37.el10 perl-Module-Package-Au-2-30.el10 perl-Module-Runtime-0.016-23.el10 perl-Module-ScanDeps-1.35-4.el10 perl-Module-Signature-0.88-11.el10 perl-Moo-2.005005-7.el10 perl-Mozilla-CA-20231213-4.el10 perl-Mozilla-PublicSuffix-1.0.6-8.el10 perl-NTLM-1.09-39.el10 perl-Net-HTTP-6.23-5.el10 perl-Net-Ping-2.76-510.el10 perl-Net-SMTP-SSL-1.04-25.el10 perl-Net-SNMP-6.0.1-42.el10 perl-Net-SSLeay-1.94-6.el10 perl-Net-Server-2.014-7.el10 perl-Object-Deadly-0.09-48.el10 perl-Object-HashBase-0.010-4.el10 perl-Package-Generator-1.106-33.el10 perl-Params-Check-0.38-510.el10 perl-Params-Util-1.102-17.el10 perl-Parse-PMFile-0.45-2.el10 perl-Parse-Yapp-1.21-20.el10 perl-Path-Class-0.37-29.el10 perl-Path-Tiny-0.144-7.el10 perl-PathTools-3.91-510.el10 perl-Perl-OSType-1.010-511.el10 perl-PerlIO-utf8_strict-0.010-9.el10 perl-PerlIO-via-QuotedPrint-0.10-510.el10 perl-Pod-Checker-1.77-510.el10 perl-Pod-Coverage-0.23-34.el10 perl-Pod-Escapes-1.07-510.el10 perl-Pod-Markdown-3.400-5.el10 perl-Pod-Parser-1.67-4.el10 perl-Pod-Perldoc-3.28.01-511.el10 perl-Pod-Simple-3.45-510.el10 perl-Pod-Usage-2.03-510.el10 perl-Readonly-2.05-26.el10 perl-Role-Tiny-2.002004-12.el10 perl-SGMLSpm-1.03ii-63.el10 perl-SNMP_Session-1.16-5.el10 perl-Scalar-List-Utils-1.63-510.el10 perl-Socket-2.038-510.el10 perl-Socket6-0.29-24.el10 perl-Software-License-0.104006-2.el10 perl-Storable-3.32-510.el10 perl-String-ShellQuote-1.04-44.el10 perl-Sub-Exporter-0.991-4.el10 perl-Sub-Exporter-Progressive-0.001013-25.el10 perl-Sub-Install-0.929-6.el10 perl-Sub-Quote-2.006008-6.el10 perl-Sub-Uplevel-0.2800-23.el10 perl-Syntax-Keyword-Try-0.29-6.el10 perl-Sys-Syslog-0.36-511.el10 perl-Taint-Runtime-0.03-55.el10 perl-Term-ANSIColor-5.01-511.el10 perl-Term-Cap-1.18-510.el10 perl-Term-Size-Any-0.002-43.el10 perl-Term-Size-Perl-0.031-20.el10 perl-Term-Table-0.018-511.el10 perl-TermReadKey-2.38-23.el10 perl-Test-CPAN-Meta-0.25-38.el10 perl-Test-CPAN-Meta-JSON-0.16-29.el10 perl-Test-Deep-1.204-8.el10 perl-Test-Differences-0.7100-4.el10 perl-Test-Exception-0.43-27.el10 perl-Test-FailWarnings-0.008-34.el10 perl-Test-Fatal-0.017-6.el10 perl-Test-Harness-3.48-511.el10 perl-Test-InDistDir-1.112071-25.el10 perl-Test-Inter-1.10-5.el10 perl-Test-Needs-0.002010-7.el10 perl-Test-NoWarnings-1.06-9.el10 perl-Test-Output-1.03.4-5.el10 perl-Test-Pod-1.52-21.el10 perl-Test-Pod-Coverage-1.10-29.el10 perl-Test-Requires-0.11-15.el10 perl-Test-Simple-1.302199-511.el10 perl-Test-Warn-0.37-6.el10 perl-Test-Warnings-0.033-2.el10 perl-Test2-Suite-0.000163-3.el10 perl-Text-Balanced-2.06-510.el10 perl-Text-CharWidth-0.04-56.el10 perl-Text-Diff-1.45-23.el10 perl-Text-Glob-0.11-25.el10 perl-Text-ParseWords-3.31-510.el10 perl-Text-Soundex-3.05-32.el10 perl-Text-Template-1.61-7.el10 perl-Text-Unidecode-1.30-25.el10 perl-Text-WrapI18N-0.06-50.el10 perl-Thread-Queue-3.14-510.el10 perl-Tie-IxHash-1.23-39.el10 perl-Tie-RefHash-1.40-510.el10 perl-Time-HiRes-1.9777-510.el10 perl-Time-Local-1.350-510.el10 perl-TimeDate-2.33-15.el10 perl-Tk-804.036-16.el10 perl-Try-Tiny-0.31-10.el10 perl-Types-Serialiser-1.01-12.el10 perl-URI-5.27-2.el10 perl-Unicode-Collate-1.31-510.el10 perl-Unicode-EastAsianWidth-12.0-15.el10 perl-Unicode-LineBreak-2019.001-23.el10 perl-Unicode-Normalize-1.32-510.el10 perl-Unicode-UTF8-0.62-27.el10 perl-Unix-Syslog-1.1-52.el10 perl-WWW-RobotRules-6.02-40.el10 perl-XML-Catalog-1.03-31.el10 perl-XML-LibXML-2.0210-3.el10 perl-XML-NamespaceSupport-1.12-24.el10 perl-XML-Parser-2.47-5.el10 perl-XML-SAX-1.02-17.el10 perl-XML-SAX-Base-1.09-24.el10 perl-XML-Simple-2.25-21.el10 perl-XML-TokeParser-0.05-46.el10 perl-XML-XPath-1.48-7.el10 perl-XS-Parse-Keyword-0.39-6.el10 perl-XString-0.005-15.el10 perl-YAML-1.31-5.el10 perl-YAML-Tiny-1.74-6.el10 perl-autodie-2.37-511.el10 perl-bignum-0.67-511.el10 perl-common-sense-3.7.5-19.el10 perl-constant-1.33-511.el10 perl-experimental-0.032-510.el10 perl-generators-1.16-6.el10 perl-gettext-1.07-34.el10 perl-inc-latest-0.500-29.el10 perl-libintl-perl-1.33-10.el10 perl-libnet-3.15-510.el10 perl-libwww-perl-6.76-2.el10 perl-local-lib-2.000029-8.el10 perl-parent-0.241-510.el10 perl-perlfaq-5.20240218-510.el10 perl-podlators-5.01-510.el10 perl-srpm-macros-1-56.el10 perl-strictures-2.000006-20.el10 perl-threads-2.40-510.el10 perl-threads-shared-1.69-510.el10 perl-version-0.99.32-3.el10 pesign-116-5.el10 php-8.3.10-1.el10 php-pear-1.10.14-5.el10 php-pecl-apcu-5.1.23-4.el10 php-pecl-rrd-2.0.3-14.el10 php-pecl-xdebug3-3.3.1-5.el10 php-pecl-zip-1.22.3-4.el10 pigz-2.8-7.el10 pinentry-1.3.0-2.el10 pipewire-1.0.7-3.el10 pixman-0.43.0-4.el10 pkcs11-helper-1.30.0-1.el10 pkcs11-provider-0.5-5.el10 pkgconf-2.1.0-2.el10 plexus-archiver-4.9.1-3.el10 plexus-build-api0-0.0.7-45.el10 plexus-cipher-2.0-11.el10 plexus-classworlds-2.8.0-3.el10 plexus-compiler-2.14.2-3.el10 plexus-containers-2.2.0-3.el10 plexus-interpolation-1.27-3.el10 plexus-io-3.4.2-3.el10 plexus-languages-1.2.0-6.el10 plexus-pom-16-3.el10 plexus-resources-1.3.0-3.el10 plexus-sec-dispatcher-2.0-13.el10 plexus-testing-1.3.0-3.el10 plexus-utils-3.5.1-7.el10 plexus-xml-3.0.0-3.el10 plocate-1.1.22-5.el10 plotutils-2.6-36.el10 plymouth-24.004.60-12.el10 pmix-4.2.8-3.el10 pnm2ppa-1.13-4.el10 po4a-0.69-6.el10 podman-5.2.1-1.el10 policycoreutils-3.7-1.el10 polkit-124-3.el10 polkit-pkla-compat-0.1-29.el10 poppler-24.02.0-4.el10 poppler-data-0.4.11-8.el10 popt-1.19-7.el10 postfix-3.8.5-6.el10 postgresql-jdbc-42.7.1-6.el10 postgresql-odbc-16.00.0000-4.el10 postgresql16-16.1-11.el10 postgresql16-decoderbufs-1.9.7-7.Final.el10 postgresql16-pg_repack-1.4.8-8.el10 postgresql16-pgaudit-16.0-5.el10 postgresql16-pgvector-0.6.2-1.el10 potrace-1.16-14.el10 powerpc-utils-1.3.12-5.el10 powertop-2.15-7.el10 ppc64-diag-2.7.9-7.el10 ppp-2.5.0-12.el10 pps-tools-1.0.3-9.el10 pptp-1.10.0-21.el10 priv_wrapper-1.0.1-8.el10 procmail-3.24-7.el10 procps-ng-4.0.4-4.el10 protobuf-3.19.6-10.el10 protobuf-c-1.5.0-5.el10 prrte-3.0.2-5.el10 ps_mem-3.14-8.el10 psacct-6.6.4-22.el10 psmisc-23.6-7.el10 psutils-2.10-7.el10 pt-sans-fonts-20141121-29.el10 ptyxis-46.6-1.el10 publicsuffix-list-20240107-4.el10 pulseaudio-16.1-8.el10 py3c-1.4-9.el10 pyatspi-2.46.1-4.el10 pybind11-2.11.1-6.el10 pycairo-1.25.1-4.el10 pyelftools-0.30-6.el10 pygobject3-3.46.0-6.el10 pykickstart-3.52.5-1.el10 pyodbc-5.1.0-2.el10 pyparsing-3.1.1-6.el10 pyparted-3.13.0-6.el10 pyproject-rpm-macros-1.12.0-2.el10 pyserial-3.5-9.el10 pytest-7.4.3-4.el10 python-PyMySQL-1.1.1-2.el10 python-alembic-1.13.1-6.el10 python-appdirs-1.4.4-14.el10 python-argcomplete-3.2.2-3.el10 python-asn1crypto-1.5.1-9.el10 python-attrs-23.2.0-6.el10 python-augeas-1.1.0-13.el10 python-awscrt-0.20.2-4.el10 python-beniget-0.4.1-10.el10 python-blivet-3.10.0-5.el10 python-botocore-1.34.40-1.el10 python-breathe-4.35.0-11.el10 python-cffi-1.16.0-5.el10 python-cffsubr-0.2.9.post1-12.el10 python-charset-normalizer-3.3.2-4.el10 python-colorama-0.4.6-8.el10 python-configobj-5.0.8-9.el10 python-configshell-1.1.30-7.el10 python-cpuinfo-9.0.0-8.el10 python-cryptography-41.0.7-2.el10 python-cups-2.0.1-22.el10 python-dasbus-1.7-7.el10 python-dateutil-2.8.2-14.el10 python-dbus-client-gen-0.5.1-7.el10 python-dbus-python-client-gen-0.8.3-6.el10 python-dbus-signature-pyparsing-0.4.1-8.el10 python-dbusmock-0.30.2-4.el10 python-decorator-5.1.1-11.el10 python-distro-1.9.0-4.el10 python-distutils-extra-2.39-30.el10 python-dmidecode-3.12.3-7.el10 python-dns-2.6.1-1.el10 python-docutils-0.20.1-4.el10 python-drgn-0.0.25-7.el10 python-editables-0.5-1.el10 python-enchant-3.2.2-13.el10 python-fastjsonschema-2.18.0-5.el10 python-flit-core-3.9.0-7.el10 python-fs-2.4.16-8.el10 python-gast-0.5.4-3.el10 python-greenlet-3.0.3-4.el10 python-gssapi-1.7.3-9.el10 python-hatch-fancy-pypi-readme-24.1.0-4.el10 python-hatch-vcs-0.4.0-4.el10 python-hatchling-1.24.2-2.el10 python-idna-3.7-2.el10 python-imagesize-1.4.1-8.el10 python-iniconfig-1.1.1-17.el10 python-iniparse-0.5-9.el10 python-inotify-0.9.6-35.el10 python-installer-0.7.0-7.el10 python-into-dbus-python-0.8.2-6.el10 python-iso639-0.1.4-26.el10 python-jinja2-3.1.4-2.el10 python-jmespath-1.0.1-7.el10 python-jsonpatch-1.33-5.el10 python-jsonpointer-2.3-8.el10 python-jsonschema-4.19.1-6.el10 python-jsonschema-specifications-2023.11.2-5.el10 python-justbases-0.15.2-8.el10 python-justbytes-0.15.2-6.el10 python-jwcrypto-1.5.6-2.el10 python-kdcproxy-1.0.0-16.el10 python-kmod-0.9.2-5.el10 python-lark-1.1.7-4.el10 python-ldap-3.4.4-4.el10 python-lesscpy-0.14.0-16.el10 python-libevdev-0.11-9.el10 python-linux-procfs-0.7.3-6.el10 python-lit-18.1.8-1.el10 python-lxml-5.2.1-2.el10 python-mako-1.2.3-7.el10 python-markdown-3.5.1-4.el10 python-markupsafe-2.1.3-5.el10 python-meh-0.52-2.el10 python-meson-python-0.15.0-11.el10 python-netaddr-0.10.1-5.el10 python-netifaces-0.11.0-10.el10 python-networkx-3.2.1-5.el10 python-nihtest-1.5.0-4.el10 python-oauthlib-3.2.2-4.el10 python-packaging-23.2-5.el10 python-pam-2.0.2-8.el10 python-pathspec-0.12.1-4.el10 python-pefile-2023.2.7-8.el10 python-pexpect-4.9.0-5.el10 python-pid-2.2.3-22.el10 python-pip-23.3.2-3.el10 python-pkgconfig-1.5.5-10.el10 python-pluggy-1.3.0-4.el10 python-ply-3.11-24.el10 python-podman-5.2.0-2.el10 python-poetry-core-1.8.1-4.el10 python-pooch-1.5.2-15.el10 python-prettytable-3.6.0-9.el10 python-productmd-1.38-4.el10 python-prompt-toolkit-3.0.41-4.el10 python-psutil-5.9.8-3.el10 python-psycopg2-2.9.9-5.el10 python-ptyprocess-0.7.0-8.el10 python-pyasn1-0.5.1-4.el10 python-pycdio-2.1.0-15.el10 python-pycotap-1.1.0-22.el10 python-pycparser-2.20-15.el10 python-pycurl-7.45.2-10.el10 python-pygit2-1.14.0-3.el10 python-pygments-2.17.2-4.el10 python-pyproject-hooks-1.0.0-13.el10 python-pyproject-metadata-0.7.1-7.el10 python-pyqt6-6.7.0-3.el10 python-pyqt6-sip-13.6.0-4.el10 python-pyroute2-0.7.3-5.el10 python-pytest-benchmark-4.0.0-7.el10 python-pytest-lazy-fixture-0.6.3-17.el10 python-pytest-mock-3.12.0-4.el10 python-pytest-subtests-0.10.0-6.el10 python-pytest-timeout-2.2.0-4.el10 python-pyudev-0.24.1-9.el10 python-qrcode-7.4.2-11.el10 python-railroad-diagrams-3.0.1-6.el10 python-referencing-0.31.1-5.el10 python-requests-2.32.3-1.el10 python-requests-file-2.0.0-3.el10 python-requests-ftp-0.3.1-34.el10 python-requests-gssapi-1.2.3-12.el10 python-requests-oauthlib-1.3.1-10.el10 python-resolvelib-1.0.1-5.el10 python-rjsmin-1.2.1-9.el10 python-rpds-py-0.17.1-5.el10 python-rpm-generators-14-11.el10 python-rpm-macros-3.12-8.1.el10 python-rpmautospec-0.6.5-1.el10 python-rpmautospec-core-0.1.5-2.el10 python-rtslib-2.1.76-8.el10 python-ruamel-yaml-0.18.5-4.el10 python-ruamel-yaml-clib-0.2.7-7.el10 python-semantic_version-2.10.0-7.el10 python-setuptools-69.0.3-5.el10 python-setuptools-rust-1.7.0-10.el10 python-setuptools_scm-8.0.4-4.el10 python-simpleaudio-1.0.4-14.el10 python-simpleline-1.9.0-11.el10 python-six-1.16.0-15.el10 python-smartypants-2.0.1-20.el10 python-sphinx-7.2.6-8.el10 python-sphinx-copybutton-0.5.2-3.el10 python-sphinx-theme-alabaster-0.7.16-4.el10 python-sphinx_rtd_theme-2.0.0-4.el10 python-sphinxcontrib-jquery-4.1-8.el10 python-sqlalchemy-2.0.26-5.el10 python-systemd-235-10.el10 python-testpath-0.6.0-11.el10 python-tomli-w-1.0.0-12.el10 python-tornado-6.3.3-5.el10 python-tpm2-pytss-2.1.0-5.el10 python-trove-classifiers-2023.10.18-4.el10 python-typing-extensions-4.9.0-5.el10 python-typogrify-2.0.7-20.el10 python-urllib-gssapi-1.0.2-13.el10 python-urllib3-1.26.19-1.el10 python-urwid-2.5.3-3.el10 python-virt-firmware-24.7-1.el10 python-wcwidth-0.2.6-4.el10 python-websockets-12.0-4.el10 python-wheel-0.41.2-4.el10 python-xkbregistry-0.3-2.el10 python-yubico-1.3.3-16.el10 python-zstandard-0.22.0-4.el10 python-zstd-1.5.5.1-4.el10 python3-mallard-ducktype-1.0.2-20.el10 python3.12-3.12.5-1.el10 pythran-0.14.0-9.el10 pyusb-1.2.1-10.el10 pywbem-0.17.6-11.el10 pyxattr-0.7.2-13.el10 pyxdg-0.27-12.el10 qadwaitadecorations-0.1.4-3.el10 qatengine-1.6.0-2.el10 qatlib-24.02.0-3.el10 qatzip-1.2.0-3.el10 qclib-2.5.0-1.el10 qdox-2.1.0-5.el10 qemu-kvm-9.0.0-7.el10 qpdf-11.8.0-4.el10 qt6-6.7.1-4.el10 qt6-qt3d-6.7.1-3.el10 qt6-qt5compat-6.7.1-3.el10 qt6-qtbase-6.7.1-5.el10 qt6-qtcharts-6.7.1-4.el10 qt6-qtconnectivity-6.7.1-4.el10 qt6-qtdatavis3d-6.7.1-3.el10 qt6-qtdeclarative-6.7.1-6.el10 qt6-qtimageformats-6.7.1-3.el10 qt6-qtlanguageserver-6.7.1-3.el10 qt6-qtlocation-6.7.1-3.el10 qt6-qtlottie-6.7.1-3.el10 qt6-qtmultimedia-6.7.1-3.el10 qt6-qtnetworkauth-6.7.1-3.el10 qt6-qtpositioning-6.7.1-4.el10 qt6-qtquick3d-6.7.1-3.el10 qt6-qtquicktimeline-6.7.1-3.el10 qt6-qtremoteobjects-6.7.1-4.el10 qt6-qtscxml-6.7.1-4.el10 qt6-qtsensors-6.7.1-4.el10 qt6-qtserialbus-6.7.1-4.el10 qt6-qtserialport-6.7.1-4.el10 qt6-qtshadertools-6.7.1-3.el10 qt6-qtspeech-6.7.1-3.el10 qt6-qtsvg-6.7.1-3.el10 qt6-qttools-6.7.1-4.el10 qt6-qttranslations-6.7.1-2.el10 qt6-qtvirtualkeyboard-6.7.1-3.el10 qt6-qtwayland-6.7.1-3.el10 qt6-qtwebchannel-6.7.1-4.el10 qt6-qtwebsockets-6.7.1-4.el10 quota-4.09-7.el10 radvd-2.19-15.el10 rapidjson-1.1.0-29.el10 rasdaemon-0.8.0-5.el10 rdfind-1.6.0-4.el10 rdma-core-51.0-2.el10 readline-8.2-9.el10 realmd-0.17.1-10.el10 realtime-setup-2.4-6.el10 realtime-tests-2.7-3.el10 rear-2.7-12.el10 redfish-finder-0.4-14.el10 redhat-fonts-4.0.3-12.el10 redhat-rpm-config-285-1.el10 redis-7.2.4-4.el10 regexp-1.5-48.el10 relaxng-datatype-java-2011.1-5.el10 replacer-1.6-31.el10 resolv_wrapper-1.1.8-8.el10 resource-agents-4.15.1-1.el10 resource-agents-sap-4.14.0-0.el10 resource-agents-sap-hana-0.162.3-4.el10 resource-agents-sap-hana-scaleout-0.185.3-0.el10 rest-0.9.1-10.el10 resteasy-3.0.26-30.el10 restore-0.4-0.58.b47.el10 rgb-1.0.6-49.el10 rhel-system-roles-1.87.1-0.1.el10 rhel-system-roles-sap-3.7.0-1.el10 rig-1.1-8.el10 rit-meera-new-fonts-1.5.2-4.el10 rit-rachana-fonts-1.4.7-4.el10 rng-tools-6.17-3.el10 rocky-bookmarks-10-1.el10 rocky-indexhtml-10.0-1.el10 rocky-logos-100.1-1.el10 rocky-release-10.0-0.18.el10 rocky-release-core-10-1.el10 rootfiles-8.1-37.el10 rpcbind-1.2.7-2.el10 rpcsvc-proto-1.4-16.el10 rpm-4.19.1.1-3.el10 rpm-local-generator-support-1-4.el10 rpm-mpi-hooks-8-9.el10 rpm-ostree-2024.7-2.el10 rpmdevtools-9.6-8.el10 rpmlint-2.5.0-6.el10 rrdtool-1.8.0-19.el10 rshim-2.0.17-4.el10 rsync-3.3.0-5.el10 rsyslog-8.2312.0-3.el10 rteval-3.8-10.el10 rteval-loads-1.6-10.el10 rtkit-0.11-66.el10 ruby-3.3.1-6.el10 rubygem-asciidoctor-2.0.20-7.el10 rubygem-coderay-1.1.3-9.el10 rubygem-diff-lcs-1.5.0-6.el10 rubygem-kramdown-2.4.0-10.el10 rubygem-kramdown-parser-gfm-1.1.0-14.el10 rubygem-mustache-1.1.1-10.el10 rubygem-mysql2-0.5.5-4.el10 rubygem-nokogiri-1.16.4-3.el10 rubygem-pg-1.5.4-4.el10 rubygem-racc-1.7.3-202.el10 rubygem-ronn-ng-0.10.1-3.el10 rubygem-rouge-4.2.0-3.el10 rubygem-rspec-3.13.0-2.el10 rubygem-rspec-core-3.13.0-2.el10 rubygem-rspec-expectations-3.13.0-2.el10 rubygem-rspec-mocks-3.13.0-2.el10 rubygem-rspec-support-3.13.0-2.el10 rubygem-rubyzip-2.3.2-8.el10 rubygem-test-unit-ruby-core-1.0.5-2.el10 rubygem-thread_order-1.1.1-12.el10 rust-1.79.0-3.el10 rust-afterburn-5.5.1-4.el10 rust-bootupd-0.2.19-2.el10 rust-coreos-installer-0.22.1-2.el10 rust-prefixdevname-0.2.0-2.el10 rust-rpm-sequoia-1.6.0-3.el10 rust-sevctl-0.4.3-2.el10 rust-ssh-key-dir-0.1.4-8.el10 rust-zram-generator-1.1.2-11.el10 s-nail-14.9.24-11.el10 s390utils-2.33.1-1.el10 samba-4.20.2-104.el10 sane-airscan-0.99.27-13.el10 sane-backends-1.2.1-9.el10 sanlock-3.9.4-2.el10 sap-cluster-connector-3.0.1-8.el10 sap-hana-ha-1.2.8-0.el10 satyr-0.43-3.el10 sbc-2.0-5.el10 sbd-1.5.2-1.el10.3 sblim-cmpi-base-1.6.4-26.el10 sblim-cmpi-devel-2.0.3-32.el10 sblim-gather-2.2.9-34.el10 sblim-indication_helper-0.5.0-14.el10 sblim-sfcCommon-1.0.1-25.el10 sblim-sfcb-1.4.9-32.el10 sblim-sfcc-2.2.8-27.el10 sblim-wbemcli-1.6.3-28.el10 scap-security-guide-0.1.74-1.el10.rocky.0.2 scapy-2.5.0-7.el10 scipy-1.11.3-15.el10 scl-utils-2.0.3-3.el10 scons-4.6.0-4.el10 scrub-2.6.1-9.el10 sdbus-cpp-1.4.0-3.el10 sdl12-compat-1.2.68-3.el10 seabios-1.16.3-4.el10 seahorse-43.0-7.el10 sed-4.9-2.el10 selinux-policy-40.13.8-1.el10 servicelog-1.1.16-7.el10 setools-4.5.1-3.el10 setroubleshoot-3.3.33-3.1.el10 setroubleshoot-plugins-3.3.14-10.el10 setserial-2.17-62.el10 setup-2.14.5-3.el10 setxkbmap-1.3.4-4.el10 sg3_utils-1.48-5.el10 sgml-common-0.6.3-64.el10 sgpio-1.2.0.10-37.el10 shaderc-2024.0-1.el10 shadow-utils-4.15.0-3.el10 shared-mime-info-2.3-7.el10 sharutils-4.15.2-27.el10 shell-color-prompt-0.4.2-2.el10 shim-15.8-2.el10 shim-unsigned-aarch64-15.8-2.el10 shim-unsigned-x64-15.8-2.el10 sid-0.0.6-2.el10 sil-abyssinica-fonts-1.200-28.el10 sil-mingzat-fonts-1.100-6.el10 sil-nuosu-fonts-2.200-11.el10 sil-padauk-fonts-3.003-15.el10 sip6-6.8.2-3.el10 sisu-0.3.5-13.el10 sisu-mojos-0.9.0~M2-4.el10 skopeo-1.16.0-2.el10 slang-2.3.3-6.el10 slapi-nis-0.60.0-6.el10 slf4j-1.7.32-12.el10 smartmontools-7.4-5.el10 smc-tools-1.8.3-3.el10 snappy-1.1.10-6.el10 snapshot-45.2-4.el10 snowball-2.2.0-11.el10 socat-1.7.4.4-6.el10 socket_wrapper-1.4.0-5.el10 softhsm-2.6.1-9.el10.1 sombok-2.4.0-22.el10 sos-4.7.2-1.el10 sound-theme-freedesktop-0.8-22.el10 soundtouch-2.3.1-7.el10 source-highlight-3.1.9-24.el10 spausedd-20210719-9.el10 spdlog-1.12.0-4.el10 speech-dispatcher-0.11.5-7.el10 speex-1.2.0-18.el10 speexdsp-1.2.1-7.el10 spice-protocol-0.14.4-6.el10 spice-vdagent-0.22.1-6.el10 spirv-headers-1.5.5-21.el10 spirv-tools-2024.2-2.el10 splix-2.0.1-0.52.20130902svn.el10 sqlite-3.45.1-3.el10 squashfs-tools-4.6.1-5.el10 squid-6.10-1.el10 sscg-3.0.5-8.el10 sssd-2.10.0~beta2-2.el10 stalld-1.19.5-2.el10 star-1.6-15.el10 startup-notification-0.12-30.el10 stix-fonts-2.13b171-7.el10 strace-6.7-3.el10 stratis-cli-3.6.0-4.el10 stratisd-3.6.7-3.el10 stress-ng-0.17.08-7.el10 stunnel-5.72-5.el10 subscription-manager-1.30.0-1.el10.rocky.0.1 subscription-manager-cockpit-6-4.el10.rocky.0.1 subscription-manager-rhsm-certificates-20220623-5.el10 subversion-1.14.3-7.el10 sudo-1.9.15-4.p5.el10 supermin-5.3.4-5.el10 sushi-45.0-5.el10 swig-4.2.1-1.el10 switcheroo-control-2.6-6.el10 swtpm-0.9.0-2.el10 symlinks-1.7-12.el10 synce4l-1.1.0-3.el10 sysfsutils-2.1.1-13.el10 syslinux-6.04-0.29.el10 sysprof-46.0-3.el10 sysstat-12.7.6-1.el10 system-config-printer-1.5.18-10.el10 systemd-256-12.el10 systemtap-5.1-9.el10 taglib-1.12-11.el10 tang-14-9.el10 tar-1.35-4.el10 targetcli-2.1.58-2.el10 tbb-2021.11.0-6.el10 tboot-1.11.3-3.el10 tcl-8.6.13-3.el10 tcpdump-4.99.4-9.el10 tcsh-6.24.10-4.el10 teckit-2.5.12-3.el10 tecla-45.0-4.el10 telnet-0.17-93.el10 tesseract-5.3.4-5.el10 tesseract-tessdata-4.1.0-8.el10 testng-7.8.0-5.el10 texi2html-5.0-23.el10 texinfo-7.1-4.el10 texlive-20230311-19.el10 tftp-5.2-47.el10 thermald-2.5.7-4.el10 tigervnc-1.13.1-13.el10 time-1.9-24.el10 tinycdb-0.80-3.el10 tix-8.4.3-41.el10 tk-8.6.13-4.el10 tlog-14-3.el10 tmpwatch-2.11-27.el10 tmux-3.3a-10.20240630gitb202a2f.el10 tog-pegasus-2.14.1-74.el10 tokyocabinet-1.4.48-25.el10 tomcat-9.0.87-1.el10 tomcatjss-8.4.1-3.el10 toml11-3.7.1-7.el10 toolbox-0.0.99.5-15.el10.rocky.0.1 torque-6.1.3-11.el10 totem-pl-parser-3.26.6-10.el10 tpm2-abrmd-3.0.0-6.el10 tpm2-abrmd-selinux-2.3.1-12.el10 tpm2-openssl-1.2.0-3.el10 tpm2-pkcs11-1.9.0-6.el10 tpm2-tools-5.7-3.el10 tpm2-tss-4.1.3-2.el10 trace-cmd-3.2-4.el10 tracer-1.1-3.el10 traceroute-2.1.5-3.el10 tracker-3.7.3-3.el10 tracker-miners-3.7.3-3.el10 transfig-3.2.9-2.el10 tree-pkg-2.1.0-6.el10 tree-sitter-0.20.9-2.el10 tss2-2.1.1-4.el10 ttembed-1.1-23.el10 ttfautohint-1.8.4-8.el10 ttmkfdir-3.0.9-71.el10 tuna-0.19-8.el10 tuned-2.24.0-1.el10 twolame-0.4.0-5.el10 tzdata-2024a-4.el10 uchardet-0.0.8-6.el10 ucs-miscfixed-fonts-0.3-34.el10 ucx-1.15.0-3.el10 udev-hid-bpf-2.1.0.20240704-4.el10 udica-0.2.8-5.el10 udisks2-2.10.90-2.gitdb54112e.el10 uid_wrapper-1.3.0-7.el10 umockdev-0.18.3-2.el10 unbound-1.19.0-10.el10 unicode-emoji-15.1-3.el10 unicode-ucd-15.1.0-4.el10 units-2.22-9.el10 univocity-parsers-2.9.1-13.el10 unixODBC-2.3.12-5.el10 unzip-6.0-64.el10 upower-1.90.4-3.el10 uresourced-0.5.4-2.el10 uriparser-0.9.7-5.el10 urlview-0.9-38.20131022git08767a.el10 urw-base35-fonts-20200910-20.el10 usb_modeswitch-2.6.1-11.el10 usb_modeswitch-data-20191128-12.el10 usbguard-1.1.3-4.el10 usbguard-notifier-0.1.0-4.el10 usbredir-0.13.0-5.el10 usbutils-017-3.el10 usermode-1.114-10.el10 userspace-rcu-0.14.0-6.el10 utf8proc-2.7.0-8.el10 uthash-2.3.0-7.el10 util-linux-2.40.2-4.el10 uuid-1.6.2-64.el10 v4l-utils-1.26.1-3.el10 vala-0.56.17-3.el10 valgrind-3.23.0-4.el10 valkey-7.2.6-1.el10 varnish-7.4.2-4.el10 varnish-modules-0.22.0-6.el10 vazirmatn-fonts-33.003-7.el10 vdo-8.3.0.71-1.el10 velocity-2.3-5.el10 vhostmd-1.1-16.el10 vim-9.1.083-2.el10 virt-manager-4.1.0-7.el10 virt-p2v-1.42.3-6.el10 virt-top-1.1.1-21.el10 virt-v2v-2.5.6-1.el10 virt-viewer-11.0-9.el10 virt-what-1.26-3.el10 virt-who-1.32.1-1.el10 virtiofsd-1.11.1-1.el10 voikko-fi-2.5-7.el10 volume_key-0.3.12-22.el10 vsftpd-3.0.5-7.el10 vte291-0.76.3-2.el10 vulkan-headers-1.3.283.0-2.el10 vulkan-loader-1.3.283.0-3.el10 vulkan-tools-1.3.283.0-2.el10 vulkan-utility-libraries-1.3.283.0-2.el10 vulkan-validation-layers-1.3.283.0-2.el10 vulkan-volk-1.3.283.0-2.el10 wasi-libc-21-3.el10 watchdog-5.16-10.el10 wavpack-5.6.0-8.el10 wayland-1.23.0-1.el10 wayland-protocols-1.36-2.el10 wayland-utils-1.2.0-5.el10 waypipe-0.8.6-6.el10 web-assets-5-22.el10 webp-pixbuf-loader-0.2.6-2.el10 webrtc-audio-processing-1.3-4.el10 weldr-client-35.11-4.el10 wget-1.24.5-1.el10 wget2-2.1.0-8.el10 which-2.21-42.el10 whois-5.5.20-5.el10 wireguard-tools-1.0.20210914-5.el10 wireless-regdb-2024.01.23-2.el10 wireplumber-0.5.3-2.el10 wireshark-4.2.5-3.el10 woff2-1.0.2-20.el10 words-3.0-46.el10 wpa_supplicant-2.10-11.el10 wsdd-0.8-2.el10 wsmancli-2.6.2-4.el10 x3270-4.3ga8-5.el10 xalan-j2-2.7.3-5.el10 xapian-core-1.4.23-3.el10 xcb-proto-1.17.0-2.el10 xcb-util-0.4.1-6.el10 xcb-util-cursor-0.1.4-5.el10 xcb-util-image-0.4.1-6.el10 xcb-util-keysyms-0.4.1-6.el10 xcb-util-renderutil-0.3.10-6.el10 xcb-util-wm-0.4.2-6.el10 xdg-dbus-proxy-0.1.5-3.el10 xdg-desktop-portal-1.18.4-3.el10 xdg-desktop-portal-gnome-45.1-5.el10 xdg-desktop-portal-gtk-1.15.1-6.el10 xdg-user-dirs-0.18-5.el10 xdg-user-dirs-gtk-0.11-5.el10 xdg-utils-1.2.0-2.el10 xdp-tools-1.4.2-2.el10 xerces-j2-2.12.2-13.el10 xfsdump-3.1.12-5.el10 xfsprogs-6.5.0-4.el10 xhost-1.0.9-8.el10 xhtml1-dtds-1.0-20020801.21.el10 xhtml2fo-style-xsl-20051222-30.el10 xkbcomp-1.4.7-2.el10 xkeyboard-config-2.41-2.el10 xml-commons-apis-1.4.01-46.el10 xml-commons-resolver-1.2-44.el10 xmlrpc-c-1.59.02-3.el10 xmlsec1-1.2.39-2.el10 xmlstarlet-1.6.1-26.el10 xmlto-0.0.28-24.el10 xmltoman-0.4-31.el10 xmlunit-2.9.0-9.el10 xmodmap-1.0.11-7.el10 xmvn-4.2.0-12.el10 xmvn-generator-1.2.2-4.el10 xorg-x11-drivers-2022-7.el10 xorg-x11-drv-dummy-0.4.1-3.el10 xorg-x11-drv-evdev-2.10.6-16.el10 xorg-x11-drv-libinput-1.4.0-3.el10 xorg-x11-font-utils-7.5-60.el10 xorg-x11-fonts-7.5-39.el10 xorg-x11-proto-devel-2024.1-2.el10 xorg-x11-server-1.20.14-36.el10 xorg-x11-server-Xwayland-24.1.1-1.el10 xorg-x11-util-macros-1.20.0-5.el10 xorg-x11-xauth-1.1.2-7.el10 xorg-x11-xinit-1.4.2-3.el10 xorg-x11-xtrans-devel-1.4.0-14.el10 xpdf-4.05-3.el10 xprop-1.2.7-2.el10 xrandr-1.5.2-6.el10 xrdb-1.2.2-4.el10 xrestop-0.6-4.el10 xsimd-12.1.1-1.el10 xterm-389-3.el10 xwayland-run-0.0.4-2.el10 xxhash-0.8.2-4.el10 xz-5.6.2-2.el10 xz-java-1.9-10.el10 yajl-2.1.0-24.el10 yasm-1.3.0-20.el10 yelp-tools-42.1-6.el10 yelp-xsl-42.1-5.el10 yggdrasil-0.4.1-7.el10 yggdrasil-worker-package-manager-0.2.2-5.el10 zaf-0-0.30.20080714svn.el10 zenity-4.0.1-4.el10 zip-3.0-42.el10 zlib-ng-2.1.6-3.el10 zsh-5.9-14.el10 zstd-1.5.5-8.el10 zziplib-0.13.74-2.el10