Sending build context to Docker daemon 2.27 MB Step 1/6 : ARG LINUX_DISTR=centos Step 2/6 : ARG LINUX_DISTR_VER=7 Step 3/6 : FROM $LINUX_DISTR:$LINUX_DISTR_VER ---> eeb6ee3f44bd Step 4/6 : COPY . /opensdn-deployment-test ---> ada0704596df Step 5/6 : RUN cp /opensdn-deployment-test/testrunner.sh / && cp -r /etc/yum.repos.d /etc/yum.repos.d.orig && if [ -f /opensdn-deployment-test/mirrors/pip.conf ] ; then cp /opensdn-deployment-test/mirrors/pip.conf /etc/ ; fi && if [[ -d /opensdn-deployment-test/mirrors && -n "$(ls /opensdn-deployment-test/mirrors/*.repo)" ]] ; then cp /opensdn-deployment-test/mirrors/*.repo /etc/yum.repos.d/ ; fi && if [[ "$LINUX_DISTR" == "centos" ]]; then for file in /etc/yum.repos.d/rdo-* ; do grep -v mirrorlist= "$file" > "$file".new && mv "$file".new "$file" ; done ; sed -i 's|#s*baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/rdo-* ; fi ; yum update -y -x "redhat-release*" -x "coreutils*" && yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical && yum install -y python3 python3-pip rsync openssh-clients && pip3 install --upgrade --no-compile pip && pip3 install --no-compile -r /opensdn-deployment-test/requirements.txt && pip3 install --force urllib3==1.24.2 && yum clean all -y && rm -rf /var/cache/yum ---> Running in 13c8651be10b Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package acl.x86_64 0:2.2.51-15.el7 will be updated ---> Package acl.x86_64 0:2.3.1-4.el9 will be an update ---> Package audit-libs.x86_64 0:2.8.5-4.el7 will be updated ---> Package audit-libs.x86_64 0:3.1.5-1.el9 will be an update ---> Package basesystem.noarch 0:10.0-7.el7.centos will be updated ---> Package basesystem.noarch 0:11-13.el9.0.1 will be an update ---> Package bash.x86_64 0:4.2.46-34.el7 will be updated ---> Package bash.x86_64 0:5.1.8-9.el9 will be an update ---> Package bc.x86_64 0:1.06.95-13.el7 will be updated ---> Package bc.x86_64 0:1.07.1-14.el9 will be an update ---> Package bind-license.noarch 32:9.11.4-26.P2.el7 will be updated ---> Package bind-license.noarch 32:9.16.23-24.el9_5.3 will be an update ---> Package binutils.x86_64 0:2.27-44.base.el7 will be updated ---> Package binutils.x86_64 0:2.35.2-54.el9 will be an update --> Processing Dependency: binutils-gold >= 2.35.2 for package: binutils-2.35.2-54.el9.x86_64 --> Processing Dependency: /usr/sbin/alternatives for package: binutils-2.35.2-54.el9.x86_64 --> Processing Dependency: /usr/sbin/alternatives for package: binutils-2.35.2-54.el9.x86_64 --> Processing Dependency: libdebuginfod.so.1(ELFUTILS_0.178)(64bit) for package: binutils-2.35.2-54.el9.x86_64 --> Processing Dependency: libdebuginfod.so.1()(64bit) for package: binutils-2.35.2-54.el9.x86_64 ---> Package bzip2-libs.x86_64 0:1.0.6-13.el7 will be updated ---> Package bzip2-libs.x86_64 0:1.0.8-10.el9_5 will be an update ---> Package ca-certificates.noarch 0:2020.2.41-70.0.el7_8 will be updated ---> Package ca-certificates.noarch 0:2024.2.69_v8.0.303-91.4.el9_4 will be an update ---> Package centos-release.x86_64 0:7-9.2009.0.el7.centos will be updated ---> Package centos-release.x86_64 0:7-9.2009.1.el7.centos will be an update ---> Package chkconfig.x86_64 0:1.7.6-1.el7 will be updated ---> Package chkconfig.x86_64 0:1.24-1.el9_5.1 will be an update ---> Package cpio.x86_64 0:2.11-28.el7 will be updated ---> Package cpio.x86_64 0:2.13-16.el9 will be an update ---> Package cracklib.x86_64 0:2.9.0-11.el7 will be updated ---> Package cracklib.x86_64 0:2.9.6-27.el9 will be an update ---> Package cracklib-dicts.x86_64 0:2.9.0-11.el7 will be updated ---> Package cracklib-dicts.x86_64 0:2.9.6-27.el9 will be an update ---> Package cryptsetup-libs.x86_64 0:2.0.3-6.el7 will be updated ---> Package cryptsetup-libs.x86_64 0:2.7.2-3.el9_5 will be an update ---> Package curl.x86_64 0:7.29.0-59.el7 will be updated ---> Package curl.x86_64 0:7.76.1-31.el9 will be an update ---> Package cyrus-sasl-lib.x86_64 0:2.1.26-23.el7 will be updated ---> Package cyrus-sasl-lib.x86_64 0:2.1.27-21.el9 will be an update --> Processing Dependency: libcrypt.so.2()(64bit) for package: cyrus-sasl-lib-2.1.27-21.el9.x86_64 ---> Package dbus.x86_64 1:1.10.24-15.el7 will be updated ---> Package dbus.x86_64 1:1.12.20-8.el9 will be an update --> Processing Dependency: dbus-broker >= 16-4 for package: 1:dbus-1.12.20-8.el9.x86_64 ---> Package dbus-glib.x86_64 0:0.100-7.el7 will be updated ---> Package dbus-glib.x86_64 0:0.110-13.el9 will be an update ---> Package dbus-libs.x86_64 1:1.10.24-15.el7 will be updated ---> Package dbus-libs.x86_64 1:1.12.20-8.el9 will be an update ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be updated ---> Package device-mapper.x86_64 9:1.02.198-2.el9 will be an update ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be updated ---> Package device-mapper-libs.x86_64 9:1.02.198-2.el9 will be an update ---> Package diffutils.x86_64 0:3.3-5.el7 will be updated ---> Package diffutils.x86_64 0:3.7-12.el9 will be an update ---> Package dracut.x86_64 0:033-572.el7 will be updated ---> Package dracut.x86_64 0:057-70.git20240819.el9 will be an update --> Processing Dependency: libkcapi-hmaccalc for package: dracut-057-70.git20240819.el9.x86_64 --> Processing Dependency: pigz for package: dracut-057-70.git20240819.el9.x86_64 ---> Package elfutils-default-yama-scope.noarch 0:0.176-5.el7 will be updated ---> Package elfutils-default-yama-scope.noarch 0:0.191-4.el9 will be an update ---> Package elfutils-libelf.x86_64 0:0.176-5.el7 will be updated ---> Package elfutils-libelf.x86_64 0:0.191-4.el9 will be an update --> Processing Dependency: libzstd.so.1()(64bit) for package: elfutils-libelf-0.191-4.el9.x86_64 ---> Package elfutils-libs.x86_64 0:0.176-5.el7 will be updated ---> Package elfutils-libs.x86_64 0:0.191-4.el9 will be an update ---> Package expat.x86_64 0:2.1.0-12.el7 will be updated ---> Package expat.x86_64 0:2.5.0-3.el9_5.1 will be an update ---> Package file-libs.x86_64 0:5.11-37.el7 will be updated ---> Package file-libs.x86_64 0:5.39-16.el9 will be an update ---> Package filesystem.x86_64 0:3.2-25.el7 will be updated ---> Package filesystem.x86_64 0:3.16-5.el9 will be an update ---> Package findutils.x86_64 1:4.5.11-6.el7 will be updated ---> Package findutils.x86_64 1:4.8.0-7.el9 will be an update ---> Package gawk.x86_64 0:4.0.2-4.el7_3.1 will be updated ---> Package gawk.x86_64 0:5.1.0-6.el9 will be an update --> Processing Dependency: libmpfr.so.6()(64bit) for package: gawk-5.1.0-6.el9.x86_64 --> Processing Dependency: libsigsegv.so.2()(64bit) for package: gawk-5.1.0-6.el9.x86_64 ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package gdbm.x86_64 1:1.23-1.el9 will be obsoleting ---> Package gdbm-libs.x86_64 1:1.23-1.el9 will be obsoleting ---> Package geoipupdate.x86_64 0:2.5.0-1.el7 will be updated ---> Package geoipupdate.x86_64 0:2.5.0-2.el7 will be an update ---> Package glib2.x86_64 0:2.56.1-7.el7 will be updated ---> Package glib2.x86_64 0:2.68.4-14.el9_4.1 will be an update --> Processing Dependency: libgnutls.so.30()(64bit) for package: glib2-2.68.4-14.el9_4.1.x86_64 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated --> Processing Dependency: libcrypt.so.1()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypt.so.1(GLIBC_2.2.5)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libnsl.so.1()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libnsl.so.1(GLIBC_2.2.5)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: glibc-langpack = 2.34-125.el9_5.1 for package: glibc-2.34-125.el9_5.1.x86_64 --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated ---> Package glibc-common.x86_64 0:2.34-125.el9_5.1 will be an update ---> Package gmp.x86_64 1:6.0.0-15.el7 will be updated ---> Package gmp.x86_64 1:6.2.0-13.el9 will be an update ---> Package gnupg2.x86_64 0:2.0.22-5.el7_5 will be updated ---> Package gnupg2.x86_64 0:2.3.3-4.el9 will be an update --> Processing Dependency: libksba.so.8(KSBA_0.9)(64bit) for package: gnupg2-2.3.3-4.el9.x86_64 --> Processing Dependency: libnpth.so.0(NPTH_1.0)(64bit) for package: gnupg2-2.3.3-4.el9.x86_64 --> Processing Dependency: libksba.so.8()(64bit) for package: gnupg2-2.3.3-4.el9.x86_64 --> Processing Dependency: libnpth.so.0()(64bit) for package: gnupg2-2.3.3-4.el9.x86_64 ---> Package gobject-introspection.x86_64 0:1.56.1-1.el7 will be updated ---> Package gobject-introspection.x86_64 0:1.68.0-11.el9 will be an update ---> Package gpgme.x86_64 0:1.3.2-5.el7 will be updated ---> Package gpgme.x86_64 0:1.15.1-6.el9 will be an update ---> Package grep.x86_64 0:2.20-3.el7 will be updated ---> Package grep.x86_64 0:3.6-5.el9 will be an update ---> Package gzip.x86_64 0:1.5-10.el7 will be updated ---> Package gzip.x86_64 0:1.12-1.el9 will be an update ---> Package hardlink.x86_64 1:1.0-19.el7 will be obsoleted ---> Package hostname.x86_64 0:3.13-3.el7_7.1 will be updated ---> Package hostname.x86_64 0:3.23-6.el9 will be an update ---> Package info.x86_64 0:5.1-5.el7 will be updated ---> Package info.x86_64 0:6.7-15.el9 will be an update ---> Package iputils.x86_64 0:20160308-10.el7 will be updated ---> Package iputils.x86_64 0:20210202-10.el9_5 will be an update --> Processing Dependency: libidn2.so.0(IDN2_0.0.0)(64bit) for package: iputils-20210202-10.el9_5.x86_64 --> Processing Dependency: libidn2.so.0()(64bit) for package: iputils-20210202-10.el9_5.x86_64 ---> Package json-c.x86_64 0:0.11-4.el7_0 will be updated ---> Package json-c.x86_64 0:0.14-11.el9 will be an update ---> Package keyutils-libs.x86_64 0:1.5.8-3.el7 will be updated ---> Package keyutils-libs.x86_64 0:1.6.3-1.el9 will be an update ---> Package kmod.x86_64 0:20-28.el7 will be updated ---> Package kmod.x86_64 0:28-10.el9 will be an update ---> Package kmod-libs.x86_64 0:20-28.el7 will be updated ---> Package kmod-libs.x86_64 0:28-10.el9 will be an update ---> Package kpartx.x86_64 0:0.4.9-133.el7 will be updated ---> Package kpartx.x86_64 0:0.8.7-32.el9 will be an update ---> Package krb5-libs.x86_64 0:1.15.1-50.el7 will be updated ---> Package krb5-libs.x86_64 0:1.21.1-4.el9_5 will be an update --> Processing Dependency: /etc/crypto-policies/back-ends/krb5.config for package: krb5-libs-1.21.1-4.el9_5.x86_64 ---> Package libacl.x86_64 0:2.2.51-15.el7 will be updated ---> Package libacl.x86_64 0:2.3.1-4.el9 will be an update ---> Package libassuan.x86_64 0:2.1.0-3.el7 will be updated ---> Package libassuan.x86_64 0:2.5.5-3.el9 will be an update ---> Package libattr.x86_64 0:2.4.46-13.el7 will be updated ---> Package libattr.x86_64 0:2.5.1-3.el9 will be an update ---> Package libblkid.x86_64 0:2.23.2-65.el7 will be updated ---> Package libblkid.x86_64 0:2.37.4-20.el9 will be an update ---> Package libcap.x86_64 0:2.22-11.el7 will be updated ---> Package libcap.x86_64 0:2.48-9.el9_2 will be an update ---> Package libcap-ng.x86_64 0:0.7.5-4.el7 will be updated ---> Package libcap-ng.x86_64 0:0.8.2-7.el9 will be an update ---> Package libcom_err.x86_64 0:1.42.9-19.el7 will be updated ---> Package libcom_err.x86_64 0:1.46.5-5.el9 will be an update ---> Package libcurl.x86_64 0:7.29.0-59.el7 will be updated ---> Package libcurl.x86_64 0:7.76.1-31.el9 will be an update --> Processing Dependency: libpsl(x86-64) >= 0.21.1 for package: libcurl-7.76.1-31.el9.x86_64 --> Processing Dependency: libssh(x86-64) >= 0.10.4 for package: libcurl-7.76.1-31.el9.x86_64 --> Processing Dependency: libssh.so.4(LIBSSH_4_5_0)(64bit) for package: libcurl-7.76.1-31.el9.x86_64 --> Processing Dependency: libssh.so.4(LIBSSH_4_8_1)(64bit) for package: libcurl-7.76.1-31.el9.x86_64 --> Processing Dependency: libbrotlidec.so.1()(64bit) for package: libcurl-7.76.1-31.el9.x86_64 --> Processing Dependency: libnghttp2.so.14()(64bit) for package: libcurl-7.76.1-31.el9.x86_64 --> Processing Dependency: libpsl.so.5()(64bit) for package: libcurl-7.76.1-31.el9.x86_64 --> Processing Dependency: libssh.so.4()(64bit) for package: libcurl-7.76.1-31.el9.x86_64 ---> Package libdb.x86_64 0:5.3.21-25.el7 will be updated ---> Package libdb.x86_64 0:5.3.28-54.el9 will be an update ---> Package libdb-utils.x86_64 0:5.3.21-25.el7 will be updated ---> Package libdb-utils.x86_64 0:5.3.28-54.el9 will be an update --> Processing Dependency: lmdb-libs for package: libdb-utils-5.3.28-54.el9.x86_64 --> Processing Dependency: liblmdb.so.0.0.0()(64bit) for package: libdb-utils-5.3.28-54.el9.x86_64 ---> Package libffi.x86_64 0:3.0.13-19.el7 will be updated --> Processing Dependency: libffi.so.6()(64bit) for package: python-gobject-base-3.22.0-1.el7_4.1.x86_64 --> Processing Dependency: libffi.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package libffi.x86_64 0:3.4.2-8.el9 will be an update ---> Package libgcc.x86_64 0:4.8.5-44.el7 will be updated ---> Package libgcc.x86_64 0:11.5.0-5.el9_5 will be an update ---> Package libgcrypt.x86_64 0:1.5.3-14.el7 will be updated ---> Package libgcrypt.x86_64 0:1.10.0-11.el9 will be an update ---> Package libgpg-error.x86_64 0:1.12-3.el7 will be updated ---> Package libgpg-error.x86_64 0:1.42-5.el9 will be an update ---> Package libmount.x86_64 0:2.23.2-65.el7 will be updated ---> Package libmount.x86_64 0:2.37.4-20.el9 will be an update ---> Package libpwquality.x86_64 0:1.2.3-5.el7 will be updated ---> Package libpwquality.x86_64 0:1.4.4-8.el9 will be an update ---> Package libselinux.x86_64 0:2.5-15.el7 will be updated ---> Package libselinux.x86_64 0:3.6-1.el9 will be an update --> Processing Dependency: pcre2 for package: libselinux-3.6-1.el9.x86_64 --> Processing Dependency: libpcre2-8.so.0()(64bit) for package: libselinux-3.6-1.el9.x86_64 ---> Package libsemanage.x86_64 0:2.5-14.el7 will be updated ---> Package libsemanage.x86_64 0:3.6-2.1.el9_5 will be an update ---> Package libsepol.x86_64 0:2.5-10.el7 will be updated ---> Package libsepol.x86_64 0:3.6-1.el9 will be an update ---> Package libsmartcols.x86_64 0:2.23.2-65.el7 will be updated ---> Package libsmartcols.x86_64 0:2.37.4-20.el9 will be an update ---> Package libssh2.x86_64 0:1.8.0-4.el7 will be updated ---> Package libssh2.x86_64 0:1.8.0-4.el7_9.1 will be an update --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 ---> Package libstdc++.x86_64 0:4.8.5-44.el7 will be updated ---> Package libstdc++.x86_64 0:11.5.0-5.el9_5 will be an update ---> Package libtasn1.x86_64 0:4.10-1.el7 will be updated ---> Package libtasn1.x86_64 0:4.16.0-8.el9_1 will be an update ---> Package libuser.x86_64 0:0.60-9.el7 will be updated ---> Package libuser.x86_64 0:0.63-15.el9 will be an update ---> Package libutempter.x86_64 0:1.1.6-4.el7 will be updated ---> Package libutempter.x86_64 0:1.2.1-6.el9 will be an update ---> Package libuuid.x86_64 0:2.23.2-65.el7 will be updated ---> Package libuuid.x86_64 0:2.37.4-20.el9 will be an update ---> Package libverto.x86_64 0:0.2.5-4.el7 will be updated ---> Package libverto.x86_64 0:0.3.2-3.el9 will be an update ---> Package libxml2.x86_64 0:2.9.1-6.el7.5 will be updated ---> Package libxml2.x86_64 0:2.9.13-6.el9_5.1 will be an update ---> Package libxml2-python.x86_64 0:2.9.1-6.el7.5 will be updated ---> Package libxml2-python.x86_64 0:2.9.1-6.el7_9.6 will be an update --> Processing Dependency: libxml2 = 2.9.1-6.el7_9.6 for package: libxml2-python-2.9.1-6.el7_9.6.x86_64 ---> Package lua.x86_64 0:5.1.4-15.el7 will be updated --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package lua.x86_64 0:5.4.4-4.el9 will be an update --> Processing Dependency: lua-libs = 5.4.4-4.el9 for package: lua-5.4.4-4.el9.x86_64 --> Processing Dependency: liblua-5.4.so()(64bit) for package: lua-5.4.4-4.el9.x86_64 ---> Package lz4.x86_64 0:1.8.3-1.el7 will be updated --> Processing Dependency: liblz4.so.1()(64bit) for package: lz4-1.9.3-5.el9.x86_64 --> Processing Dependency: liblz4.so.1()(64bit) for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: liblz4.so.1()(64bit) for package: systemd-libs-252-46.el9_5.2.0.1.x86_64 ---> Package lz4.x86_64 0:1.9.3-5.el9 will be an update ---> Package ncurses.x86_64 0:5.9-14.20130511.el7_4 will be updated ---> Package ncurses.x86_64 0:6.2-10.20210508.el9 will be an update ---> Package ncurses-base.noarch 0:5.9-14.20130511.el7_4 will be updated ---> Package ncurses-base.noarch 0:6.2-10.20210508.el9 will be an update ---> Package ncurses-libs.x86_64 0:5.9-14.20130511.el7_4 will be updated --> Processing Dependency: libncursesw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libpanelw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package ncurses-libs.x86_64 0:6.2-10.20210508.el9 will be an update ---> Package nspr.x86_64 0:4.25.0-2.el7_9 will be updated ---> Package nspr.x86_64 0:4.35.0-17.el9_5 will be an update ---> Package nss.x86_64 0:3.53.1-3.el7_9 will be updated ---> Package nss.x86_64 0:3.101.0-10.el9_5 will be an update --> Processing Dependency: /usr/bin/update-crypto-policies for package: nss-3.101.0-10.el9_5.x86_64 ---> Package nss-pem.x86_64 0:1.0.3-7.el7 will be updated ---> Package nss-pem.x86_64 0:1.0.3-7.el7_9.1 will be an update ---> Package nss-softokn.x86_64 0:3.53.1-6.el7_9 will be updated ---> Package nss-softokn.x86_64 0:3.101.0-10.el9_5 will be an update ---> Package nss-softokn-freebl.x86_64 0:3.53.1-6.el7_9 will be updated ---> Package nss-softokn-freebl.x86_64 0:3.101.0-10.el9_5 will be an update ---> Package nss-sysinit.x86_64 0:3.53.1-3.el7_9 will be updated ---> Package nss-sysinit.x86_64 0:3.101.0-10.el9_5 will be an update ---> Package nss-tools.x86_64 0:3.53.1-3.el7_9 will be updated ---> Package nss-tools.x86_64 0:3.101.0-10.el9_5 will be an update ---> Package nss-util.x86_64 0:3.53.1-1.el7_9 will be updated ---> Package nss-util.x86_64 0:3.101.0-10.el9_5 will be an update ---> Package openldap.x86_64 0:2.4.44-22.el7 will be updated ---> Package openldap.x86_64 0:2.6.6-3.el9 will be an update --> Processing Dependency: libevent-2.1.so.7()(64bit) for package: openldap-2.6.6-3.el9.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package openssl-libs.x86_64 1:3.2.2-6.el9_5.1 will be an update ---> Package p11-kit.x86_64 0:0.23.5-3.el7 will be updated ---> Package p11-kit.x86_64 0:0.25.3-3.el9_5 will be an update ---> Package p11-kit-trust.x86_64 0:0.23.5-3.el7 will be updated ---> Package p11-kit-trust.x86_64 0:0.25.3-3.el9_5 will be an update ---> Package pam.x86_64 0:1.1.8-23.el7 will be updated ---> Package pam.x86_64 0:1.5.1-22.el9_5 will be an update --> Processing Dependency: libeconf >= 0.3.5 for package: pam-1.5.1-22.el9_5.x86_64 --> Processing Dependency: openssl >= 3.0.0 for package: pam-1.5.1-22.el9_5.x86_64 --> Processing Dependency: libeconf.so.0(LIBECONF_0.2)(64bit) for package: pam-1.5.1-22.el9_5.x86_64 --> Processing Dependency: libeconf.so.0()(64bit) for package: pam-1.5.1-22.el9_5.x86_64 ---> Package passwd.x86_64 0:0.79-6.el7 will be updated ---> Package passwd.x86_64 0:0.80-12.el9 will be an update ---> Package pcre.x86_64 0:8.32-17.el7 will be updated ---> Package pcre.x86_64 0:8.44-4.el9 will be an update ---> Package pinentry.x86_64 0:0.8.1-17.el7 will be updated ---> Package pinentry.x86_64 0:1.1.1-8.el9 will be an update --> Processing Dependency: libsecret-1.so.0()(64bit) for package: pinentry-1.1.1-8.el9.x86_64 ---> Package pkgconf-m4.noarch 0:1.7.3-10.el9 will be obsoleting ---> Package pkgconf-pkg-config.x86_64 0:1.7.3-10.el9 will be obsoleting --> Processing Dependency: pkgconf(x86-64) = 1.7.3-10.el9 for package: pkgconf-pkg-config-1.7.3-10.el9.x86_64 ---> Package pkgconfig.x86_64 1:0.27.1-4.el7 will be obsoleted ---> Package popt.x86_64 0:1.13-16.el7 will be updated ---> Package popt.x86_64 0:1.18-8.el9 will be an update ---> Package procps-ng.x86_64 0:3.3.10-28.el7 will be updated ---> Package procps-ng.x86_64 0:3.3.17-14.el9 will be an update ---> Package python.x86_64 0:2.7.5-89.el7 will be updated ---> Package python.x86_64 0:2.7.5-94.el7_9 will be an update ---> Package python-iniparse.noarch 0:0.4-9.el7 will be obsoleted ---> Package python-libs.x86_64 0:2.7.5-89.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libpanelw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libncursesw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libffi.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python-pycurl.x86_64 0:7.19.0-19.el7 will be obsoleted ---> Package python3-iniparse.noarch 0:0.4-45.el9 will be obsoleting --> Processing Dependency: python(abi) = 3.9 for package: python3-iniparse-0.4-45.el9.noarch --> Processing Dependency: python3.9dist(six) for package: python3-iniparse-0.4-45.el9.noarch ---> Package python3-pycurl.x86_64 0:7.43.0.6-8.el9 will be obsoleting ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package readline.x86_64 0:8.1-4.el9 will be an update ---> Package rootfiles.noarch 0:8.1-11.el7 will be updated ---> Package rootfiles.noarch 0:8.1-31.el9 will be an update ---> Package rpm.x86_64 0:4.11.3-45.el7 will be updated ---> Package rpm.x86_64 0:4.16.1.3-34.el9.0.1 will be an update --> Processing Dependency: libarchive.so.13()(64bit) for package: rpm-4.16.1.3-34.el9.0.1.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.16.1.3-34.el9.0.1 will be an update --> Processing Dependency: libgomp.so.1(GOMP_1.0)(64bit) for package: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 --> Processing Dependency: libgomp.so.1(GOMP_2.0)(64bit) for package: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 --> Processing Dependency: libgomp.so.1(GOMP_4.0)(64bit) for package: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 --> Processing Dependency: libgomp.so.1(OMP_1.0)(64bit) for package: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.16.1.3-34.el9.0.1 will be an update ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package sed.x86_64 0:4.2.2-7.el7 will be updated ---> Package sed.x86_64 0:4.8-9.el9 will be an update ---> Package setup.noarch 0:2.8.71-11.el7 will be updated ---> Package setup.noarch 0:2.13.7-10.el9 will be an update ---> Package shadow-utils.x86_64 2:4.6-5.el7 will be updated ---> Package shadow-utils.x86_64 2:4.9-10.el9_5 will be an update ---> Package shared-mime-info.x86_64 0:1.8-5.el7 will be updated ---> Package shared-mime-info.x86_64 0:2.1-5.el9 will be an update ---> Package sqlite.x86_64 0:3.7.17-8.el7_7.1 will be obsoleted ---> Package sqlite.x86_64 0:3.34.1-7.el9_3 will be obsoleting ---> Package sqlite-libs.x86_64 0:3.34.1-7.el9_3 will be obsoleting ---> Package systemd.x86_64 0:219-78.el7 will be obsoleted ---> Package systemd.x86_64 0:252-46.el9_5.2.0.1 will be obsoleting --> Processing Dependency: systemd-pam = 252-46.el9_5.2.0.1 for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: systemd-rpm-macros = 252-46.el9_5.2.0.1 for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: libfdisk.so.1(FDISK_2.26)(64bit) for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: libselinux-utils for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: policycoreutils for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: selinux-policy for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: libfdisk.so.1()(64bit) for package: systemd-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: libseccomp.so.2()(64bit) for package: systemd-252-46.el9_5.2.0.1.x86_64 ---> Package systemd-container.x86_64 0:252-46.el9_5.2.0.1 will be obsoleting ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated ---> Package systemd-libs.x86_64 0:252-46.el9_5.2.0.1 will be an update ---> Package systemd-udev.x86_64 0:252-46.el9_5.2.0.1 will be obsoleting --> Processing Dependency: kbd for package: systemd-udev-252-46.el9_5.2.0.1.x86_64 --> Processing Dependency: tpm2-tss(x86-64) for package: systemd-udev-252-46.el9_5.2.0.1.x86_64 ---> Package tar.x86_64 2:1.26-35.el7 will be updated ---> Package tar.x86_64 2:1.34-7.el9 will be an update ---> Package tzdata.noarch 0:2020d-2.el7 will be updated ---> Package tzdata.noarch 0:2025a-1.el9 will be an update ---> Package util-linux.x86_64 0:2.23.2-65.el7 will be updated ---> Package util-linux.x86_64 0:2.37.4-20.el9 will be an update ---> Package util-linux-core.x86_64 0:2.37.4-20.el9 will be obsoleting ---> Package vim-minimal.x86_64 2:7.4.629-7.el7 will be updated ---> Package vim-minimal.x86_64 2:8.2.2637-21.el9 will be an update ---> Package xz.x86_64 0:5.2.2-1.el7 will be updated ---> Package xz.x86_64 0:5.2.5-8.el9_0 will be an update ---> Package xz-libs.x86_64 0:5.2.2-1.el7 will be updated ---> Package xz-libs.x86_64 0:5.2.5-8.el9_0 will be an update ---> Package yum.noarch 0:3.4.3-168.el7.centos will be updated ---> Package yum.noarch 0:4.14.0-17.el9 will be an update --> Processing Dependency: dnf = 4.14.0-17.el9 for package: yum-4.14.0-17.el9.noarch ---> Package yum-utils.noarch 0:1.1.31-54.el7_8 will be updated ---> Package yum-utils.noarch 0:4.3.0-16.el9 will be an update --> Processing Dependency: dnf-plugins-core = 4.3.0-16.el9 for package: yum-utils-4.3.0-16.el9.noarch --> Processing Dependency: python3-dnf >= 4.11.0 for package: yum-utils-4.3.0-16.el9.noarch ---> Package zlib.x86_64 0:1.2.7-18.el7 will be updated ---> Package zlib.x86_64 0:1.2.11-40.el9 will be an update --> Running transaction check ---> Package alternatives.x86_64 0:1.24-1.el9_5.1 will be installed ---> Package binutils-gold.x86_64 0:2.35.2-54.el9 will be installed ---> Package crypto-policies.noarch 0:20240828-2.git626aa59.el9_5 will be installed ---> Package crypto-policies-scripts.noarch 0:20240828-2.git626aa59.el9_5 will be installed ---> Package dbus-broker.x86_64 0:28-7.el9 will be installed --> Processing Dependency: dbus-common for package: dbus-broker-28-7.el9.x86_64 ---> Package dnf.noarch 0:4.14.0-17.el9 will be installed ---> Package dnf-plugins-core.noarch 0:4.3.0-16.el9 will be installed --> Processing Dependency: python3-dnf-plugins-core = 4.3.0-16.el9 for package: dnf-plugins-core-4.3.0-16.el9.noarch ---> Package elfutils-debuginfod-client.x86_64 0:0.191-4.el9 will be installed ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package glibc-langpack-zu.x86_64 0:2.34-125.el9_5.1 will be installed ---> Package gnutls.x86_64 0:3.8.3-4.el9_4 will be installed --> Processing Dependency: nettle >= 3.9.1 for package: gnutls-3.8.3-4.el9_4.x86_64 --> Processing Dependency: libhogweed.so.6(HOGWEED_6)(64bit) for package: gnutls-3.8.3-4.el9_4.x86_64 --> Processing Dependency: libnettle.so.8(NETTLE_8)(64bit) for package: gnutls-3.8.3-4.el9_4.x86_64 --> Processing Dependency: libhogweed.so.6()(64bit) for package: gnutls-3.8.3-4.el9_4.x86_64 --> Processing Dependency: libnettle.so.8()(64bit) for package: gnutls-3.8.3-4.el9_4.x86_64 --> Processing Dependency: libunistring.so.2()(64bit) for package: gnutls-3.8.3-4.el9_4.x86_64 ---> Package kbd.x86_64 0:2.4.0-10.el9 will be installed --> Processing Dependency: kbd-legacy = 2.4.0-10.el9 for package: kbd-2.4.0-10.el9.x86_64 --> Processing Dependency: kbd-misc = 2.4.0-10.el9 for package: kbd-2.4.0-10.el9.x86_64 ---> Package libarchive.x86_64 0:3.5.3-4.el9.0.1 will be installed ---> Package libbrotli.x86_64 0:1.0.9-7.el9_5 will be installed ---> Package libeconf.x86_64 0:0.4.1-4.el9 will be installed ---> Package libevent.x86_64 0:2.1.12-8.el9_4 will be installed ---> Package libfdisk.x86_64 0:2.37.4-20.el9 will be installed ---> Package libffi.x86_64 0:3.0.13-19.el7 will be updated --> Processing Dependency: libffi.so.6()(64bit) for package: python-gobject-base-3.22.0-1.el7_4.1.x86_64 --> Processing Dependency: libffi.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package libgomp.x86_64 0:11.5.0-5.el9_5 will be installed ---> Package libidn2.x86_64 0:2.3.0-7.el9 will be installed ---> Package libkcapi-hmaccalc.x86_64 0:1.4.0-2.el9 will be installed --> Processing Dependency: libkcapi(x86-64) = 1.4.0-2.el9 for package: libkcapi-hmaccalc-1.4.0-2.el9.x86_64 --> Processing Dependency: libkcapi.so.1(LIBKCAPI_0.12.0)(64bit) for package: libkcapi-hmaccalc-1.4.0-2.el9.x86_64 --> Processing Dependency: libkcapi.so.1(LIBKCAPI_1.3.1)(64bit) for package: libkcapi-hmaccalc-1.4.0-2.el9.x86_64 --> Processing Dependency: libkcapi.so.1()(64bit) for package: libkcapi-hmaccalc-1.4.0-2.el9.x86_64 ---> Package libksba.x86_64 0:1.5.1-7.el9 will be installed ---> Package libnghttp2.x86_64 0:1.43.0-6.el9 will be installed ---> Package libnsl.x86_64 0:2.34-125.el9_5.1 will be installed ---> Package libpsl.x86_64 0:0.21.1-5.el9 will be installed --> Processing Dependency: publicsuffix-list-dafsa for package: libpsl-0.21.1-5.el9.x86_64 ---> Package libseccomp.x86_64 0:2.5.2-2.el9 will be installed ---> Package libsecret.x86_64 0:0.20.4-4.el9 will be installed ---> Package libselinux-utils.x86_64 0:3.6-1.el9 will be installed ---> Package libsigsegv.x86_64 0:2.13-4.el9 will be installed ---> Package libssh.x86_64 0:0.10.4-13.el9 will be installed --> Processing Dependency: libssh-config = 0.10.4-13.el9 for package: libssh-0.10.4-13.el9.x86_64 ---> Package libssh2.x86_64 0:1.8.0-4.el7_9.1 will be an update --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 ---> Package libxcrypt.x86_64 0:4.4.18-3.el9 will be installed ---> Package libxcrypt-compat.x86_64 0:4.4.18-3.el9 will be installed ---> Package libxml2.i686 0:2.9.1-6.el7_9.6 will be installed --> Processing Dependency: libz.so.1(ZLIB_1.2.3.3) for package: libxml2-2.9.1-6.el7_9.6.i686 --> Processing Dependency: libz.so.1(ZLIB_1.2.2.3) for package: libxml2-2.9.1-6.el7_9.6.i686 --> Processing Dependency: libz.so.1 for package: libxml2-2.9.1-6.el7_9.6.i686 --> Processing Dependency: libm.so.6(GLIBC_2.1) for package: libxml2-2.9.1-6.el7_9.6.i686 --> Processing Dependency: libm.so.6(GLIBC_2.0) for package: libxml2-2.9.1-6.el7_9.6.i686 --> Processing Dependency: libm.so.6 for package: libxml2-2.9.1-6.el7_9.6.i686 --> Processing Dependency: liblzma.so.5(XZ_5.0) for package: libxml2-2.9.1-6.el7_9.6.i686 --> Processing Dependency: liblzma.so.5 for package: libxml2-2.9.1-6.el7_9.6.i686 --> Processing Dependency: libdl.so.2(GLIBC_2.1) for package: libxml2-2.9.1-6.el7_9.6.i686 --> Processing Dependency: libdl.so.2(GLIBC_2.0) for package: libxml2-2.9.1-6.el7_9.6.i686 --> Processing Dependency: libdl.so.2 for package: libxml2-2.9.1-6.el7_9.6.i686 --> Processing Dependency: libc.so.6(GLIBC_2.15) for package: libxml2-2.9.1-6.el7_9.6.i686 ---> Package libzstd.x86_64 0:1.5.1-2.el9 will be installed ---> Package lmdb-libs.x86_64 0:0.9.29-3.el9 will be installed ---> Package lua.x86_64 0:5.1.4-15.el7 will be updated --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package lua-libs.x86_64 0:5.4.4-4.el9 will be installed ---> Package lz4-libs.x86_64 0:1.9.3-5.el9 will be installed ---> Package mpfr.x86_64 0:4.1.0-7.el9 will be installed ---> Package ncurses-libs.x86_64 0:5.9-14.20130511.el7_4 will be updated --> Processing Dependency: libncursesw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libpanelw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package npth.x86_64 0:1.6-8.el9 will be installed ---> Package openssl.x86_64 1:3.2.2-6.el9_5.1 will be installed ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package pcre2.x86_64 0:10.40-6.el9 will be installed --> Processing Dependency: pcre2-syntax = 10.40-6.el9 for package: pcre2-10.40-6.el9.x86_64 ---> Package pigz.x86_64 0:2.5-4.el9 will be installed ---> Package pkgconf.x86_64 0:1.7.3-10.el9 will be installed --> Processing Dependency: libpkgconf(x86-64) = 1.7.3-10.el9 for package: pkgconf-1.7.3-10.el9.x86_64 --> Processing Dependency: libpkgconf.so.3()(64bit) for package: pkgconf-1.7.3-10.el9.x86_64 ---> Package policycoreutils.x86_64 0:3.6-2.1.el9 will be installed ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libpanelw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libncursesw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libffi.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python3.x86_64 0:3.9.21-1.el9_5 will be installed --> Processing Dependency: python3-libs(x86-64) = 3.9.21-1.el9_5 for package: python3-3.9.21-1.el9_5.x86_64 --> Processing Dependency: libpython3.9.so.1.0()(64bit) for package: python3-3.9.21-1.el9_5.x86_64 ---> Package python3-dnf.noarch 0:4.14.0-17.el9 will be installed --> Processing Dependency: dnf-data = 4.14.0-17.el9 for package: python3-dnf-4.14.0-17.el9.noarch --> Processing Dependency: libmodulemd >= 2.9.3 for package: python3-dnf-4.14.0-17.el9.noarch --> Processing Dependency: python3-hawkey >= 0.66.0 for package: python3-dnf-4.14.0-17.el9.noarch --> Processing Dependency: python3-libcomps >= 0.1.8 for package: python3-dnf-4.14.0-17.el9.noarch --> Processing Dependency: python3-libdnf >= 0.66.0 for package: python3-dnf-4.14.0-17.el9.noarch --> Processing Dependency: python3-rpm >= 4.14.0 for package: python3-dnf-4.14.0-17.el9.noarch --> Processing Dependency: python3-gpg for package: python3-dnf-4.14.0-17.el9.noarch --> Processing Dependency: python3-libdnf for package: python3-dnf-4.14.0-17.el9.noarch ---> Package python3-six.noarch 0:1.15.0-9.el9 will be installed ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package selinux-policy.noarch 0:38.1.45-3.el9_5 will be installed --> Processing Dependency: selinux-policy-any = 38.1.45-3.el9_5 for package: selinux-policy-38.1.45-3.el9_5.noarch --> Processing Dependency: rpm-plugin-selinux for package: selinux-policy-38.1.45-3.el9_5.noarch ---> Package systemd-pam.x86_64 0:252-46.el9_5.2.0.1 will be installed ---> Package systemd-rpm-macros.noarch 0:252-46.el9_5.2.0.1 will be installed ---> Package tpm2-tss.x86_64 0:3.2.3-1.el9 will be installed --> Running transaction check ---> Package dbus-common.noarch 1:1.12.20-8.el9 will be installed ---> Package dnf-data.noarch 0:4.14.0-17.el9 will be installed --> Processing Dependency: libreport-filesystem for package: dnf-data-4.14.0-17.el9.noarch ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.i686 0:2.34-125.el9_5.1 will be installed --> Processing Dependency: (glibc-gconv-extra(x86-32) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.i686 --> Processing Dependency: libgcc(x86-32) for package: glibc-2.34-125.el9_5.1.i686 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package kbd-legacy.noarch 0:2.4.0-10.el9 will be installed ---> Package kbd-misc.noarch 0:2.4.0-10.el9 will be installed ---> Package libffi.x86_64 0:3.0.13-19.el7 will be updated --> Processing Dependency: libffi.so.6()(64bit) for package: python-gobject-base-3.22.0-1.el7_4.1.x86_64 --> Processing Dependency: libffi.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package libkcapi.x86_64 0:1.4.0-2.el9 will be installed ---> Package libmodulemd.x86_64 0:2.13.0-2.el9 will be installed --> Processing Dependency: libyaml-0.so.2()(64bit) for package: libmodulemd-2.13.0-2.el9.x86_64 ---> Package libpkgconf.x86_64 0:1.7.3-10.el9 will be installed ---> Package libssh-config.noarch 0:0.10.4-13.el9 will be installed ---> Package libssh2.x86_64 0:1.8.0-4.el7_9.1 will be an update --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 ---> Package libunistring.x86_64 0:0.9.10-15.el9 will be installed ---> Package lua.x86_64 0:5.1.4-15.el7 will be updated --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package ncurses-libs.x86_64 0:5.9-14.20130511.el7_4 will be updated --> Processing Dependency: libncursesw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libpanelw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package nettle.x86_64 0:3.9.1-1.el9 will be installed ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package pcre2-syntax.noarch 0:10.40-6.el9 will be installed ---> Package publicsuffix-list-dafsa.noarch 0:20210518-3.el9 will be installed ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libpanelw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libncursesw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libffi.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python3-dnf-plugins-core.noarch 0:4.3.0-16.el9 will be installed --> Processing Dependency: python3-dateutil for package: python3-dnf-plugins-core-4.3.0-16.el9.noarch --> Processing Dependency: python3-dbus for package: python3-dnf-plugins-core-4.3.0-16.el9.noarch --> Processing Dependency: python3-systemd for package: python3-dnf-plugins-core-4.3.0-16.el9.noarch ---> Package python3-gpg.x86_64 0:1.15.1-6.el9 will be installed ---> Package python3-hawkey.x86_64 0:0.69.0-12.el9 will be installed --> Processing Dependency: libdnf(x86-64) = 0.69.0-12.el9 for package: python3-hawkey-0.69.0-12.el9.x86_64 --> Processing Dependency: libsolv.so.1(SOLV_1.0)(64bit) for package: python3-hawkey-0.69.0-12.el9.x86_64 --> Processing Dependency: libsolvext.so.1(SOLV_1.0)(64bit) for package: python3-hawkey-0.69.0-12.el9.x86_64 --> Processing Dependency: libdnf.so.2()(64bit) for package: python3-hawkey-0.69.0-12.el9.x86_64 --> Processing Dependency: libsolv.so.1()(64bit) for package: python3-hawkey-0.69.0-12.el9.x86_64 --> Processing Dependency: libsolvext.so.1()(64bit) for package: python3-hawkey-0.69.0-12.el9.x86_64 ---> Package python3-libcomps.x86_64 0:0.1.18-1.el9 will be installed --> Processing Dependency: libcomps(x86-64) = 0.1.18-1.el9 for package: python3-libcomps-0.1.18-1.el9.x86_64 --> Processing Dependency: libcomps.so.0()(64bit) for package: python3-libcomps-0.1.18-1.el9.x86_64 ---> Package python3-libdnf.x86_64 0:0.69.0-12.el9 will be installed ---> Package python3-libs.x86_64 0:3.9.21-1.el9_5 will be installed --> Processing Dependency: python3-pip-wheel >= 21.2.3-4 for package: python3-libs-3.9.21-1.el9_5.x86_64 --> Processing Dependency: python3-setuptools-wheel >= 53.0.0-7 for package: python3-libs-3.9.21-1.el9_5.x86_64 ---> Package python3-rpm.x86_64 0:4.16.1.3-34.el9.0.1 will be installed --> Processing Dependency: librpmsign.so.9()(64bit) for package: python3-rpm-4.16.1.3-34.el9.0.1.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-plugin-selinux.x86_64 0:4.16.1.3-34.el9.0.1 will be installed ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package selinux-policy-targeted.noarch 0:38.1.45-3.el9_5 will be installed ---> Package xz-libs.i686 0:5.2.5-8.el9_0 will be installed ---> Package zlib.i686 0:1.2.11-40.el9 will be installed --> Running transaction check ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.i686 0:2.34-125.el9_5.1 will be installed --> Processing Dependency: (glibc-gconv-extra(x86-32) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.i686 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package libcomps.x86_64 0:0.1.18-1.el9 will be installed ---> Package libdnf.x86_64 0:0.69.0-12.el9 will be installed --> Processing Dependency: librepo(x86-64) >= 1.13.1 for package: libdnf-0.69.0-12.el9.x86_64 --> Processing Dependency: librepo.so.0()(64bit) for package: libdnf-0.69.0-12.el9.x86_64 ---> Package libffi.x86_64 0:3.0.13-19.el7 will be updated --> Processing Dependency: libffi.so.6()(64bit) for package: python-gobject-base-3.22.0-1.el7_4.1.x86_64 --> Processing Dependency: libffi.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package libgcc.i686 0:11.5.0-5.el9_5 will be installed ---> Package libreport-filesystem.noarch 0:2.15.2-6.el9.rocky.0.2 will be installed ---> Package libsolv.x86_64 0:0.7.24-3.el9 will be installed ---> Package libssh2.x86_64 0:1.8.0-4.el7_9.1 will be an update --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 ---> Package libyaml.x86_64 0:0.2.5-7.el9 will be installed ---> Package lua.x86_64 0:5.1.4-15.el7 will be updated --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package ncurses-libs.x86_64 0:5.9-14.20130511.el7_4 will be updated --> Processing Dependency: libncursesw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libpanelw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libpanelw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libncursesw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libffi.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python3-dateutil.noarch 1:2.8.1-7.el9 will be installed ---> Package python3-dbus.x86_64 0:1.2.18-2.el9.0.1 will be installed ---> Package python3-pip-wheel.noarch 0:21.3.1-1.el9 will be installed ---> Package python3-setuptools-wheel.noarch 0:53.0.0-13.el9 will be installed ---> Package python3-systemd.x86_64 0:234-19.el9 will be installed ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-sign-libs.x86_64 0:4.16.1.3-34.el9.0.1 will be installed --> Processing Dependency: libimaevm.so.4()(64bit) for package: rpm-sign-libs-4.16.1.3-34.el9.0.1.x86_64 --> Running transaction check ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.i686 0:2.34-125.el9_5.1 will be installed --> Processing Dependency: (glibc-gconv-extra(x86-32) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.i686 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package ima-evm-utils.x86_64 0:1.5-2.el9.0.1 will be installed --> Processing Dependency: attr for package: ima-evm-utils-1.5-2.el9.0.1.x86_64 --> Processing Dependency: keyutils for package: ima-evm-utils-1.5-2.el9.0.1.x86_64 ---> Package libffi.x86_64 0:3.0.13-19.el7 will be updated --> Processing Dependency: libffi.so.6()(64bit) for package: python-gobject-base-3.22.0-1.el7_4.1.x86_64 --> Processing Dependency: libffi.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package librepo.x86_64 0:1.14.5-2.el9 will be installed ---> Package libssh2.x86_64 0:1.8.0-4.el7_9.1 will be an update --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 ---> Package lua.x86_64 0:5.1.4-15.el7 will be updated --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package ncurses-libs.x86_64 0:5.9-14.20130511.el7_4 will be updated --> Processing Dependency: libncursesw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libpanelw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libpanelw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libncursesw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libffi.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Running transaction check ---> Package attr.x86_64 0:2.5.1-3.el9 will be installed ---> Package gdbm.x86_64 0:1.10-8.el7 will be obsoleted --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package glibc.i686 0:2.34-125.el9_5.1 will be installed --> Processing Dependency: (glibc-gconv-extra(x86-32) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.i686 ---> Package glibc.x86_64 0:2.34-125.el9_5.1 will be an update --> Processing Dependency: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config) for package: glibc-2.34-125.el9_5.1.x86_64 ---> Package keyutils.x86_64 0:1.6.3-1.el9 will be installed ---> Package libffi.x86_64 0:3.0.13-19.el7 will be updated --> Processing Dependency: libffi.so.6()(64bit) for package: python-gobject-base-3.22.0-1.el7_4.1.x86_64 --> Processing Dependency: libffi.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package libssh2.x86_64 0:1.8.0-4.el7_9.1 will be an update --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 ---> Package lua.x86_64 0:5.1.4-15.el7 will be updated --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package ncurses-libs.x86_64 0:5.9-14.20130511.el7_4 will be updated --> Processing Dependency: libncursesw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libpanelw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated --> Processing Dependency: libcrypto.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: coreutils-8.22-24.el7.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: libssh2-1.8.0-4.el7_9.1.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package python-libs.x86_64 0:2.7.5-94.el7_9 will be an update --> Processing Dependency: libssl.so.10(libssl.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(libcrypto.so.10)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libssl.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libpanelw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libncursesw.so.5()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libgdbm.so.4()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libffi.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 --> Processing Dependency: libcrypto.so.10()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package readline.x86_64 0:6.2-11.el7 will be updated --> Processing Dependency: libreadline.so.6()(64bit) for package: python-libs-2.7.5-94.el7_9.x86_64 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmsign.so.1()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmio.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpmbuild.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: librpm.so.3()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Dependency: liblua-5.1.so()(64bit) for package: rpm-python-4.11.3-48.el7_9.x86_64 --> Processing Conflict: python3-libs-3.9.21-1.el9_5.x86_64 conflicts python-libs < 3 --> Finished Dependency Resolution Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libpanelw.so.5()(64bit) Removing: ncurses-libs-5.9-14.20130511.el7_4.x86_64 (@CentOS) libpanelw.so.5()(64bit) Updated By: ncurses-libs-6.2-10.20210508.el9.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libpanelw.so.6()(64bit) Error: Package: libssh2-1.8.0-4.el7_9.1.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libcrypto.so.10()(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libcrypto.so.10()(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libcrypto.so.3()(64bit) Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Error: Package: coreutils-8.22-24.el7.x86_64 (@CentOS) Requires: libcrypto.so.10()(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libcrypto.so.10()(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libcrypto.so.3()(64bit) Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Error: Package: coreutils-8.22-24.el7.x86_64 (@CentOS) Requires: libcrypto.so.10(libcrypto.so.10)(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libcrypto.so.10(libcrypto.so.10)(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) Not found Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Error: Package: libssh2-1.8.0-4.el7_9.1.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libcrypto.so.10(libcrypto.so.10)(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libcrypto.so.10(libcrypto.so.10)(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) Not found Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Error: Package: rpm-python-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: librpmsign.so.1()(64bit) Removing: rpm-build-libs-4.11.3-45.el7.x86_64 (@CentOS) librpmsign.so.1()(64bit) Updated By: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) Not found Available: rpm-build-libs-4.11.3-46.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpmsign.so.1()(64bit) Available: rpm-build-libs-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpmsign.so.1()(64bit) Error: Package: rpm-python-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: librpmio.so.3()(64bit) Removing: rpm-libs-4.11.3-45.el7.x86_64 (@CentOS) librpmio.so.3()(64bit) Updated By: rpm-libs-4.16.1.3-34.el9.0.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~librpmio.so.9()(64bit) Available: rpm-libs-4.11.3-46.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpmio.so.3()(64bit) Available: rpm-libs-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpmio.so.3()(64bit) Error: Package: python-gobject-base-3.22.0-1.el7_4.1.x86_64 (@CentOS) Requires: libffi.so.6()(64bit) Removing: libffi-3.0.13-19.el7.x86_64 (@CentOS) libffi.so.6()(64bit) Updated By: libffi-3.4.2-8.el9.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libffi.so.8()(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) Not found Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) Error: Package: rpm-python-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: rpm = 4.11.3-48.el7_9 Removing: rpm-4.11.3-45.el7.x86_64 (@CentOS) rpm = 4.11.3-45.el7 Updated By: rpm-4.16.1.3-34.el9.0.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) rpm = 4.16.1.3-34.el9.0.1 Available: rpm-4.11.3-46.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) rpm = 4.11.3-46.el7_9 Available: rpm-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) rpm = 4.11.3-48.el7_9 Error: Package: rpm-python-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: liblua-5.1.so()(64bit) Removing: lua-5.1.4-15.el7.x86_64 (@CentOS) liblua-5.1.so()(64bit) Updated By: lua-5.4.4-4.el9.x86_64 (tf-mirrors.ci_repos_yum9-appstream) Not found Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libcrypto.so.10(libcrypto.so.10)(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libcrypto.so.10(libcrypto.so.10)(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) Not found Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(libcrypto.so.10)(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libssl.so.10()(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libssl.so.10()(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libssl.so.3()(64bit) Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libcrypto.so.10()(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libcrypto.so.10()(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libcrypto.so.3()(64bit) Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10()(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libcrypto.so.10(OPENSSL_1.0.2)(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libcrypto.so.3(OPENSSL_3.0.0)(64bit) ~libcrypto.so.3(OPENSSL_3.0.1)(64bit) ~libcrypto.so.3(OPENSSL_3.0.3)(64bit) ~libcrypto.so.3(OPENSSL_3.0.8)(64bit) ~libcrypto.so.3(OPENSSL_3.0.9)(64bit) ~libcrypto.so.3(OPENSSL_3.1.0)(64bit) ~libcrypto.so.3(OPENSSL_3.2.0)(64bit) Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.2)(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.2)(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.2)(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.2)(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libcrypto.so.10(OPENSSL_1.0.2)(64bit) Error: Package: glibc-2.34-125.el9_5.1.i686 (tf-mirrors.ci_repos_yum9-baseos) Requires: (glibc-gconv-extra(x86-32) = 2.34-125.el9_5.1 if redhat-rpm-config) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libssl.so.10(libssl.so.10)(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libssl.so.10(libssl.so.10)(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) Not found Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10(libssl.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10(libssl.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10(libssl.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10(libssl.so.10)(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10(libssl.so.10)(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libffi.so.6()(64bit) Removing: libffi-3.0.13-19.el7.x86_64 (@CentOS) libffi.so.6()(64bit) Updated By: libffi-3.4.2-8.el9.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libffi.so.8()(64bit) Error: python3-libs conflicts with python-libs-2.7.5-94.el7_9.x86_64 Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libtinfo.so.5()(64bit) Removing: ncurses-libs-5.9-14.20130511.el7_4.x86_64 (@CentOS) libtinfo.so.5()(64bit) Updated By: ncurses-libs-6.2-10.20210508.el9.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libtinfo.so.6()(64bit) Error: Package: rpm-python-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: librpm.so.3()(64bit) Removing: rpm-libs-4.11.3-45.el7.x86_64 (@CentOS) librpm.so.3()(64bit) Updated By: rpm-libs-4.16.1.3-34.el9.0.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~librpm.so.9()(64bit) Available: rpm-libs-4.11.3-46.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpm.so.3()(64bit) Available: rpm-libs-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpm.so.3()(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libgdbm.so.4()(64bit) Removing: gdbm-1.10-8.el7.x86_64 (@CentOS) libgdbm.so.4()(64bit) Obsoleted By: 1:gdbm-1.23-1.el9.x86_64 (tf-mirrors.ci_repos_yum9-crb) Not found Error: Package: libssh2-1.8.0-4.el7_9.1.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libssl.so.10()(64bit) Removing: 1:openssl-libs-1.0.2k-19.el7.x86_64 (@CentOS) libssl.so.10()(64bit) Updated By: 1:openssl-libs-3.2.2-6.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libssl.so.3()(64bit) Available: 1:openssl-libs-1.0.2k-21.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-25.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Available: 1:openssl-libs-1.0.2k-26.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) libssl.so.10()(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libreadline.so.6()(64bit) Removing: readline-6.2-11.el7.x86_64 (@CentOS) libreadline.so.6()(64bit) Updated By: readline-8.1-4.el9.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libreadline.so.8()(64bit) Error: Package: python-libs-2.7.5-94.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: libncursesw.so.5()(64bit) Removing: ncurses-libs-5.9-14.20130511.el7_4.x86_64 (@CentOS) libncursesw.so.5()(64bit) Updated By: ncurses-libs-6.2-10.20210508.el9.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~libncursesw.so.6()(64bit) Error: Package: rpm-python-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) Requires: librpmbuild.so.3()(64bit) Removing: rpm-build-libs-4.11.3-45.el7.x86_64 (@CentOS) librpmbuild.so.3()(64bit) Updated By: rpm-build-libs-4.16.1.3-34.el9.0.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) ~librpmbuild.so.9()(64bit) Available: rpm-build-libs-4.11.3-46.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpmbuild.so.3()(64bit) Available: rpm-build-libs-4.11.3-48.el7_9.x86_64 (tf-mirrors.ci_repos_yum7-updates) librpmbuild.so.3()(64bit) Error: Package: glibc-2.34-125.el9_5.1.x86_64 (tf-mirrors.ci_repos_yum9-baseos) Requires: (glibc-gconv-extra(x86-64) = 2.34-125.el9_5.1 if redhat-rpm-config)  You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest