1.背景
由于CentOS7.9的最终支持是在2024年6月30日,考虑将办公室机器升级到可支持版本,先将系统升级到CentOS8.5,后续再升级到RockyLinux8以便获得长久支持。
Rocky Linux:由 CentOS 创始人发起的另一个 RHEL 克隆。
Red Hat官方文档 从 RHEL 7 升级至 RHEL 8 有一个文档说明,可以参考学习。
由于CentOS官方没有提供大版本升级到CentOS 8的工具,本文实践完全是手工操作,其中可能也有不完善和潜在的风险,所以请务必谨慎操作,并且不建议用于生产环境,具体风险请自行把控。
2.准备工作
2.1 首先需要安装EPEL仓库
yum install epel-release -y[root@localhost ~]# yum install epel-release -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* epel: repo.jing.rocks
Package epel-release-7-14.noarch already installed and latest version
Nothing to do
2.2 安装yum-utils工具
yum install yum-utils -y[root@localhost ~]# yum install yum-utils -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* epel: repo.jing.rocks
Resolving Dependencies
--> Running transaction check
---> Package yum-utils.noarch 0:1.1.31-54.el7_8 will be installed
--> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-54.el7_8.noarch
--> Processing Dependency: libxml2-python for package: yum-utils-1.1.31-54.el7_8.noarch
--> Running transaction check
---> Package libxml2-python.x86_64 0:2.9.1-6.el7_9.6 will be installed
---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
--> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch
--> Running transaction check
---> Package python-chardet.noarch 0:2.2.1-3.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Installing:
yum-utils noarch 1.1.31-54.el7_8 base 122 k
Installing for dependencies:
libxml2-python x86_64 2.9.1-6.el7_9.6 updates 247 k
python-chardet noarch 2.2.1-3.el7 base 227 k
python-kitchen noarch 1.1.1-5.el7 base 267 k
Transaction Summary
========================================================================================================================================================================
Install 1 Package (+3 Dependent packages)
Total download size: 863 k
Installed size: 4.3 M
Downloading packages:
(1/4): python-kitchen-1.1.1-5.el7.noarch.rpm | 267 kB 00:00:00
(2/4): libxml2-python-2.9.1-6.el7_9.6.x86_64.rpm | 247 kB 00:00:00
(3/4): python-chardet-2.2.1-3.el7.noarch.rpm | 227 kB 00:00:00
(4/4): yum-utils-1.1.31-54.el7_8.noarch.rpm | 122 kB 00:00:00
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 1.8 MB/s | 863 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : python-chardet-2.2.1-3.el7.noarch 1/4
Installing : python-kitchen-1.1.1-5.el7.noarch 2/4
Installing : libxml2-python-2.9.1-6.el7_9.6.x86_64 3/4
Installing : yum-utils-1.1.31-54.el7_8.noarch 4/4
Verifying : python-kitchen-1.1.1-5.el7.noarch 1/4
Verifying : yum-utils-1.1.31-54.el7_8.noarch 2/4
Verifying : libxml2-python-2.9.1-6.el7_9.6.x86_64 3/4
Verifying : python-chardet-2.2.1-3.el7.noarch 4/4
Installed:
yum-utils.noarch 0:1.1.31-54.el7_8
Dependency Installed:
libxml2-python.x86_64 0:2.9.1-6.el7_9.6 python-chardet.noarch 0:2.2.1-3.el7 python-kitchen.noarch 0:1.1.1-5.el7
Complete!2.3 解析RPM包
yum install rpmconf -y
rpmconf -a[root@localhost ~]# yum install rpmconf -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* epel: repo.jing.rocks
Resolving Dependencies
--> Running transaction check
---> Package rpmconf.noarch 0:1.1.7-1.el7.1 will be installed
--> Processing Dependency: /usr/bin/python3 for package: rpmconf-1.1.7-1.el7.1.noarch
--> Processing Dependency: python36-rpm for package: rpmconf-1.1.7-1.el7.1.noarch
--> Processing Dependency: python36-rpmconf for package: rpmconf-1.1.7-1.el7.1.noarch
--> Processing Dependency: rpmconf-base for package: rpmconf-1.1.7-1.el7.1.noarch
--> Running transaction check
---> Package python3.x86_64 0:3.6.8-21.el7_9 will be installed
--> Processing Dependency: python3-libs(x86-64) = 3.6.8-21.el7_9 for package: python3-3.6.8-21.el7_9.x86_64
--> Processing Dependency: python3-setuptools for package: python3-3.6.8-21.el7_9.x86_64
--> Processing Dependency: python3-pip for package: python3-3.6.8-21.el7_9.x86_64
--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-21.el7_9.x86_64
---> Package python36-rpm.x86_64 0:4.11.3-10.el7 will be installed
---> Package python36-rpmconf.noarch 0:1.1.7-1.el7.1 will be installed
---> Package rpmconf-base.noarch 0:1.1.7-1.el7.1 will be installed
--> Running transaction check
---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be installed
--> Processing Dependency: libtirpc.so.1()(64bit) for package: python3-libs-3.6.8-21.el7_9.x86_64
---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed
---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed
--> Running transaction check
---> Package libtirpc.x86_64 0:0.2.4-0.16.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Installing:
rpmconf noarch 1.1.7-1.el7.1 epel 24 k
Installing for dependencies:
libtirpc x86_64 0.2.4-0.16.el7 base 89 k
python3 x86_64 3.6.8-21.el7_9 updates 71 k
python3-libs x86_64 3.6.8-21.el7_9 updates 7.0 M
python3-pip noarch 9.0.3-8.el7 base 1.6 M
python3-setuptools noarch 39.2.0-10.el7 base 629 k
python36-rpm x86_64 4.11.3-10.el7 epel 768 k
python36-rpmconf noarch 1.1.7-1.el7.1 epel 32 k
rpmconf-base noarch 1.1.7-1.el7.1 epel 7.2 k
Transaction Summary
========================================================================================================================================================================
Install 1 Package (+8 Dependent packages)
Total download size: 10 M
Installed size: 49 M
Downloading packages:
(1/9): python3-3.6.8-21.el7_9.x86_64.rpm | 71 kB 00:00:00
(2/9): libtirpc-0.2.4-0.16.el7.x86_64.rpm | 89 kB 00:00:00
(3/9): python3-pip-9.0.3-8.el7.noarch.rpm | 1.6 MB 00:00:00
(4/9): python3-setuptools-39.2.0-10.el7.noarch.rpm | 629 kB 00:00:00
(5/9): python3-libs-3.6.8-21.el7_9.x86_64.rpm | 7.0 MB 00:00:00
(6/9): python36-rpm-4.11.3-10.el7.x86_64.rpm | 768 kB 00:00:00
(7/9): python36-rpmconf-1.1.7-1.el7.1.noarch.rpm | 32 kB 00:00:01
(8/9): rpmconf-base-1.1.7-1.el7.1.noarch.rpm | 7.2 kB 00:00:01
(9/9): rpmconf-1.1.7-1.el7.1.noarch.rpm | 24 kB 00:00:02
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 3.0 MB/s | 10 MB 00:00:03
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : rpmconf-base-1.1.7-1.el7.1.noarch 1/9
Installing : libtirpc-0.2.4-0.16.el7.x86_64 2/9
Installing : python3-setuptools-39.2.0-10.el7.noarch 3/9
Installing : python3-pip-9.0.3-8.el7.noarch 4/9
Installing : python3-3.6.8-21.el7_9.x86_64 5/9
Installing : python3-libs-3.6.8-21.el7_9.x86_64 6/9
Installing : python36-rpm-4.11.3-10.el7.x86_64 7/9
Installing : python36-rpmconf-1.1.7-1.el7.1.noarch 8/9
Installing : rpmconf-1.1.7-1.el7.1.noarch 9/9
Verifying : libtirpc-0.2.4-0.16.el7.x86_64 1/9
Verifying : python3-3.6.8-21.el7_9.x86_64 2/9
Verifying : python3-setuptools-39.2.0-10.el7.noarch 3/9
Verifying : rpmconf-1.1.7-1.el7.1.noarch 4/9
Verifying : python36-rpmconf-1.1.7-1.el7.1.noarch 5/9
Verifying : rpmconf-base-1.1.7-1.el7.1.noarch 6/9
Verifying : python3-libs-3.6.8-21.el7_9.x86_64 7/9
Verifying : python36-rpm-4.11.3-10.el7.x86_64 8/9
Verifying : python3-pip-9.0.3-8.el7.noarch 9/9
Installed:
rpmconf.noarch 0:1.1.7-1.el7.1
Dependency Installed:
libtirpc.x86_64 0:0.2.4-0.16.el7 python3.x86_64 0:3.6.8-21.el7_9 python3-libs.x86_64 0:3.6.8-21.el7_9 python3-pip.noarch 0:9.0.3-8.el7
python3-setuptools.noarch 0:39.2.0-10.el7 python36-rpm.x86_64 0:4.11.3-10.el7 python36-rpmconf.noarch 0:1.1.7-1.el7.1 rpmconf-base.noarch 0:1.1.7-1.el7.1
Complete!
[root@localhost ~]# rpmconf -a
[root@localhost ~]# 2.4 清理所有不需要的软件包
package-cleanup --leaves
package-cleanup --orphans[root@localhost ~]# package-cleanup --leaves
Loaded plugins: fastestmirror
libsysfs-2.1.0-16.el7.x86_64
libtool-2.4.2-22.el7_3.x86_64
[root@localhost ~]# package-cleanup --orphans
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* epel: repo.jing.rocks
mysql-community-client-5.7.44-1.el7.x86_64
mysql-community-common-5.7.44-1.el7.x86_64
mysql-community-libs-5.7.44-1.el7.x86_64
mysql-community-libs-compat-5.7.44-1.el7.x86_64
mysql-community-server-5.7.44-1.el7.x86_64
mysql57-community-release-el7-8.noarch2.5 需要首先安装CentOS 8的默认包管理器 dnf
yum install dnf -y[root@localhost ~]# yum install dnf -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* epel: repo.jing.rocks
Resolving Dependencies
--> Running transaction check
---> Package dnf.noarch 0:4.0.9.2-2.el7_9 will be installed
--> Processing Dependency: python2-dnf = 4.0.9.2-2.el7_9 for package: dnf-4.0.9.2-2.el7_9.noarch
--> Running transaction check
---> Package python2-dnf.noarch 0:4.0.9.2-2.el7_9 will be installed
--> Processing Dependency: dnf-data = 4.0.9.2-2.el7_9 for package: python2-dnf-4.0.9.2-2.el7_9.noarch
--> Processing Dependency: python2-libdnf >= 0.22.5 for package: python2-dnf-4.0.9.2-2.el7_9.noarch
--> Processing Dependency: python2-libcomps >= 0.1.8 for package: python2-dnf-4.0.9.2-2.el7_9.noarch
--> Processing Dependency: python2-hawkey >= 0.22.5 for package: python2-dnf-4.0.9.2-2.el7_9.noarch
--> Processing Dependency: libmodulemd >= 1.4.0 for package: python2-dnf-4.0.9.2-2.el7_9.noarch
--> Processing Dependency: python2-libdnf for package: python2-dnf-4.0.9.2-2.el7_9.noarch
--> Processing Dependency: python-enum34 for package: python2-dnf-4.0.9.2-2.el7_9.noarch
--> Processing Dependency: deltarpm for package: python2-dnf-4.0.9.2-2.el7_9.noarch
--> Running transaction check
---> Package deltarpm.x86_64 0:3.6-3.el7 will be installed
---> Package dnf-data.noarch 0:4.0.9.2-2.el7_9 will be installed
--> Processing Dependency: libreport-filesystem for package: dnf-data-4.0.9.2-2.el7_9.noarch
---> Package libmodulemd.x86_64 0:1.6.3-1.el7 will be installed
--> Processing Dependency: libyaml-0.so.2()(64bit) for package: libmodulemd-1.6.3-1.el7.x86_64
---> Package python-enum34.noarch 0:1.0.4-1.el7 will be installed
---> Package python2-hawkey.x86_64 0:0.22.5-2.el7_9 will be installed
--> Processing Dependency: libdnf(x86-64) = 0.22.5-2.el7_9 for package: python2-hawkey-0.22.5-2.el7_9.x86_64
--> Processing Dependency: libsolvext.so.0(SOLV_1.0)(64bit) for package: python2-hawkey-0.22.5-2.el7_9.x86_64
--> Processing Dependency: libsolv.so.0(SOLV_1.0)(64bit) for package: python2-hawkey-0.22.5-2.el7_9.x86_64
--> Processing Dependency: libsolvext.so.0()(64bit) for package: python2-hawkey-0.22.5-2.el7_9.x86_64
--> Processing Dependency: libsolv.so.0()(64bit) for package: python2-hawkey-0.22.5-2.el7_9.x86_64
--> Processing Dependency: librepo.so.0()(64bit) for package: python2-hawkey-0.22.5-2.el7_9.x86_64
--> Processing Dependency: libdnf.so.2()(64bit) for package: python2-hawkey-0.22.5-2.el7_9.x86_64
---> Package python2-libcomps.x86_64 0:0.1.8-14.el7 will be installed
--> Processing Dependency: libcomps(x86-64) = 0.1.8-14.el7 for package: python2-libcomps-0.1.8-14.el7.x86_64
--> Processing Dependency: libcomps.so.0.1.6()(64bit) for package: python2-libcomps-0.1.8-14.el7.x86_64
---> Package python2-libdnf.x86_64 0:0.22.5-2.el7_9 will be installed
--> Running transaction check
---> Package libcomps.x86_64 0:0.1.8-14.el7 will be installed
---> Package libdnf.x86_64 0:0.22.5-2.el7_9 will be installed
---> Package librepo.x86_64 0:1.8.1-8.el7_9 will be installed
---> Package libreport-filesystem.x86_64 0:2.1.11-53.el7.centos will be installed
---> Package libsolv.x86_64 0:0.6.34-4.el7 will be installed
---> Package libyaml.x86_64 0:0.1.4-11.el7_0 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Installing:
dnf noarch 4.0.9.2-2.el7_9 extras 357 k
Installing for dependencies:
deltarpm x86_64 3.6-3.el7 base 82 k
dnf-data noarch 4.0.9.2-2.el7_9 extras 51 k
libcomps x86_64 0.1.8-14.el7 extras 75 k
libdnf x86_64 0.22.5-2.el7_9 extras 535 k
libmodulemd x86_64 1.6.3-1.el7 extras 141 k
librepo x86_64 1.8.1-8.el7_9 updates 82 k
libreport-filesystem x86_64 2.1.11-53.el7.centos base 41 k
libsolv x86_64 0.6.34-4.el7 base 329 k
libyaml x86_64 0.1.4-11.el7_0 base 55 k
python-enum34 noarch 1.0.4-1.el7 base 52 k
python2-dnf noarch 4.0.9.2-2.el7_9 extras 414 k
python2-hawkey x86_64 0.22.5-2.el7_9 extras 71 k
python2-libcomps x86_64 0.1.8-14.el7 extras 47 k
python2-libdnf x86_64 0.22.5-2.el7_9 extras 611 k
Transaction Summary
========================================================================================================================================================================
Install 1 Package (+14 Dependent packages)
Total download size: 2.9 M
Installed size: 11 M
Downloading packages:
(1/15): deltarpm-3.6-3.el7.x86_64.rpm | 82 kB 00:00:00
(2/15): dnf-data-4.0.9.2-2.el7_9.noarch.rpm | 51 kB 00:00:00
(3/15): dnf-4.0.9.2-2.el7_9.noarch.rpm | 357 kB 00:00:00
(4/15): libcomps-0.1.8-14.el7.x86_64.rpm | 75 kB 00:00:00
(5/15): libdnf-0.22.5-2.el7_9.x86_64.rpm | 535 kB 00:00:00
(6/15): libmodulemd-1.6.3-1.el7.x86_64.rpm | 141 kB 00:00:00
(7/15): libreport-filesystem-2.1.11-53.el7.centos.x86_64.rpm | 41 kB 00:00:00
(8/15): libyaml-0.1.4-11.el7_0.x86_64.rpm | 55 kB 00:00:00
(9/15): librepo-1.8.1-8.el7_9.x86_64.rpm | 82 kB 00:00:00
(10/15): python-enum34-1.0.4-1.el7.noarch.rpm | 52 kB 00:00:00
(11/15): libsolv-0.6.34-4.el7.x86_64.rpm | 329 kB 00:00:00
(12/15): python2-hawkey-0.22.5-2.el7_9.x86_64.rpm | 71 kB 00:00:00
(13/15): python2-libcomps-0.1.8-14.el7.x86_64.rpm | 47 kB 00:00:00
(14/15): python2-dnf-4.0.9.2-2.el7_9.noarch.rpm | 414 kB 00:00:00
(15/15): python2-libdnf-0.22.5-2.el7_9.x86_64.rpm | 611 kB 00:00:00
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 2.1 MB/s | 2.9 MB 00:00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : libsolv-0.6.34-4.el7.x86_64 1/15
Installing : librepo-1.8.1-8.el7_9.x86_64 2/15
Installing : libreport-filesystem-2.1.11-53.el7.centos.x86_64 3/15
Installing : dnf-data-4.0.9.2-2.el7_9.noarch 4/15
Installing : libcomps-0.1.8-14.el7.x86_64 5/15
Installing : python2-libcomps-0.1.8-14.el7.x86_64 6/15
Installing : python-enum34-1.0.4-1.el7.noarch 7/15
Installing : deltarpm-3.6-3.el7.x86_64 8/15
Installing : libyaml-0.1.4-11.el7_0.x86_64 9/15
Installing : libmodulemd-1.6.3-1.el7.x86_64 10/15
Installing : libdnf-0.22.5-2.el7_9.x86_64 11/15
Installing : python2-libdnf-0.22.5-2.el7_9.x86_64 12/15
Installing : python2-hawkey-0.22.5-2.el7_9.x86_64 13/15
Installing : python2-dnf-4.0.9.2-2.el7_9.noarch 14/15
Installing : dnf-4.0.9.2-2.el7_9.noarch 15/15
Verifying : libyaml-0.1.4-11.el7_0.x86_64 1/15
Verifying : python2-libcomps-0.1.8-14.el7.x86_64 2/15
Verifying : dnf-4.0.9.2-2.el7_9.noarch 3/15
Verifying : librepo-1.8.1-8.el7_9.x86_64 4/15
Verifying : python2-hawkey-0.22.5-2.el7_9.x86_64 5/15
Verifying : deltarpm-3.6-3.el7.x86_64 6/15
Verifying : libmodulemd-1.6.3-1.el7.x86_64 7/15
Verifying : dnf-data-4.0.9.2-2.el7_9.noarch 8/15
Verifying : libdnf-0.22.5-2.el7_9.x86_64 9/15
Verifying : python-enum34-1.0.4-1.el7.noarch 10/15
Verifying : python2-dnf-4.0.9.2-2.el7_9.noarch 11/15
Verifying : libcomps-0.1.8-14.el7.x86_64 12/15
Verifying : libsolv-0.6.34-4.el7.x86_64 13/15
Verifying : libreport-filesystem-2.1.11-53.el7.centos.x86_64 14/15
Verifying : python2-libdnf-0.22.5-2.el7_9.x86_64 15/15
Installed:
dnf.noarch 0:4.0.9.2-2.el7_9
Dependency Installed:
deltarpm.x86_64 0:3.6-3.el7 dnf-data.noarch 0:4.0.9.2-2.el7_9 libcomps.x86_64 0:0.1.8-14.el7
libdnf.x86_64 0:0.22.5-2.el7_9 libmodulemd.x86_64 0:1.6.3-1.el7 librepo.x86_64 0:1.8.1-8.el7_9
libreport-filesystem.x86_64 0:2.1.11-53.el7.centos libsolv.x86_64 0:0.6.34-4.el7 libyaml.x86_64 0:0.1.4-11.el7_0
python-enum34.noarch 0:1.0.4-1.el7 python2-dnf.noarch 0:4.0.9.2-2.el7_9 python2-hawkey.x86_64 0:0.22.5-2.el7_9
python2-libcomps.x86_64 0:0.1.8-14.el7 python2-libdnf.x86_64 0:0.22.5-2.el7_9
Complete!2.6 移除yum包管理器
dnf -y remove yum yum-metadata-parser
rm -Rf /etc/yum[root@localhost ~]# dnf -y remove yum yum-metadata-parser
Dependencies resolved.
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Removing:
yum noarch 3.4.3-168.el7.centos @System 5.6 M
yum-metadata-parser x86_64 1.1.4-10.el7 @System 57 k
Removing dependent packages:
yum-plugin-fastestmirror noarch 1.1.31-54.el7_8 @System 53 k
yum-utils noarch 1.1.31-54.el7_8 @System 337 k
Transaction Summary
========================================================================================================================================================================
Remove 4 Packages
Freed space: 6.0 M
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Erasing : yum-utils-1.1.31-54.el7_8.noarch 1/4
Erasing : yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch 2/4
Erasing : yum-3.4.3-168.el7.centos.noarch 3/4
Erasing : yum-metadata-parser-1.1.4-10.el7.x86_64 4/4
Verifying : yum-3.4.3-168.el7.centos.noarch 1/4
Verifying : yum-metadata-parser-1.1.4-10.el7.x86_64 2/4
Verifying : yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch 3/4
Verifying : yum-utils-1.1.31-54.el7_8.noarch 4/4
Removed:
yum-3.4.3-168.el7.centos.noarch yum-metadata-parser-1.1.4-10.el7.x86_64 yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch yum-utils-1.1.31-54.el7_8.noarch
Complete!
[root@localhost ~]# rm -Rf /etc/yum
[root@localhost ~]# 2.7 现在执行CentOS 7升级到CentOS 8前需要先升级
dnf upgrade -y[root@localhost ~]# dnf upgrade -y
Extra Packages for Enterprise Linux 7 - x86_64 7.1 MB/s | 17 MB 00:02
CentOS-7 - Base - mirrors.huaweicloud.com 19 MB/s | 10 MB 00:00
CentOS-7 - Updates - mirrors.huaweicloud.com 47 MB/s | 34 MB 00:00
CentOS-7 - Extras - mirrors.huaweicloud.com 1.1 MB/s | 361 kB 00:00
Last metadata expiration check: 0:00:01 ago on Thu 19 Dec 2024 02:57:27 PM CST.
Dependencies resolved.
Nothing to do.
Complete!
[root@localhost ~]# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)2.8 安装CentOS 8的release软件包
dnf -y upgrade https://mirrors.bfsu.edu.cn/centos/8-stream/BaseOS/x86_64/os/Packages/centos-stream-release-8.5-3.el8.noarch.rpm
dnf install https://mirrors.aliyun.com/centos/8/BaseOS/x86_64/os/Packages/{centos-linux-repos-8-3.el8.noarch.rpm,centos-linux-release-8.5-1.2111.el8.noarch.rpm,centos-gpg-keys-8-3.el8.noarch.rpm}[root@localhost ~]# dnf -y upgrade https://mirrors.bfsu.edu.cn/centos/8-stream/BaseOS/x86_64/os/Packages/centos-stream-release-8.5-3.el8.noarch.rpm
Last metadata expiration check: 0:00:08 ago on Thu 19 Dec 2024 02:58:28 PM CST.
[MIRROR] centos-stream-release-8.5-3.el8.noarch.rpm: Status code: 404 for https://mirrors.bfsu.edu.cn/centos/8-stream/BaseOS/x86_64/os/Packages/centos-stream-release-8.5-3.el8.noarch.rpm
[FAILED] centos-stream-release-8.5-3.el8.noarch.rpm: Status code: 404 for https://mirrors.bfsu.edu.cn/centos/8-stream/BaseOS/x86_64/os/Packages/centos-stream-release-8.5-3.el8.noarch.rpm
Status code: 404 for https://mirrors.bfsu.edu.cn/centos/8-stream/BaseOS/x86_64/os/Packages/centos-stream-release-8.5-3.el8.noarch.rpm
[root@localhost ~]# dnf install https://mirrors.aliyun.com/centos/8/BaseOS/x86_64/os/Packages/{centos-linux-repos-8-3.el8.noarch.rpm,centos-linux-release-8.5-1.2111.el8.noarch.rpm,centos-gpg-keys-8-3.el8.noarch.rpm}
Last metadata expiration check: 0:00:09 ago on Thu 19 Dec 2024 02:58:28 PM CST.
centos-linux-repos-8-3.el8.noarch.rpm 103 kB/s | 20 kB 00:00
centos-linux-release-8.5-1.2111.el8.noarch.rpm 338 kB/s | 22 kB 00:00
centos-gpg-keys-8-3.el8.noarch.rpm 176 kB/s | 12 kB 00:00
Dependencies resolved.
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Installing:
centos-linux-repos noarch 8-3.el8 @commandline 20 k
centos-linux-release noarch 8.5-1.2111.el8 @commandline 22 k
replacing centos-release.x86_64 7-9.2009.2.el7.centos
centos-gpg-keys noarch 1:8-3.el8 @commandline 12 k
Transaction Summary
========================================================================================================================================================================
Install 3 Packages
Total size: 54 k
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : centos-gpg-keys-1:8-3.el8.noarch 1/4
Installing : centos-linux-release-8.5-1.2111.el8.noarch 2/4
Installing : centos-linux-repos-8-3.el8.noarch 3/4
Obsoleting : centos-release-7-9.2009.2.el7.centos.x86_64 4/4
warning: file /etc/yum/vars/infra: remove failed: No such file or directory
warning: file /etc/yum/vars/contentdir: remove failed: No such file or directory
warning: /etc/yum.repos.d/CentOS-x86_64-kernel.repo saved as /etc/yum.repos.d/CentOS-x86_64-kernel.repo.rpmsave
warning: /etc/yum.repos.d/CentOS-fasttrack.repo saved as /etc/yum.repos.d/CentOS-fasttrack.repo.rpmsave
warning: /etc/yum.repos.d/CentOS-Base.repo saved as /etc/yum.repos.d/CentOS-Base.repo.rpmsave
Verifying : centos-linux-repos-8-3.el8.noarch 1/4
Verifying : centos-linux-release-8.5-1.2111.el8.noarch 2/4
Verifying : centos-release-7-9.2009.2.el7.centos.x86_64 3/4
Verifying : centos-gpg-keys-1:8-3.el8.noarch 4/4
Installed:
centos-linux-repos-8-3.el8.noarch centos-linux-release-8.5-1.2111.el8.noarch centos-gpg-keys-1:8-3.el8.noarch
Complete!2.9 替换为rockylinux提供的源
sed -i -r -e 's!^mirrorlist=!#mirrorlist=!' -e 's!^#?baseurl=http://(mirror|vault).centos.org/\$contentdir/\$releasever/!baseurl=https://dl.rockylinux.org/vault/centos/8.5.2111/!i' /etc/yum.repos.d/CentOS-*.repo2.10 升级epel源
dnf -y upgrade https://mirrors.bfsu.edu.cn/epel/epel-release-latest-8.noarch.rpm可选,也可以自行寻找可用源
[root@localhost ~]# dnf -y upgrade https://mirrors.bfsu.edu.cn/epel/epel-release-latest-8.noarch.rpm
Last metadata expiration check: 0:00:02 ago on Thu 19 Dec 2024 03:00:39 PM CST.
epel-release-latest-8.noarch.rpm 95 kB/s | 24 kB 00:00
Dependencies resolved.
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Upgrading:
epel-release noarch 8-21.el8 @commandline 24 k
Transaction Summary
========================================================================================================================================================================
Upgrade 1 Package
Total size: 24 k
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Upgrading : epel-release-8-21.el8.noarch 1/2
Running scriptlet: epel-release-8-21.el8.noarch 1/2
Cleanup : epel-release-7-14.noarch 2/2
Verifying : epel-release-8-21.el8.noarch 1/2
Verifying : epel-release-7-14.noarch 2/2
Upgraded:
epel-release-8-21.el8.noarch
Complete!2.11 在升级了EPEL仓库后,移除所有临时文件
dnf clean all[root@localhost ~]# dnf clean all
49 files removed2.12 删除CentOS 7的旧内核core
rpm -e `rpm -q kernel`[root@localhost ~]# rpm -e `rpm -q kernel`
[root@localhost ~]# 2.13 移除冲突的软件包
rpm -e --nodeps sysvinit-tools
rpm -e --justdb --nodeps python3-pip-9.0.3-8.el7.noarch
rpm -e --justdb --nodeps vim-minimal-2:7.4.629-8.el7_9.x86_64
rpm -e --justdb --nodeps python36-rpmconf-1.1.7-1.el7.1.noarch
rpm -e --justdb --nodeps python3-setuptools-39.2.0-10.el7.noarch2.14 然后执行CentOS 8升级
dnf -y --releasever=8 --allowerasing --setopt=deltarpm=false distro-sync2.15 此处报错
Running transaction check
Error: transaction check vs depsolve:
(gcc >= 8 with gcc < 9) is needed by annobin-9.72-1.el8_5.2.x86_64
rpmlib(RichDependencies) <= 4.12.0-1 is needed by annobin-9.72-1.el8_5.2.x86_64
(NetworkManager >= 1.20 or dhclient) is needed by dracut-network-049-191.git20210920.el8.x86_64
rpmlib(RichDependencies) <= 4.12.0-1 is needed by dracut-network-049-191.git20210920.el8.x86_64
(annobin if gcc) is needed by redhat-rpm-config-125-1.el8.noarch
rpmlib(RichDependencies) <= 4.12.0-1 is needed by redhat-rpm-config-125-1.el8.noarch
To diagnose the problem, try running: 'rpm -Va --nofiles --nodigest'.
You probably have corrupted RPMDB, running 'rpm --rebuilddb' might fix the issue.
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.解决方法
#升级gcc(升级以后gcc版本是8.5.0-4):
dnf upgrade gcc -y
#如果升级不了提示 gcc 已安装4.8.5版本,则先删除4.8.5
dnf remove gcc
dnf install gcc[root@localhost ~]# dnf upgrade gcc -y
Last metadata expiration check: 0:04:08 ago on Thu 19 Dec 2024 03:03:13 PM CST.
Dependencies resolved.
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Upgrading:
binutils x86_64 2.30-108.el8_5.1 baseos 5.8 M
glibc x86_64 2.28-164.el8 baseos 3.6 M
glibc-common x86_64 2.28-164.el8 baseos 1.3 M
glibc-devel x86_64 2.28-164.el8 baseos 1.0 M
glibc-headers x86_64 2.28-164.el8 baseos 480 k
libgcc x86_64 8.5.0-4.el8_5 baseos 79 k
libgfortran x86_64 8.5.0-4.el8_5 baseos 643 k
libgomp x86_64 8.5.0-4.el8_5 baseos 206 k
libquadmath x86_64 8.5.0-4.el8_5 baseos 170 k
libstdc++ x86_64 8.5.0-4.el8_5 baseos 453 k
cpp x86_64 8.5.0-4.el8_5 appstream 10 M
gcc x86_64 8.5.0-4.el8_5 appstream 23 M
gcc-c++ x86_64 8.5.0-4.el8_5 appstream 12 M
gcc-gfortran x86_64 8.5.0-4.el8_5 appstream 12 M
libquadmath-devel x86_64 8.5.0-4.el8_5 appstream 24 k
libstdc++-devel x86_64 8.5.0-4.el8_5 appstream 2.0 M
libtool x86_64 2.4.6-25.el8 appstream 709 k
Installing dependencies:
glibc-all-langpacks x86_64 2.28-164.el8 baseos 25 M
libnsl x86_64 2.28-164.el8 baseos 103 k
libxcrypt x86_64 4.1.1-6.el8 baseos 73 k
libxcrypt-devel x86_64 4.1.1-6.el8 baseos 25 k
isl x86_64 0.16.1-6.el8 appstream 841 k
Transaction Summary
========================================================================================================================================================================
Install 5 Packages
Upgrade 17 Packages
Total size: 100 M
Total download size: 103 k
Downloading Packages:
[SKIPPED] glibc-all-langpacks-2.28-164.el8.x86_64.rpm: Already downloaded
[SKIPPED] libxcrypt-4.1.1-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] libxcrypt-devel-4.1.1-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] isl-0.16.1-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] binutils-2.30-108.el8_5.1.x86_64.rpm: Already downloaded
[SKIPPED] glibc-2.28-164.el8.x86_64.rpm: Already downloaded
[SKIPPED] glibc-common-2.28-164.el8.x86_64.rpm: Already downloaded
[SKIPPED] glibc-devel-2.28-164.el8.x86_64.rpm: Already downloaded
[SKIPPED] glibc-headers-2.28-164.el8.x86_64.rpm: Already downloaded
[SKIPPED] libgcc-8.5.0-4.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] libgfortran-8.5.0-4.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] libgomp-8.5.0-4.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] libquadmath-8.5.0-4.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] libstdc++-8.5.0-4.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] cpp-8.5.0-4.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] gcc-8.5.0-4.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] gcc-c++-8.5.0-4.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] gcc-gfortran-8.5.0-4.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] libquadmath-devel-8.5.0-4.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] libstdc++-devel-8.5.0-4.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] libtool-2.4.6-25.el8.x86_64.rpm: Already downloaded
(22/22): libnsl-2.28-164.el8.x86_64.rpm 81 kB/s | 103 kB 00:01
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 81 kB/s | 103 kB 00:01
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Upgrading : libgcc-8.5.0-4.el8_5.x86_64 1/39
Running scriptlet: libgcc-8.5.0-4.el8_5.x86_64 1/39
Upgrading : glibc-common-2.28-164.el8.x86_64 2/39
Running scriptlet: glibc-2.28-164.el8.x86_64 3/39
Upgrading : glibc-2.28-164.el8.x86_64 3/39
Running scriptlet: glibc-2.28-164.el8.x86_64 3/39
warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew
Installing : glibc-all-langpacks-2.28-164.el8.x86_64 4/39
Upgrading : libquadmath-8.5.0-4.el8_5.x86_64 5/39
Running scriptlet: libquadmath-8.5.0-4.el8_5.x86_64 5/39
Upgrading : libstdc++-8.5.0-4.el8_5.x86_64 6/39
Running scriptlet: libstdc++-8.5.0-4.el8_5.x86_64 6/39
Running scriptlet: glibc-headers-2.28-164.el8.x86_64 7/39
Upgrading : glibc-headers-2.28-164.el8.x86_64 7/39
Upgrading : binutils-2.30-108.el8_5.1.x86_64 8/39
Running scriptlet: binutils-2.30-108.el8_5.1.x86_64 8/39
Upgrading : libstdc++-devel-8.5.0-4.el8_5.x86_64 9/39
Upgrading : libgfortran-8.5.0-4.el8_5.x86_64 10/39
Running scriptlet: libgfortran-8.5.0-4.el8_5.x86_64 10/39
Installing : libxcrypt-4.1.1-6.el8.x86_64 11/39
Installing : libxcrypt-devel-4.1.1-6.el8.x86_64 12/39
Upgrading : glibc-devel-2.28-164.el8.x86_64 13/39
Running scriptlet: glibc-devel-2.28-164.el8.x86_64 13/39
Installing : isl-0.16.1-6.el8.x86_64 14/39
Running scriptlet: isl-0.16.1-6.el8.x86_64 14/39
Upgrading : libgomp-8.5.0-4.el8_5.x86_64 15/39
Running scriptlet: libgomp-8.5.0-4.el8_5.x86_64 15/39
Upgrading : cpp-8.5.0-4.el8_5.x86_64 16/39
Running scriptlet: cpp-8.5.0-4.el8_5.x86_64 16/39
Upgrading : gcc-8.5.0-4.el8_5.x86_64 17/39
Running scriptlet: gcc-8.5.0-4.el8_5.x86_64 17/39
Upgrading : libquadmath-devel-8.5.0-4.el8_5.x86_64 18/39
Upgrading : gcc-gfortran-8.5.0-4.el8_5.x86_64 19/39
Running scriptlet: gcc-gfortran-8.5.0-4.el8_5.x86_64 19/39
Upgrading : gcc-c++-8.5.0-4.el8_5.x86_64 20/39
Upgrading : libtool-2.4.6-25.el8.x86_64 21/39
Running scriptlet: libtool-2.4.6-25.el8.x86_64 21/39
Installing : libnsl-2.28-164.el8.x86_64 22/39
Running scriptlet: gcc-gfortran-4.8.5-44.el7.x86_64 23/39
Cleanup : gcc-gfortran-4.8.5-44.el7.x86_64 23/39
Cleanup : gcc-c++-4.8.5-44.el7.x86_64 24/39
Cleanup : libquadmath-devel-4.8.5-44.el7.x86_64 25/39
Cleanup : libstdc++-devel-4.8.5-44.el7.x86_64 26/39
Running scriptlet: libtool-2.4.2-22.el7_3.x86_64 27/39
Cleanup : libtool-2.4.2-22.el7_3.x86_64 27/39
Running scriptlet: gcc-4.8.5-44.el7.x86_64 28/39
Cleanup : gcc-4.8.5-44.el7.x86_64 28/39
Cleanup : libgfortran-4.8.5-44.el7.x86_64 29/39
Running scriptlet: libgfortran-4.8.5-44.el7.x86_64 29/39
Running scriptlet: glibc-devel-2.17-326.el7_9.3.x86_64 30/39
Cleanup : glibc-devel-2.17-326.el7_9.3.x86_64 30/39
Cleanup : libstdc++-4.8.5-44.el7.x86_64 31/39
Running scriptlet: libstdc++-4.8.5-44.el7.x86_64 31/39
Cleanup : glibc-headers-2.17-326.el7_9.3.x86_64 32/39
Running scriptlet: libquadmath-4.8.5-44.el7.x86_64 33/39
Cleanup : libquadmath-4.8.5-44.el7.x86_64 33/39
Running scriptlet: libquadmath-4.8.5-44.el7.x86_64 33/39
Running scriptlet: binutils-2.27-44.base.el7_9.1.x86_64 34/39
Cleanup : binutils-2.27-44.base.el7_9.1.x86_64 34/39
Running scriptlet: binutils-2.27-44.base.el7_9.1.x86_64 34/39
Running scriptlet: cpp-4.8.5-44.el7.x86_64 35/39
Cleanup : cpp-4.8.5-44.el7.x86_64 35/39
Running scriptlet: libgomp-4.8.5-44.el7.x86_64 36/39
Cleanup : libgomp-4.8.5-44.el7.x86_64 36/39
Running scriptlet: libgomp-4.8.5-44.el7.x86_64 36/39
Cleanup : glibc-common-2.17-326.el7_9.3.x86_64 37/39
Cleanup : glibc-2.17-326.el7_9.3.x86_64 38/39
Running scriptlet: glibc-2.17-326.el7_9.3.x86_64 38/39
Cleanup : libgcc-4.8.5-44.el7.x86_64 39/39
Running scriptlet: libgcc-4.8.5-44.el7.x86_64 39/39
Running scriptlet: glibc-all-langpacks-2.28-164.el8.x86_64 39/39
Verifying : glibc-all-langpacks-2.28-164.el8.x86_64 1/39
Verifying : libnsl-2.28-164.el8.x86_64 2/39
Verifying : libxcrypt-4.1.1-6.el8.x86_64 3/39
Verifying : libxcrypt-devel-4.1.1-6.el8.x86_64 4/39
Verifying : isl-0.16.1-6.el8.x86_64 5/39
Verifying : binutils-2.30-108.el8_5.1.x86_64 6/39
Verifying : binutils-2.27-44.base.el7_9.1.x86_64 7/39
Verifying : glibc-2.28-164.el8.x86_64 8/39
Verifying : glibc-2.17-326.el7_9.3.x86_64 9/39
Verifying : glibc-common-2.28-164.el8.x86_64 10/39
Verifying : glibc-common-2.17-326.el7_9.3.x86_64 11/39
Verifying : glibc-devel-2.28-164.el8.x86_64 12/39
Verifying : glibc-devel-2.17-326.el7_9.3.x86_64 13/39
Verifying : glibc-headers-2.28-164.el8.x86_64 14/39
Verifying : glibc-headers-2.17-326.el7_9.3.x86_64 15/39
Verifying : libgcc-8.5.0-4.el8_5.x86_64 16/39
Verifying : libgcc-4.8.5-44.el7.x86_64 17/39
Verifying : libgfortran-8.5.0-4.el8_5.x86_64 18/39
Verifying : libgfortran-4.8.5-44.el7.x86_64 19/39
Verifying : libgomp-8.5.0-4.el8_5.x86_64 20/39
Verifying : libgomp-4.8.5-44.el7.x86_64 21/39
Verifying : libquadmath-8.5.0-4.el8_5.x86_64 22/39
Verifying : libquadmath-4.8.5-44.el7.x86_64 23/39
Verifying : libstdc++-8.5.0-4.el8_5.x86_64 24/39
Verifying : libstdc++-4.8.5-44.el7.x86_64 25/39
Verifying : cpp-8.5.0-4.el8_5.x86_64 26/39
Verifying : cpp-4.8.5-44.el7.x86_64 27/39
Verifying : gcc-8.5.0-4.el8_5.x86_64 28/39
Verifying : gcc-4.8.5-44.el7.x86_64 29/39
Verifying : gcc-c++-8.5.0-4.el8_5.x86_64 30/39
Verifying : gcc-c++-4.8.5-44.el7.x86_64 31/39
Verifying : gcc-gfortran-8.5.0-4.el8_5.x86_64 32/39
Verifying : gcc-gfortran-4.8.5-44.el7.x86_64 33/39
Verifying : libquadmath-devel-8.5.0-4.el8_5.x86_64 34/39
Verifying : libquadmath-devel-4.8.5-44.el7.x86_64 35/39
Verifying : libstdc++-devel-8.5.0-4.el8_5.x86_64 36/39
Verifying : libstdc++-devel-4.8.5-44.el7.x86_64 37/39
Verifying : libtool-2.4.6-25.el8.x86_64 38/39
Verifying : libtool-2.4.2-22.el7_3.x86_64 39/39
Upgraded:
binutils-2.30-108.el8_5.1.x86_64 glibc-2.28-164.el8.x86_64 glibc-common-2.28-164.el8.x86_64 glibc-devel-2.28-164.el8.x86_64
glibc-headers-2.28-164.el8.x86_64 libgcc-8.5.0-4.el8_5.x86_64 libgfortran-8.5.0-4.el8_5.x86_64 libgomp-8.5.0-4.el8_5.x86_64
libquadmath-8.5.0-4.el8_5.x86_64 libstdc++-8.5.0-4.el8_5.x86_64 cpp-8.5.0-4.el8_5.x86_64 gcc-8.5.0-4.el8_5.x86_64
gcc-c++-8.5.0-4.el8_5.x86_64 gcc-gfortran-8.5.0-4.el8_5.x86_64 libquadmath-devel-8.5.0-4.el8_5.x86_64 libstdc++-devel-8.5.0-4.el8_5.x86_64
libtool-2.4.6-25.el8.x86_64
Installed:
glibc-all-langpacks-2.28-164.el8.x86_64 libnsl-2.28-164.el8.x86_64 libxcrypt-4.1.1-6.el8.x86_64 libxcrypt-devel-4.1.1-6.el8.x86_64 isl-0.16.1-6.el8.x86_64
Complete![root@localhost ~]# gcc --version
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-4)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.但是升级以后报错依旧,这是因为升级CentOS 7到8时候broken了7系统导致的。
检查发现当前系统使用的 rpm 版本还是el7使用的 rpm-4.11.3-43.el7.x86_64 ,似乎是这个版本没有满足要求,所以先升级rpm
dnf upgrade --best --allowerasing rpm2.16 升级rpm 继续遇到错误
file /usr/lib/python3.6/site-packages/setuptools/command/__pycache__/upload_docs.cpython-36.pyc from install of platform-python-setuptools-39.2.0-5.el8.noarch conflicts with file from package python3-setuptools-39.2.0-10.el7.noarch
file /usr/lib/python3.6/site-packages/rpmconf/__pycache__/__init__.cpython-36.opt-1.pyc from install of python3-rpmconf-1.0.21-1.el8.noarch conflicts with file from package python36-rpmconf-1.0.22-1.el7.noarch这是因为,CentOS 7 的软件包 python36-rpmconf 到 CentOS 8改成了 python3-rpmconf ,所以由于包名字不同,所以没有对应进行升级,导致了文件冲突。注意类似和rpm相关到依赖不能直接卸载否则会导致rpm无法正常工作,所以改成删除 python36-rpmconf 包信息但是不实际删除文件:
rpm -e --justdb --nodeps python3-setuptools-39.2.0-10.el7.noarch有多少个提示冲突的都需要删除信息
然后重新执行一次升级rpm
dnf upgrade --best --allowerasing rpm2.18 发现报错
Running transaction check
Error: transaction check vs depsolve:
(NetworkManager >= 1.20 or dhclient) is needed by dracut-network-049-191.git20210920.el8.x86_64
rpmlib(RichDependencies) <= 4.12.0-1 is needed by dracut-network-049-191.git20210920.el8.x86_64
To diagnose the problem, try running: 'rpm -Va --nofiles --nodigest'.
You probably have corrupted RPMDB, running 'rpm --rebuilddb' might fix the issue.
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.解决:删除掉NetworkManager
dnf remove NetworkManager*2.19 这里执行卡住了
开启另一个窗口来关掉此进程,重新建立rpmdb然后继续执行移除
kill -9 59592 #这里写你的dnf运行的进程号
rpm --rebuilddb
dnf remove NetworkManager*[root@localhost ~]# dnf remove NetworkManager*
error: rpmdb: BDB0113 Thread/process 59592/139938476578432 failed: BDB1507 Thread died in Berkeley DB library
error: db5 error(-30973) from dbenv->failchk: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery
error: cannot open Packages index using db5 - (-30973)
error: cannot open Packages database in /var/lib/rpm
Error: Error: rpmdb open failed
[root@localhost ~]# rpm --rebuilddb
[root@localhost ~]# dnf remove NetworkManager*
Dependencies resolved.
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Removing:
NetworkManager x86_64 1:1.18.8-2.el7_9 @System 5.1 M
NetworkManager-libnm x86_64 1:1.18.8-2.el7_9 @System 8.5 M
NetworkManager-team x86_64 1:1.18.8-2.el7_9 @System 40 k
NetworkManager-tui x86_64 1:1.18.8-2.el7_9 @System 648 k
NetworkManager-wifi x86_64 1:1.18.8-2.el7_9 @System 149 k
Transaction Summary
========================================================================================================================================================================
Remove 5 Packages
Freed space: 14 M
Is this ok [y/N]: y
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Erasing : NetworkManager-tui-1:1.18.8-2.el7_9.x86_64 1/5
Erasing : NetworkManager-wifi-1:1.18.8-2.el7_9.x86_64 2/5
Erasing : NetworkManager-team-1:1.18.8-2.el7_9.x86_64 3/5
Running scriptlet: NetworkManager-1:1.18.8-2.el7_9.x86_64 4/5
Erasing : NetworkManager-1:1.18.8-2.el7_9.x86_64 4/5
Running scriptlet: NetworkManager-1:1.18.8-2.el7_9.x86_64 4/5
Erasing : NetworkManager-libnm-1:1.18.8-2.el7_9.x86_64 5/5
Running scriptlet: NetworkManager-libnm-1:1.18.8-2.el7_9.x86_64 5/5
Verifying : NetworkManager-1:1.18.8-2.el7_9.x86_64 1/5
Verifying : NetworkManager-libnm-1:1.18.8-2.el7_9.x86_64 2/5
Verifying : NetworkManager-team-1:1.18.8-2.el7_9.x86_64 3/5
Verifying : NetworkManager-tui-1:1.18.8-2.el7_9.x86_64 4/5
Verifying : NetworkManager-wifi-1:1.18.8-2.el7_9.x86_64 5/5
Removed:
NetworkManager-1:1.18.8-2.el7_9.x86_64 NetworkManager-libnm-1:1.18.8-2.el7_9.x86_64 NetworkManager-team-1:1.18.8-2.el7_9.x86_64
NetworkManager-tui-1:1.18.8-2.el7_9.x86_64 NetworkManager-wifi-1:1.18.8-2.el7_9.x86_64
Complete!
再次执行
dnf upgrade --best --allowerasing rpm[root@localhost ~]# dnf upgrade --best --allowerasing rpm
Last metadata expiration check: 0:31:35 ago on Thu 19 Dec 2024 03:03:13 PM CST.
Dependencies resolved.
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Upgrading:
rpmconf noarch 1.1.7-2.el8.1 epel 28 k
bc x86_64 1.07.1-5.el8 baseos 129 k
bind-export-libs x86_64 32:9.11.26-6.el8 baseos 1.1 M
chkconfig x86_64 1.19.1-1.el8 baseos 198 k
cryptsetup-libs x86_64 2.3.3-4.el8 baseos 470 k
curl x86_64 7.61.1-22.el8 baseos 351 k
device-mapper x86_64 8:1.02.177-10.el8 baseos 377 k
device-mapper-event x86_64 8:1.02.177-10.el8 baseos 271 k
device-mapper-event-libs x86_64 8:1.02.177-10.el8 baseos 270 k
device-mapper-libs x86_64 8:1.02.177-10.el8 baseos 409 k
dhcp-common noarch 12:4.3.6-45.el8 baseos 207 k
dhcp-libs x86_64 12:4.3.6-45.el8 baseos 148 k
dnf noarch 4.7.0-4.el8 baseos 544 k
dnf-data noarch 4.7.0-4.el8 baseos 154 k
elfutils x86_64 0.185-1.el8 baseos 540 k
elfutils-libelf x86_64 0.185-1.el8 baseos 221 k
elfutils-libs x86_64 0.185-1.el8 baseos 292 k
gdbm x86_64 1:1.18-1.el8 baseos 130 k
gettext x86_64 0.19.8.1-17.el8 baseos 1.1 M
gettext-common-devel noarch 0.19.8.1-17.el8 baseos 419 k
gettext-devel x86_64 0.19.8.1-17.el8 baseos 331 k
gettext-libs x86_64 0.19.8.1-17.el8 baseos 314 k
gnupg2 x86_64 2.2.20-2.el8 baseos 2.4 M
gnutls x86_64 3.6.16-4.el8 baseos 1.0 M
gpgme x86_64 1.13.1-9.el8 baseos 336 k
grep x86_64 3.1-6.el8 baseos 274 k
grub2-common noarch 1:2.02-106.el8 baseos 891 k
grub2-pc x86_64 1:2.02-106.el8 baseos 42 k
replacing grub2.x86_64 1:2.02-0.87.0.2.el7.centos.14
grub2-pc-modules noarch 1:2.02-106.el8 baseos 916 k
grub2-tools x86_64 1:2.02-106.el8 baseos 2.0 M
grub2-tools-extra x86_64 1:2.02-106.el8 baseos 1.1 M
grub2-tools-minimal x86_64 1:2.02-106.el8 baseos 210 k
grubby x86_64 8.40-42.el8 baseos 49 k
initscripts x86_64 10.00.15-1.el8 baseos 339 k
json-c x86_64 0.13.1-2.el8 baseos 40 k
libblkid x86_64 2.32.1-28.el8 baseos 217 k
libcomps x86_64 0.1.16-2.el8 baseos 82 k
libcurl x86_64 7.61.1-22.el8 baseos 301 k
libdnf x86_64 0.63.0-3.el8 baseos 700 k
replacing python2-hawkey.x86_64 0.22.5-2.el7_9
replacing python2-libdnf.x86_64 0.22.5-2.el7_9
libgcrypt x86_64 1.8.5-6.el8 baseos 463 k
libgpg-error x86_64 1.31-1.el8 baseos 242 k
libmodulemd x86_64 2.13.0-1.el8 baseos 233 k
libmount x86_64 2.32.1-28.el8 baseos 234 k
librepo x86_64 1.14.0-2.el8 baseos 93 k
libsmartcols x86_64 2.32.1-28.el8 baseos 177 k
libsolv x86_64 0.7.19-1.el8 baseos 374 k
libtirpc x86_64 1.1.4-5.el8 baseos 112 k
libunistring x86_64 0.9.9-3.el8 baseos 422 k
libuuid x86_64 2.32.1-28.el8 baseos 96 k
lvm2 x86_64 8:2.03.12-10.el8 baseos 1.6 M
lvm2-libs x86_64 8:2.03.12-10.el8 baseos 1.2 M
man-db x86_64 2.7.6.1-18.el8 baseos 887 k
ncurses x86_64 6.1-9.20180224.el8 baseos 387 k
ncurses-base noarch 6.1-9.20180224.el8 baseos 81 k
ncurses-libs x86_64 6.1-9.20180224.el8 baseos 334 k
nettle x86_64 3.4.1-7.el8 baseos 301 k
openssh x86_64 8.0p1-10.el8 baseos 522 k
openssh-clients x86_64 8.0p1-10.el8 baseos 668 k
openssh-server x86_64 8.0p1-10.el8 baseos 485 k
openssl x86_64 1:1.1.1k-5.el8_5 baseos 709 k
openssl-libs x86_64 1:1.1.1k-5.el8_5 baseos 1.5 M
p11-kit x86_64 0.23.22-1.el8 baseos 324 k
p11-kit-trust x86_64 0.23.22-1.el8 baseos 137 k
pam x86_64 1.3.1-15.el8 baseos 739 k
parted x86_64 3.2-39.el8 baseos 555 k
perl-Carp noarch 1.42-396.el8 baseos 30 k
perl-Data-Dumper x86_64 2.167-399.el8 baseos 58 k
perl-Encode x86_64 4:2.97-3.el8 baseos 1.5 M
perl-Exporter noarch 5.72-396.el8 baseos 34 k
perl-File-Path noarch 2.15-2.el8 baseos 38 k
perl-File-Temp noarch 0.230.600-1.el8 baseos 63 k
perl-Getopt-Long noarch 1:2.50-4.el8 baseos 63 k
perl-HTTP-Tiny noarch 0.074-1.el8 baseos 58 k
perl-PathTools x86_64 3.74-1.el8 baseos 90 k
perl-Pod-Escapes noarch 1:1.07-395.el8 baseos 20 k
perl-Pod-Perldoc noarch 3.28-396.el8 baseos 86 k
perl-Pod-Simple noarch 1:3.35-395.el8 baseos 213 k
perl-Pod-Usage noarch 4:1.69-395.el8 baseos 34 k
perl-Scalar-List-Utils x86_64 3:1.49-2.el8 baseos 68 k
perl-Socket x86_64 4:2.027-3.el8 baseos 59 k
perl-Storable x86_64 1:3.11-3.el8 baseos 98 k
perl-Text-ParseWords noarch 3.30-395.el8 baseos 18 k
perl-Time-Local noarch 1:1.280-1.el8 baseos 34 k
perl-constant noarch 1.33-396.el8 baseos 25 k
perl-libs x86_64 4:5.26.3-420.el8 baseos 1.6 M
perl-macros x86_64 4:5.26.3-420.el8 baseos 72 k
perl-parent noarch 1:0.237-1.el8 baseos 20 k
perl-podlators noarch 4.11-1.el8 baseos 118 k
perl-threads x86_64 1:2.21-2.el8 baseos 61 k
perl-threads-shared x86_64 1.58-2.el8 baseos 48 k
python3-libs x86_64 3.6.8-41.el8 baseos 7.8 M
readline x86_64 7.0-10.el8 baseos 199 k
rpm x86_64 4.14.3-19.el8 baseos 543 k
rpm-build-libs x86_64 4.14.3-19.el8 baseos 156 k
rpm-libs x86_64 4.14.3-19.el8 baseos 344 k
rpm-sign x86_64 4.14.3-19.el8 baseos 81 k
sqlite x86_64 3.26.0-15.el8 baseos 668 k
sudo x86_64 1.8.29-7.el8_4.1 baseos 925 k
systemd x86_64 239-51.el8_5.2 baseos 3.6 M
systemd-libs x86_64 239-51.el8_5.2 baseos 1.1 M
tuned noarch 2.16.0-1.el8 baseos 312 k
util-linux x86_64 2.32.1-28.el8 baseos 2.5 M
which x86_64 2.21-16.el8 baseos 49 k
xfsprogs x86_64 5.0.0-9.el8 baseos 1.1 M
xz x86_64 5.2.4-3.el8 baseos 153 k
xz-libs x86_64 5.2.4-3.el8 baseos 94 k
zlib x86_64 1.2.11-17.el8 baseos 102 k
boost-date-time x86_64 1.66.0-10.el8 appstream 29 k
boost-system x86_64 1.66.0-10.el8 appstream 18 k
boost-thread x86_64 1.66.0-10.el8 appstream 58 k
dyninst x86_64 11.0.0-3.el8 appstream 3.9 M
gdb x86_64 8.2-16.el8 appstream 298 k
git x86_64 2.27.0-1.el8 appstream 164 k
lua x86_64 5.3.4-12.el8 appstream 192 k
neon x86_64 0.30.2-6.el8 appstream 134 k
perl x86_64 4:5.26.3-420.el8 appstream 73 k
perl-Error noarch 1:0.17025-2.el8 appstream 46 k
perl-Filter x86_64 2:1.58-2.el8 appstream 82 k
perl-Git noarch 2.27.0-1.el8 appstream 77 k
perl-TermReadKey x86_64 2.37-7.el8 appstream 40 k
perl-Test-Harness noarch 1:3.42-1.el8 appstream 279 k
perl-Thread-Queue noarch 3.13-1.el8 appstream 24 k
perl-Time-HiRes x86_64 4:1.9758-2.el8 appstream 61 k
perl-XML-Parser x86_64 2.44-11.el8 appstream 226 k
rpm-build x86_64 4.14.3-19.el8 appstream 173 k
subversion x86_64 1.10.2-4.module_el8.3.0+703+ba2f61b7 appstream 1.1 M
subversion-libs x86_64 1.10.2-4.module_el8.3.0+703+ba2f61b7 appstream 1.5 M
systemtap x86_64 4.5-3.el8 appstream 20 k
systemtap-client x86_64 4.5-3.el8 appstream 3.7 M
systemtap-devel x86_64 4.5-3.el8 appstream 2.3 M
systemtap-runtime x86_64 4.5-3.el8 appstream 509 k
vim-common x86_64 2:8.0.1763-16.el8 appstream 6.3 M
vim-enhanced x86_64 2:8.0.1763-16.el8 appstream 1.4 M
Installing dependencies:
python3-rpmconf noarch 1.1.7-2.el8.1 epel 35 k
authselect x86_64 1.2.2-3.el8 baseos 133 k
authselect-libs x86_64 1.2.2-3.el8 baseos 222 k
brotli x86_64 1.0.6-3.el8 baseos 323 k
centos-obsolete-packages noarch 8-4 baseos 8.5 k
crypto-policies noarch 20210617-1.gitc776d3e.el8 baseos 63 k
dhcp-client x86_64 12:4.3.6-45.el8 baseos 318 k
replacing dhclient.x86_64 12:4.2.5-83.el7.centos.2
elfutils-debuginfod-client x86_64 0.185-1.el8 baseos 66 k
elfutils-devel x86_64 0.185-1.el8 baseos 86 k
elfutils-libelf-devel x86_64 0.185-1.el8 baseos 59 k
gdbm-libs x86_64 1:1.18-1.el8 baseos 60 k
grub2-tools-efi x86_64 1:2.02-106.el8 baseos 474 k
ima-evm-utils x86_64 1.3.2-12.el8 baseos 64 k
ipcalc x86_64 0.2.4-4.el8 baseos 38 k
libarchive x86_64 3.3.3-1.el8 baseos 359 k
libbabeltrace x86_64 1.5.4-3.el8 baseos 200 k
libevent x86_64 2.1.8-5.el8 baseos 253 k
libfdisk x86_64 2.32.1-28.el8 baseos 251 k
libidn2 x86_64 2.2.0-1.el8 baseos 94 k
libksba x86_64 1.3.5-7.el8 baseos 135 k
libnghttp2 x86_64 1.33.0-3.el8_2.1 baseos 77 k
libnsl2 x86_64 1.2.0-2.20180605git4a062cf.el8 baseos 58 k
libpsl x86_64 0.20.2-6.el8 baseos 61 k
libseccomp x86_64 2.5.1-1.el8 baseos 71 k
libssh x86_64 0.9.4-3.el8 baseos 215 k
libssh-config noarch 0.9.4-3.el8 baseos 19 k
libtool-ltdl x86_64 2.4.6-25.el8 baseos 58 k
libusbx x86_64 1.0.23-4.el8 baseos 74 k
libzstd x86_64 1.4.4-1.el8 baseos 266 k
libzstd-devel x86_64 1.4.4-1.el8 baseos 44 k
lua-libs x86_64 5.3.4-12.el8 baseos 118 k
ncurses-compat-libs x86_64 6.1-9.20180224.el8 baseos 328 k
netconsole-service noarch 10.00.15-1.el8 baseos 149 k
network-scripts x86_64 10.00.15-1.el8 baseos 196 k
npth x86_64 1.5-4.el8 baseos 26 k
pcre2 x86_64 10.32-2.el8 baseos 246 k
perl-Algorithm-Diff noarch 1.1903-9.el8 baseos 52 k
perl-Archive-Tar noarch 2.30-1.el8 baseos 79 k
perl-Compress-Raw-Bzip2 x86_64 2.081-1.el8 baseos 40 k
perl-Compress-Raw-Zlib x86_64 2.081-1.el8 baseos 68 k
perl-Errno x86_64 1.28-420.el8 baseos 76 k
perl-IO x86_64 1.38-420.el8 baseos 142 k
perl-IO-Compress noarch 2.081-1.el8 baseos 258 k
perl-IO-Zlib noarch 1:1.10-420.el8 baseos 80 k
perl-MIME-Base64 x86_64 3.15-396.el8 baseos 31 k
perl-Math-BigInt noarch 1:1.9998.11-7.el8 baseos 196 k
perl-Math-Complex noarch 1.59-420.el8 baseos 108 k
perl-Term-ANSIColor noarch 4.06-396.el8 baseos 46 k
perl-Term-Cap noarch 1.17-395.el8 baseos 23 k
perl-Text-Diff noarch 1.45-2.el8 baseos 45 k
perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 baseos 24 k
perl-Unicode-Normalize x86_64 1.25-396.el8 baseos 82 k
perl-interpreter x86_64 4:5.26.3-420.el8 baseos 6.3 M
platform-python x86_64 3.6.8-41.el8 baseos 85 k
platform-python-pip noarch 9.0.3-20.el8 baseos 1.7 M
platform-python-setuptools noarch 39.2.0-6.el8 baseos 632 k
psmisc x86_64 23.1-5.el8 baseos 151 k
publicsuffix-list-dafsa noarch 20180723-1.el8 baseos 56 k
python3-configobj noarch 5.0.6-11.el8 baseos 68 k
python3-dateutil noarch 1:2.6.1-6.el8 baseos 251 k
python3-dbus x86_64 1.2.4-15.el8 baseos 134 k
python3-dnf noarch 4.7.0-4.el8 baseos 545 k
python3-dnf-plugins-core noarch 4.0.21-3.el8 baseos 234 k
python3-gobject-base x86_64 3.28.3-2.el8 baseos 313 k
python3-gpg x86_64 1.13.1-9.el8 baseos 245 k
python3-hawkey x86_64 0.63.0-3.el8 baseos 116 k
python3-libcomps x86_64 0.1.16-2.el8 baseos 51 k
python3-libdnf x86_64 0.63.0-3.el8 baseos 777 k
python3-linux-procfs noarch 0.6.3-1.el8 baseos 43 k
python3-perf x86_64 4.18.0-348.7.1.el8_5 baseos 7.1 M
python3-pip-wheel noarch 9.0.3-20.el8 baseos 1.0 M
python3-pyparsing noarch 2.1.10-7.el8 baseos 142 k
python3-pyudev noarch 0.21.0-7.el8 baseos 84 k
python3-rpm x86_64 4.14.3-19.el8 baseos 154 k
python3-setuptools noarch 39.2.0-6.el8 baseos 163 k
python3-setuptools-wheel noarch 39.2.0-6.el8 baseos 289 k
python3-six noarch 1.11.0-8.el8 baseos 38 k
python3-syspurpose x86_64 1.28.21-3.el8 baseos 312 k
readonly-root noarch 10.00.15-1.el8 baseos 151 k
sqlite-libs x86_64 3.26.0-15.el8 baseos 581 k
systemd-container x86_64 239-51.el8_5.2 baseos 751 k
systemd-pam x86_64 239-51.el8_5.2 baseos 477 k
systemd-udev x86_64 239-51.el8_5.2 baseos 1.6 M
tpm2-tss x86_64 2.3.2-4.el8 baseos 275 k
vim-minimal x86_64 2:8.0.1763-16.el8 baseos 573 k
xz-devel x86_64 5.2.4-3.el8 baseos 62 k
zlib-devel x86_64 1.2.11-17.el8 baseos 58 k
authselect-compat x86_64 1.2.2-3.el8 appstream 38 k
replacing authconfig.x86_64 6.2.8-30.el7
boost-atomic x86_64 1.66.0-10.el8 appstream 14 k
boost-chrono x86_64 1.66.0-10.el8 appstream 23 k
boost-filesystem x86_64 1.66.0-10.el8 appstream 49 k
boost-timer x86_64 1.66.0-10.el8 appstream 21 k
compat-openssl10 x86_64 1:1.0.2o-3.el8 appstream 1.1 M
gc x86_64 7.6.4-3.el8 appstream 109 k
gdb-headless x86_64 8.2-16.el8 appstream 3.7 M
git-core x86_64 2.27.0-1.el8 appstream 5.7 M
git-core-doc noarch 2.27.0-1.el8 appstream 2.5 M
guile x86_64 5:2.0.14-7.el8 appstream 3.5 M
libatomic_ops x86_64 7.6.2-3.el8 appstream 38 k
libipt x86_64 1.6.1-8.el8 appstream 50 k
libserf x86_64 1.3.9-9.module_el8.3.0+703+ba2f61b7 appstream 60 k
oddjob x86_64 0.34.7-1.el8 appstream 80 k
perl-Archive-Zip noarch 1.60-3.el8 appstream 108 k
perl-Attribute-Handlers noarch 0.99-420.el8 appstream 89 k
perl-B-Debug noarch 1.26-2.el8 appstream 26 k
perl-CPAN noarch 2.18-397.el8 appstream 554 k
perl-CPAN-Meta noarch 2.150010-396.el8 appstream 191 k
perl-CPAN-Meta-Requirements noarch 2.140-396.el8 appstream 37 k
perl-CPAN-Meta-YAML noarch 0.018-397.el8 appstream 34 k
perl-Compress-Bzip2 x86_64 2.26-6.el8 appstream 72 k
perl-Config-Perl-V noarch 0.30-1.el8 appstream 22 k
perl-DB_File x86_64 1.842-1.el8 appstream 83 k
perl-Data-OptList noarch 0.110-6.el8 appstream 31 k
perl-Data-Section noarch 0.200007-3.el8 appstream 30 k
perl-Devel-PPPort x86_64 3.36-5.el8 appstream 118 k
perl-Devel-Peek x86_64 1.26-420.el8 appstream 94 k
perl-Devel-SelfStubber noarch 1.06-420.el8 appstream 76 k
perl-Devel-Size x86_64 0.81-2.el8 appstream 34 k
perl-Digest noarch 1.17-395.el8 appstream 27 k
perl-Digest-MD5 x86_64 2.55-396.el8 appstream 37 k
perl-Digest-SHA x86_64 1:6.02-1.el8 appstream 66 k
perl-Encode-devel x86_64 4:2.97-3.el8 appstream 39 k
perl-Env noarch 1.04-395.el8 appstream 21 k
perl-ExtUtils-CBuilder noarch 1:0.280230-2.el8 appstream 48 k
perl-ExtUtils-Command noarch 1:7.34-1.el8 appstream 19 k
perl-ExtUtils-Embed noarch 1.34-420.el8 appstream 79 k
perl-ExtUtils-Install noarch 2.14-4.el8 appstream 46 k
perl-ExtUtils-MM-Utils noarch 1:7.34-1.el8 appstream 17 k
perl-ExtUtils-MakeMaker noarch 1:7.34-1.el8 appstream 300 k
perl-ExtUtils-Manifest noarch 1.70-395.el8 appstream 37 k
perl-ExtUtils-Miniperl noarch 1.06-420.el8 appstream 76 k
perl-ExtUtils-ParseXS noarch 1:3.35-2.el8 appstream 83 k
perl-File-Fetch noarch 0.56-2.el8 appstream 33 k
perl-File-HomeDir noarch 1.002-4.el8 appstream 61 k
perl-File-Which noarch 1.22-2.el8 appstream 23 k
perl-Filter-Simple noarch 0.94-2.el8 appstream 29 k
perl-IO-Socket-IP noarch 0.39-5.el8 appstream 47 k
perl-IPC-Cmd noarch 2:1.02-1.el8 appstream 43 k
perl-IPC-SysV x86_64 2.07-397.el8 appstream 43 k
perl-IPC-System-Simple noarch 1.25-17.el8 appstream 43 k
perl-JSON-PP noarch 1:2.97.001-3.el8 appstream 68 k
perl-Locale-Codes noarch 3.57-1.el8 appstream 311 k
perl-Locale-Maketext noarch 1.28-396.el8 appstream 99 k
perl-Locale-Maketext-Simple noarch 1:0.21-420.el8 appstream 79 k
perl-MRO-Compat noarch 0.13-4.el8 appstream 24 k
perl-Math-BigInt-FastCalc x86_64 0.500.600-6.el8 appstream 27 k
perl-Math-BigRat noarch 0.2614-1.el8 appstream 40 k
perl-Memoize noarch 1.03-420.el8 appstream 118 k
perl-Module-Build noarch 2:0.42.24-5.el8 appstream 273 k
perl-Module-CoreList noarch 1:5.20181130-1.el8 appstream 87 k
perl-Module-CoreList-tools noarch 1:5.20181130-1.el8 appstream 22 k
perl-Module-Load noarch 1:0.32-395.el8 appstream 19 k
perl-Module-Load-Conditional noarch 0.68-395.el8 appstream 24 k
perl-Module-Loaded noarch 1:0.08-420.el8 appstream 75 k
perl-Module-Metadata noarch 1.000033-395.el8 appstream 44 k
perl-Net-Ping noarch 2.55-420.el8 appstream 102 k
perl-Net-SSLeay x86_64 1.88-1.module_el8.3.0+410+ff426aa3 appstream 379 k
perl-Package-Generator noarch 1.106-11.el8 appstream 27 k
perl-Params-Check noarch 1:0.38-395.el8 appstream 24 k
perl-Params-Util x86_64 1.07-22.el8 appstream 44 k
perl-Perl-OSType noarch 1.010-396.el8 appstream 29 k
perl-PerlIO-via-QuotedPrint noarch 0.08-395.el8 appstream 13 k
perl-Pod-Checker noarch 4:1.73-395.el8 appstream 33 k
perl-Pod-Html noarch 1.22.02-420.el8 appstream 88 k
perl-Pod-Parser noarch 1.63-396.el8 appstream 108 k
perl-SelfLoader noarch 1.23-420.el8 appstream 83 k
perl-Software-License noarch 0.103013-2.el8 appstream 138 k
perl-Sub-Exporter noarch 0.987-15.el8 appstream 73 k
perl-Sub-Install noarch 0.928-14.el8 appstream 27 k
perl-Sys-Syslog x86_64 0.35-397.el8 appstream 50 k
perl-Test noarch 1.30-420.el8 appstream 90 k
perl-Test-Simple noarch 1:1.302135-1.el8 appstream 516 k
perl-Text-Balanced noarch 2.03-395.el8 appstream 58 k
perl-Text-Glob noarch 0.11-4.el8 appstream 17 k
perl-Text-Template noarch 1.51-1.el8 appstream 64 k
perl-Time-Piece x86_64 1.31-420.el8 appstream 98 k
perl-URI noarch 1.73-3.el8 appstream 116 k
perl-Unicode-Collate x86_64 1.25-2.el8 appstream 686 k
perl-autodie noarch 2.29-396.el8 appstream 98 k
perl-bignum noarch 0.49-2.el8 appstream 44 k
perl-devel x86_64 4:5.26.3-420.el8 appstream 599 k
perl-encoding x86_64 4:2.22-3.el8 appstream 68 k
perl-experimental noarch 0.019-2.el8 appstream 24 k
perl-inc-latest noarch 2:0.500-9.el8 appstream 25 k
perl-libnet noarch 3.11-3.el8 appstream 121 k
perl-libnetcfg noarch 4:5.26.3-420.el8 appstream 78 k
perl-local-lib noarch 2.000024-2.el8 appstream 74 k
perl-open noarch 1.11-420.el8 appstream 77 k
perl-perlfaq noarch 5.20180605-1.el8 appstream 386 k
perl-utils noarch 5.26.3-420.el8 appstream 129 k
perl-version x86_64 6:0.99.24-1.el8 appstream 67 k
python2 x86_64 2.7.18-7.module_el8.5.0+894+1c54b371 appstream 109 k
python2-libs x86_64 2.7.18-7.module_el8.5.0+894+1c54b371 appstream 6.0 M
python2-pip-wheel noarch 9.0.3-18.module_el8.5.0+743+cd2f5d28 appstream 1.0 M
python2-setuptools-wheel noarch 39.0.1-13.module_el8.5.0+743+cd2f5d28 appstream 287 k
python3-pip noarch 9.0.3-20.el8 appstream 20 k
python36 x86_64 3.6.8-38.module_el8.5.0+895+a459eca8 appstream 19 k
systemtap-sdt-devel x86_64 4.5-3.el8 appstream 85 k
tbb x86_64 2018.2-9.el8 appstream 160 k
unbound-libs x86_64 1.7.3-17.el8 appstream 503 k
utf8proc x86_64 2.1.1-5.module_el8.3.0+703+ba2f61b7 appstream 67 k
xkeyboard-config noarch 2.28-1.el8 appstream 782 k
zstd x86_64 1.4.4-1.el8 appstream 393 k
Installing weak dependencies:
crypto-policies-scripts noarch 20210617-1.gitc776d3e.el8 baseos 83 k
dnf-plugins-core noarch 4.0.21-3.el8 baseos 70 k
elfutils-debuginfod-client-devel x86_64 0.185-1.el8 baseos 56 k
gnupg2-smime x86_64 2.2.20-2.el8 baseos 283 k
hdparm x86_64 9.54-4.el8 baseos 100 k
network-scripts-team x86_64 1.31-2.el8 baseos 28 k
openssl-pkcs11 x86_64 0.4.10-2.el8 baseos 66 k
rpm-plugin-systemd-inhibit x86_64 4.14.3-19.el8 baseos 78 k
gcc-gdb-plugin x86_64 8.5.0-4.el8_5 appstream 118 k
geolite2-city noarch 20180605-1.el8 appstream 19 M
geolite2-country noarch 20180605-1.el8 appstream 1.0 M
libmaxminddb x86_64 1.2.0-10.el8 appstream 33 k
libxkbcommon x86_64 0.9.1-1.el8 appstream 116 k
oddjob-mkhomedir x86_64 0.34.7-1.el8 appstream 49 k
perl-Encode-Locale noarch 1.05-10.module_el8.3.0+416+dee7bcef appstream 22 k
perl-IO-Socket-SSL noarch 2.066-4.module_el8.3.0+410+ff426aa3 appstream 298 k
perl-Mozilla-CA noarch 20160104-7.module_el8.3.0+416+dee7bcef appstream 15 k
python2-pip noarch 9.0.3-18.module_el8.5.0+743+cd2f5d28 appstream 1.7 M
python2-setuptools noarch 39.0.1-13.module_el8.5.0+743+cd2f5d28 appstream 642 k
python3-unbound x86_64 1.7.3-17.el8 appstream 119 k
Removing dependent packages:
deltarpm x86_64 3.6-3.el7 @System 209 k
libxml2-python x86_64 2.9.1-6.el7_9.6 @System 1.4 M
python x86_64 2.7.5-94.el7_9 @System 79 k
python-chardet noarch 2.2.1-3.el7 @System 1.1 M
python-kitchen noarch 1.1.1-5.el7 @System 1.4 M
python-libs x86_64 2.7.5-94.el7_9 @System 24 M
python-linux-procfs noarch 0.4.11-4.el7 @System 95 k
python-schedutils x86_64 0.4-6.el7 @System 42 k
python-urlgrabber noarch 3.10-10.el7 @System 492 k
python2-dnf noarch 4.0.9.2-2.el7_9 @System 1.9 M
python2-libcomps x86_64 0.1.8-14.el7 @System 140 k
python3 x86_64 3.6.8-21.el7_9 @System 39 k
python36-rpm x86_64 4.11.3-10.el7 @System 905 k
pyxattr x86_64 0.5.1-5.el7 @System 62 k
rpm-python x86_64 4.11.3-48.el7_9 @System 146 k
systemd-sysv x86_64 219-78.el7_9.9 @System 3.9 k
Transaction Summary
========================================================================================================================================================================
Install 223 Packages
Upgrade 133 Packages
Remove 16 Packages
Total size: 169 M
Is this ok [y/N]: y
Downloading Packages:
[SKIPPED] python3-rpmconf-1.1.7-2.el8.1.noarch.rpm: Already downloaded
[SKIPPED] authselect-1.2.2-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] authselect-libs-1.2.2-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] brotli-1.0.6-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] centos-obsolete-packages-8-4.noarch.rpm: Already downloaded
[SKIPPED] crypto-policies-20210617-1.gitc776d3e.el8.noarch.rpm: Already downloaded
[SKIPPED] crypto-policies-scripts-20210617-1.gitc776d3e.el8.noarch.rpm: Already downloaded
[SKIPPED] dhcp-client-4.3.6-45.el8.x86_64.rpm: Already downloaded
[SKIPPED] dnf-plugins-core-4.0.21-3.el8.noarch.rpm: Already downloaded
[SKIPPED] elfutils-debuginfod-client-0.185-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] elfutils-debuginfod-client-devel-0.185-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] elfutils-devel-0.185-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] elfutils-libelf-devel-0.185-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] gdbm-libs-1.18-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] gnupg2-smime-2.2.20-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] grub2-tools-efi-2.02-106.el8.x86_64.rpm: Already downloaded
[SKIPPED] hdparm-9.54-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] ima-evm-utils-1.3.2-12.el8.x86_64.rpm: Already downloaded
[SKIPPED] ipcalc-0.2.4-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] libarchive-3.3.3-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libbabeltrace-1.5.4-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] libevent-2.1.8-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] libfdisk-2.32.1-28.el8.x86_64.rpm: Already downloaded
[SKIPPED] libidn2-2.2.0-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libksba-1.3.5-7.el8.x86_64.rpm: Already downloaded
[SKIPPED] libnghttp2-1.33.0-3.el8_2.1.x86_64.rpm: Already downloaded
[SKIPPED] libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64.rpm: Already downloaded
[SKIPPED] libpsl-0.20.2-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] libseccomp-2.5.1-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libssh-0.9.4-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] libssh-config-0.9.4-3.el8.noarch.rpm: Already downloaded
[SKIPPED] libtool-ltdl-2.4.6-25.el8.x86_64.rpm: Already downloaded
[SKIPPED] libusbx-1.0.23-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] libzstd-1.4.4-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libzstd-devel-1.4.4-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] lua-libs-5.3.4-12.el8.x86_64.rpm: Already downloaded
[SKIPPED] ncurses-compat-libs-6.1-9.20180224.el8.x86_64.rpm: Already downloaded
[SKIPPED] netconsole-service-10.00.15-1.el8.noarch.rpm: Already downloaded
[SKIPPED] network-scripts-10.00.15-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] network-scripts-team-1.31-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] npth-1.5-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] openssl-pkcs11-0.4.10-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] pcre2-10.32-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Algorithm-Diff-1.1903-9.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Archive-Tar-2.30-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Compress-Raw-Zlib-2.081-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Errno-1.28-420.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-IO-1.38-420.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-IO-Compress-2.081-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-IO-Zlib-1.10-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-MIME-Base64-3.15-396.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Math-BigInt-1.9998.11-7.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Math-Complex-1.59-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Term-ANSIColor-4.06-396.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Term-Cap-1.17-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Text-Diff-1.45-2.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Unicode-Normalize-1.25-396.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-interpreter-5.26.3-420.el8.x86_64.rpm: Already downloaded
[SKIPPED] platform-python-3.6.8-41.el8.x86_64.rpm: Already downloaded
[SKIPPED] platform-python-pip-9.0.3-20.el8.noarch.rpm: Already downloaded
[SKIPPED] platform-python-setuptools-39.2.0-6.el8.noarch.rpm: Already downloaded
[SKIPPED] psmisc-23.1-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] publicsuffix-list-dafsa-20180723-1.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-configobj-5.0.6-11.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-dateutil-2.6.1-6.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-dbus-1.2.4-15.el8.x86_64.rpm: Already downloaded
[SKIPPED] python3-dnf-4.7.0-4.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-dnf-plugins-core-4.0.21-3.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-gobject-base-3.28.3-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] python3-gpg-1.13.1-9.el8.x86_64.rpm: Already downloaded
[SKIPPED] python3-hawkey-0.63.0-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] python3-libcomps-0.1.16-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] python3-libdnf-0.63.0-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] python3-linux-procfs-0.6.3-1.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-perf-4.18.0-348.7.1.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] python3-pip-wheel-9.0.3-20.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-pyparsing-2.1.10-7.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-pyudev-0.21.0-7.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-rpm-4.14.3-19.el8.x86_64.rpm: Already downloaded
[SKIPPED] python3-setuptools-39.2.0-6.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-setuptools-wheel-39.2.0-6.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-six-1.11.0-8.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-syspurpose-1.28.21-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] readonly-root-10.00.15-1.el8.noarch.rpm: Already downloaded
[SKIPPED] rpm-plugin-systemd-inhibit-4.14.3-19.el8.x86_64.rpm: Already downloaded
[SKIPPED] sqlite-libs-3.26.0-15.el8.x86_64.rpm: Already downloaded
[SKIPPED] systemd-container-239-51.el8_5.2.x86_64.rpm: Already downloaded
[SKIPPED] systemd-pam-239-51.el8_5.2.x86_64.rpm: Already downloaded
[SKIPPED] systemd-udev-239-51.el8_5.2.x86_64.rpm: Already downloaded
[SKIPPED] tpm2-tss-2.3.2-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] vim-minimal-8.0.1763-16.el8.x86_64.rpm: Already downloaded
[SKIPPED] xz-devel-5.2.4-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] zlib-devel-1.2.11-17.el8.x86_64.rpm: Already downloaded
[SKIPPED] authselect-compat-1.2.2-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] boost-atomic-1.66.0-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] boost-chrono-1.66.0-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] boost-filesystem-1.66.0-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] boost-timer-1.66.0-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] compat-openssl10-1.0.2o-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] gc-7.6.4-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] gcc-gdb-plugin-8.5.0-4.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] gdb-headless-8.2-16.el8.x86_64.rpm: Already downloaded
[SKIPPED] geolite2-city-20180605-1.el8.noarch.rpm: Already downloaded
[SKIPPED] geolite2-country-20180605-1.el8.noarch.rpm: Already downloaded
[SKIPPED] git-core-2.27.0-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] git-core-doc-2.27.0-1.el8.noarch.rpm: Already downloaded
[SKIPPED] guile-2.0.14-7.el8.x86_64.rpm: Already downloaded
[SKIPPED] libatomic_ops-7.6.2-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] libipt-1.6.1-8.el8.x86_64.rpm: Already downloaded
[SKIPPED] libmaxminddb-1.2.0-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] libserf-1.3.9-9.module_el8.3.0+703+ba2f61b7.x86_64.rpm: Already downloaded
[SKIPPED] libxkbcommon-0.9.1-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] oddjob-0.34.7-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] oddjob-mkhomedir-0.34.7-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Archive-Zip-1.60-3.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Attribute-Handlers-0.99-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-B-Debug-1.26-2.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-CPAN-2.18-397.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-CPAN-Meta-2.150010-396.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-CPAN-Meta-Requirements-2.140-396.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-CPAN-Meta-YAML-0.018-397.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Compress-Bzip2-2.26-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Config-Perl-V-0.30-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-DB_File-1.842-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Data-OptList-0.110-6.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Data-Section-0.200007-3.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Devel-PPPort-3.36-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Devel-Peek-1.26-420.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Devel-SelfStubber-1.06-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Devel-Size-0.81-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Digest-1.17-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Digest-MD5-2.55-396.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Digest-SHA-6.02-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Encode-Locale-1.05-10.module_el8.3.0+416+dee7bcef.noarch.rpm: Already downloaded
[SKIPPED] perl-Encode-devel-2.97-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Env-1.04-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-ExtUtils-CBuilder-0.280230-2.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-ExtUtils-Command-7.34-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-ExtUtils-Embed-1.34-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-ExtUtils-Install-2.14-4.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-ExtUtils-MM-Utils-7.34-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-ExtUtils-MakeMaker-7.34-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-ExtUtils-Manifest-1.70-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-ExtUtils-Miniperl-1.06-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-ExtUtils-ParseXS-3.35-2.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-File-Fetch-0.56-2.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-File-HomeDir-1.002-4.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-File-Which-1.22-2.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Filter-Simple-0.94-2.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-IO-Socket-IP-0.39-5.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff426aa3.noarch.rpm: Already downloaded
[SKIPPED] perl-IPC-Cmd-1.02-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-IPC-SysV-2.07-397.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-IPC-System-Simple-1.25-17.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-JSON-PP-2.97.001-3.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Locale-Codes-3.57-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Locale-Maketext-1.28-396.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Locale-Maketext-Simple-0.21-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-MRO-Compat-0.13-4.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Math-BigInt-FastCalc-0.500.600-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Math-BigRat-0.2614-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Memoize-1.03-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Module-Build-0.42.24-5.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Module-CoreList-5.20181130-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Module-CoreList-tools-5.20181130-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Module-Load-0.32-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Module-Load-Conditional-0.68-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Module-Loaded-0.08-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Module-Metadata-1.000033-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch.rpm: Already downloaded
[SKIPPED] perl-Net-Ping-2.55-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3.x86_64.rpm: Already downloaded
[SKIPPED] perl-Package-Generator-1.106-11.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Params-Check-0.38-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Params-Util-1.07-22.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Perl-OSType-1.010-396.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-PerlIO-via-QuotedPrint-0.08-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Pod-Checker-1.73-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Pod-Html-1.22.02-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Pod-Parser-1.63-396.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-SelfLoader-1.23-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Software-License-0.103013-2.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Sub-Exporter-0.987-15.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Sub-Install-0.928-14.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Sys-Syslog-0.35-397.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Test-1.30-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Test-Simple-1.302135-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Text-Balanced-2.03-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Text-Glob-0.11-4.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Text-Template-1.51-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Time-Piece-1.31-420.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-URI-1.73-3.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Unicode-Collate-1.25-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-autodie-2.29-396.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-bignum-0.49-2.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-devel-5.26.3-420.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-encoding-2.22-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-experimental-0.019-2.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-inc-latest-0.500-9.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-libnet-3.11-3.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-libnetcfg-5.26.3-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-local-lib-2.000024-2.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-open-1.11-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-perlfaq-5.20180605-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-utils-5.26.3-420.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-version-0.99.24-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] python2-2.7.18-7.module_el8.5.0+894+1c54b371.x86_64.rpm: Already downloaded
[SKIPPED] python2-libs-2.7.18-7.module_el8.5.0+894+1c54b371.x86_64.rpm: Already downloaded
[SKIPPED] python2-pip-9.0.3-18.module_el8.5.0+743+cd2f5d28.noarch.rpm: Already downloaded
[SKIPPED] python2-pip-wheel-9.0.3-18.module_el8.5.0+743+cd2f5d28.noarch.rpm: Already downloaded
[SKIPPED] python2-setuptools-39.0.1-13.module_el8.5.0+743+cd2f5d28.noarch.rpm: Already downloaded
[SKIPPED] python2-setuptools-wheel-39.0.1-13.module_el8.5.0+743+cd2f5d28.noarch.rpm: Already downloaded
[SKIPPED] python3-pip-9.0.3-20.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-unbound-1.7.3-17.el8.x86_64.rpm: Already downloaded
[SKIPPED] python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64.rpm: Already downloaded
[SKIPPED] systemtap-sdt-devel-4.5-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] tbb-2018.2-9.el8.x86_64.rpm: Already downloaded
[SKIPPED] unbound-libs-1.7.3-17.el8.x86_64.rpm: Already downloaded
[SKIPPED] utf8proc-2.1.1-5.module_el8.3.0+703+ba2f61b7.x86_64.rpm: Already downloaded
[SKIPPED] xkeyboard-config-2.28-1.el8.noarch.rpm: Already downloaded
[SKIPPED] zstd-1.4.4-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] rpmconf-1.1.7-2.el8.1.noarch.rpm: Already downloaded
[SKIPPED] bc-1.07.1-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] bind-export-libs-9.11.26-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] chkconfig-1.19.1-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] cryptsetup-libs-2.3.3-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] curl-7.61.1-22.el8.x86_64.rpm: Already downloaded
[SKIPPED] device-mapper-1.02.177-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] device-mapper-event-1.02.177-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] device-mapper-event-libs-1.02.177-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] device-mapper-libs-1.02.177-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] dhcp-common-4.3.6-45.el8.noarch.rpm: Already downloaded
[SKIPPED] dhcp-libs-4.3.6-45.el8.x86_64.rpm: Already downloaded
[SKIPPED] dnf-4.7.0-4.el8.noarch.rpm: Already downloaded
[SKIPPED] dnf-data-4.7.0-4.el8.noarch.rpm: Already downloaded
[SKIPPED] elfutils-0.185-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] elfutils-libelf-0.185-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] elfutils-libs-0.185-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] gdbm-1.18-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] gettext-0.19.8.1-17.el8.x86_64.rpm: Already downloaded
[SKIPPED] gettext-common-devel-0.19.8.1-17.el8.noarch.rpm: Already downloaded
[SKIPPED] gettext-devel-0.19.8.1-17.el8.x86_64.rpm: Already downloaded
[SKIPPED] gettext-libs-0.19.8.1-17.el8.x86_64.rpm: Already downloaded
[SKIPPED] gnupg2-2.2.20-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] gnutls-3.6.16-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] gpgme-1.13.1-9.el8.x86_64.rpm: Already downloaded
[SKIPPED] grep-3.1-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] grub2-common-2.02-106.el8.noarch.rpm: Already downloaded
[SKIPPED] grub2-pc-2.02-106.el8.x86_64.rpm: Already downloaded
[SKIPPED] grub2-pc-modules-2.02-106.el8.noarch.rpm: Already downloaded
[SKIPPED] grub2-tools-2.02-106.el8.x86_64.rpm: Already downloaded
[SKIPPED] grub2-tools-extra-2.02-106.el8.x86_64.rpm: Already downloaded
[SKIPPED] grub2-tools-minimal-2.02-106.el8.x86_64.rpm: Already downloaded
[SKIPPED] grubby-8.40-42.el8.x86_64.rpm: Already downloaded
[SKIPPED] initscripts-10.00.15-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] json-c-0.13.1-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] libblkid-2.32.1-28.el8.x86_64.rpm: Already downloaded
[SKIPPED] libcomps-0.1.16-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] libcurl-7.61.1-22.el8.x86_64.rpm: Already downloaded
[SKIPPED] libdnf-0.63.0-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] libgcrypt-1.8.5-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] libgpg-error-1.31-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libmodulemd-2.13.0-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libmount-2.32.1-28.el8.x86_64.rpm: Already downloaded
[SKIPPED] librepo-1.14.0-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] libsmartcols-2.32.1-28.el8.x86_64.rpm: Already downloaded
[SKIPPED] libsolv-0.7.19-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libtirpc-1.1.4-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] libunistring-0.9.9-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] libuuid-2.32.1-28.el8.x86_64.rpm: Already downloaded
[SKIPPED] lvm2-2.03.12-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] lvm2-libs-2.03.12-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] man-db-2.7.6.1-18.el8.x86_64.rpm: Already downloaded
[SKIPPED] ncurses-6.1-9.20180224.el8.x86_64.rpm: Already downloaded
[SKIPPED] ncurses-base-6.1-9.20180224.el8.noarch.rpm: Already downloaded
[SKIPPED] ncurses-libs-6.1-9.20180224.el8.x86_64.rpm: Already downloaded
[SKIPPED] nettle-3.4.1-7.el8.x86_64.rpm: Already downloaded
[SKIPPED] openssh-8.0p1-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] openssh-clients-8.0p1-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] openssh-server-8.0p1-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] openssl-1.1.1k-5.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] openssl-libs-1.1.1k-5.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] p11-kit-0.23.22-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] p11-kit-trust-0.23.22-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] pam-1.3.1-15.el8.x86_64.rpm: Already downloaded
[SKIPPED] parted-3.2-39.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Carp-1.42-396.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Data-Dumper-2.167-399.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Encode-2.97-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Exporter-5.72-396.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-File-Path-2.15-2.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-File-Temp-0.230.600-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Getopt-Long-2.50-4.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-HTTP-Tiny-0.074-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-PathTools-3.74-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Pod-Escapes-1.07-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Pod-Perldoc-3.28-396.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Pod-Simple-3.35-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Pod-Usage-1.69-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Scalar-List-Utils-1.49-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Socket-2.027-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Storable-3.11-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Text-ParseWords-3.30-395.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Time-Local-1.280-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-constant-1.33-396.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-libs-5.26.3-420.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-macros-5.26.3-420.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-parent-0.237-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-podlators-4.11-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-threads-2.21-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-threads-shared-1.58-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] python3-libs-3.6.8-41.el8.x86_64.rpm: Already downloaded
[SKIPPED] readline-7.0-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] rpm-4.14.3-19.el8.x86_64.rpm: Already downloaded
[SKIPPED] rpm-build-libs-4.14.3-19.el8.x86_64.rpm: Already downloaded
[SKIPPED] rpm-libs-4.14.3-19.el8.x86_64.rpm: Already downloaded
[SKIPPED] rpm-sign-4.14.3-19.el8.x86_64.rpm: Already downloaded
[SKIPPED] sqlite-3.26.0-15.el8.x86_64.rpm: Already downloaded
[SKIPPED] sudo-1.8.29-7.el8_4.1.x86_64.rpm: Already downloaded
[SKIPPED] systemd-239-51.el8_5.2.x86_64.rpm: Already downloaded
[SKIPPED] systemd-libs-239-51.el8_5.2.x86_64.rpm: Already downloaded
[SKIPPED] tuned-2.16.0-1.el8.noarch.rpm: Already downloaded
[SKIPPED] util-linux-2.32.1-28.el8.x86_64.rpm: Already downloaded
[SKIPPED] which-2.21-16.el8.x86_64.rpm: Already downloaded
[SKIPPED] xfsprogs-5.0.0-9.el8.x86_64.rpm: Already downloaded
[SKIPPED] xz-5.2.4-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] xz-libs-5.2.4-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] zlib-1.2.11-17.el8.x86_64.rpm: Already downloaded
[SKIPPED] boost-date-time-1.66.0-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] boost-system-1.66.0-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] boost-thread-1.66.0-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] dyninst-11.0.0-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] gdb-8.2-16.el8.x86_64.rpm: Already downloaded
[SKIPPED] git-2.27.0-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] lua-5.3.4-12.el8.x86_64.rpm: Already downloaded
[SKIPPED] neon-0.30.2-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-5.26.3-420.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Error-0.17025-2.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Filter-1.58-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Git-2.27.0-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-TermReadKey-2.37-7.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-Test-Harness-3.42-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Thread-Queue-3.13-1.el8.noarch.rpm: Already downloaded
[SKIPPED] perl-Time-HiRes-1.9758-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-XML-Parser-2.44-11.el8.x86_64.rpm: Already downloaded
[SKIPPED] rpm-build-4.14.3-19.el8.x86_64.rpm: Already downloaded
[SKIPPED] subversion-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64.rpm: Already downloaded
[SKIPPED] subversion-libs-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64.rpm: Already downloaded
[SKIPPED] systemtap-4.5-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] systemtap-client-4.5-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] systemtap-devel-4.5-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] systemtap-runtime-4.5-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] vim-common-8.0.1763-16.el8.x86_64.rpm: Already downloaded
[SKIPPED] vim-enhanced-8.0.1763-16.el8.x86_64.rpm: Already downloaded
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Upgrading : zlib-1.2.11-17.el8.x86_64 1/510
Upgrading : xz-libs-5.2.4-3.el8.x86_64 2/510
Installing : sqlite-libs-3.26.0-15.el8.x86_64 3/510
Upgrading : elfutils-libelf-0.185-1.el8.x86_64 4/510
Upgrading : grep-3.1-6.el8.x86_64 5/510
Running scriptlet: grep-3.1-6.el8.x86_64 5/510
Installing : libzstd-1.4.4-1.el8.x86_64 6/510
Upgrading : elfutils-libs-0.185-1.el8.x86_64 7/510
Upgrading : libgpg-error-1.31-1.el8.x86_64 8/510
Upgrading : libuuid-2.32.1-28.el8.x86_64 9/510
Running scriptlet: libuuid-2.32.1-28.el8.x86_64 9/510
Upgrading : libblkid-2.32.1-28.el8.x86_64 10/510
Running scriptlet: libblkid-2.32.1-28.el8.x86_64 10/510
Installing : lua-libs-5.3.4-12.el8.x86_64 11/510
Installing : crypto-policies-20210617-1.gitc776d3e.el8.noarch 12/510
Running scriptlet: crypto-policies-20210617-1.gitc776d3e.el8.noarch 12/510
Upgrading : openssl-libs-1:1.1.1k-5.el8_5.x86_64 13/510
Running scriptlet: openssl-libs-1:1.1.1k-5.el8_5.x86_64 13/510
Upgrading : boost-system-1.66.0-10.el8.x86_64 14/510
Running scriptlet: boost-system-1.66.0-10.el8.x86_64 14/510
Upgrading : libunistring-0.9.9-3.el8.x86_64 15/510
Upgrading : grub2-common-1:2.02-106.el8.noarch 16/510
Upgrading : chkconfig-1.19.1-1.el8.x86_64 17/510
Upgrading : libmount-2.32.1-28.el8.x86_64 18/510
Running scriptlet: libmount-2.32.1-28.el8.x86_64 18/510
Upgrading : libgcrypt-1.8.5-6.el8.x86_64 19/510
Running scriptlet: libgcrypt-1.8.5-6.el8.x86_64 19/510
Upgrading : systemd-libs-239-51.el8_5.2.x86_64 20/510
Running scriptlet: systemd-libs-239-51.el8_5.2.x86_64 20/510
Detected system with incompatible nobody defined, creating /etc/systemd/dont-synthesize-nobody
Upgrading : which-2.21-16.el8.x86_64 21/510
Upgrading : json-c-0.13.1-2.el8.x86_64 22/510
Installing : gdbm-libs-1:1.18-1.el8.x86_64 23/510
Installing : libidn2-2.2.0-1.el8.x86_64 24/510
Upgrading : libtirpc-1.1.4-5.el8.x86_64 25/510
Running scriptlet: libtirpc-1.1.4-5.el8.x86_64 25/510
Upgrading : libsmartcols-2.32.1-28.el8.x86_64 26/510
Running scriptlet: libsmartcols-2.32.1-28.el8.x86_64 26/510
Installing : libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 27/510
Running scriptlet: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 27/510
Upgrading : pam-1.3.1-15.el8.x86_64 28/510
Running scriptlet: pam-1.3.1-15.el8.x86_64 28/510
warning: /etc/pam.d/fingerprint-auth created as /etc/pam.d/fingerprint-auth.rpmnew
warning: /etc/pam.d/password-auth created as /etc/pam.d/password-auth.rpmnew
warning: /etc/pam.d/postlogin created as /etc/pam.d/postlogin.rpmnew
warning: /etc/pam.d/smartcard-auth created as /etc/pam.d/smartcard-auth.rpmnew
warning: /etc/pam.d/system-auth created as /etc/pam.d/system-auth.rpmnew
Installing : ipcalc-0.2.4-4.el8.x86_64 29/510
Installing : boost-chrono-1.66.0-10.el8.x86_64 30/510
Running scriptlet: boost-chrono-1.66.0-10.el8.x86_64 30/510
Installing : libevent-2.1.8-5.el8.x86_64 31/510
Installing : libserf-1.3.9-9.module_el8.3.0+703+ba2f61b7.x86_64 32/510
Running scriptlet: libserf-1.3.9-9.module_el8.3.0+703+ba2f61b7.x86_64 32/510
Upgrading : openssl-1:1.1.1k-5.el8_5.x86_64 33/510
Installing : libksba-1.3.5-7.el8.x86_64 34/510
Upgrading : xz-5.2.4-3.el8.x86_64 35/510
Installing : zlib-devel-1.2.11-17.el8.x86_64 36/510
Upgrading : p11-kit-0.23.22-1.el8.x86_64 37/510
Upgrading : p11-kit-trust-0.23.22-1.el8.x86_64 38/510
Running scriptlet: p11-kit-trust-0.23.22-1.el8.x86_64 38/510
Upgrading : ncurses-base-6.1-9.20180224.el8.noarch 39/510
Upgrading : ncurses-libs-6.1-9.20180224.el8.x86_64 40/510
Upgrading : readline-7.0-10.el8.x86_64 41/510
Running scriptlet: readline-7.0-10.el8.x86_64 41/510
Upgrading : gdbm-1:1.18-1.el8.x86_64 42/510
Installing : psmisc-23.1-5.el8.x86_64 43/510
Upgrading : gettext-libs-0.19.8.1-17.el8.x86_64 44/510
Upgrading : gettext-0.19.8.1-17.el8.x86_64 45/510
Running scriptlet: gettext-0.19.8.1-17.el8.x86_64 45/510
Installing : utf8proc-2.1.1-5.module_el8.3.0+703+ba2f61b7.x86_64 46/510
Running scriptlet: utf8proc-2.1.1-5.module_el8.3.0+703+ba2f61b7.x86_64 46/510
Installing : python3-setuptools-wheel-39.2.0-6.el8.noarch 47/510
Installing : python3-pip-wheel-9.0.3-20.el8.noarch 48/510
Installing : platform-python-setuptools-39.2.0-6.el8.noarch 49/510
Installing : platform-python-3.6.8-41.el8.x86_64 50/510
Running scriptlet: platform-python-3.6.8-41.el8.x86_64 50/510
Upgrading : python3-libs-3.6.8-41.el8.x86_64 51/510
Installing : python3-six-1.11.0-8.el8.noarch 52/510
Installing : python3-dbus-1.2.4-15.el8.x86_64 53/510
Installing : pcre2-10.32-2.el8.x86_64 54/510
Installing : libseccomp-2.5.1-1.el8.x86_64 55/510
Running scriptlet: libseccomp-2.5.1-1.el8.x86_64 55/510
Installing : python3-configobj-5.0.6-11.el8.noarch 56/510
Installing : python3-dateutil-1:2.6.1-6.el8.noarch 57/510
Installing : python3-linux-procfs-0.6.3-1.el8.noarch 58/510
Installing : python3-pyudev-0.21.0-7.el8.noarch 59/510
Installing : python3-perf-4.18.0-348.7.1.el8_5.x86_64 60/510
Installing : python3-rpmconf-1.1.7-2.el8.1.noarch 61/510
Installing : platform-python-pip-9.0.3-20.el8.noarch 62/510
Installing : python3-gobject-base-3.28.3-2.el8.x86_64 63/510
Installing : python3-pyparsing-2.1.10-7.el8.noarch 64/510
Installing : systemtap-sdt-devel-4.5-3.el8.x86_64 65/510
Installing : python3-setuptools-39.2.0-6.el8.noarch 66/510
Installing : python3-pip-9.0.3-20.el8.noarch 67/510
Installing : python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 68/510
Running scriptlet: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 68/510
failed to link /usr/bin/pip3 -> /etc/alternatives/pip3: /usr/bin/pip3 exists and it is either not a symlink or --keep-foreign was set and link points outside /etc/alternatives
Installing : python3-syspurpose-1.28.21-3.el8.x86_64 69/510
Upgrading : subversion-libs-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64 70/510
Running scriptlet: subversion-libs-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64 70/510
Upgrading : bc-1.07.1-5.el8.x86_64 71/510
Running scriptlet: bc-1.07.1-5.el8.x86_64 71/510
Installing : vim-minimal-2:8.0.1763-16.el8.x86_64 72/510
warning: /etc/virc created as /etc/virc.rpmnew
Upgrading : ncurses-6.1-9.20180224.el8.x86_64 73/510
Upgrading : perl-Pod-Escapes-1:1.07-395.el8.noarch 74/510
Upgrading : perl-Time-Local-1:1.280-1.el8.noarch 75/510
Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 76/510
Installing : perl-Term-Cap-1.17-395.el8.noarch 77/510
Upgrading : perl-File-Temp-0.230.600-1.el8.noarch 78/510
Upgrading : perl-HTTP-Tiny-0.074-1.el8.noarch 79/510
Upgrading : perl-Pod-Simple-1:3.35-395.el8.noarch 80/510
Upgrading : perl-Pod-Perldoc-3.28-396.el8.noarch 81/510
Upgrading : perl-podlators-4.11-1.el8.noarch 82/510
Upgrading : perl-Text-ParseWords-3.30-395.el8.noarch 83/510
Upgrading : perl-Pod-Usage-4:1.69-395.el8.noarch 84/510
Installing : perl-MIME-Base64-3.15-396.el8.x86_64 85/510
Upgrading : perl-Storable-1:3.11-3.el8.x86_64 86/510
Upgrading : perl-Getopt-Long-1:2.50-4.el8.noarch 87/510
Installing : perl-Errno-1.28-420.el8.x86_64 88/510
Upgrading : perl-Socket-4:2.027-3.el8.x86_64 89/510
Upgrading : perl-Encode-4:2.97-3.el8.x86_64 90/510
Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 91/510
Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 92/510
Upgrading : perl-Carp-1.42-396.el8.noarch 93/510
Upgrading : perl-Exporter-5.72-396.el8.noarch 94/510
Upgrading : perl-libs-4:5.26.3-420.el8.x86_64 95/510
Upgrading : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 96/510
Upgrading : perl-parent-1:0.237-1.el8.noarch 97/510
Upgrading : perl-macros-4:5.26.3-420.el8.x86_64 98/510
Installing : perl-IO-1.38-420.el8.x86_64 99/510
Upgrading : perl-File-Path-2.15-2.el8.noarch 100/510
Upgrading : perl-PathTools-3.74-1.el8.x86_64 101/510
Upgrading : perl-constant-1.33-396.el8.noarch 102/510
Upgrading : perl-threads-shared-1.58-2.el8.x86_64 103/510
Upgrading : perl-threads-1:2.21-2.el8.x86_64 104/510
Installing : perl-interpreter-4:5.26.3-420.el8.x86_64 105/510
Installing : perl-version-6:0.99.24-1.el8.x86_64 106/510
Upgrading : perl-Data-Dumper-2.167-399.el8.x86_64 107/510
Installing : perl-ExtUtils-Manifest-1.70-395.el8.noarch 108/510
Installing : perl-ExtUtils-ParseXS-1:3.35-2.el8.noarch 109/510
Installing : perl-CPAN-Meta-Requirements-2.140-396.el8.noarch 110/510
Installing : perl-Module-CoreList-1:5.20181130-1.el8.noarch 111/510
Installing : perl-Module-Metadata-1.000033-395.el8.noarch 112/510
Installing : perl-Compress-Raw-Zlib-2.081-1.el8.x86_64 113/510
Installing : perl-Digest-1.17-395.el8.noarch 114/510
Installing : perl-Digest-MD5-2.55-396.el8.x86_64 115/510
Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 116/510
Installing : perl-libnet-3.11-3.el8.noarch 117/510
Installing : perl-SelfLoader-1.23-420.el8.noarch 118/510
Upgrading : perl-Filter-2:1.58-2.el8.x86_64 119/510
Upgrading : perl-Test-Harness-1:3.42-1.el8.noarch 120/510
Installing : perl-Module-Load-1:0.32-395.el8.noarch 121/510
Installing : perl-Perl-OSType-1.010-396.el8.noarch 122/510
Upgrading : perl-Time-HiRes-4:1.9758-2.el8.x86_64 123/510
Installing : perl-Net-Ping-2.55-420.el8.noarch 124/510
Installing : perl-encoding-4:2.22-3.el8.x86_64 125/510
Installing : perl-Text-Balanced-2.03-395.el8.noarch 126/510
Installing : perl-URI-1.73-3.el8.noarch 127/510
Installing : perl-Digest-SHA-1:6.02-1.el8.x86_64 128/510
Installing : perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64 129/510
Installing : perl-IO-Compress-2.081-1.el8.noarch 130/510
Installing : perl-IO-Zlib-1:1.10-420.el8.noarch 131/510
Installing : perl-Math-Complex-1.59-420.el8.noarch 132/510
Installing : perl-Math-BigInt-1:1.9998.11-7.el8.noarch 133/510
Installing : perl-JSON-PP-1:2.97.001-3.el8.noarch 134/510
Installing : perl-Math-BigRat-0.2614-1.el8.noarch 135/510
Installing : perl-CPAN-Meta-YAML-0.018-397.el8.noarch 136/510
Installing : perl-CPAN-Meta-2.150010-396.el8.noarch 137/510
Installing : perl-ExtUtils-Command-1:7.34-1.el8.noarch 138/510
Installing : perl-ExtUtils-Install-2.14-4.el8.noarch 139/510
Installing : perl-devel-4:5.26.3-420.el8.x86_64 140/510
Installing : perl-ExtUtils-MakeMaker-1:7.34-1.el8.noarch 141/510
Installing : perl-ExtUtils-Embed-1.34-420.el8.noarch 142/510
Installing : perl-Locale-Maketext-1.28-396.el8.noarch 143/510
Installing : perl-Locale-Maketext-Simple-1:0.21-420.el8.noarch 144/510
Installing : perl-Params-Check-1:0.38-395.el8.noarch 145/510
Installing : perl-Module-Load-Conditional-0.68-395.el8.noarch 146/510
Installing : perl-Params-Util-1.07-22.el8.x86_64 147/510
Installing : perl-Pod-Html-1.22.02-420.el8.noarch 148/510
Installing : perl-Sub-Install-0.928-14.el8.noarch 149/510
Installing : perl-Data-OptList-0.110-6.el8.noarch 150/510
Installing : perl-ExtUtils-Miniperl-1.06-420.el8.noarch 151/510
Installing : perl-libnetcfg-4:5.26.3-420.el8.noarch 152/510
Installing : perl-inc-latest-2:0.500-9.el8.noarch 153/510
Installing : perl-bignum-0.49-2.el8.noarch 154/510
Installing : perl-Math-BigInt-FastCalc-0.500.600-6.el8.x86_64 155/510
Installing : perl-Filter-Simple-0.94-2.el8.noarch 156/510
Installing : perl-open-1.11-420.el8.noarch 157/510
Installing : perl-Devel-SelfStubber-1.06-420.el8.noarch 158/510
Installing : perl-Archive-Zip-1.60-3.el8.noarch 159/510
Installing : perl-Module-CoreList-tools-1:5.20181130-1.el8.noarch 160/510
Installing : perl-Test-Simple-1:1.302135-1.el8.noarch 161/510
Installing : perl-experimental-0.019-2.el8.noarch 162/510
Installing : perl-Algorithm-Diff-1.1903-9.el8.noarch 163/510
Installing : perl-Text-Diff-1.45-2.el8.noarch 164/510
Installing : perl-Archive-Tar-2.30-1.el8.noarch 165/510
Installing : perl-Attribute-Handlers-0.99-420.el8.noarch 166/510
Installing : perl-B-Debug-1.26-2.el8.noarch 167/510
Installing : perl-Compress-Bzip2-2.26-6.el8.x86_64 168/510
Installing : perl-Config-Perl-V-0.30-1.el8.noarch 169/510
Installing : perl-DB_File-1.842-1.el8.x86_64 170/510
Installing : perl-Devel-PPPort-3.36-5.el8.x86_64 171/510
Installing : perl-Devel-Size-0.81-2.el8.x86_64 172/510
Installing : perl-Encode-devel-4:2.97-3.el8.x86_64 173/510
Installing : perl-Env-1.04-395.el8.noarch 174/510
Installing : perl-ExtUtils-MM-Utils-1:7.34-1.el8.noarch 175/510
Installing : perl-IPC-Cmd-2:1.02-1.el8.noarch 176/510
Installing : perl-ExtUtils-CBuilder-1:0.280230-2.el8.noarch 177/510
Installing : perl-File-Fetch-0.56-2.el8.noarch 178/510
Installing : perl-IPC-SysV-2.07-397.el8.x86_64 179/510
Installing : perl-IPC-System-Simple-1.25-17.el8.noarch 180/510
Installing : perl-autodie-2.29-396.el8.noarch 181/510
Installing : perl-Locale-Codes-3.57-1.el8.noarch 182/510
Installing : perl-Memoize-1.03-420.el8.noarch 183/510
Installing : perl-Module-Loaded-1:0.08-420.el8.noarch 184/510
Installing : perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3.x86_64 185/510
Installing : perl-Package-Generator-1.106-11.el8.noarch 186/510
Installing : perl-Sub-Exporter-0.987-15.el8.noarch 187/510
Installing : perl-Pod-Checker-4:1.73-395.el8.noarch 188/510
Installing : perl-Pod-Parser-1.63-396.el8.noarch 189/510
Installing : perl-Sys-Syslog-0.35-397.el8.x86_64 190/510
Installing : perl-Test-1.30-420.el8.noarch 191/510
Installing : perl-Text-Glob-0.11-4.el8.noarch 192/510
Installing : perl-Text-Template-1.51-1.el8.noarch 193/510
Installing : perl-Time-Piece-1.31-420.el8.x86_64 194/510
Installing : perl-Unicode-Collate-1.25-2.el8.x86_64 195/510
Installing : perl-local-lib-2.000024-2.el8.noarch 196/510
Installing : perl-utils-5.26.3-420.el8.noarch 197/510
Upgrading : perl-Error-1:0.17025-2.el8.noarch 198/510
Upgrading : perl-TermReadKey-2.37-7.el8.x86_64 199/510
Upgrading : perl-Thread-Queue-3.13-1.el8.noarch 200/510
Installing : perl-File-Which-1.22-2.el8.noarch 201/510
Installing : perl-File-HomeDir-1.002-4.el8.noarch 202/510
Installing : perl-Devel-Peek-1.26-420.el8.x86_64 203/510
Installing : perl-MRO-Compat-0.13-4.el8.noarch 204/510
Installing : perl-Data-Section-0.200007-3.el8.noarch 205/510
Installing : perl-Software-License-0.103013-2.el8.noarch 206/510
Installing : perl-Module-Build-2:0.42.24-5.el8.noarch 207/510
Installing : perl-CPAN-2.18-397.el8.noarch 208/510
Installing : perl-PerlIO-via-QuotedPrint-0.08-395.el8.noarch 209/510
Installing : perl-perlfaq-5.20180605-1.el8.noarch 210/510
Installing : elfutils-libelf-devel-0.185-1.el8.x86_64 211/510
Installing : boost-timer-1.66.0-10.el8.x86_64 212/510
Running scriptlet: boost-timer-1.66.0-10.el8.x86_64 212/510
Installing : libusbx-1.0.23-4.el8.x86_64 213/510
Upgrading : dhcp-libs-12:4.3.6-45.el8.x86_64 214/510
Upgrading : grub2-pc-modules-1:2.02-106.el8.noarch 215/510
Installing : boost-filesystem-1.66.0-10.el8.x86_64 216/510
Running scriptlet: boost-filesystem-1.66.0-10.el8.x86_64 216/510
Upgrading : boost-thread-1.66.0-10.el8.x86_64 217/510
Running scriptlet: boost-thread-1.66.0-10.el8.x86_64 217/510
Installing : libarchive-3.3.3-1.el8.x86_64 218/510
Running scriptlet: tpm2-tss-2.3.2-4.el8.x86_64 219/510
Installing : tpm2-tss-2.3.2-4.el8.x86_64 219/510
Running scriptlet: tpm2-tss-2.3.2-4.el8.x86_64 219/510
Installing : ima-evm-utils-1.3.2-12.el8.x86_64 220/510
Upgrading : bind-export-libs-32:9.11.26-6.el8.x86_64 221/510
Running scriptlet: bind-export-libs-32:9.11.26-6.el8.x86_64 221/510
Installing : libfdisk-2.32.1-28.el8.x86_64 222/510
Running scriptlet: libfdisk-2.32.1-28.el8.x86_64 222/510
Upgrading : util-linux-2.32.1-28.el8.x86_64 223/510
Running scriptlet: util-linux-2.32.1-28.el8.x86_64 223/510
Running scriptlet: openssh-8.0p1-10.el8.x86_64 224/510
Upgrading : openssh-8.0p1-10.el8.x86_64 224/510
Upgrading : openssh-clients-8.0p1-10.el8.x86_64 225/510
Installing : libbabeltrace-1.5.4-3.el8.x86_64 226/510
Running scriptlet: libbabeltrace-1.5.4-3.el8.x86_64 226/510
Upgrading : elfutils-0.185-1.el8.x86_64 227/510
Installing : libzstd-devel-1.4.4-1.el8.x86_64 228/510
Installing : xz-devel-5.2.4-3.el8.x86_64 229/510
Installing : elfutils-devel-0.185-1.el8.x86_64 230/510
Upgrading : libcomps-0.1.16-2.el8.x86_64 231/510
Installing : python3-libcomps-0.1.16-2.el8.x86_64 232/510
Upgrading : vim-common-2:8.0.1763-16.el8.x86_64 233/510
Upgrading : boost-date-time-1.66.0-10.el8.x86_64 234/510
Running scriptlet: boost-date-time-1.66.0-10.el8.x86_64 234/510
Upgrading : nettle-3.4.1-7.el8.x86_64 235/510
Running scriptlet: nettle-3.4.1-7.el8.x86_64 235/510
Upgrading : gnutls-3.6.16-4.el8.x86_64 236/510
Installing : systemd-pam-239-51.el8_5.2.x86_64 237/510
Upgrading : cryptsetup-libs-2.3.3-4.el8.x86_64 238/510
Running scriptlet: cryptsetup-libs-2.3.3-4.el8.x86_64 238/510
Running scriptlet: systemd-239-51.el8_5.2.x86_64 239/510
Upgrading : systemd-239-51.el8_5.2.x86_64 239/510
Running scriptlet: systemd-239-51.el8_5.2.x86_64 239/510
Upgrading : device-mapper-libs-8:1.02.177-10.el8.x86_64 240/510
Upgrading : device-mapper-8:1.02.177-10.el8.x86_64 241/510
Upgrading : device-mapper-event-libs-8:1.02.177-10.el8.x86_64 242/510
Upgrading : grub2-tools-minimal-1:2.02-106.el8.x86_64 243/510
Upgrading : initscripts-10.00.15-1.el8.x86_64 244/510
Running scriptlet: initscripts-10.00.15-1.el8.x86_64 244/510
Installing : network-scripts-10.00.15-1.el8.x86_64 245/510
Running scriptlet: network-scripts-10.00.15-1.el8.x86_64 245/510
Upgrading : grub2-tools-extra-1:2.02-106.el8.x86_64 246/510
Upgrading : device-mapper-event-8:1.02.177-10.el8.x86_64 247/510
Running scriptlet: device-mapper-event-8:1.02.177-10.el8.x86_64 247/510
Upgrading : lvm2-libs-8:2.03.12-10.el8.x86_64 248/510
Running scriptlet: authselect-libs-1.2.2-3.el8.x86_64 249/510
Installing : authselect-libs-1.2.2-3.el8.x86_64 249/510
Installing : authselect-1.2.2-3.el8.x86_64 250/510
Installing : oddjob-0.34.7-1.el8.x86_64 251/510
Running scriptlet: oddjob-0.34.7-1.el8.x86_64 251/510
Running scriptlet: unbound-libs-1.7.3-17.el8.x86_64 252/510
Installing : unbound-libs-1.7.3-17.el8.x86_64 252/510
Running scriptlet: unbound-libs-1.7.3-17.el8.x86_64 252/510
Upgrading : gettext-common-devel-0.19.8.1-17.el8.noarch 253/510
Upgrading : dnf-data-4.7.0-4.el8.noarch 254/510
Upgrading : dhcp-common-12:4.3.6-45.el8.noarch 255/510
Installing : zstd-1.4.4-1.el8.x86_64 256/510
Installing : xkeyboard-config-2.28-1.el8.noarch 257/510
Installing : tbb-2018.2-9.el8.x86_64 258/510
Running scriptlet: tbb-2018.2-9.el8.x86_64 258/510
Installing : python2-setuptools-wheel-39.0.1-13.module_el8.5.0+743+cd2f5d28.noarch 259/510
Installing : python2-pip-wheel-9.0.3-18.module_el8.5.0+743+cd2f5d28.noarch 260/510
Installing : python2-2.7.18-7.module_el8.5.0+894+1c54b371.x86_64 261/510
Running scriptlet: python2-2.7.18-7.module_el8.5.0+894+1c54b371.x86_64 261/510
Installing : python2-libs-2.7.18-7.module_el8.5.0+894+1c54b371.x86_64 262/510
Installing : python2-setuptools-39.0.1-13.module_el8.5.0+743+cd2f5d28.noarch 263/510
Installing : libipt-1.6.1-8.el8.x86_64 264/510
Installing : libatomic_ops-7.6.2-3.el8.x86_64 265/510
Installing : gc-7.6.4-3.el8.x86_64 266/510
Installing : boost-atomic-1.66.0-10.el8.x86_64 267/510
Running scriptlet: boost-atomic-1.66.0-10.el8.x86_64 267/510
Installing : publicsuffix-list-dafsa-20180723-1.el8.noarch 268/510
Installing : libpsl-0.20.2-6.el8.x86_64 269/510
Installing : npth-1.5-4.el8.x86_64 270/510
Upgrading : gnupg2-2.2.20-2.el8.x86_64 271/510
Upgrading : gpgme-1.13.1-9.el8.x86_64 272/510
Installing : python3-gpg-1.13.1-9.el8.x86_64 273/510
Installing : libtool-ltdl-2.4.6-25.el8.x86_64 274/510
Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64 274/510
Installing : guile-5:2.0.14-7.el8.x86_64 275/510
Running scriptlet: guile-5:2.0.14-7.el8.x86_64 275/510
Installing : gdb-headless-8.2-16.el8.x86_64 276/510
Installing : libssh-config-0.9.4-3.el8.noarch 277/510
Installing : libssh-0.9.4-3.el8.x86_64 278/510
Installing : libnghttp2-1.33.0-3.el8_2.1.x86_64 279/510
Installing : brotli-1.0.6-3.el8.x86_64 280/510
Upgrading : libcurl-7.61.1-22.el8.x86_64 281/510
Installing : elfutils-debuginfod-client-0.185-1.el8.x86_64 282/510
Upgrading : librepo-1.14.0-2.el8.x86_64 283/510
Installing : git-core-2.27.0-1.el8.x86_64 284/510
Installing : git-core-doc-2.27.0-1.el8.noarch 285/510
Upgrading : perl-Git-2.27.0-1.el8.noarch 286/510
Upgrading : git-2.27.0-1.el8.x86_64 287/510
Upgrading : dyninst-11.0.0-3.el8.x86_64 288/510
Running scriptlet: dyninst-11.0.0-3.el8.x86_64 288/510
Running scriptlet: systemtap-runtime-4.5-3.el8.x86_64 289/510
Upgrading : systemtap-runtime-4.5-3.el8.x86_64 289/510
Upgrading : curl-7.61.1-22.el8.x86_64 290/510
Upgrading : rpm-libs-4.14.3-19.el8.x86_64 291/510
Running scriptlet: rpm-libs-4.14.3-19.el8.x86_64 291/510
Upgrading : rpm-4.14.3-19.el8.x86_64 292/510
Upgrading : libmodulemd-2.13.0-1.el8.x86_64 293/510
Upgrading : libsolv-0.7.19-1.el8.x86_64 294/510
Upgrading : rpm-build-libs-4.14.3-19.el8.x86_64 295/510
Running scriptlet: rpm-build-libs-4.14.3-19.el8.x86_64 295/510
Installing : python3-rpm-4.14.3-19.el8.x86_64 296/510
Upgrading : libdnf-0.63.0-3.el8.x86_64 297/510
Installing : python3-libdnf-0.63.0-3.el8.x86_64 298/510
Installing : python3-hawkey-0.63.0-3.el8.x86_64 299/510
Installing : python3-dnf-4.7.0-4.el8.noarch 300/510
Running scriptlet: grub2-tools-1:2.02-106.el8.x86_64 301/510
Upgrading : grub2-tools-1:2.02-106.el8.x86_64 301/510
Running scriptlet: grub2-tools-1:2.02-106.el8.x86_64 301/510
Installing : python3-dnf-plugins-core-4.0.21-3.el8.noarch 302/510
Upgrading : systemtap-client-4.5-3.el8.x86_64 303/510
Upgrading : systemtap-devel-4.5-3.el8.x86_64 304/510
Upgrading : systemtap-4.5-3.el8.x86_64 305/510
Running scriptlet: systemtap-4.5-3.el8.x86_64 305/510
Installing : dnf-plugins-core-4.0.21-3.el8.noarch 306/510
Upgrading : grub2-pc-1:2.02-106.el8.x86_64 307/510
Upgrading : grubby-8.40-42.el8.x86_64 308/510
Upgrading : dnf-4.7.0-4.el8.noarch 309/510
Running scriptlet: dnf-4.7.0-4.el8.noarch 309/510
Upgrading : rpmconf-1.1.7-2.el8.1.noarch 310/510
Upgrading : rpm-sign-4.14.3-19.el8.x86_64 311/510
Upgrading : rpm-build-4.14.3-19.el8.x86_64 312/510
Installing : rpm-plugin-systemd-inhibit-4.14.3-19.el8.x86_64 313/510
Installing : elfutils-debuginfod-client-devel-0.185-1.el8.x86_64 314/510
Installing : systemd-container-239-51.el8_5.2.x86_64 315/510
Upgrading : gdb-8.2-16.el8.x86_64 316/510
Installing : gnupg2-smime-2.2.20-2.el8.x86_64 317/510
Installing : python2-pip-9.0.3-18.module_el8.5.0+743+cd2f5d28.noarch 318/510
Installing : libxkbcommon-0.9.1-1.el8.x86_64 319/510
Installing : dhcp-client-12:4.3.6-45.el8.x86_64 320/510
Upgrading : gettext-devel-0.19.8.1-17.el8.x86_64 321/510
Running scriptlet: gettext-devel-0.19.8.1-17.el8.x86_64 321/510
Installing : python3-unbound-1.7.3-17.el8.x86_64 322/510
Installing : oddjob-mkhomedir-0.34.7-1.el8.x86_64 323/510
Running scriptlet: oddjob-mkhomedir-0.34.7-1.el8.x86_64 323/510
Installing : authselect-compat-1.2.2-3.el8.x86_64 324/510
Upgrading : lvm2-8:2.03.12-10.el8.x86_64 325/510
Running scriptlet: lvm2-8:2.03.12-10.el8.x86_64 325/510
Installing : network-scripts-team-1.31-2.el8.x86_64 326/510
Installing : netconsole-service-10.00.15-1.el8.noarch 327/510
Running scriptlet: netconsole-service-10.00.15-1.el8.noarch 327/510
Installing : readonly-root-10.00.15-1.el8.noarch 328/510
Running scriptlet: readonly-root-10.00.15-1.el8.noarch 328/510
Installing : grub2-tools-efi-1:2.02-106.el8.x86_64 329/510
Upgrading : parted-3.2-39.el8.x86_64 330/510
Running scriptlet: parted-3.2-39.el8.x86_64 330/510
Upgrading : xfsprogs-5.0.0-9.el8.x86_64 331/510
Running scriptlet: xfsprogs-5.0.0-9.el8.x86_64 331/510
Installing : systemd-udev-239-51.el8_5.2.x86_64 332/510
Running scriptlet: systemd-udev-239-51.el8_5.2.x86_64 332/510
Running scriptlet: openssh-server-8.0p1-10.el8.x86_64 333/510
Upgrading : openssh-server-8.0p1-10.el8.x86_64 333/510
Running scriptlet: openssh-server-8.0p1-10.el8.x86_64 333/510
Upgrading : tuned-2.16.0-1.el8.noarch 334/510
Running scriptlet: tuned-2.16.0-1.el8.noarch 334/510
Upgrading : subversion-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64 335/510
Running scriptlet: subversion-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64 335/510
Upgrading : vim-enhanced-2:8.0.1763-16.el8.x86_64 336/510
Upgrading : perl-4:5.26.3-420.el8.x86_64 337/510
Installing : perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff426aa3.noarch 338/510
Installing : perl-Encode-Locale-1.05-10.module_el8.3.0+416+dee7bcef.noarch 339/510
Upgrading : perl-XML-Parser-2.44-11.el8.x86_64 340/510
Installing : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch 341/510
Upgrading : sudo-1.8.29-7.el8_4.1.x86_64 342/510
Running scriptlet: sudo-1.8.29-7.el8_4.1.x86_64 342/510
Installing : crypto-policies-scripts-20210617-1.gitc776d3e.el8.noarch 343/510
Upgrading : sqlite-3.26.0-15.el8.x86_64 344/510
Upgrading : lua-5.3.4-12.el8.x86_64 345/510
Installing : ncurses-compat-libs-6.1-9.20180224.el8.x86_64 346/510
Installing : openssl-pkcs11-0.4.10-2.el8.x86_64 347/510
Running scriptlet: man-db-2.7.6.1-18.el8.x86_64 348/510
Upgrading : man-db-2.7.6.1-18.el8.x86_64 348/510
Running scriptlet: man-db-2.7.6.1-18.el8.x86_64 348/510
Upgrading : neon-0.30.2-6.el8.x86_64 349/510
Running scriptlet: neon-0.30.2-6.el8.x86_64 349/510
Installing : compat-openssl10-1:1.0.2o-3.el8.x86_64 350/510
Running scriptlet: compat-openssl10-1:1.0.2o-3.el8.x86_64 350/510
Installing : libmaxminddb-1.2.0-10.el8.x86_64 351/510
Running scriptlet: libmaxminddb-1.2.0-10.el8.x86_64 351/510
Installing : geolite2-country-20180605-1.el8.noarch 352/510
Installing : geolite2-city-20180605-1.el8.noarch 353/510
Installing : gcc-gdb-plugin-8.5.0-4.el8_5.x86_64 354/510
Running scriptlet: gcc-gdb-plugin-8.5.0-4.el8_5.x86_64 354/510
Installing : hdparm-9.54-4.el8.x86_64 355/510
Installing : centos-obsolete-packages-8-4.noarch 356/510
Cleanup : perl-Test-Harness-3.28-3.el7.noarch 357/510
Obsoleting : dhclient-12:4.2.5-83.el7.centos.2.x86_64 358/510
Cleanup : rpm-build-4.11.3-48.el7_9.x86_64 359/510
Running scriptlet: subversion-1.7.14-16.el7.x86_64 360/510
Cleanup : subversion-1.7.14-16.el7.x86_64 360/510
Running scriptlet: subversion-1.7.14-16.el7.x86_64 360/510
Running scriptlet: lvm2-7:2.02.187-6.el7_9.5.x86_64 361/510
Cleanup : lvm2-7:2.02.187-6.el7_9.5.x86_64 361/510
Running scriptlet: lvm2-7:2.02.187-6.el7_9.5.x86_64 361/510
Cleanup : rpm-sign-4.11.3-48.el7_9.x86_64 362/510
Cleanup : perl-Data-Dumper-2.145-3.el7.x86_64 363/510
Running scriptlet: openssh-server-7.4p1-23.el7_9.x86_64 364/510
Cleanup : openssh-server-7.4p1-23.el7_9.x86_64 364/510
Running scriptlet: openssh-server-7.4p1-23.el7_9.x86_64 364/510
Cleanup : perl-Thread-Queue-3.02-2.el7.noarch 365/510
Cleanup : gdb-7.6.1-120.el7.x86_64 366/510
Running scriptlet: gettext-devel-0.19.8.1-3.el7.x86_64 367/510
Cleanup : gettext-devel-0.19.8.1-3.el7.x86_64 367/510
Running scriptlet: gettext-devel-0.19.8.1-3.el7.x86_64 367/510
Running scriptlet: tuned-2.11.0-12.el7_9.noarch 368/510
Cleanup : tuned-2.11.0-12.el7_9.noarch 368/510
Running scriptlet: tuned-2.11.0-12.el7_9.noarch 368/510
Cleanup : perl-Git-1.8.3.1-25.el7_9.noarch 369/510
Cleanup : git-1.8.3.1-25.el7_9.x86_64 370/510
Cleanup : perl-Error-1:0.17020-2.el7.noarch 371/510
Cleanup : lvm2-libs-7:2.02.187-6.el7_9.5.x86_64 372/510
Running scriptlet: lvm2-libs-7:2.02.187-6.el7_9.5.x86_64 372/510
Running scriptlet: initscripts-9.49.53-1.el7_9.1.x86_64 373/510
Cleanup : initscripts-9.49.53-1.el7_9.1.x86_64 373/510
Running scriptlet: initscripts-9.49.53-1.el7_9.1.x86_64 373/510
Erasing : libxml2-python-2.9.1-6.el7_9.6.x86_64 374/510
Cleanup : vim-enhanced-2:7.4.629-8.el7_9.x86_64 375/510
Running scriptlet: parted-3.1-32.el7.x86_64 376/510
Cleanup : parted-3.1-32.el7.x86_64 376/510
Running scriptlet: parted-3.1-32.el7.x86_64 376/510
Running scriptlet: device-mapper-event-7:1.02.170-6.el7_9.5.x86_64 377/510
Cleanup : device-mapper-event-7:1.02.170-6.el7_9.5.x86_64 377/510
Cleanup : perl-TermReadKey-2.30-20.el7.x86_64 378/510
Cleanup : sudo-1.8.23-10.el7_9.3.x86_64 379/510
Obsoleting : authconfig-6.2.8-30.el7.x86_64 380/510
warning: /etc/sysconfig/authconfig saved as /etc/sysconfig/authconfig.rpmsave
Running scriptlet: dnf-4.0.9.2-2.el7_9.noarch 381/510
Cleanup : dnf-4.0.9.2-2.el7_9.noarch 381/510
Running scriptlet: dnf-4.0.9.2-2.el7_9.noarch 381/510
Erasing : python2-dnf-4.0.9.2-2.el7_9.noarch 382/510
Erasing : systemd-sysv-219-78.el7_9.9.x86_64 383/510
Erasing : python-kitchen-1.1.1-5.el7.noarch 384/510
Running scriptlet: systemtap-4.0-13.el7.x86_64 385/510
Cleanup : systemtap-4.0-13.el7.x86_64 385/510
Cleanup : rpmconf-1.1.7-1.el7.1.noarch 386/510
Erasing : python-chardet-2.2.1-3.el7.noarch 387/510
Erasing : python-linux-procfs-0.4.11-4.el7.noarch 388/510
Cleanup : dhcp-common-12:4.2.5-83.el7.centos.2.x86_64 389/510
Cleanup : dhcp-libs-12:4.2.5-83.el7.centos.2.x86_64 390/510
Running scriptlet: dhcp-libs-12:4.2.5-83.el7.centos.2.x86_64 390/510
Erasing : python-urlgrabber-3.10-10.el7.noarch 391/510
Obsoleting : grub2-1:2.02-0.87.0.2.el7.centos.14.x86_64 392/510
Obsoleting : python2-hawkey-0.22.5-2.el7_9.x86_64 393/510
Obsoleting : python2-libdnf-0.22.5-2.el7_9.x86_64 394/510
Erasing : rpm-python-4.11.3-48.el7_9.x86_64 395/510
Cleanup : libdnf-0.22.5-2.el7_9.x86_64 396/510
Running scriptlet: libdnf-0.22.5-2.el7_9.x86_64 396/510
Cleanup : systemtap-client-4.0-13.el7.x86_64 397/510
Cleanup : grub2-pc-1:2.02-0.87.0.2.el7.centos.14.x86_64 398/510
Cleanup : grub2-tools-extra-1:2.02-0.87.0.2.el7.centos.14.x86_64 399/510
Running scriptlet: grub2-tools-1:2.02-0.87.0.2.el7.centos.14.x86_64 400/510
Cleanup : grub2-tools-1:2.02-0.87.0.2.el7.centos.14.x86_64 400/510
Erasing : python36-rpm-4.11.3-10.el7.x86_64 401/510
Cleanup : python3-libs-3.6.8-21.el7_9.x86_64 402/510
Erasing : python3-3.6.8-21.el7_9.x86_64 403/510
Cleanup : rpm-build-libs-4.11.3-48.el7_9.x86_64 404/510
Running scriptlet: rpm-build-libs-4.11.3-48.el7_9.x86_64 404/510
Cleanup : systemtap-runtime-4.0-13.el7.x86_64 405/510
Cleanup : systemtap-devel-4.0-13.el7.x86_64 406/510
Cleanup : dyninst-9.3.1-3.el7.x86_64 407/510
Running scriptlet: dyninst-9.3.1-3.el7.x86_64 407/510
Cleanup : librepo-1.8.1-8.el7_9.x86_64 408/510
Running scriptlet: librepo-1.8.1-8.el7_9.x86_64 408/510
Cleanup : grub2-tools-minimal-1:2.02-0.87.0.2.el7.centos.14.x86_64 409/510
Running scriptlet: gettext-0.19.8.1-3.el7.x86_64 410/510
Cleanup : gettext-0.19.8.1-3.el7.x86_64 410/510
Running scriptlet: gettext-0.19.8.1-3.el7.x86_64 410/510
Cleanup : openssh-clients-7.4p1-23.el7_9.x86_64 411/510
Cleanup : openssh-7.4p1-23.el7_9.x86_64 412/510
Cleanup : libsolv-0.6.34-4.el7.x86_64 413/510
Running scriptlet: libsolv-0.6.34-4.el7.x86_64 413/510
Erasing : deltarpm-3.6-3.el7.x86_64 414/510
Cleanup : rpm-libs-4.11.3-48.el7_9.x86_64 415/510
Running scriptlet: rpm-libs-4.11.3-48.el7_9.x86_64 415/510
Cleanup : rpm-4.11.3-48.el7_9.x86_64 416/510
Cleanup : lua-5.1.4-15.el7.x86_64 417/510
Erasing : python2-libcomps-0.1.8-14.el7.x86_64 418/510
Cleanup : openssl-1:1.0.2k-26.el7_9.x86_64 419/510
Running scriptlet: bc-1.06.95-13.el7.x86_64 420/510
Cleanup : bc-1.06.95-13.el7.x86_64 420/510
Erasing : python-schedutils-0.4-6.el7.x86_64 421/510
Cleanup : subversion-libs-1.7.14-16.el7.x86_64 422/510
Running scriptlet: subversion-libs-1.7.14-16.el7.x86_64 422/510
Cleanup : elfutils-0.176-5.el7.x86_64 423/510
Cleanup : perl-XML-Parser-2.41-10.el7.x86_64 424/510
Cleanup : perl-Filter-1.49-3.el7.x86_64 425/510
Cleanup : perl-File-Path-2.09-2.el7.noarch 426/510
Cleanup : perl-File-Temp-0.23.01-3.el7.noarch 427/510
Cleanup : perl-HTTP-Tiny-0.033-3.el7.noarch 428/510
Cleanup : perl-Encode-2.51-7.el7.x86_64 429/510
Cleanup : perl-PathTools-3.40-5.el7.x86_64 430/510
Cleanup : perl-podlators-2.5.1-3.el7.noarch 431/510
Cleanup : perl-parent-1:0.225-244.el7.noarch 432/510
Cleanup : perl-Pod-Perldoc-3.20-4.el7.noarch 433/510
Cleanup : perl-Pod-Usage-1.63-3.el7.noarch 434/510
Cleanup : perl-Text-ParseWords-3.29-4.el7.noarch 435/510
Cleanup : perl-Getopt-Long-2.40-3.el7.noarch 436/510
Cleanup : perl-Pod-Escapes-1:1.04-299.el7_9.noarch 437/510
Cleanup : perl-Pod-Simple-1:3.28-4.el7.noarch 438/510
Cleanup : perl-Socket-2.010-5.el7.x86_64 439/510
Cleanup : perl-Storable-2.45-3.el7.x86_64 440/510
Cleanup : perl-Time-HiRes-4:1.9725-3.el7.x86_64 441/510
Cleanup : perl-Time-Local-1.2300-2.el7.noarch 442/510
Cleanup : perl-constant-1.27-2.el7.noarch 443/510
Cleanup : perl-Scalar-List-Utils-1.27-248.el7.x86_64 444/510
Cleanup : perl-Exporter-5.68-3.el7.noarch 445/510
Cleanup : perl-Carp-1.26-244.el7.noarch 446/510
Cleanup : perl-threads-1.87-4.el7.x86_64 447/510
Cleanup : perl-threads-shared-1.43-6.el7.x86_64 448/510
Cleanup : perl-libs-4:5.16.3-299.el7_9.x86_64 449/510
Running scriptlet: perl-libs-4:5.16.3-299.el7_9.x86_64 449/510
Cleanup : perl-macros-4:5.16.3-299.el7_9.x86_64 450/510
Cleanup : perl-4:5.16.3-299.el7_9.x86_64 451/510
Cleanup : xfsprogs-4.5.0-22.el7.x86_64 452/510
Running scriptlet: xfsprogs-4.5.0-22.el7.x86_64 452/510
Cleanup : man-db-2.6.3-11.el7.x86_64 453/510
Cleanup : neon-0.30.0-4.el7.x86_64 454/510
Running scriptlet: neon-0.30.0-4.el7.x86_64 454/510
Cleanup : gnutls-3.3.29-9.el7_6.x86_64 455/510
Running scriptlet: gnutls-3.3.29-9.el7_6.x86_64 455/510
Cleanup : p11-kit-trust-0.23.5-3.el7.x86_64 456/510
Running scriptlet: p11-kit-trust-0.23.5-3.el7.x86_64 456/510
Cleanup : curl-7.29.0-59.el7_9.2.x86_64 457/510
Cleanup : gettext-libs-0.19.8.1-3.el7.x86_64 458/510
Running scriptlet: gettext-libs-0.19.8.1-3.el7.x86_64 458/510
Cleanup : gpgme-1.3.2-5.el7.x86_64 459/510
Running scriptlet: gpgme-1.3.2-5.el7.x86_64 459/510
Running scriptlet: gnupg2-2.0.22-5.el7_5.x86_64 460/510
Cleanup : gnupg2-2.0.22-5.el7_5.x86_64 460/510
Erasing : pyxattr-0.5.1-5.el7.x86_64 461/510
Cleanup : grub2-pc-modules-1:2.02-0.87.0.2.el7.centos.14.noarch 462/510
Erasing : python-2.7.5-94.el7_9.x86_64 463/510
warning: file /usr/bin/python: remove failed: No such file or directory
Erasing : python-libs-2.7.5-94.el7_9.x86_64 464/510
Running scriptlet: python-libs-2.7.5-94.el7_9.x86_64 464/510
Cleanup : sqlite-3.7.17-8.el7_7.1.x86_64 465/510
Running scriptlet: sqlite-3.7.17-8.el7_7.1.x86_64 465/510
Running scriptlet: readline-6.2-11.el7.x86_64 466/510
Cleanup : readline-6.2-11.el7.x86_64 466/510
Running scriptlet: readline-6.2-11.el7.x86_64 466/510
Cleanup : boost-thread-1.53.0-28.el7.x86_64 467/510
Running scriptlet: boost-thread-1.53.0-28.el7.x86_64 467/510
Cleanup : device-mapper-event-libs-7:1.02.170-6.el7_9.5.x86_64 468/510
Running scriptlet: device-mapper-event-libs-7:1.02.170-6.el7_9.5.x86_64 468/510
Running scriptlet: device-mapper-7:1.02.170-6.el7_9.5.x86_64 469/510
Cleanup : device-mapper-7:1.02.170-6.el7_9.5.x86_64 469/510
Running scriptlet: systemd-219-78.el7_9.9.x86_64 470/510
Cleanup : systemd-219-78.el7_9.9.x86_64 470/510
warning: file /etc/yum/protected.d/systemd.conf: remove failed: No such file or directory
Running scriptlet: systemd-219-78.el7_9.9.x86_64 470/510
Cleanup : cryptsetup-libs-2.0.3-6.el7.x86_64 471/510
Running scriptlet: cryptsetup-libs-2.0.3-6.el7.x86_64 471/510
Cleanup : device-mapper-libs-7:1.02.170-6.el7_9.5.x86_64 472/510
Running scriptlet: device-mapper-libs-7:1.02.170-6.el7_9.5.x86_64 472/510
Cleanup : util-linux-2.23.2-65.el7_9.1.x86_64 473/510
Cleanup : systemd-libs-219-78.el7_9.9.x86_64 474/510
Running scriptlet: systemd-libs-219-78.el7_9.9.x86_64 474/510
Cleanup : elfutils-libs-0.176-5.el7.x86_64 475/510
Running scriptlet: elfutils-libs-0.176-5.el7.x86_64 475/510
Cleanup : libmount-2.23.2-65.el7_9.1.x86_64 476/510
Running scriptlet: libmount-2.23.2-65.el7_9.1.x86_64 476/510
Cleanup : elfutils-libelf-0.176-5.el7.x86_64 477/510
Running scriptlet: elfutils-libelf-0.176-5.el7.x86_64 477/510
Cleanup : libgcrypt-1.5.3-14.el7.x86_64 478/510
Running scriptlet: libgcrypt-1.5.3-14.el7.x86_64 478/510
Cleanup : libcurl-7.29.0-59.el7_9.2.x86_64 479/510
Running scriptlet: libcurl-7.29.0-59.el7_9.2.x86_64 479/510
Cleanup : xz-5.2.2-2.el7_9.x86_64 480/510
Cleanup : bind-export-libs-32:9.11.4-26.P2.el7_9.16.x86_64 481/510
Running scriptlet: bind-export-libs-32:9.11.4-26.P2.el7_9.16.x86_64 481/510
Cleanup : openssl-libs-1:1.0.2k-26.el7_9.x86_64 482/510
Running scriptlet: openssl-libs-1:1.0.2k-26.el7_9.x86_64 482/510
Cleanup : ncurses-5.9-14.20130511.el7_4.x86_64 483/510
Cleanup : ncurses-libs-5.9-14.20130511.el7_4.x86_64 484/510
Running scriptlet: ncurses-libs-5.9-14.20130511.el7_4.x86_64 484/510
Cleanup : grubby-8.28-26.el7.x86_64 485/510
Cleanup : ncurses-base-5.9-14.20130511.el7_4.noarch 486/510
Cleanup : grub2-common-1:2.02-0.87.0.2.el7.centos.14.noarch 487/510
Cleanup : dnf-data-4.0.9.2-2.el7_9.noarch 488/510
Cleanup : gettext-common-devel-0.19.8.1-3.el7.noarch 489/510
Cleanup : libblkid-2.23.2-65.el7_9.1.x86_64 490/510
Running scriptlet: libblkid-2.23.2-65.el7_9.1.x86_64 490/510
Cleanup : libuuid-2.23.2-65.el7_9.1.x86_64 491/510
Running scriptlet: libuuid-2.23.2-65.el7_9.1.x86_64 491/510
Cleanup : zlib-1.2.7-21.el7_9.x86_64 492/510
Running scriptlet: zlib-1.2.7-21.el7_9.x86_64 492/510
Cleanup : xz-libs-5.2.2-2.el7_9.x86_64 493/510
Running scriptlet: xz-libs-5.2.2-2.el7_9.x86_64 493/510
Cleanup : libgpg-error-1.12-3.el7.x86_64 494/510
Running scriptlet: libgpg-error-1.12-3.el7.x86_64 494/510
Cleanup : pam-1.1.8-23.el7.x86_64 495/510
Running scriptlet: pam-1.1.8-23.el7.x86_64 495/510
Cleanup : libsmartcols-2.23.2-65.el7_9.1.x86_64 496/510
Running scriptlet: libsmartcols-2.23.2-65.el7_9.1.x86_64 496/510
Cleanup : json-c-0.11-4.el7_0.x86_64 497/510
Running scriptlet: json-c-0.11-4.el7_0.x86_64 497/510
Cleanup : boost-system-1.53.0-28.el7.x86_64 498/510
Running scriptlet: boost-system-1.53.0-28.el7.x86_64 498/510
Cleanup : gdbm-1.10-8.el7.x86_64 499/510
Running scriptlet: gdbm-1.10-8.el7.x86_64 499/510
Cleanup : libunistring-0.9.3-9.el7.x86_64 500/510
Running scriptlet: libunistring-0.9.3-9.el7.x86_64 500/510
Cleanup : chkconfig-1.7.6-1.el7.x86_64 501/510
Cleanup : p11-kit-0.23.5-3.el7.x86_64 502/510
Running scriptlet: p11-kit-0.23.5-3.el7.x86_64 502/510
Running scriptlet: nettle-2.7.1-9.el7_9.x86_64 503/510
Cleanup : nettle-2.7.1-9.el7_9.x86_64 503/510
Running scriptlet: nettle-2.7.1-9.el7_9.x86_64 503/510
Running scriptlet: grep-2.20-3.el7.x86_64 504/510
Cleanup : grep-2.20-3.el7.x86_64 504/510
Cleanup : libcomps-0.1.8-14.el7.x86_64 505/510
Running scriptlet: libcomps-0.1.8-14.el7.x86_64 505/510
Cleanup : boost-date-time-1.53.0-28.el7.x86_64 506/510
Running scriptlet: boost-date-time-1.53.0-28.el7.x86_64 506/510
Cleanup : libtirpc-0.2.4-0.16.el7.x86_64 507/510
Running scriptlet: libtirpc-0.2.4-0.16.el7.x86_64 507/510
Running scriptlet: which-2.20-7.el7.x86_64 508/510
Cleanup : which-2.20-7.el7.x86_64 508/510
Cleanup : libmodulemd-1.6.3-1.el7.x86_64 509/510
Running scriptlet: libmodulemd-1.6.3-1.el7.x86_64 509/510
Cleanup : vim-common-2:7.4.629-8.el7_9.x86_64 510/510
Running scriptlet: authselect-libs-1.2.2-3.el8.x86_64 510/510
Running scriptlet: guile-5:2.0.14-7.el8.x86_64 510/510
Running scriptlet: authselect-compat-1.2.2-3.el8.x86_64 510/510
Running scriptlet: tuned-2.16.0-1.el8.noarch 510/510
Running scriptlet: crypto-policies-scripts-20210617-1.gitc776d3e.el8.noarch 510/510
Verifying : python3-rpmconf-1.1.7-2.el8.1.noarch 1/510
Verifying : authselect-1.2.2-3.el8.x86_64 2/510
Verifying : authselect-libs-1.2.2-3.el8.x86_64 3/510
Verifying : brotli-1.0.6-3.el8.x86_64 4/510
Verifying : centos-obsolete-packages-8-4.noarch 5/510
Verifying : crypto-policies-20210617-1.gitc776d3e.el8.noarch 6/510
Verifying : crypto-policies-scripts-20210617-1.gitc776d3e.el8.noarch 7/510
Verifying : dhcp-client-12:4.3.6-45.el8.x86_64 8/510
Verifying : dhclient-12:4.2.5-83.el7.centos.2.x86_64 9/510
Verifying : dnf-plugins-core-4.0.21-3.el8.noarch 10/510
Verifying : elfutils-debuginfod-client-0.185-1.el8.x86_64 11/510
Verifying : elfutils-debuginfod-client-devel-0.185-1.el8.x86_64 12/510
Verifying : elfutils-devel-0.185-1.el8.x86_64 13/510
Verifying : elfutils-libelf-devel-0.185-1.el8.x86_64 14/510
Verifying : gdbm-libs-1:1.18-1.el8.x86_64 15/510
Verifying : gnupg2-smime-2.2.20-2.el8.x86_64 16/510
Verifying : grub2-tools-efi-1:2.02-106.el8.x86_64 17/510
Verifying : hdparm-9.54-4.el8.x86_64 18/510
Verifying : ima-evm-utils-1.3.2-12.el8.x86_64 19/510
Verifying : ipcalc-0.2.4-4.el8.x86_64 20/510
Verifying : libarchive-3.3.3-1.el8.x86_64 21/510
Verifying : libbabeltrace-1.5.4-3.el8.x86_64 22/510
Verifying : libevent-2.1.8-5.el8.x86_64 23/510
Verifying : libfdisk-2.32.1-28.el8.x86_64 24/510
Verifying : libidn2-2.2.0-1.el8.x86_64 25/510
Verifying : libksba-1.3.5-7.el8.x86_64 26/510
Verifying : libnghttp2-1.33.0-3.el8_2.1.x86_64 27/510
Verifying : libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 28/510
Verifying : libpsl-0.20.2-6.el8.x86_64 29/510
Verifying : libseccomp-2.5.1-1.el8.x86_64 30/510
Verifying : libssh-0.9.4-3.el8.x86_64 31/510
Verifying : libssh-config-0.9.4-3.el8.noarch 32/510
Verifying : libtool-ltdl-2.4.6-25.el8.x86_64 33/510
Verifying : libusbx-1.0.23-4.el8.x86_64 34/510
Verifying : libzstd-1.4.4-1.el8.x86_64 35/510
Verifying : libzstd-devel-1.4.4-1.el8.x86_64 36/510
Verifying : lua-libs-5.3.4-12.el8.x86_64 37/510
Verifying : ncurses-compat-libs-6.1-9.20180224.el8.x86_64 38/510
Verifying : netconsole-service-10.00.15-1.el8.noarch 39/510
Verifying : network-scripts-10.00.15-1.el8.x86_64 40/510
Verifying : network-scripts-team-1.31-2.el8.x86_64 41/510
Verifying : npth-1.5-4.el8.x86_64 42/510
Verifying : openssl-pkcs11-0.4.10-2.el8.x86_64 43/510
Verifying : pcre2-10.32-2.el8.x86_64 44/510
Verifying : perl-Algorithm-Diff-1.1903-9.el8.noarch 45/510
Verifying : perl-Archive-Tar-2.30-1.el8.noarch 46/510
Verifying : perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64 47/510
Verifying : perl-Compress-Raw-Zlib-2.081-1.el8.x86_64 48/510
Verifying : perl-Errno-1.28-420.el8.x86_64 49/510
Verifying : perl-IO-1.38-420.el8.x86_64 50/510
Verifying : perl-IO-Compress-2.081-1.el8.noarch 51/510
Verifying : perl-IO-Zlib-1:1.10-420.el8.noarch 52/510
Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 53/510
Verifying : perl-Math-BigInt-1:1.9998.11-7.el8.noarch 54/510
Verifying : perl-Math-Complex-1.59-420.el8.noarch 55/510
Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 56/510
Verifying : perl-Term-Cap-1.17-395.el8.noarch 57/510
Verifying : perl-Text-Diff-1.45-2.el8.noarch 58/510
Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 59/510
Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 60/510
Verifying : perl-interpreter-4:5.26.3-420.el8.x86_64 61/510
Verifying : platform-python-3.6.8-41.el8.x86_64 62/510
Verifying : platform-python-pip-9.0.3-20.el8.noarch 63/510
Verifying : platform-python-setuptools-39.2.0-6.el8.noarch 64/510
Verifying : psmisc-23.1-5.el8.x86_64 65/510
Verifying : publicsuffix-list-dafsa-20180723-1.el8.noarch 66/510
Verifying : python3-configobj-5.0.6-11.el8.noarch 67/510
Verifying : python3-dateutil-1:2.6.1-6.el8.noarch 68/510
Verifying : python3-dbus-1.2.4-15.el8.x86_64 69/510
Verifying : python3-dnf-4.7.0-4.el8.noarch 70/510
Verifying : python3-dnf-plugins-core-4.0.21-3.el8.noarch 71/510
Verifying : python3-gobject-base-3.28.3-2.el8.x86_64 72/510
Verifying : python3-gpg-1.13.1-9.el8.x86_64 73/510
Verifying : python3-hawkey-0.63.0-3.el8.x86_64 74/510
Verifying : python3-libcomps-0.1.16-2.el8.x86_64 75/510
Verifying : python3-libdnf-0.63.0-3.el8.x86_64 76/510
Verifying : python3-linux-procfs-0.6.3-1.el8.noarch 77/510
Verifying : python3-perf-4.18.0-348.7.1.el8_5.x86_64 78/510
Verifying : python3-pip-wheel-9.0.3-20.el8.noarch 79/510
Verifying : python3-pyparsing-2.1.10-7.el8.noarch 80/510
Verifying : python3-pyudev-0.21.0-7.el8.noarch 81/510
Verifying : python3-rpm-4.14.3-19.el8.x86_64 82/510
Verifying : python3-setuptools-39.2.0-6.el8.noarch 83/510
Verifying : python3-setuptools-wheel-39.2.0-6.el8.noarch 84/510
Verifying : python3-six-1.11.0-8.el8.noarch 85/510
Verifying : python3-syspurpose-1.28.21-3.el8.x86_64 86/510
Verifying : readonly-root-10.00.15-1.el8.noarch 87/510
Verifying : rpm-plugin-systemd-inhibit-4.14.3-19.el8.x86_64 88/510
Verifying : sqlite-libs-3.26.0-15.el8.x86_64 89/510
Verifying : systemd-container-239-51.el8_5.2.x86_64 90/510
Verifying : systemd-pam-239-51.el8_5.2.x86_64 91/510
Verifying : systemd-udev-239-51.el8_5.2.x86_64 92/510
Verifying : tpm2-tss-2.3.2-4.el8.x86_64 93/510
Verifying : vim-minimal-2:8.0.1763-16.el8.x86_64 94/510
Verifying : xz-devel-5.2.4-3.el8.x86_64 95/510
Verifying : zlib-devel-1.2.11-17.el8.x86_64 96/510
Verifying : authselect-compat-1.2.2-3.el8.x86_64 97/510
Verifying : authconfig-6.2.8-30.el7.x86_64 98/510
Verifying : boost-atomic-1.66.0-10.el8.x86_64 99/510
Verifying : boost-chrono-1.66.0-10.el8.x86_64 100/510
Verifying : boost-filesystem-1.66.0-10.el8.x86_64 101/510
Verifying : boost-timer-1.66.0-10.el8.x86_64 102/510
Verifying : compat-openssl10-1:1.0.2o-3.el8.x86_64 103/510
Verifying : gc-7.6.4-3.el8.x86_64 104/510
Verifying : gcc-gdb-plugin-8.5.0-4.el8_5.x86_64 105/510
Verifying : gdb-headless-8.2-16.el8.x86_64 106/510
Verifying : geolite2-city-20180605-1.el8.noarch 107/510
Verifying : geolite2-country-20180605-1.el8.noarch 108/510
Verifying : git-core-2.27.0-1.el8.x86_64 109/510
Verifying : git-core-doc-2.27.0-1.el8.noarch 110/510
Verifying : guile-5:2.0.14-7.el8.x86_64 111/510
Verifying : libatomic_ops-7.6.2-3.el8.x86_64 112/510
Verifying : libipt-1.6.1-8.el8.x86_64 113/510
Verifying : libmaxminddb-1.2.0-10.el8.x86_64 114/510
Verifying : libserf-1.3.9-9.module_el8.3.0+703+ba2f61b7.x86_64 115/510
Verifying : libxkbcommon-0.9.1-1.el8.x86_64 116/510
Verifying : oddjob-0.34.7-1.el8.x86_64 117/510
Verifying : oddjob-mkhomedir-0.34.7-1.el8.x86_64 118/510
Verifying : perl-Archive-Zip-1.60-3.el8.noarch 119/510
Verifying : perl-Attribute-Handlers-0.99-420.el8.noarch 120/510
Verifying : perl-B-Debug-1.26-2.el8.noarch 121/510
Verifying : perl-CPAN-2.18-397.el8.noarch 122/510
Verifying : perl-CPAN-Meta-2.150010-396.el8.noarch 123/510
Verifying : perl-CPAN-Meta-Requirements-2.140-396.el8.noarch 124/510
Verifying : perl-CPAN-Meta-YAML-0.018-397.el8.noarch 125/510
Verifying : perl-Compress-Bzip2-2.26-6.el8.x86_64 126/510
Verifying : perl-Config-Perl-V-0.30-1.el8.noarch 127/510
Verifying : perl-DB_File-1.842-1.el8.x86_64 128/510
Verifying : perl-Data-OptList-0.110-6.el8.noarch 129/510
Verifying : perl-Data-Section-0.200007-3.el8.noarch 130/510
Verifying : perl-Devel-PPPort-3.36-5.el8.x86_64 131/510
Verifying : perl-Devel-Peek-1.26-420.el8.x86_64 132/510
Verifying : perl-Devel-SelfStubber-1.06-420.el8.noarch 133/510
Verifying : perl-Devel-Size-0.81-2.el8.x86_64 134/510
Verifying : perl-Digest-1.17-395.el8.noarch 135/510
Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 136/510
Verifying : perl-Digest-SHA-1:6.02-1.el8.x86_64 137/510
Verifying : perl-Encode-Locale-1.05-10.module_el8.3.0+416+dee7bcef.noarch 138/510
Verifying : perl-Encode-devel-4:2.97-3.el8.x86_64 139/510
Verifying : perl-Env-1.04-395.el8.noarch 140/510
Verifying : perl-ExtUtils-CBuilder-1:0.280230-2.el8.noarch 141/510
Verifying : perl-ExtUtils-Command-1:7.34-1.el8.noarch 142/510
Verifying : perl-ExtUtils-Embed-1.34-420.el8.noarch 143/510
Verifying : perl-ExtUtils-Install-2.14-4.el8.noarch 144/510
Verifying : perl-ExtUtils-MM-Utils-1:7.34-1.el8.noarch 145/510
Verifying : perl-ExtUtils-MakeMaker-1:7.34-1.el8.noarch 146/510
Verifying : perl-ExtUtils-Manifest-1.70-395.el8.noarch 147/510
Verifying : perl-ExtUtils-Miniperl-1.06-420.el8.noarch 148/510
Verifying : perl-ExtUtils-ParseXS-1:3.35-2.el8.noarch 149/510
Verifying : perl-File-Fetch-0.56-2.el8.noarch 150/510
Verifying : perl-File-HomeDir-1.002-4.el8.noarch 151/510
Verifying : perl-File-Which-1.22-2.el8.noarch 152/510
Verifying : perl-Filter-Simple-0.94-2.el8.noarch 153/510
Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 154/510
Verifying : perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff426aa3.noarch 155/510
Verifying : perl-IPC-Cmd-2:1.02-1.el8.noarch 156/510
Verifying : perl-IPC-SysV-2.07-397.el8.x86_64 157/510
Verifying : perl-IPC-System-Simple-1.25-17.el8.noarch 158/510
Verifying : perl-JSON-PP-1:2.97.001-3.el8.noarch 159/510
Verifying : perl-Locale-Codes-3.57-1.el8.noarch 160/510
Verifying : perl-Locale-Maketext-1.28-396.el8.noarch 161/510
Verifying : perl-Locale-Maketext-Simple-1:0.21-420.el8.noarch 162/510
Verifying : perl-MRO-Compat-0.13-4.el8.noarch 163/510
Verifying : perl-Math-BigInt-FastCalc-0.500.600-6.el8.x86_64 164/510
Verifying : perl-Math-BigRat-0.2614-1.el8.noarch 165/510
Verifying : perl-Memoize-1.03-420.el8.noarch 166/510
Verifying : perl-Module-Build-2:0.42.24-5.el8.noarch 167/510
Verifying : perl-Module-CoreList-1:5.20181130-1.el8.noarch 168/510
Verifying : perl-Module-CoreList-tools-1:5.20181130-1.el8.noarch 169/510
Verifying : perl-Module-Load-1:0.32-395.el8.noarch 170/510
Verifying : perl-Module-Load-Conditional-0.68-395.el8.noarch 171/510
Verifying : perl-Module-Loaded-1:0.08-420.el8.noarch 172/510
Verifying : perl-Module-Metadata-1.000033-395.el8.noarch 173/510
Verifying : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch 174/510
Verifying : perl-Net-Ping-2.55-420.el8.noarch 175/510
Verifying : perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3.x86_64 176/510
Verifying : perl-Package-Generator-1.106-11.el8.noarch 177/510
Verifying : perl-Params-Check-1:0.38-395.el8.noarch 178/510
Verifying : perl-Params-Util-1.07-22.el8.x86_64 179/510
Verifying : perl-Perl-OSType-1.010-396.el8.noarch 180/510
Verifying : perl-PerlIO-via-QuotedPrint-0.08-395.el8.noarch 181/510
Verifying : perl-Pod-Checker-4:1.73-395.el8.noarch 182/510
Verifying : perl-Pod-Html-1.22.02-420.el8.noarch 183/510
Verifying : perl-Pod-Parser-1.63-396.el8.noarch 184/510
Verifying : perl-SelfLoader-1.23-420.el8.noarch 185/510
Verifying : perl-Software-License-0.103013-2.el8.noarch 186/510
Verifying : perl-Sub-Exporter-0.987-15.el8.noarch 187/510
Verifying : perl-Sub-Install-0.928-14.el8.noarch 188/510
Verifying : perl-Sys-Syslog-0.35-397.el8.x86_64 189/510
Verifying : perl-Test-1.30-420.el8.noarch 190/510
Verifying : perl-Test-Simple-1:1.302135-1.el8.noarch 191/510
Verifying : perl-Text-Balanced-2.03-395.el8.noarch 192/510
Verifying : perl-Text-Glob-0.11-4.el8.noarch 193/510
Verifying : perl-Text-Template-1.51-1.el8.noarch 194/510
Verifying : perl-Time-Piece-1.31-420.el8.x86_64 195/510
Verifying : perl-URI-1.73-3.el8.noarch 196/510
Verifying : perl-Unicode-Collate-1.25-2.el8.x86_64 197/510
Verifying : perl-autodie-2.29-396.el8.noarch 198/510
Verifying : perl-bignum-0.49-2.el8.noarch 199/510
Verifying : perl-devel-4:5.26.3-420.el8.x86_64 200/510
Verifying : perl-encoding-4:2.22-3.el8.x86_64 201/510
Verifying : perl-experimental-0.019-2.el8.noarch 202/510
Verifying : perl-inc-latest-2:0.500-9.el8.noarch 203/510
Verifying : perl-libnet-3.11-3.el8.noarch 204/510
Verifying : perl-libnetcfg-4:5.26.3-420.el8.noarch 205/510
Verifying : perl-local-lib-2.000024-2.el8.noarch 206/510
Verifying : perl-open-1.11-420.el8.noarch 207/510
Verifying : perl-perlfaq-5.20180605-1.el8.noarch 208/510
Verifying : perl-utils-5.26.3-420.el8.noarch 209/510
Verifying : perl-version-6:0.99.24-1.el8.x86_64 210/510
Verifying : python2-2.7.18-7.module_el8.5.0+894+1c54b371.x86_64 211/510
Verifying : python2-libs-2.7.18-7.module_el8.5.0+894+1c54b371.x86_64 212/510
Verifying : python2-pip-9.0.3-18.module_el8.5.0+743+cd2f5d28.noarch 213/510
Verifying : python2-pip-wheel-9.0.3-18.module_el8.5.0+743+cd2f5d28.noarch 214/510
Verifying : python2-setuptools-39.0.1-13.module_el8.5.0+743+cd2f5d28.noarch 215/510
Verifying : python2-setuptools-wheel-39.0.1-13.module_el8.5.0+743+cd2f5d28.noarch 216/510
Verifying : python3-pip-9.0.3-20.el8.noarch 217/510
Verifying : python3-unbound-1.7.3-17.el8.x86_64 218/510
Verifying : python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 219/510
Verifying : systemtap-sdt-devel-4.5-3.el8.x86_64 220/510
Verifying : tbb-2018.2-9.el8.x86_64 221/510
Verifying : unbound-libs-1.7.3-17.el8.x86_64 222/510
Verifying : utf8proc-2.1.1-5.module_el8.3.0+703+ba2f61b7.x86_64 223/510
Verifying : xkeyboard-config-2.28-1.el8.noarch 224/510
Verifying : zstd-1.4.4-1.el8.x86_64 225/510
Verifying : rpmconf-1.1.7-2.el8.1.noarch 226/510
Verifying : rpmconf-1.1.7-1.el7.1.noarch 227/510
Verifying : bc-1.07.1-5.el8.x86_64 228/510
Verifying : bc-1.06.95-13.el7.x86_64 229/510
Verifying : bind-export-libs-32:9.11.26-6.el8.x86_64 230/510
Verifying : bind-export-libs-32:9.11.4-26.P2.el7_9.16.x86_64 231/510
Verifying : chkconfig-1.19.1-1.el8.x86_64 232/510
Verifying : chkconfig-1.7.6-1.el7.x86_64 233/510
Verifying : cryptsetup-libs-2.3.3-4.el8.x86_64 234/510
Verifying : cryptsetup-libs-2.0.3-6.el7.x86_64 235/510
Verifying : curl-7.61.1-22.el8.x86_64 236/510
Verifying : curl-7.29.0-59.el7_9.2.x86_64 237/510
Verifying : device-mapper-8:1.02.177-10.el8.x86_64 238/510
Verifying : device-mapper-7:1.02.170-6.el7_9.5.x86_64 239/510
Verifying : device-mapper-event-8:1.02.177-10.el8.x86_64 240/510
Verifying : device-mapper-event-7:1.02.170-6.el7_9.5.x86_64 241/510
Verifying : device-mapper-event-libs-8:1.02.177-10.el8.x86_64 242/510
Verifying : device-mapper-event-libs-7:1.02.170-6.el7_9.5.x86_64 243/510
Verifying : device-mapper-libs-8:1.02.177-10.el8.x86_64 244/510
Verifying : device-mapper-libs-7:1.02.170-6.el7_9.5.x86_64 245/510
Verifying : dhcp-common-12:4.3.6-45.el8.noarch 246/510
Verifying : dhcp-common-12:4.2.5-83.el7.centos.2.x86_64 247/510
Verifying : dhcp-libs-12:4.3.6-45.el8.x86_64 248/510
Verifying : dhcp-libs-12:4.2.5-83.el7.centos.2.x86_64 249/510
Verifying : dnf-4.7.0-4.el8.noarch 250/510
Verifying : dnf-4.0.9.2-2.el7_9.noarch 251/510
Verifying : dnf-data-4.7.0-4.el8.noarch 252/510
Verifying : dnf-data-4.0.9.2-2.el7_9.noarch 253/510
Verifying : elfutils-0.185-1.el8.x86_64 254/510
Verifying : elfutils-0.176-5.el7.x86_64 255/510
Verifying : elfutils-libelf-0.185-1.el8.x86_64 256/510
Verifying : elfutils-libelf-0.176-5.el7.x86_64 257/510
Verifying : elfutils-libs-0.185-1.el8.x86_64 258/510
Verifying : elfutils-libs-0.176-5.el7.x86_64 259/510
Verifying : gdbm-1:1.18-1.el8.x86_64 260/510
Verifying : gdbm-1.10-8.el7.x86_64 261/510
Verifying : gettext-0.19.8.1-17.el8.x86_64 262/510
Verifying : gettext-0.19.8.1-3.el7.x86_64 263/510
Verifying : gettext-common-devel-0.19.8.1-17.el8.noarch 264/510
Verifying : gettext-common-devel-0.19.8.1-3.el7.noarch 265/510
Verifying : gettext-devel-0.19.8.1-17.el8.x86_64 266/510
Verifying : gettext-devel-0.19.8.1-3.el7.x86_64 267/510
Verifying : gettext-libs-0.19.8.1-17.el8.x86_64 268/510
Verifying : gettext-libs-0.19.8.1-3.el7.x86_64 269/510
Verifying : gnupg2-2.2.20-2.el8.x86_64 270/510
Verifying : gnupg2-2.0.22-5.el7_5.x86_64 271/510
Verifying : gnutls-3.6.16-4.el8.x86_64 272/510
Verifying : gnutls-3.3.29-9.el7_6.x86_64 273/510
Verifying : gpgme-1.13.1-9.el8.x86_64 274/510
Verifying : gpgme-1.3.2-5.el7.x86_64 275/510
Verifying : grep-3.1-6.el8.x86_64 276/510
Verifying : grep-2.20-3.el7.x86_64 277/510
Verifying : grub2-common-1:2.02-106.el8.noarch 278/510
Verifying : grub2-common-1:2.02-0.87.0.2.el7.centos.14.noarch 279/510
Verifying : grub2-pc-1:2.02-106.el8.x86_64 280/510
Verifying : grub2-pc-1:2.02-0.87.0.2.el7.centos.14.x86_64 281/510
Verifying : grub2-1:2.02-0.87.0.2.el7.centos.14.x86_64 282/510
Verifying : grub2-pc-modules-1:2.02-106.el8.noarch 283/510
Verifying : grub2-pc-modules-1:2.02-0.87.0.2.el7.centos.14.noarch 284/510
Verifying : grub2-tools-1:2.02-106.el8.x86_64 285/510
Verifying : grub2-tools-1:2.02-0.87.0.2.el7.centos.14.x86_64 286/510
Verifying : grub2-tools-extra-1:2.02-106.el8.x86_64 287/510
Verifying : grub2-tools-extra-1:2.02-0.87.0.2.el7.centos.14.x86_64 288/510
Verifying : grub2-tools-minimal-1:2.02-106.el8.x86_64 289/510
Verifying : grub2-tools-minimal-1:2.02-0.87.0.2.el7.centos.14.x86_64 290/510
Verifying : grubby-8.40-42.el8.x86_64 291/510
Verifying : grubby-8.28-26.el7.x86_64 292/510
Verifying : initscripts-10.00.15-1.el8.x86_64 293/510
Verifying : initscripts-9.49.53-1.el7_9.1.x86_64 294/510
Verifying : json-c-0.13.1-2.el8.x86_64 295/510
Verifying : json-c-0.11-4.el7_0.x86_64 296/510
Verifying : libblkid-2.32.1-28.el8.x86_64 297/510
Verifying : libblkid-2.23.2-65.el7_9.1.x86_64 298/510
Verifying : libcomps-0.1.16-2.el8.x86_64 299/510
Verifying : libcomps-0.1.8-14.el7.x86_64 300/510
Verifying : libcurl-7.61.1-22.el8.x86_64 301/510
Verifying : libcurl-7.29.0-59.el7_9.2.x86_64 302/510
Verifying : libdnf-0.63.0-3.el8.x86_64 303/510
Verifying : libdnf-0.22.5-2.el7_9.x86_64 304/510
Verifying : python2-hawkey-0.22.5-2.el7_9.x86_64 305/510
Verifying : python2-libdnf-0.22.5-2.el7_9.x86_64 306/510
Verifying : libgcrypt-1.8.5-6.el8.x86_64 307/510
Verifying : libgcrypt-1.5.3-14.el7.x86_64 308/510
Verifying : libgpg-error-1.31-1.el8.x86_64 309/510
Verifying : libgpg-error-1.12-3.el7.x86_64 310/510
Verifying : libmodulemd-2.13.0-1.el8.x86_64 311/510
Verifying : libmodulemd-1.6.3-1.el7.x86_64 312/510
Verifying : libmount-2.32.1-28.el8.x86_64 313/510
Verifying : libmount-2.23.2-65.el7_9.1.x86_64 314/510
Verifying : librepo-1.14.0-2.el8.x86_64 315/510
Verifying : librepo-1.8.1-8.el7_9.x86_64 316/510
Verifying : libsmartcols-2.32.1-28.el8.x86_64 317/510
Verifying : libsmartcols-2.23.2-65.el7_9.1.x86_64 318/510
Verifying : libsolv-0.7.19-1.el8.x86_64 319/510
Verifying : libsolv-0.6.34-4.el7.x86_64 320/510
Verifying : libtirpc-1.1.4-5.el8.x86_64 321/510
Verifying : libtirpc-0.2.4-0.16.el7.x86_64 322/510
Verifying : libunistring-0.9.9-3.el8.x86_64 323/510
Verifying : libunistring-0.9.3-9.el7.x86_64 324/510
Verifying : libuuid-2.32.1-28.el8.x86_64 325/510
Verifying : libuuid-2.23.2-65.el7_9.1.x86_64 326/510
Verifying : lvm2-8:2.03.12-10.el8.x86_64 327/510
Verifying : lvm2-7:2.02.187-6.el7_9.5.x86_64 328/510
Verifying : lvm2-libs-8:2.03.12-10.el8.x86_64 329/510
Verifying : lvm2-libs-7:2.02.187-6.el7_9.5.x86_64 330/510
Verifying : man-db-2.7.6.1-18.el8.x86_64 331/510
Verifying : man-db-2.6.3-11.el7.x86_64 332/510
Verifying : ncurses-6.1-9.20180224.el8.x86_64 333/510
Verifying : ncurses-5.9-14.20130511.el7_4.x86_64 334/510
Verifying : ncurses-base-6.1-9.20180224.el8.noarch 335/510
Verifying : ncurses-base-5.9-14.20130511.el7_4.noarch 336/510
Verifying : ncurses-libs-6.1-9.20180224.el8.x86_64 337/510
Verifying : ncurses-libs-5.9-14.20130511.el7_4.x86_64 338/510
Verifying : nettle-3.4.1-7.el8.x86_64 339/510
Verifying : nettle-2.7.1-9.el7_9.x86_64 340/510
Verifying : openssh-8.0p1-10.el8.x86_64 341/510
Verifying : openssh-7.4p1-23.el7_9.x86_64 342/510
Verifying : openssh-clients-8.0p1-10.el8.x86_64 343/510
Verifying : openssh-clients-7.4p1-23.el7_9.x86_64 344/510
Verifying : openssh-server-8.0p1-10.el8.x86_64 345/510
Verifying : openssh-server-7.4p1-23.el7_9.x86_64 346/510
Verifying : openssl-1:1.1.1k-5.el8_5.x86_64 347/510
Verifying : openssl-1:1.0.2k-26.el7_9.x86_64 348/510
Verifying : openssl-libs-1:1.1.1k-5.el8_5.x86_64 349/510
Verifying : openssl-libs-1:1.0.2k-26.el7_9.x86_64 350/510
Verifying : p11-kit-0.23.22-1.el8.x86_64 351/510
Verifying : p11-kit-0.23.5-3.el7.x86_64 352/510
Verifying : p11-kit-trust-0.23.22-1.el8.x86_64 353/510
Verifying : p11-kit-trust-0.23.5-3.el7.x86_64 354/510
Verifying : pam-1.3.1-15.el8.x86_64 355/510
Verifying : pam-1.1.8-23.el7.x86_64 356/510
Verifying : parted-3.2-39.el8.x86_64 357/510
Verifying : parted-3.1-32.el7.x86_64 358/510
Verifying : perl-Carp-1.42-396.el8.noarch 359/510
Verifying : perl-Carp-1.26-244.el7.noarch 360/510
Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 361/510
Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 362/510
Verifying : perl-Encode-4:2.97-3.el8.x86_64 363/510
Verifying : perl-Encode-2.51-7.el7.x86_64 364/510
Verifying : perl-Exporter-5.72-396.el8.noarch 365/510
Verifying : perl-Exporter-5.68-3.el7.noarch 366/510
Verifying : perl-File-Path-2.15-2.el8.noarch 367/510
Verifying : perl-File-Path-2.09-2.el7.noarch 368/510
Verifying : perl-File-Temp-0.230.600-1.el8.noarch 369/510
Verifying : perl-File-Temp-0.23.01-3.el7.noarch 370/510
Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 371/510
Verifying : perl-Getopt-Long-2.40-3.el7.noarch 372/510
Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 373/510
Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 374/510
Verifying : perl-PathTools-3.74-1.el8.x86_64 375/510
Verifying : perl-PathTools-3.40-5.el7.x86_64 376/510
Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 377/510
Verifying : perl-Pod-Escapes-1:1.04-299.el7_9.noarch 378/510
Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 379/510
Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 380/510
Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 381/510
Verifying : perl-Pod-Simple-1:3.28-4.el7.noarch 382/510
Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 383/510
Verifying : perl-Pod-Usage-1.63-3.el7.noarch 384/510
Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 385/510
Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 386/510
Verifying : perl-Socket-4:2.027-3.el8.x86_64 387/510
Verifying : perl-Socket-2.010-5.el7.x86_64 388/510
Verifying : perl-Storable-1:3.11-3.el8.x86_64 389/510
Verifying : perl-Storable-2.45-3.el7.x86_64 390/510
Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 391/510
Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 392/510
Verifying : perl-Time-Local-1:1.280-1.el8.noarch 393/510
Verifying : perl-Time-Local-1.2300-2.el7.noarch 394/510
Verifying : perl-constant-1.33-396.el8.noarch 395/510
Verifying : perl-constant-1.27-2.el7.noarch 396/510
Verifying : perl-libs-4:5.26.3-420.el8.x86_64 397/510
Verifying : perl-libs-4:5.16.3-299.el7_9.x86_64 398/510
Verifying : perl-macros-4:5.26.3-420.el8.x86_64 399/510
Verifying : perl-macros-4:5.16.3-299.el7_9.x86_64 400/510
Verifying : perl-parent-1:0.237-1.el8.noarch 401/510
Verifying : perl-parent-1:0.225-244.el7.noarch 402/510
Verifying : perl-podlators-4.11-1.el8.noarch 403/510
Verifying : perl-podlators-2.5.1-3.el7.noarch 404/510
Verifying : perl-threads-1:2.21-2.el8.x86_64 405/510
Verifying : perl-threads-1.87-4.el7.x86_64 406/510
Verifying : perl-threads-shared-1.58-2.el8.x86_64 407/510
Verifying : perl-threads-shared-1.43-6.el7.x86_64 408/510
Verifying : python3-libs-3.6.8-41.el8.x86_64 409/510
Verifying : python3-libs-3.6.8-21.el7_9.x86_64 410/510
Verifying : readline-7.0-10.el8.x86_64 411/510
Verifying : readline-6.2-11.el7.x86_64 412/510
Verifying : rpm-4.14.3-19.el8.x86_64 413/510
Verifying : rpm-4.11.3-48.el7_9.x86_64 414/510
Verifying : rpm-build-libs-4.14.3-19.el8.x86_64 415/510
Verifying : rpm-build-libs-4.11.3-48.el7_9.x86_64 416/510
Verifying : rpm-libs-4.14.3-19.el8.x86_64 417/510
Verifying : rpm-libs-4.11.3-48.el7_9.x86_64 418/510
Verifying : rpm-sign-4.14.3-19.el8.x86_64 419/510
Verifying : rpm-sign-4.11.3-48.el7_9.x86_64 420/510
Verifying : sqlite-3.26.0-15.el8.x86_64 421/510
Verifying : sqlite-3.7.17-8.el7_7.1.x86_64 422/510
Verifying : sudo-1.8.29-7.el8_4.1.x86_64 423/510
Verifying : sudo-1.8.23-10.el7_9.3.x86_64 424/510
Verifying : systemd-239-51.el8_5.2.x86_64 425/510
Verifying : systemd-219-78.el7_9.9.x86_64 426/510
Verifying : systemd-libs-239-51.el8_5.2.x86_64 427/510
Verifying : systemd-libs-219-78.el7_9.9.x86_64 428/510
Verifying : tuned-2.16.0-1.el8.noarch 429/510
Verifying : tuned-2.11.0-12.el7_9.noarch 430/510
Verifying : util-linux-2.32.1-28.el8.x86_64 431/510
Verifying : util-linux-2.23.2-65.el7_9.1.x86_64 432/510
Verifying : which-2.21-16.el8.x86_64 433/510
Verifying : which-2.20-7.el7.x86_64 434/510
Verifying : xfsprogs-5.0.0-9.el8.x86_64 435/510
Verifying : xfsprogs-4.5.0-22.el7.x86_64 436/510
Verifying : xz-5.2.4-3.el8.x86_64 437/510
Verifying : xz-5.2.2-2.el7_9.x86_64 438/510
Verifying : xz-libs-5.2.4-3.el8.x86_64 439/510
Verifying : xz-libs-5.2.2-2.el7_9.x86_64 440/510
Verifying : zlib-1.2.11-17.el8.x86_64 441/510
Verifying : zlib-1.2.7-21.el7_9.x86_64 442/510
Verifying : boost-date-time-1.66.0-10.el8.x86_64 443/510
Verifying : boost-date-time-1.53.0-28.el7.x86_64 444/510
Verifying : boost-system-1.66.0-10.el8.x86_64 445/510
Verifying : boost-system-1.53.0-28.el7.x86_64 446/510
Verifying : boost-thread-1.66.0-10.el8.x86_64 447/510
Verifying : boost-thread-1.53.0-28.el7.x86_64 448/510
Verifying : dyninst-11.0.0-3.el8.x86_64 449/510
Verifying : dyninst-9.3.1-3.el7.x86_64 450/510
Verifying : gdb-8.2-16.el8.x86_64 451/510
Verifying : gdb-7.6.1-120.el7.x86_64 452/510
Verifying : git-2.27.0-1.el8.x86_64 453/510
Verifying : git-1.8.3.1-25.el7_9.x86_64 454/510
Verifying : lua-5.3.4-12.el8.x86_64 455/510
Verifying : lua-5.1.4-15.el7.x86_64 456/510
Verifying : neon-0.30.2-6.el8.x86_64 457/510
Verifying : neon-0.30.0-4.el7.x86_64 458/510
Verifying : perl-4:5.26.3-420.el8.x86_64 459/510
Verifying : perl-4:5.16.3-299.el7_9.x86_64 460/510
Verifying : perl-Error-1:0.17025-2.el8.noarch 461/510
Verifying : perl-Error-1:0.17020-2.el7.noarch 462/510
Verifying : perl-Filter-2:1.58-2.el8.x86_64 463/510
Verifying : perl-Filter-1.49-3.el7.x86_64 464/510
Verifying : perl-Git-2.27.0-1.el8.noarch 465/510
Verifying : perl-Git-1.8.3.1-25.el7_9.noarch 466/510
Verifying : perl-TermReadKey-2.37-7.el8.x86_64 467/510
Verifying : perl-TermReadKey-2.30-20.el7.x86_64 468/510
Verifying : perl-Test-Harness-1:3.42-1.el8.noarch 469/510
Verifying : perl-Test-Harness-3.28-3.el7.noarch 470/510
Verifying : perl-Thread-Queue-3.13-1.el8.noarch 471/510
Verifying : perl-Thread-Queue-3.02-2.el7.noarch 472/510
Verifying : perl-Time-HiRes-4:1.9758-2.el8.x86_64 473/510
Verifying : perl-Time-HiRes-4:1.9725-3.el7.x86_64 474/510
Verifying : perl-XML-Parser-2.44-11.el8.x86_64 475/510
Verifying : perl-XML-Parser-2.41-10.el7.x86_64 476/510
Verifying : rpm-build-4.14.3-19.el8.x86_64 477/510
Verifying : rpm-build-4.11.3-48.el7_9.x86_64 478/510
Verifying : subversion-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64 479/510
Verifying : subversion-1.7.14-16.el7.x86_64 480/510
Verifying : subversion-libs-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64 481/510
Verifying : subversion-libs-1.7.14-16.el7.x86_64 482/510
Verifying : systemtap-4.5-3.el8.x86_64 483/510
Verifying : systemtap-4.0-13.el7.x86_64 484/510
Verifying : systemtap-client-4.5-3.el8.x86_64 485/510
Verifying : systemtap-client-4.0-13.el7.x86_64 486/510
Verifying : systemtap-devel-4.5-3.el8.x86_64 487/510
Verifying : systemtap-devel-4.0-13.el7.x86_64 488/510
Verifying : systemtap-runtime-4.5-3.el8.x86_64 489/510
Verifying : systemtap-runtime-4.0-13.el7.x86_64 490/510
Verifying : vim-common-2:8.0.1763-16.el8.x86_64 491/510
Verifying : vim-common-2:7.4.629-8.el7_9.x86_64 492/510
Verifying : vim-enhanced-2:8.0.1763-16.el8.x86_64 493/510
Verifying : vim-enhanced-2:7.4.629-8.el7_9.x86_64 494/510
Verifying : deltarpm-3.6-3.el7.x86_64 495/510
Verifying : libxml2-python-2.9.1-6.el7_9.6.x86_64 496/510
Verifying : python-2.7.5-94.el7_9.x86_64 497/510
Verifying : python-chardet-2.2.1-3.el7.noarch 498/510
Verifying : python-kitchen-1.1.1-5.el7.noarch 499/510
Verifying : python-libs-2.7.5-94.el7_9.x86_64 500/510
Verifying : python-linux-procfs-0.4.11-4.el7.noarch 501/510
Verifying : python-schedutils-0.4-6.el7.x86_64 502/510
Verifying : python-urlgrabber-3.10-10.el7.noarch 503/510
Verifying : python2-dnf-4.0.9.2-2.el7_9.noarch 504/510
Verifying : python2-libcomps-0.1.8-14.el7.x86_64 505/510
Verifying : python3-3.6.8-21.el7_9.x86_64 506/510
Verifying : python36-rpm-4.11.3-10.el7.x86_64 507/510
Verifying : pyxattr-0.5.1-5.el7.x86_64 508/510
Verifying : rpm-python-4.11.3-48.el7_9.x86_64 509/510
Verifying : systemd-sysv-219-78.el7_9.9.x86_64 510/510
Upgraded:
rpmconf-1.1.7-2.el8.1.noarch bc-1.07.1-5.el8.x86_64 bind-export-libs-32:9.11.26-6.el8.x86_64
chkconfig-1.19.1-1.el8.x86_64 cryptsetup-libs-2.3.3-4.el8.x86_64 curl-7.61.1-22.el8.x86_64
device-mapper-8:1.02.177-10.el8.x86_64 device-mapper-event-8:1.02.177-10.el8.x86_64 device-mapper-event-libs-8:1.02.177-10.el8.x86_64
device-mapper-libs-8:1.02.177-10.el8.x86_64 dhcp-common-12:4.3.6-45.el8.noarch dhcp-libs-12:4.3.6-45.el8.x86_64
dnf-4.7.0-4.el8.noarch dnf-data-4.7.0-4.el8.noarch elfutils-0.185-1.el8.x86_64
elfutils-libelf-0.185-1.el8.x86_64 elfutils-libs-0.185-1.el8.x86_64 gdbm-1:1.18-1.el8.x86_64
gettext-0.19.8.1-17.el8.x86_64 gettext-common-devel-0.19.8.1-17.el8.noarch gettext-devel-0.19.8.1-17.el8.x86_64
gettext-libs-0.19.8.1-17.el8.x86_64 gnupg2-2.2.20-2.el8.x86_64 gnutls-3.6.16-4.el8.x86_64
gpgme-1.13.1-9.el8.x86_64 grep-3.1-6.el8.x86_64 grub2-common-1:2.02-106.el8.noarch
grub2-pc-1:2.02-106.el8.x86_64 grub2-pc-modules-1:2.02-106.el8.noarch grub2-tools-1:2.02-106.el8.x86_64
grub2-tools-extra-1:2.02-106.el8.x86_64 grub2-tools-minimal-1:2.02-106.el8.x86_64 grubby-8.40-42.el8.x86_64
initscripts-10.00.15-1.el8.x86_64 json-c-0.13.1-2.el8.x86_64 libblkid-2.32.1-28.el8.x86_64
libcomps-0.1.16-2.el8.x86_64 libcurl-7.61.1-22.el8.x86_64 libdnf-0.63.0-3.el8.x86_64
libgcrypt-1.8.5-6.el8.x86_64 libgpg-error-1.31-1.el8.x86_64 libmodulemd-2.13.0-1.el8.x86_64
libmount-2.32.1-28.el8.x86_64 librepo-1.14.0-2.el8.x86_64 libsmartcols-2.32.1-28.el8.x86_64
libsolv-0.7.19-1.el8.x86_64 libtirpc-1.1.4-5.el8.x86_64 libunistring-0.9.9-3.el8.x86_64
libuuid-2.32.1-28.el8.x86_64 lvm2-8:2.03.12-10.el8.x86_64 lvm2-libs-8:2.03.12-10.el8.x86_64
man-db-2.7.6.1-18.el8.x86_64 ncurses-6.1-9.20180224.el8.x86_64 ncurses-base-6.1-9.20180224.el8.noarch
ncurses-libs-6.1-9.20180224.el8.x86_64 nettle-3.4.1-7.el8.x86_64 openssh-8.0p1-10.el8.x86_64
openssh-clients-8.0p1-10.el8.x86_64 openssh-server-8.0p1-10.el8.x86_64 openssl-1:1.1.1k-5.el8_5.x86_64
openssl-libs-1:1.1.1k-5.el8_5.x86_64 p11-kit-0.23.22-1.el8.x86_64 p11-kit-trust-0.23.22-1.el8.x86_64
pam-1.3.1-15.el8.x86_64 parted-3.2-39.el8.x86_64 perl-Carp-1.42-396.el8.noarch
perl-Data-Dumper-2.167-399.el8.x86_64 perl-Encode-4:2.97-3.el8.x86_64 perl-Exporter-5.72-396.el8.noarch
perl-File-Path-2.15-2.el8.noarch perl-File-Temp-0.230.600-1.el8.noarch perl-Getopt-Long-1:2.50-4.el8.noarch
perl-HTTP-Tiny-0.074-1.el8.noarch perl-PathTools-3.74-1.el8.x86_64 perl-Pod-Escapes-1:1.07-395.el8.noarch
perl-Pod-Perldoc-3.28-396.el8.noarch perl-Pod-Simple-1:3.35-395.el8.noarch perl-Pod-Usage-4:1.69-395.el8.noarch
perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 perl-Socket-4:2.027-3.el8.x86_64 perl-Storable-1:3.11-3.el8.x86_64
perl-Text-ParseWords-3.30-395.el8.noarch perl-Time-Local-1:1.280-1.el8.noarch perl-constant-1.33-396.el8.noarch
perl-libs-4:5.26.3-420.el8.x86_64 perl-macros-4:5.26.3-420.el8.x86_64 perl-parent-1:0.237-1.el8.noarch
perl-podlators-4.11-1.el8.noarch perl-threads-1:2.21-2.el8.x86_64 perl-threads-shared-1.58-2.el8.x86_64
python3-libs-3.6.8-41.el8.x86_64 readline-7.0-10.el8.x86_64 rpm-4.14.3-19.el8.x86_64
rpm-build-libs-4.14.3-19.el8.x86_64 rpm-libs-4.14.3-19.el8.x86_64 rpm-sign-4.14.3-19.el8.x86_64
sqlite-3.26.0-15.el8.x86_64 sudo-1.8.29-7.el8_4.1.x86_64 systemd-239-51.el8_5.2.x86_64
systemd-libs-239-51.el8_5.2.x86_64 tuned-2.16.0-1.el8.noarch util-linux-2.32.1-28.el8.x86_64
which-2.21-16.el8.x86_64 xfsprogs-5.0.0-9.el8.x86_64 xz-5.2.4-3.el8.x86_64
xz-libs-5.2.4-3.el8.x86_64 zlib-1.2.11-17.el8.x86_64 boost-date-time-1.66.0-10.el8.x86_64
boost-system-1.66.0-10.el8.x86_64 boost-thread-1.66.0-10.el8.x86_64 dyninst-11.0.0-3.el8.x86_64
gdb-8.2-16.el8.x86_64 git-2.27.0-1.el8.x86_64 lua-5.3.4-12.el8.x86_64
neon-0.30.2-6.el8.x86_64 perl-4:5.26.3-420.el8.x86_64 perl-Error-1:0.17025-2.el8.noarch
perl-Filter-2:1.58-2.el8.x86_64 perl-Git-2.27.0-1.el8.noarch perl-TermReadKey-2.37-7.el8.x86_64
perl-Test-Harness-1:3.42-1.el8.noarch perl-Thread-Queue-3.13-1.el8.noarch perl-Time-HiRes-4:1.9758-2.el8.x86_64
perl-XML-Parser-2.44-11.el8.x86_64 rpm-build-4.14.3-19.el8.x86_64 subversion-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64
subversion-libs-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64 systemtap-4.5-3.el8.x86_64 systemtap-client-4.5-3.el8.x86_64
systemtap-devel-4.5-3.el8.x86_64 systemtap-runtime-4.5-3.el8.x86_64 vim-common-2:8.0.1763-16.el8.x86_64
vim-enhanced-2:8.0.1763-16.el8.x86_64
Installed:
crypto-policies-scripts-20210617-1.gitc776d3e.el8.noarch dnf-plugins-core-4.0.21-3.el8.noarch
elfutils-debuginfod-client-devel-0.185-1.el8.x86_64 gnupg2-smime-2.2.20-2.el8.x86_64
hdparm-9.54-4.el8.x86_64 network-scripts-team-1.31-2.el8.x86_64
openssl-pkcs11-0.4.10-2.el8.x86_64 rpm-plugin-systemd-inhibit-4.14.3-19.el8.x86_64
gcc-gdb-plugin-8.5.0-4.el8_5.x86_64 geolite2-city-20180605-1.el8.noarch
geolite2-country-20180605-1.el8.noarch libmaxminddb-1.2.0-10.el8.x86_64
libxkbcommon-0.9.1-1.el8.x86_64 oddjob-mkhomedir-0.34.7-1.el8.x86_64
perl-Encode-Locale-1.05-10.module_el8.3.0+416+dee7bcef.noarch perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff426aa3.noarch
perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch python2-pip-9.0.3-18.module_el8.5.0+743+cd2f5d28.noarch
python2-setuptools-39.0.1-13.module_el8.5.0+743+cd2f5d28.noarch python3-unbound-1.7.3-17.el8.x86_64
python3-rpmconf-1.1.7-2.el8.1.noarch authselect-1.2.2-3.el8.x86_64
authselect-libs-1.2.2-3.el8.x86_64 brotli-1.0.6-3.el8.x86_64
centos-obsolete-packages-8-4.noarch crypto-policies-20210617-1.gitc776d3e.el8.noarch
dhcp-client-12:4.3.6-45.el8.x86_64 elfutils-debuginfod-client-0.185-1.el8.x86_64
elfutils-devel-0.185-1.el8.x86_64 elfutils-libelf-devel-0.185-1.el8.x86_64
gdbm-libs-1:1.18-1.el8.x86_64 grub2-tools-efi-1:2.02-106.el8.x86_64
ima-evm-utils-1.3.2-12.el8.x86_64 ipcalc-0.2.4-4.el8.x86_64
libarchive-3.3.3-1.el8.x86_64 libbabeltrace-1.5.4-3.el8.x86_64
libevent-2.1.8-5.el8.x86_64 libfdisk-2.32.1-28.el8.x86_64
libidn2-2.2.0-1.el8.x86_64 libksba-1.3.5-7.el8.x86_64
libnghttp2-1.33.0-3.el8_2.1.x86_64 libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64
libpsl-0.20.2-6.el8.x86_64 libseccomp-2.5.1-1.el8.x86_64
libssh-0.9.4-3.el8.x86_64 libssh-config-0.9.4-3.el8.noarch
libtool-ltdl-2.4.6-25.el8.x86_64 libusbx-1.0.23-4.el8.x86_64
libzstd-1.4.4-1.el8.x86_64 libzstd-devel-1.4.4-1.el8.x86_64
lua-libs-5.3.4-12.el8.x86_64 ncurses-compat-libs-6.1-9.20180224.el8.x86_64
netconsole-service-10.00.15-1.el8.noarch network-scripts-10.00.15-1.el8.x86_64
npth-1.5-4.el8.x86_64 pcre2-10.32-2.el8.x86_64
perl-Algorithm-Diff-1.1903-9.el8.noarch perl-Archive-Tar-2.30-1.el8.noarch
perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64 perl-Compress-Raw-Zlib-2.081-1.el8.x86_64
perl-Errno-1.28-420.el8.x86_64 perl-IO-1.38-420.el8.x86_64
perl-IO-Compress-2.081-1.el8.noarch perl-IO-Zlib-1:1.10-420.el8.noarch
perl-MIME-Base64-3.15-396.el8.x86_64 perl-Math-BigInt-1:1.9998.11-7.el8.noarch
perl-Math-Complex-1.59-420.el8.noarch perl-Term-ANSIColor-4.06-396.el8.noarch
perl-Term-Cap-1.17-395.el8.noarch perl-Text-Diff-1.45-2.el8.noarch
perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch perl-Unicode-Normalize-1.25-396.el8.x86_64
perl-interpreter-4:5.26.3-420.el8.x86_64 platform-python-3.6.8-41.el8.x86_64
platform-python-pip-9.0.3-20.el8.noarch platform-python-setuptools-39.2.0-6.el8.noarch
psmisc-23.1-5.el8.x86_64 publicsuffix-list-dafsa-20180723-1.el8.noarch
python3-configobj-5.0.6-11.el8.noarch python3-dateutil-1:2.6.1-6.el8.noarch
python3-dbus-1.2.4-15.el8.x86_64 python3-dnf-4.7.0-4.el8.noarch
python3-dnf-plugins-core-4.0.21-3.el8.noarch python3-gobject-base-3.28.3-2.el8.x86_64
python3-gpg-1.13.1-9.el8.x86_64 python3-hawkey-0.63.0-3.el8.x86_64
python3-libcomps-0.1.16-2.el8.x86_64 python3-libdnf-0.63.0-3.el8.x86_64
python3-linux-procfs-0.6.3-1.el8.noarch python3-perf-4.18.0-348.7.1.el8_5.x86_64
python3-pip-wheel-9.0.3-20.el8.noarch python3-pyparsing-2.1.10-7.el8.noarch
python3-pyudev-0.21.0-7.el8.noarch python3-rpm-4.14.3-19.el8.x86_64
python3-setuptools-39.2.0-6.el8.noarch python3-setuptools-wheel-39.2.0-6.el8.noarch
python3-six-1.11.0-8.el8.noarch python3-syspurpose-1.28.21-3.el8.x86_64
readonly-root-10.00.15-1.el8.noarch sqlite-libs-3.26.0-15.el8.x86_64
systemd-container-239-51.el8_5.2.x86_64 systemd-pam-239-51.el8_5.2.x86_64
systemd-udev-239-51.el8_5.2.x86_64 tpm2-tss-2.3.2-4.el8.x86_64
vim-minimal-2:8.0.1763-16.el8.x86_64 xz-devel-5.2.4-3.el8.x86_64
zlib-devel-1.2.11-17.el8.x86_64 authselect-compat-1.2.2-3.el8.x86_64
boost-atomic-1.66.0-10.el8.x86_64 boost-chrono-1.66.0-10.el8.x86_64
boost-filesystem-1.66.0-10.el8.x86_64 boost-timer-1.66.0-10.el8.x86_64
compat-openssl10-1:1.0.2o-3.el8.x86_64 gc-7.6.4-3.el8.x86_64
gdb-headless-8.2-16.el8.x86_64 git-core-2.27.0-1.el8.x86_64
git-core-doc-2.27.0-1.el8.noarch guile-5:2.0.14-7.el8.x86_64
libatomic_ops-7.6.2-3.el8.x86_64 libipt-1.6.1-8.el8.x86_64
libserf-1.3.9-9.module_el8.3.0+703+ba2f61b7.x86_64 oddjob-0.34.7-1.el8.x86_64
perl-Archive-Zip-1.60-3.el8.noarch perl-Attribute-Handlers-0.99-420.el8.noarch
perl-B-Debug-1.26-2.el8.noarch perl-CPAN-2.18-397.el8.noarch
perl-CPAN-Meta-2.150010-396.el8.noarch perl-CPAN-Meta-Requirements-2.140-396.el8.noarch
perl-CPAN-Meta-YAML-0.018-397.el8.noarch perl-Compress-Bzip2-2.26-6.el8.x86_64
perl-Config-Perl-V-0.30-1.el8.noarch perl-DB_File-1.842-1.el8.x86_64
perl-Data-OptList-0.110-6.el8.noarch perl-Data-Section-0.200007-3.el8.noarch
perl-Devel-PPPort-3.36-5.el8.x86_64 perl-Devel-Peek-1.26-420.el8.x86_64
perl-Devel-SelfStubber-1.06-420.el8.noarch perl-Devel-Size-0.81-2.el8.x86_64
perl-Digest-1.17-395.el8.noarch perl-Digest-MD5-2.55-396.el8.x86_64
perl-Digest-SHA-1:6.02-1.el8.x86_64 perl-Encode-devel-4:2.97-3.el8.x86_64
perl-Env-1.04-395.el8.noarch perl-ExtUtils-CBuilder-1:0.280230-2.el8.noarch
perl-ExtUtils-Command-1:7.34-1.el8.noarch perl-ExtUtils-Embed-1.34-420.el8.noarch
perl-ExtUtils-Install-2.14-4.el8.noarch perl-ExtUtils-MM-Utils-1:7.34-1.el8.noarch
perl-ExtUtils-MakeMaker-1:7.34-1.el8.noarch perl-ExtUtils-Manifest-1.70-395.el8.noarch
perl-ExtUtils-Miniperl-1.06-420.el8.noarch perl-ExtUtils-ParseXS-1:3.35-2.el8.noarch
perl-File-Fetch-0.56-2.el8.noarch perl-File-HomeDir-1.002-4.el8.noarch
perl-File-Which-1.22-2.el8.noarch perl-Filter-Simple-0.94-2.el8.noarch
perl-IO-Socket-IP-0.39-5.el8.noarch perl-IPC-Cmd-2:1.02-1.el8.noarch
perl-IPC-SysV-2.07-397.el8.x86_64 perl-IPC-System-Simple-1.25-17.el8.noarch
perl-JSON-PP-1:2.97.001-3.el8.noarch perl-Locale-Codes-3.57-1.el8.noarch
perl-Locale-Maketext-1.28-396.el8.noarch perl-Locale-Maketext-Simple-1:0.21-420.el8.noarch
perl-MRO-Compat-0.13-4.el8.noarch perl-Math-BigInt-FastCalc-0.500.600-6.el8.x86_64
perl-Math-BigRat-0.2614-1.el8.noarch perl-Memoize-1.03-420.el8.noarch
perl-Module-Build-2:0.42.24-5.el8.noarch perl-Module-CoreList-1:5.20181130-1.el8.noarch
perl-Module-CoreList-tools-1:5.20181130-1.el8.noarch perl-Module-Load-1:0.32-395.el8.noarch
perl-Module-Load-Conditional-0.68-395.el8.noarch perl-Module-Loaded-1:0.08-420.el8.noarch
perl-Module-Metadata-1.000033-395.el8.noarch perl-Net-Ping-2.55-420.el8.noarch
perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3.x86_64 perl-Package-Generator-1.106-11.el8.noarch
perl-Params-Check-1:0.38-395.el8.noarch perl-Params-Util-1.07-22.el8.x86_64
perl-Perl-OSType-1.010-396.el8.noarch perl-PerlIO-via-QuotedPrint-0.08-395.el8.noarch
perl-Pod-Checker-4:1.73-395.el8.noarch perl-Pod-Html-1.22.02-420.el8.noarch
perl-Pod-Parser-1.63-396.el8.noarch perl-SelfLoader-1.23-420.el8.noarch
perl-Software-License-0.103013-2.el8.noarch perl-Sub-Exporter-0.987-15.el8.noarch
perl-Sub-Install-0.928-14.el8.noarch perl-Sys-Syslog-0.35-397.el8.x86_64
perl-Test-1.30-420.el8.noarch perl-Test-Simple-1:1.302135-1.el8.noarch
perl-Text-Balanced-2.03-395.el8.noarch perl-Text-Glob-0.11-4.el8.noarch
perl-Text-Template-1.51-1.el8.noarch perl-Time-Piece-1.31-420.el8.x86_64
perl-URI-1.73-3.el8.noarch perl-Unicode-Collate-1.25-2.el8.x86_64
perl-autodie-2.29-396.el8.noarch perl-bignum-0.49-2.el8.noarch
perl-devel-4:5.26.3-420.el8.x86_64 perl-encoding-4:2.22-3.el8.x86_64
perl-experimental-0.019-2.el8.noarch perl-inc-latest-2:0.500-9.el8.noarch
perl-libnet-3.11-3.el8.noarch perl-libnetcfg-4:5.26.3-420.el8.noarch
perl-local-lib-2.000024-2.el8.noarch perl-open-1.11-420.el8.noarch
perl-perlfaq-5.20180605-1.el8.noarch perl-utils-5.26.3-420.el8.noarch
perl-version-6:0.99.24-1.el8.x86_64 python2-2.7.18-7.module_el8.5.0+894+1c54b371.x86_64
python2-libs-2.7.18-7.module_el8.5.0+894+1c54b371.x86_64 python2-pip-wheel-9.0.3-18.module_el8.5.0+743+cd2f5d28.noarch
python2-setuptools-wheel-39.0.1-13.module_el8.5.0+743+cd2f5d28.noarch python3-pip-9.0.3-20.el8.noarch
python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 systemtap-sdt-devel-4.5-3.el8.x86_64
tbb-2018.2-9.el8.x86_64 unbound-libs-1.7.3-17.el8.x86_64
utf8proc-2.1.1-5.module_el8.3.0+703+ba2f61b7.x86_64 xkeyboard-config-2.28-1.el8.noarch
zstd-1.4.4-1.el8.x86_64
Removed:
deltarpm-3.6-3.el7.x86_64 libxml2-python-2.9.1-6.el7_9.6.x86_64 python-2.7.5-94.el7_9.x86_64 python-chardet-2.2.1-3.el7.noarch
python-kitchen-1.1.1-5.el7.noarch python-libs-2.7.5-94.el7_9.x86_64 python-linux-procfs-0.4.11-4.el7.noarch python-schedutils-0.4-6.el7.x86_64
python-urlgrabber-3.10-10.el7.noarch python2-dnf-4.0.9.2-2.el7_9.noarch python2-libcomps-0.1.8-14.el7.x86_64 python3-3.6.8-21.el7_9.x86_64
python36-rpm-4.11.3-10.el7.x86_64 pyxattr-0.5.1-5.el7.x86_64 rpm-python-4.11.3-48.el7_9.x86_64 systemd-sysv-219-78.el7_9.9.x86_64
Complete!2.20 再次执行CentOS 8升级就可以成功
dnf -y --releasever=8 --allowerasing --setopt=deltarpm=false distro-sync[root@localhost ~]# dnf -y --releasever=8 --allowerasing --setopt=deltarpm=false distro-sync
Last metadata expiration check: 0:35:11 ago on Thu 19 Dec 2024 03:03:13 PM CST.
Dependencies resolved.
========================================================================================================================================================================
Package Architecture Version Repository Size
========================================================================================================================================================================
Installing:
iptables-ebtables x86_64 1.8.4-20.el8 baseos 72 k
replacing ebtables.x86_64 2.0.10-16.el7
pkgconf-m4 noarch 1.4.2-1.el8 baseos 17 k
replacing pkgconfig.x86_64 1:0.27.1-4.el7
pkgconf-pkg-config x86_64 1.4.2-1.el8 baseos 15 k
replacing pkgconfig.x86_64 1:0.27.1-4.el7
Upgrading:
acl x86_64 2.2.53-1.el8 baseos 81 k
alsa-firmware noarch 1.0.29-6.el8 appstream 3.2 M
alsa-lib x86_64 1.2.5-4.el8 appstream 489 k
alsa-tools-firmware x86_64 1.1.6-1.el8 appstream 43 k
apr x86_64 1.6.3-12.el8 appstream 129 k
apr-util x86_64 1.6.1-6.el8 appstream 105 k
audit x86_64 3.0-0.17.20191104git1c2f876.el8 baseos 254 k
audit-libs x86_64 3.0-0.17.20191104git1c2f876.el8 baseos 116 k
autoconf noarch 2.69-29.el8 appstream 710 k
automake noarch 1.16.1-7.el8 appstream 713 k
avahi-libs x86_64 0.7-20.el8 baseos 62 k
basesystem noarch 11-5.el8 baseos 10 k
bash x86_64 4.4.20-2.el8 baseos 1.5 M
biosdevname x86_64 0.7.3-2.el8 baseos 44 k
bison x86_64 3.0.4-10.el8 appstream 688 k
byacc x86_64 1.9.20170709-4.el8 appstream 91 k
bzip2 x86_64 1.0.6-26.el8 baseos 60 k
bzip2-libs x86_64 1.0.6-26.el8 baseos 48 k
centos-logos x86_64 85.8-2.el8 baseos 700 k
coreutils x86_64 8.30-12.el8 baseos 1.2 M
cpio x86_64 2.12-10.el8 baseos 265 k
cracklib x86_64 2.9.6-15.el8 baseos 93 k
cracklib-dicts x86_64 2.9.6-15.el8 baseos 4.0 M
cronie x86_64 1.5.2-4.el8 baseos 118 k
cronie-anacron x86_64 1.5.2-4.el8 baseos 41 k
crontabs noarch 1.11-17.20190603git.el8 baseos 25 k
cscope x86_64 15.9-9.el8 appstream 216 k
ctags x86_64 5.8-22.el8 appstream 170 k
cyrus-sasl-lib x86_64 2.1.27-5.el8 baseos 123 k
dbus x86_64 1:1.12.8-14.el8 baseos 41 k
dbus-glib x86_64 0.110-2.el8 baseos 127 k
dbus-libs x86_64 1:1.12.8-14.el8 baseos 184 k
device-mapper-persistent-data x86_64 0.9.0-4.el8 baseos 925 k
diffstat x86_64 1.61-7.el8 appstream 44 k
diffutils x86_64 3.6-6.el8 baseos 358 k
dmidecode x86_64 1:3.2-10.el8 baseos 91 k
dracut x86_64 049-191.git20210920.el8 baseos 374 k
dracut-config-rescue x86_64 049-191.git20210920.el8 baseos 61 k
dracut-network x86_64 049-191.git20210920.el8 baseos 108 k
dwz x86_64 0.12-10.el8 appstream 109 k
e2fsprogs x86_64 1.45.6-2.el8 baseos 1.0 M
e2fsprogs-libs x86_64 1.45.6-2.el8 baseos 233 k
efivar-libs x86_64 37-4.el8 baseos 107 k
elfutils-default-yama-scope noarch 0.185-1.el8 baseos 49 k
emacs-filesystem noarch 1:26.1-7.el8 baseos 70 k
ethtool x86_64 2:5.8-7.el8 baseos 209 k
expat x86_64 2.2.5-4.el8 baseos 111 k
file x86_64 5.33-20.el8 baseos 77 k
file-libs x86_64 5.33-20.el8 baseos 543 k
filesystem x86_64 3.8-6.el8 baseos 1.1 M
findutils x86_64 1:4.6.0-20.el8 baseos 528 k
fipscheck x86_64 1.5.0-4.el8 baseos 28 k
fipscheck-lib x86_64 1.5.0-4.el8 baseos 16 k
firewalld noarch 0.9.3-7.el8 baseos 502 k
firewalld-filesystem noarch 0.9.3-7.el8 baseos 77 k
flex x86_64 2.6.1-9.el8 appstream 320 k
freetype x86_64 2.9.1-4.el8_3.1 baseos 394 k
fxload x86_64 2008_10_13-10.el8 baseos 32 k
gawk x86_64 4.2.1-2.el8 baseos 1.1 M
glib2 x86_64 2.56.4-156.el8 baseos 2.5 M
gmp x86_64 1:6.1.2-10.el8 baseos 322 k
gobject-introspection x86_64 1.56.1-1.el8 baseos 255 k
gpm-libs x86_64 1.20.7-17.el8 appstream 39 k
groff-base x86_64 1.22.3-18.el8 baseos 1.0 M
gzip x86_64 1.9-12.el8 baseos 167 k
hardlink x86_64 1:1.3-6.el8 baseos 29 k
hostname x86_64 3.20-6.el8 baseos 32 k
hwdata noarch 0.314-8.10.el8 baseos 1.7 M
indent x86_64 2.2.13-5.el8 epel 187 k
info x86_64 6.5-6.el8 baseos 198 k
intltool noarch 0.51.0-11.el8 appstream 66 k
iproute x86_64 5.12.0-4.el8 baseos 775 k
iprutils x86_64 2.4.19-1.el8 baseos 255 k
ipset x86_64 7.1-1.el8 baseos 45 k
ipset-libs x86_64 7.1-1.el8 baseos 71 k
iptables x86_64 1.8.4-20.el8 baseos 585 k
iputils x86_64 20180629-7.el8 baseos 148 k
iwl100-firmware noarch 39.31.5.1-103.el8.1 baseos 172 k
iwl1000-firmware noarch 1:39.31.5.1-103.el8.1 baseos 235 k
iwl105-firmware noarch 18.168.6.1-103.el8.1 baseos 256 k
iwl135-firmware noarch 18.168.6.1-103.el8.1 baseos 265 k
iwl2000-firmware noarch 18.168.6.1-103.el8.1 baseos 259 k
iwl2030-firmware noarch 18.168.6.1-103.el8.1 baseos 268 k
iwl3160-firmware noarch 1:25.30.13.0-103.el8.1 baseos 1.7 M
iwl3945-firmware noarch 15.32.2.9-103.el8.1 baseos 110 k
iwl4965-firmware noarch 228.61.2.24-103.el8.1 baseos 123 k
iwl5000-firmware noarch 8.83.5.1_1-103.el8.1 baseos 316 k
iwl5150-firmware noarch 8.24.2.2-103.el8.1 baseos 169 k
iwl6000-firmware noarch 9.221.4.1-103.el8.1 baseos 189 k
iwl6000g2a-firmware noarch 18.168.6.1-103.el8.1 baseos 332 k
iwl6000g2b-firmware noarch 18.168.6.1-103.el8.1 baseos 332 k
iwl6050-firmware noarch 41.28.5.1-103.el8.1 baseos 265 k
iwl7260-firmware noarch 1:25.30.13.0-103.el8.1 baseos 18 M
jansson x86_64 2.11-3.el8 baseos 46 k
kbd x86_64 2.0.4-10.el8 baseos 390 k
kbd-legacy noarch 2.0.4-10.el8 baseos 481 k
kbd-misc noarch 2.0.4-10.el8 baseos 1.5 M
kernel-headers x86_64 4.18.0-348.7.1.el8_5 baseos 8.3 M
kernel-tools x86_64 4.18.0-348.7.1.el8_5 baseos 7.2 M
kernel-tools-libs x86_64 4.18.0-348.7.1.el8_5 baseos 7.0 M
kexec-tools x86_64 2.0.20-57.el8_5.1 baseos 514 k
keyutils-libs x86_64 1.5.10-9.el8 baseos 34 k
kmod x86_64 25-18.el8 baseos 126 k
kmod-libs x86_64 25-18.el8 baseos 68 k
kpartx x86_64 0.8.4-17.el8 baseos 113 k
krb5-libs x86_64 1.18.2-14.el8 baseos 840 k
less x86_64 530-1.el8 baseos 164 k
libacl x86_64 2.2.53-1.el8 baseos 35 k
libaio x86_64 0.3.112-1.el8 baseos 33 k
libassuan x86_64 2.5.1-3.el8 baseos 83 k
libattr x86_64 2.4.48-3.el8 baseos 27 k
libcap x86_64 2.26-5.el8 baseos 60 k
libcap-ng x86_64 0.7.11-1.el8 baseos 33 k
libcom_err x86_64 1.45.6-2.el8 baseos 49 k
libdaemon x86_64 0.14-15.el8 baseos 36 k
libdb x86_64 5.3.28-42.el8_4 baseos 751 k
libdb-utils x86_64 5.3.28-42.el8_4 baseos 150 k
libdrm x86_64 2.4.106-2.el8 appstream 167 k
libdwarf x86_64 20180129-4.el8 appstream 172 k
libedit x86_64 3.1-23.20170329cvs.el8 baseos 102 k
libestr x86_64 0.1.10-1.el8 appstream 27 k
libfastjson x86_64 0.99.9-1.el8 appstream 38 k
libffi x86_64 3.1-22.el8 baseos 37 k
libidn x86_64 1.34-5.el8 appstream 239 k
libmnl x86_64 1.0.4-6.el8 baseos 30 k
libmodman x86_64 2.0.1-17.el8 baseos 36 k
libmpc x86_64 1.1.0-9.1.el8 appstream 61 k
libndp x86_64 1.7-6.el8 baseos 40 k
libnetfilter_conntrack x86_64 1.0.6-5.el8 baseos 65 k
libnfnetlink x86_64 1.0.1-13.el8 baseos 33 k
libnl3 x86_64 3.5.0-1.el8 baseos 320 k
libnl3-cli x86_64 3.5.0-1.el8 baseos 193 k
libpciaccess x86_64 0.14-1.el8 baseos 32 k
libpipeline x86_64 1.5.0-2.el8 baseos 54 k
libpng x86_64 2:1.6.34-5.el8 baseos 126 k
libproxy x86_64 0.4.15-5.2.el8 baseos 75 k
libpwquality x86_64 1.4.4-3.el8 baseos 107 k
libreport-filesystem x86_64 2.9.5-15.el8 baseos 21 k
libselinux x86_64 2.9-5.el8 baseos 165 k
libselinux-utils x86_64 2.9-5.el8 baseos 243 k
libsemanage x86_64 2.9-6.el8 baseos 165 k
libsepol x86_64 2.9-3.el8 baseos 340 k
libss x86_64 1.45.6-2.el8 baseos 54 k
libssh2 x86_64 1.10.0-1.el8 epel 132 k
libsysfs x86_64 2.1.0-24.el8 baseos 53 k
libtasn1 x86_64 4.13-3.el8 baseos 76 k
libteam x86_64 1.31-2.el8 baseos 64 k
libuser x86_64 0.62-23.el8 baseos 417 k
libutempter x86_64 1.1.6-14.el8 baseos 32 k
libverto x86_64 0.3.0-5.el8 baseos 24 k
libxml2 x86_64 2.9.7-9.el8_4.2 baseos 696 k
libyaml x86_64 0.1.7-5.el8 baseos 61 k
linux-firmware noarch 20210702-103.gitd79c2677.el8 baseos 161 M
replacing ivtv-firmware.noarch 2:20080701-26.el7
logrotate x86_64 3.14.0-4.el8 baseos 86 k
lrzsz x86_64 0.12.20-43.el8 baseos 84 k
lsscsi x86_64 0.32-3.el8 baseos 71 k
lz4 x86_64 1.8.3-3.el8_4 baseos 103 k
lzo x86_64 2.08-14.el8 baseos 69 k
m4 x86_64 1.4.18-7.el8 baseos 223 k
make x86_64 1:4.2.1-10.el8 baseos 498 k
microcode_ctl x86_64 4:20210608-1.el8 baseos 5.5 M
mokutil x86_64 1:0.3.0-11.el8 baseos 45 k
mpfr x86_64 3.1.6-1.el8 baseos 221 k
net-tools x86_64 2.0-0.52.20160912git.el8 baseos 322 k
newt x86_64 0.52.20-11.el8 baseos 121 k
numactl-libs x86_64 2.0.12-13.el8 baseos 36 k
openldap x86_64 2.4.46-18.el8 baseos 352 k
os-prober x86_64 1.74-9.el8 baseos 51 k
pakchois x86_64 0.4-17.el8 appstream 20 k
passwd x86_64 0.80-3.el8 baseos 115 k
patch x86_64 2.7.6-11.el8 baseos 138 k
patchutils x86_64 0.3.4-10.el8 appstream 116 k
pciutils-libs x86_64 3.7.0-1.el8 baseos 54 k
pcre x86_64 8.42-6.el8 baseos 211 k
perl-srpm-macros noarch 1-25.el8 appstream 11 k
pinentry x86_64 1.1.0-2.el8 appstream 100 k
plymouth x86_64 0.9.4-10.20200615git1e36e30.el8 appstream 127 k
plymouth-core-libs x86_64 0.9.4-10.20200615git1e36e30.el8 appstream 122 k
plymouth-scripts x86_64 0.9.4-10.20200615git1e36e30.el8 appstream 44 k
policycoreutils x86_64 2.9-16.el8 baseos 373 k
polkit x86_64 0.115-12.el8 baseos 154 k
polkit-pkla-compat x86_64 0.1-12.el8 baseos 46 k
popt x86_64 1.18-1.el8 baseos 61 k
postfix x86_64 2:3.5.8-2.el8 baseos 1.5 M
procps-ng x86_64 3.3.15-6.el8 baseos 329 k
python-srpm-macros noarch 3-41.el8 appstream 15 k
qrencode-libs x86_64 3.4.4-5.el8 appstream 59 k
rcs x86_64 5.10.1-3.el8 epel 254 k
redhat-rpm-config noarch 125-1.el8 appstream 86 k
rootfiles noarch 8.1-22.el8 baseos 13 k
rpmconf-base noarch 1.1.7-2.el8.1 epel 11 k
rsync x86_64 3.1.3-12.el8 baseos 405 k
rsyslog x86_64 8.2102.0-5.el8 appstream 752 k
sed x86_64 4.5-2.el8 baseos 298 k
selinux-policy noarch 3.14.3-80.el8_5.2 baseos 636 k
selinux-policy-targeted noarch 3.14.3-80.el8_5.2 baseos 15 M
setup noarch 2.12.2-6.el8 baseos 181 k
shadow-utils x86_64 2:4.6-14.el8 baseos 1.2 M
shared-mime-info x86_64 1.9-3.el8 baseos 329 k
slang x86_64 2.3.2-3.el8 baseos 368 k
snappy x86_64 1.1.8-3.el8 baseos 37 k
swig x86_64 3.0.12-19.module_el8.3.0+557+3d058e38 appstream 1.5 M
tar x86_64 2:1.30-5.el8 baseos 838 k
tcp_wrappers-libs x86_64 7.6-96.el8 epel 74 k
teamd x86_64 1.31-2.el8 baseos 130 k
trousers x86_64 0.3.15-1.el8 baseos 152 k
unzip x86_64 6.0-45.el8_4 baseos 195 k
vim-filesystem noarch 2:8.0.1763-16.el8 appstream 49 k
virt-what x86_64 1.18-12.el8 baseos 36 k
wget x86_64 1.19.5-10.el8 appstream 734 k
wpa_supplicant x86_64 1:2.9-5.el8 baseos 1.9 M
zip x86_64 3.0-23.el8 baseos 270 k
Installing dependencies:
annobin x86_64 9.72-1.el8_5.2 appstream 111 k
coreutils-common x86_64 8.30-12.el8 baseos 2.0 M
dbus-common noarch 1:1.12.8-14.el8 baseos 46 k
dbus-daemon x86_64 1:1.12.8-14.el8 baseos 240 k
dbus-tools x86_64 1:1.12.8-14.el8 baseos 85 k
dracut-squash x86_64 049-191.git20210920.el8 baseos 61 k
ed x86_64 1.14.2-4.el8 baseos 82 k
efi-srpm-macros noarch 3-3.el8 appstream 22 k
fuse-libs x86_64 2.9.7-12.el8 baseos 102 k
ghc-srpm-macros noarch 1.4.2-7.el8 appstream 9.3 k
go-srpm-macros noarch 2-17.el8 appstream 13 k
iptables-libs x86_64 1.8.4-20.el8 baseos 107 k
kernel-debug-devel x86_64 4.18.0-348.7.1.el8_5 baseos 20 M
libbpf x86_64 0.4.0-1.el8 baseos 110 k
libibverbs x86_64 35.0-1.el8 baseos 335 k
libicu x86_64 60.3-2.el8_1 baseos 8.8 M
libkcapi x86_64 1.2.0-2.el8 baseos 48 k
libkcapi-hmaccalc x86_64 1.2.0-2.el8 baseos 31 k
libmetalink x86_64 0.1.3-7.el8 baseos 32 k
libnftnl x86_64 1.1.5-4.el8 baseos 83 k
libpcap x86_64 14:1.9.1-5.el8 baseos 169 k
libpkgconf x86_64 1.4.2-1.el8 baseos 35 k
libsecret x86_64 0.18.6-1.el8 baseos 163 k
libsigsegv x86_64 2.11-5.el8 baseos 30 k
lz4-libs x86_64 1.8.3-3.el8_4 baseos 66 k
mozjs60 x86_64 60.9.0-4.el8 baseos 6.6 M
nftables x86_64 1:0.9.3-21.el8 baseos 321 k
ocaml-srpm-macros noarch 5-4.el8 appstream 9.4 k
openblas-srpm-macros noarch 2-2.el8 appstream 7.9 k
pciutils x86_64 3.7.0-1.el8 baseos 105 k
pkgconf x86_64 1.4.2-1.el8 baseos 38 k
polkit-libs x86_64 0.115-12.el8 baseos 76 k
python-rpm-macros noarch 3-41.el8 appstream 15 k
python3-decorator noarch 4.2.1-2.el8 baseos 27 k
python3-firewall noarch 0.9.3-7.el8 baseos 432 k
python3-libselinux x86_64 2.9-5.el8 baseos 283 k
python3-nftables x86_64 1:0.9.3-21.el8 baseos 29 k
python3-rpm-macros noarch 3-41.el8 appstream 14 k
python3-slip noarch 0.6.4-11.el8 baseos 39 k
python3-slip-dbus noarch 0.6.4-11.el8 baseos 39 k
qt5-srpm-macros noarch 5.15.2-1.el8 appstream 11 k
rdma-core x86_64 35.0-1.el8 baseos 59 k
rpm-plugin-selinux x86_64 4.14.3-19.el8 baseos 77 k
rust-srpm-macros noarch 5-2.el8 appstream 9.2 k
squashfs-tools x86_64 4.3-20.el8 baseos 165 k
trousers-lib x86_64 0.3.15-1.el8 baseos 168 k
Installing weak dependencies:
apr-util-bdb x86_64 1.6.1-6.el8 appstream 25 k
apr-util-openssl x86_64 1.6.1-6.el8 appstream 27 k
memstrack x86_64 0.1.11-1.el8 baseos 48 k
pigz x86_64 2.4-4.el8 baseos 79 k
Removing dependent packages:
kernel-debug-devel x86_64 3.10.0-1160.119.1.el7 @System 38 M
libselinux-python x86_64 2.5-15.el7 @System 589 k
newt-python x86_64 0.52.15-4.el7 @System 114 k
nss-pem x86_64 1.0.3-7.el7_9.1 @System 205 k
python-firewall noarch 0.6.3-13.el7_9 @System 1.9 M
python-slip noarch 0.4.0-4.el7 @System 60 k
python-slip-dbus noarch 0.4.0-4.el7 @System 75 k
Downgrading:
ca-certificates noarch 2021.2.50-80.0.el8_4 baseos 390 k
irqbalance x86_64 2:1.4.0-6.el8 baseos 56 k
libcroco x86_64 0.6.12-4.el8_2.1 baseos 113 k
nspr x86_64 4.32.0-1.el8_4 appstream 142 k
nss x86_64 3.67.0-7.el8_5 appstream 741 k
nss-softokn x86_64 3.67.0-7.el8_5 appstream 487 k
nss-softokn-freebl x86_64 3.67.0-7.el8_5 appstream 395 k
nss-sysinit x86_64 3.67.0-7.el8_5 appstream 73 k
nss-tools x86_64 3.67.0-7.el8_5 appstream 576 k
nss-util x86_64 3.67.0-7.el8_5 appstream 137 k
tzdata noarch 2021e-1.el8 baseos 474 k
Transaction Summary
========================================================================================================================================================================
Install 53 Packages
Upgrade 212 Packages
Remove 7 Packages
Downgrade 11 Packages
Total size: 331 M
Downloading Packages:
[SKIPPED] nspr-4.32.0-1.el8_4.x86_64.rpm: Already downloaded
[SKIPPED] nss-3.67.0-7.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] nss-softokn-3.67.0-7.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] nss-softokn-freebl-3.67.0-7.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] nss-sysinit-3.67.0-7.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] nss-tools-3.67.0-7.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] nss-util-3.67.0-7.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] ca-certificates-2021.2.50-80.0.el8_4.noarch.rpm: Already downloaded
[SKIPPED] irqbalance-1.4.0-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] libcroco-0.6.12-4.el8_2.1.x86_64.rpm: Already downloaded
[SKIPPED] tzdata-2021e-1.el8.noarch.rpm: Already downloaded
[SKIPPED] annobin-9.72-1.el8_5.2.x86_64.rpm: Already downloaded
[SKIPPED] apr-util-bdb-1.6.1-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] apr-util-openssl-1.6.1-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] efi-srpm-macros-3-3.el8.noarch.rpm: Already downloaded
[SKIPPED] ghc-srpm-macros-1.4.2-7.el8.noarch.rpm: Already downloaded
[SKIPPED] go-srpm-macros-2-17.el8.noarch.rpm: Already downloaded
[SKIPPED] ocaml-srpm-macros-5-4.el8.noarch.rpm: Already downloaded
[SKIPPED] openblas-srpm-macros-2-2.el8.noarch.rpm: Already downloaded
[SKIPPED] python-rpm-macros-3-41.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-rpm-macros-3-41.el8.noarch.rpm: Already downloaded
[SKIPPED] qt5-srpm-macros-5.15.2-1.el8.noarch.rpm: Already downloaded
[SKIPPED] rust-srpm-macros-5-2.el8.noarch.rpm: Already downloaded
[SKIPPED] coreutils-common-8.30-12.el8.x86_64.rpm: Already downloaded
[SKIPPED] dbus-common-1.12.8-14.el8.noarch.rpm: Already downloaded
[SKIPPED] dbus-daemon-1.12.8-14.el8.x86_64.rpm: Already downloaded
[SKIPPED] dbus-tools-1.12.8-14.el8.x86_64.rpm: Already downloaded
[SKIPPED] dracut-squash-049-191.git20210920.el8.x86_64.rpm: Already downloaded
[SKIPPED] ed-1.14.2-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] fuse-libs-2.9.7-12.el8.x86_64.rpm: Already downloaded
[SKIPPED] iptables-ebtables-1.8.4-20.el8.x86_64.rpm: Already downloaded
[SKIPPED] iptables-libs-1.8.4-20.el8.x86_64.rpm: Already downloaded
[SKIPPED] kernel-debug-devel-4.18.0-348.7.1.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] libbpf-0.4.0-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libibverbs-35.0-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libicu-60.3-2.el8_1.x86_64.rpm: Already downloaded
[SKIPPED] libkcapi-1.2.0-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] libkcapi-hmaccalc-1.2.0-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] libmetalink-0.1.3-7.el8.x86_64.rpm: Already downloaded
[SKIPPED] libnftnl-1.1.5-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] libpcap-1.9.1-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] libpkgconf-1.4.2-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libsecret-0.18.6-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libsigsegv-2.11-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] lz4-libs-1.8.3-3.el8_4.x86_64.rpm: Already downloaded
[SKIPPED] memstrack-0.1.11-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] mozjs60-60.9.0-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] nftables-0.9.3-21.el8.x86_64.rpm: Already downloaded
[SKIPPED] pciutils-3.7.0-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] pigz-2.4-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] pkgconf-1.4.2-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] pkgconf-m4-1.4.2-1.el8.noarch.rpm: Already downloaded
[SKIPPED] pkgconf-pkg-config-1.4.2-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] polkit-libs-0.115-12.el8.x86_64.rpm: Already downloaded
[SKIPPED] python3-decorator-4.2.1-2.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-firewall-0.9.3-7.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-libselinux-2.9-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] python3-nftables-0.9.3-21.el8.x86_64.rpm: Already downloaded
[SKIPPED] python3-slip-0.6.4-11.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-slip-dbus-0.6.4-11.el8.noarch.rpm: Already downloaded
[SKIPPED] rdma-core-35.0-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] rpm-plugin-selinux-4.14.3-19.el8.x86_64.rpm: Already downloaded
[SKIPPED] squashfs-tools-4.3-20.el8.x86_64.rpm: Already downloaded
[SKIPPED] trousers-lib-0.3.15-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] alsa-firmware-1.0.29-6.el8.noarch.rpm: Already downloaded
[SKIPPED] alsa-lib-1.2.5-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] alsa-tools-firmware-1.1.6-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] apr-1.6.3-12.el8.x86_64.rpm: Already downloaded
[SKIPPED] apr-util-1.6.1-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] autoconf-2.69-29.el8.noarch.rpm: Already downloaded
[SKIPPED] automake-1.16.1-7.el8.noarch.rpm: Already downloaded
[SKIPPED] bison-3.0.4-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] byacc-1.9.20170709-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] cscope-15.9-9.el8.x86_64.rpm: Already downloaded
[SKIPPED] ctags-5.8-22.el8.x86_64.rpm: Already downloaded
[SKIPPED] diffstat-1.61-7.el8.x86_64.rpm: Already downloaded
[SKIPPED] dwz-0.12-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] flex-2.6.1-9.el8.x86_64.rpm: Already downloaded
[SKIPPED] gpm-libs-1.20.7-17.el8.x86_64.rpm: Already downloaded
[SKIPPED] intltool-0.51.0-11.el8.noarch.rpm: Already downloaded
[SKIPPED] libdrm-2.4.106-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] libdwarf-20180129-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] libestr-0.1.10-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libfastjson-0.99.9-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libidn-1.34-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] libmpc-1.1.0-9.1.el8.x86_64.rpm: Already downloaded
[SKIPPED] pakchois-0.4-17.el8.x86_64.rpm: Already downloaded
[SKIPPED] patchutils-0.3.4-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] perl-srpm-macros-1-25.el8.noarch.rpm: Already downloaded
[SKIPPED] pinentry-1.1.0-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] plymouth-0.9.4-10.20200615git1e36e30.el8.x86_64.rpm: Already downloaded
[SKIPPED] plymouth-core-libs-0.9.4-10.20200615git1e36e30.el8.x86_64.rpm: Already downloaded
[SKIPPED] plymouth-scripts-0.9.4-10.20200615git1e36e30.el8.x86_64.rpm: Already downloaded
[SKIPPED] python-srpm-macros-3-41.el8.noarch.rpm: Already downloaded
[SKIPPED] qrencode-libs-3.4.4-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] redhat-rpm-config-125-1.el8.noarch.rpm: Already downloaded
[SKIPPED] rsyslog-8.2102.0-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] swig-3.0.12-19.module_el8.3.0+557+3d058e38.x86_64.rpm: Already downloaded
[SKIPPED] vim-filesystem-8.0.1763-16.el8.noarch.rpm: Already downloaded
[SKIPPED] wget-1.19.5-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] acl-2.2.53-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] audit-3.0-0.17.20191104git1c2f876.el8.x86_64.rpm: Already downloaded
[SKIPPED] audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64.rpm: Already downloaded
[SKIPPED] avahi-libs-0.7-20.el8.x86_64.rpm: Already downloaded
[SKIPPED] basesystem-11-5.el8.noarch.rpm: Already downloaded
[SKIPPED] bash-4.4.20-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] biosdevname-0.7.3-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] bzip2-1.0.6-26.el8.x86_64.rpm: Already downloaded
[SKIPPED] bzip2-libs-1.0.6-26.el8.x86_64.rpm: Already downloaded
[SKIPPED] centos-logos-85.8-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] coreutils-8.30-12.el8.x86_64.rpm: Already downloaded
[SKIPPED] cpio-2.12-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] cracklib-2.9.6-15.el8.x86_64.rpm: Already downloaded
[SKIPPED] cracklib-dicts-2.9.6-15.el8.x86_64.rpm: Already downloaded
[SKIPPED] cronie-1.5.2-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] cronie-anacron-1.5.2-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] crontabs-1.11-17.20190603git.el8.noarch.rpm: Already downloaded
[SKIPPED] cyrus-sasl-lib-2.1.27-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] dbus-1.12.8-14.el8.x86_64.rpm: Already downloaded
[SKIPPED] dbus-glib-0.110-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] dbus-libs-1.12.8-14.el8.x86_64.rpm: Already downloaded
[SKIPPED] device-mapper-persistent-data-0.9.0-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] diffutils-3.6-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] dmidecode-3.2-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] dracut-049-191.git20210920.el8.x86_64.rpm: Already downloaded
[SKIPPED] dracut-config-rescue-049-191.git20210920.el8.x86_64.rpm: Already downloaded
[SKIPPED] dracut-network-049-191.git20210920.el8.x86_64.rpm: Already downloaded
[SKIPPED] e2fsprogs-1.45.6-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] e2fsprogs-libs-1.45.6-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] efivar-libs-37-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] elfutils-default-yama-scope-0.185-1.el8.noarch.rpm: Already downloaded
[SKIPPED] emacs-filesystem-26.1-7.el8.noarch.rpm: Already downloaded
[SKIPPED] ethtool-5.8-7.el8.x86_64.rpm: Already downloaded
[SKIPPED] expat-2.2.5-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] file-5.33-20.el8.x86_64.rpm: Already downloaded
[SKIPPED] file-libs-5.33-20.el8.x86_64.rpm: Already downloaded
[SKIPPED] filesystem-3.8-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] findutils-4.6.0-20.el8.x86_64.rpm: Already downloaded
[SKIPPED] fipscheck-1.5.0-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] fipscheck-lib-1.5.0-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] firewalld-0.9.3-7.el8.noarch.rpm: Already downloaded
[SKIPPED] firewalld-filesystem-0.9.3-7.el8.noarch.rpm: Already downloaded
[SKIPPED] freetype-2.9.1-4.el8_3.1.x86_64.rpm: Already downloaded
[SKIPPED] fxload-2008_10_13-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] gawk-4.2.1-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] glib2-2.56.4-156.el8.x86_64.rpm: Already downloaded
[SKIPPED] gmp-6.1.2-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] gobject-introspection-1.56.1-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] groff-base-1.22.3-18.el8.x86_64.rpm: Already downloaded
[SKIPPED] gzip-1.9-12.el8.x86_64.rpm: Already downloaded
[SKIPPED] hardlink-1.3-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] hostname-3.20-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] hwdata-0.314-8.10.el8.noarch.rpm: Already downloaded
[SKIPPED] info-6.5-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] iproute-5.12.0-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] iprutils-2.4.19-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] ipset-7.1-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] ipset-libs-7.1-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] iptables-1.8.4-20.el8.x86_64.rpm: Already downloaded
[SKIPPED] iputils-20180629-7.el8.x86_64.rpm: Already downloaded
[SKIPPED] iwl100-firmware-39.31.5.1-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl1000-firmware-39.31.5.1-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl105-firmware-18.168.6.1-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl135-firmware-18.168.6.1-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl2000-firmware-18.168.6.1-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl2030-firmware-18.168.6.1-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl3160-firmware-25.30.13.0-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl3945-firmware-15.32.2.9-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl4965-firmware-228.61.2.24-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl5000-firmware-8.83.5.1_1-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl5150-firmware-8.24.2.2-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl6000-firmware-9.221.4.1-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl6000g2a-firmware-18.168.6.1-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl6000g2b-firmware-18.168.6.1-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl6050-firmware-41.28.5.1-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] iwl7260-firmware-25.30.13.0-103.el8.1.noarch.rpm: Already downloaded
[SKIPPED] jansson-2.11-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] kbd-2.0.4-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] kbd-legacy-2.0.4-10.el8.noarch.rpm: Already downloaded
[SKIPPED] kbd-misc-2.0.4-10.el8.noarch.rpm: Already downloaded
[SKIPPED] kernel-headers-4.18.0-348.7.1.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] kernel-tools-4.18.0-348.7.1.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] kernel-tools-libs-4.18.0-348.7.1.el8_5.x86_64.rpm: Already downloaded
[SKIPPED] kexec-tools-2.0.20-57.el8_5.1.x86_64.rpm: Already downloaded
[SKIPPED] keyutils-libs-1.5.10-9.el8.x86_64.rpm: Already downloaded
[SKIPPED] kmod-25-18.el8.x86_64.rpm: Already downloaded
[SKIPPED] kmod-libs-25-18.el8.x86_64.rpm: Already downloaded
[SKIPPED] kpartx-0.8.4-17.el8.x86_64.rpm: Already downloaded
[SKIPPED] krb5-libs-1.18.2-14.el8.x86_64.rpm: Already downloaded
[SKIPPED] less-530-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libacl-2.2.53-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libaio-0.3.112-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libassuan-2.5.1-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] libattr-2.4.48-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] libcap-2.26-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] libcap-ng-0.7.11-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libcom_err-1.45.6-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] libdaemon-0.14-15.el8.x86_64.rpm: Already downloaded
[SKIPPED] libdb-5.3.28-42.el8_4.x86_64.rpm: Already downloaded
[SKIPPED] libdb-utils-5.3.28-42.el8_4.x86_64.rpm: Already downloaded
[SKIPPED] libedit-3.1-23.20170329cvs.el8.x86_64.rpm: Already downloaded
[SKIPPED] libffi-3.1-22.el8.x86_64.rpm: Already downloaded
[SKIPPED] libmnl-1.0.4-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] libmodman-2.0.1-17.el8.x86_64.rpm: Already downloaded
[SKIPPED] libndp-1.7-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] libnetfilter_conntrack-1.0.6-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] libnfnetlink-1.0.1-13.el8.x86_64.rpm: Already downloaded
[SKIPPED] libnl3-3.5.0-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libnl3-cli-3.5.0-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libpciaccess-0.14-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] libpipeline-1.5.0-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] libpng-1.6.34-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] libproxy-0.4.15-5.2.el8.x86_64.rpm: Already downloaded
[SKIPPED] libpwquality-1.4.4-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] libreport-filesystem-2.9.5-15.el8.x86_64.rpm: Already downloaded
[SKIPPED] libselinux-2.9-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] libselinux-utils-2.9-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] libsemanage-2.9-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] libsepol-2.9-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] libss-1.45.6-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] libsysfs-2.1.0-24.el8.x86_64.rpm: Already downloaded
[SKIPPED] libtasn1-4.13-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] libteam-1.31-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] libuser-0.62-23.el8.x86_64.rpm: Already downloaded
[SKIPPED] libutempter-1.1.6-14.el8.x86_64.rpm: Already downloaded
[SKIPPED] libverto-0.3.0-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] libxml2-2.9.7-9.el8_4.2.x86_64.rpm: Already downloaded
[SKIPPED] libyaml-0.1.7-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] linux-firmware-20210702-103.gitd79c2677.el8.noarch.rpm: Already downloaded
[SKIPPED] logrotate-3.14.0-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] lrzsz-0.12.20-43.el8.x86_64.rpm: Already downloaded
[SKIPPED] lsscsi-0.32-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] lz4-1.8.3-3.el8_4.x86_64.rpm: Already downloaded
[SKIPPED] lzo-2.08-14.el8.x86_64.rpm: Already downloaded
[SKIPPED] m4-1.4.18-7.el8.x86_64.rpm: Already downloaded
[SKIPPED] make-4.2.1-10.el8.x86_64.rpm: Already downloaded
[SKIPPED] microcode_ctl-20210608-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] mokutil-0.3.0-11.el8.x86_64.rpm: Already downloaded
[SKIPPED] mpfr-3.1.6-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] net-tools-2.0-0.52.20160912git.el8.x86_64.rpm: Already downloaded
[SKIPPED] newt-0.52.20-11.el8.x86_64.rpm: Already downloaded
[SKIPPED] numactl-libs-2.0.12-13.el8.x86_64.rpm: Already downloaded
[SKIPPED] openldap-2.4.46-18.el8.x86_64.rpm: Already downloaded
[SKIPPED] os-prober-1.74-9.el8.x86_64.rpm: Already downloaded
[SKIPPED] passwd-0.80-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] patch-2.7.6-11.el8.x86_64.rpm: Already downloaded
[SKIPPED] pciutils-libs-3.7.0-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] pcre-8.42-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] policycoreutils-2.9-16.el8.x86_64.rpm: Already downloaded
[SKIPPED] polkit-0.115-12.el8.x86_64.rpm: Already downloaded
[SKIPPED] polkit-pkla-compat-0.1-12.el8.x86_64.rpm: Already downloaded
[SKIPPED] popt-1.18-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] postfix-3.5.8-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] procps-ng-3.3.15-6.el8.x86_64.rpm: Already downloaded
[SKIPPED] rootfiles-8.1-22.el8.noarch.rpm: Already downloaded
[SKIPPED] rsync-3.1.3-12.el8.x86_64.rpm: Already downloaded
[SKIPPED] sed-4.5-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] selinux-policy-3.14.3-80.el8_5.2.noarch.rpm: Already downloaded
[SKIPPED] selinux-policy-targeted-3.14.3-80.el8_5.2.noarch.rpm: Already downloaded
[SKIPPED] setup-2.12.2-6.el8.noarch.rpm: Already downloaded
[SKIPPED] shadow-utils-4.6-14.el8.x86_64.rpm: Already downloaded
[SKIPPED] shared-mime-info-1.9-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] slang-2.3.2-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] snappy-1.1.8-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] tar-1.30-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] teamd-1.31-2.el8.x86_64.rpm: Already downloaded
[SKIPPED] trousers-0.3.15-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] unzip-6.0-45.el8_4.x86_64.rpm: Already downloaded
[SKIPPED] virt-what-1.18-12.el8.x86_64.rpm: Already downloaded
[SKIPPED] wpa_supplicant-2.9-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] zip-3.0-23.el8.x86_64.rpm: Already downloaded
[SKIPPED] indent-2.2.13-5.el8.x86_64.rpm: Already downloaded
[SKIPPED] libssh2-1.10.0-1.el8.x86_64.rpm: Already downloaded
[SKIPPED] rcs-5.10.1-3.el8.x86_64.rpm: Already downloaded
[SKIPPED] rpmconf-base-1.1.7-2.el8.1.noarch.rpm: Already downloaded
[SKIPPED] tcp_wrappers-libs-7.6-96.el8.x86_64.rpm: Already downloaded
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Running scriptlet: filesystem-3.8-6.el8.x86_64 1/1
Preparing : 1/1
Running scriptlet: libmnl-1.0.4-6.el8.x86_64 1/1
Upgrading : libmnl-1.0.4-6.el8.x86_64 1/509
Running scriptlet: libmnl-1.0.4-6.el8.x86_64 1/509
Upgrading : expat-2.2.5-4.el8.x86_64 2/509
Upgrading : bzip2-libs-1.0.6-26.el8.x86_64 3/509
Upgrading : popt-1.18-1.el8.x86_64 4/509
Upgrading : libnl3-3.5.0-1.el8.x86_64 5/509
Running scriptlet: libnl3-3.5.0-1.el8.x86_64 5/509
Upgrading : libdb-5.3.28-42.el8_4.x86_64 6/509
Running scriptlet: libdb-5.3.28-42.el8_4.x86_64 6/509
Upgrading : libattr-2.4.48-3.el8.x86_64 7/509
Upgrading : libacl-2.2.53-1.el8.x86_64 8/509
Upgrading : dbus-libs-1:1.12.8-14.el8.x86_64 9/509
Running scriptlet: dbus-libs-1:1.12.8-14.el8.x86_64 9/509
Downgrading : nspr-4.32.0-1.el8_4.x86_64 10/509
Running scriptlet: nspr-4.32.0-1.el8_4.x86_64 10/509
Downgrading : nss-util-3.67.0-7.el8_5.x86_64 11/509
Upgrading : libcom_err-1.45.6-2.el8.x86_64 12/509
Running scriptlet: libcom_err-1.45.6-2.el8.x86_64 12/509
Upgrading : gmp-1:6.1.2-10.el8.x86_64 13/509
Running scriptlet: gmp-1:6.1.2-10.el8.x86_64 13/509
Upgrading : libcap-ng-0.7.11-1.el8.x86_64 14/509
Upgrading : audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 15/509
Upgrading : libcap-2.26-5.el8.x86_64 16/509
Upgrading : setup-2.12.2-6.el8.noarch 17/509
warning: /etc/group created as /etc/group.rpmnew
warning: /etc/gshadow created as /etc/gshadow.rpmnew
warning: /etc/passwd created as /etc/passwd.rpmnew
warning: /etc/shadow created as /etc/shadow.rpmnew
Running scriptlet: setup-2.12.2-6.el8.noarch 17/509
/usr/bin/newaliases: /lib64/libnssutil3.so: version `NSSUTIL_3.82' not found (required by /lib64/libnss3.so)
Upgrading : filesystem-3.8-6.el8.x86_64 18/509
Upgrading : bash-4.4.20-2.el8.x86_64 19/509
Running scriptlet: bash-4.4.20-2.el8.x86_64 19/509
Upgrading : info-6.5-6.el8.x86_64 20/509
Upgrading : libsepol-2.9-3.el8.x86_64 21/509
Running scriptlet: libsepol-2.9-3.el8.x86_64 21/509
Upgrading : libselinux-2.9-5.el8.x86_64 22/509
Running scriptlet: libselinux-2.9-5.el8.x86_64 22/509
Upgrading : sed-4.5-2.el8.x86_64 23/509
Running scriptlet: sed-4.5-2.el8.x86_64 23/509
Upgrading : findutils-1:4.6.0-20.el8.x86_64 24/509
Running scriptlet: findutils-1:4.6.0-20.el8.x86_64 24/509
Upgrading : diffutils-3.6-6.el8.x86_64 25/509
Running scriptlet: diffutils-3.6-6.el8.x86_64 25/509
Upgrading : m4-1.4.18-7.el8.x86_64 26/509
Running scriptlet: m4-1.4.18-7.el8.x86_64 26/509
Upgrading : pciutils-libs-3.7.0-1.el8.x86_64 27/509
Running scriptlet: pciutils-libs-3.7.0-1.el8.x86_64 27/509
Upgrading : emacs-filesystem-1:26.1-7.el8.noarch 28/509
Upgrading : libsemanage-2.9-6.el8.x86_64 29/509
Upgrading : kmod-25-18.el8.x86_64 30/509
Upgrading : mpfr-3.1.6-1.el8.x86_64 31/509
Running scriptlet: mpfr-3.1.6-1.el8.x86_64 31/509
Upgrading : libnl3-cli-3.5.0-1.el8.x86_64 32/509
Running scriptlet: libnl3-cli-3.5.0-1.el8.x86_64 32/509
Installing : libnftnl-1.1.5-4.el8.x86_64 33/509
Running scriptlet: libnftnl-1.1.5-4.el8.x86_64 33/509
Upgrading : pcre-8.42-6.el8.x86_64 34/509
Running scriptlet: pcre-8.42-6.el8.x86_64 34/509
Upgrading : lzo-2.08-14.el8.x86_64 35/509
Upgrading : libxml2-2.9.7-9.el8_4.2.x86_64 36/509
Upgrading : libnfnetlink-1.0.1-13.el8.x86_64 37/509
Running scriptlet: libnfnetlink-1.0.1-13.el8.x86_64 37/509
Upgrading : libffi-3.1-22.el8.x86_64 38/509
Upgrading : kmod-libs-25-18.el8.x86_64 39/509
Running scriptlet: kmod-libs-25-18.el8.x86_64 39/509
Upgrading : jansson-2.11-3.el8.x86_64 40/509
Upgrading : hwdata-0.314-8.10.el8.noarch 41/509
Upgrading : cpio-2.12-10.el8.x86_64 42/509
Upgrading : python-srpm-macros-3-41.el8.noarch 43/509
Installing : python3-decorator-4.2.1-2.el8.noarch 44/509
Installing : python-rpm-macros-3-41.el8.noarch 45/509
Installing : python3-rpm-macros-3-41.el8.noarch 46/509
Installing : pciutils-3.7.0-1.el8.x86_64 47/509
Installing : rdma-core-35.0-1.el8.x86_64 48/509
Running scriptlet: rdma-core-35.0-1.el8.x86_64 48/509
Installing : libibverbs-35.0-1.el8.x86_64 49/509
Running scriptlet: libibverbs-35.0-1.el8.x86_64 49/509
Installing : libpcap-14:1.9.1-5.el8.x86_64 50/509
Installing : iptables-libs-1.8.4-20.el8.x86_64 51/509
Installing : nftables-1:0.9.3-21.el8.x86_64 52/509
Running scriptlet: nftables-1:0.9.3-21.el8.x86_64 52/509
Installing : python3-nftables-1:0.9.3-21.el8.x86_64 53/509
Upgrading : libpciaccess-0.14-1.el8.x86_64 54/509
Upgrading : libnetfilter_conntrack-1.0.6-5.el8.x86_64 55/509
Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.x86_64 55/509
Running scriptlet: iptables-1.8.4-20.el8.x86_64 56/509
Upgrading : iptables-1.8.4-20.el8.x86_64 56/509
Running scriptlet: iptables-1.8.4-20.el8.x86_64 56/509
Installing : iptables-ebtables-1.8.4-20.el8.x86_64 57/509
Running scriptlet: iptables-ebtables-1.8.4-20.el8.x86_64 57/509
Upgrading : libteam-1.31-2.el8.x86_64 58/509
Running scriptlet: libteam-1.31-2.el8.x86_64 58/509
Upgrading : autoconf-2.69-29.el8.noarch 59/509
Running scriptlet: autoconf-2.69-29.el8.noarch 59/509
Upgrading : automake-1.16.1-7.el8.noarch 60/509
Installing : python3-libselinux-2.9-5.el8.x86_64 61/509
Installing : python3-slip-0.6.4-11.el8.noarch 62/509
Installing : python3-slip-dbus-0.6.4-11.el8.noarch 63/509
Installing : python3-firewall-0.9.3-7.el8.noarch 64/509
Upgrading : libselinux-utils-2.9-5.el8.x86_64 65/509
Upgrading : patch-2.7.6-11.el8.x86_64 66/509
Installing : coreutils-common-8.30-12.el8.x86_64 67/509
Running scriptlet: coreutils-common-8.30-12.el8.x86_64 67/509
Upgrading : coreutils-8.30-12.el8.x86_64 68/509
Upgrading : shadow-utils-2:4.6-14.el8.x86_64 69/509
Upgrading : gzip-1.9-12.el8.x86_64 70/509
Running scriptlet: gzip-1.9-12.el8.x86_64 70/509
Upgrading : cracklib-2.9.6-15.el8.x86_64 71/509
Upgrading : crontabs-1.11-17.20190603git.el8.noarch 72/509
Upgrading : cronie-1.5.2-4.el8.x86_64 73/509
Running scriptlet: cronie-1.5.2-4.el8.x86_64 73/509
Upgrading : cronie-anacron-1.5.2-4.el8.x86_64 74/509
Running scriptlet: cronie-anacron-1.5.2-4.el8.x86_64 74/509
Running scriptlet: logrotate-3.14.0-4.el8.x86_64 75/509
Upgrading : logrotate-3.14.0-4.el8.x86_64 75/509
Upgrading : cracklib-dicts-2.9.6-15.el8.x86_64 76/509
Upgrading : alsa-lib-1.2.5-4.el8.x86_64 77/509
Running scriptlet: alsa-lib-1.2.5-4.el8.x86_64 77/509
Upgrading : glib2-2.56.4-156.el8.x86_64 78/509
Upgrading : shared-mime-info-1.9-3.el8.x86_64 79/509
Running scriptlet: shared-mime-info-1.9-3.el8.x86_64 79/509
Installing : polkit-libs-0.115-12.el8.x86_64 80/509
Running scriptlet: polkit-libs-0.115-12.el8.x86_64 80/509
Installing : libsecret-0.18.6-1.el8.x86_64 81/509
Installing : ed-1.14.2-4.el8.x86_64 82/509
Running scriptlet: ed-1.14.2-4.el8.x86_64 82/509
Downgrading : nss-softokn-freebl-3.67.0-7.el8_5.x86_64 83/509
Downgrading : nss-softokn-3.67.0-7.el8_5.x86_64 84/509
Downgrading : nss-3.67.0-7.el8_5.x86_64 85/509
Downgrading : nss-sysinit-3.67.0-7.el8_5.x86_64 86/509
Upgrading : hostname-3.20-6.el8.x86_64 87/509
Running scriptlet: hostname-3.20-6.el8.x86_64 87/509
Upgrading : iputils-20180629-7.el8.x86_64 88/509
Running scriptlet: iputils-20180629-7.el8.x86_64 88/509
Upgrading : kernel-tools-libs-4.18.0-348.7.1.el8_5.x86_64 89/509
Running scriptlet: kernel-tools-libs-4.18.0-348.7.1.el8_5.x86_64 89/509
Upgrading : kpartx-0.8.4-17.el8.x86_64 90/509
Upgrading : unzip-6.0-45.el8_4.x86_64 91/509
Upgrading : zip-3.0-23.el8.x86_64 92/509
Upgrading : e2fsprogs-libs-1.45.6-2.el8.x86_64 93/509
Running scriptlet: e2fsprogs-libs-1.45.6-2.el8.x86_64 93/509
Upgrading : libss-1.45.6-2.el8.x86_64 94/509
Running scriptlet: libss-1.45.6-2.el8.x86_64 94/509
Installing : dbus-tools-1:1.12.8-14.el8.x86_64 95/509
Installing : libmetalink-0.1.3-7.el8.x86_64 96/509
Upgrading : ethtool-2:5.8-7.el8.x86_64 97/509
Upgrading : ipset-libs-7.1-1.el8.x86_64 98/509
Running scriptlet: ipset-libs-7.1-1.el8.x86_64 98/509
Upgrading : ipset-7.1-1.el8.x86_64 99/509
Upgrading : fipscheck-lib-1.5.0-4.el8.x86_64 100/509
Running scriptlet: fipscheck-lib-1.5.0-4.el8.x86_64 100/509
Upgrading : fipscheck-1.5.0-4.el8.x86_64 101/509
Upgrading : snappy-1.1.8-3.el8.x86_64 102/509
Upgrading : slang-2.3.2-3.el8.x86_64 103/509
Upgrading : procps-ng-3.3.15-6.el8.x86_64 104/509
Upgrading : numactl-libs-2.0.12-13.el8.x86_64 105/509
Running scriptlet: numactl-libs-2.0.12-13.el8.x86_64 105/509
Upgrading : libverto-0.3.0-5.el8.x86_64 106/509
Upgrading : libpng-2:1.6.34-5.el8.x86_64 107/509
Upgrading : libmodman-2.0.1-17.el8.x86_64 108/509
Running scriptlet: libmodman-2.0.1-17.el8.x86_64 108/509
Upgrading : libdaemon-0.14-15.el8.x86_64 109/509
Upgrading : libassuan-2.5.1-3.el8.x86_64 110/509
Upgrading : libaio-0.3.112-1.el8.x86_64 111/509
Upgrading : keyutils-libs-1.5.10-9.el8.x86_64 112/509
Upgrading : kbd-misc-2.0.4-10.el8.noarch 113/509
Upgrading : kbd-legacy-2.0.4-10.el8.noarch 114/509
Upgrading : hardlink-1:1.3-6.el8.x86_64 115/509
Upgrading : fxload-2008_10_13-10.el8.x86_64 116/509
Upgrading : alsa-firmware-1.0.29-6.el8.noarch 117/509
Upgrading : alsa-tools-firmware-1.1.6-1.el8.x86_64 118/509
Upgrading : firewalld-filesystem-0.9.3-7.el8.noarch 119/509
Upgrading : file-libs-5.33-20.el8.x86_64 120/509
Upgrading : file-5.33-20.el8.x86_64 121/509
Upgrading : efivar-libs-37-4.el8.x86_64 122/509
Running scriptlet: efivar-libs-37-4.el8.x86_64 122/509
Upgrading : dmidecode-1:3.2-10.el8.x86_64 123/509
Upgrading : plymouth-core-libs-0.9.4-10.20200615git1e36e30.el8.x86_64 124/509
Running scriptlet: plymouth-core-libs-0.9.4-10.20200615git1e36e30.el8.x86_64 124/509
Upgrading : perl-srpm-macros-1-25.el8.noarch 125/509
Upgrading : libfastjson-0.99.9-1.el8.x86_64 126/509
Running scriptlet: libfastjson-0.99.9-1.el8.x86_64 126/509
Upgrading : libestr-0.1.10-1.el8.x86_64 127/509
Running scriptlet: libestr-0.1.10-1.el8.x86_64 127/509
Upgrading : dwz-0.12-10.el8.x86_64 128/509
Upgrading : apr-1.6.3-12.el8.x86_64 129/509
Running scriptlet: apr-1.6.3-12.el8.x86_64 129/509
Installing : apr-util-openssl-1.6.1-6.el8.x86_64 130/509
Upgrading : apr-util-1.6.1-6.el8.x86_64 131/509
Running scriptlet: apr-util-1.6.1-6.el8.x86_64 131/509
Installing : apr-util-bdb-1.6.1-6.el8.x86_64 132/509
Installing : trousers-lib-0.3.15-1.el8.x86_64 133/509
Running scriptlet: trousers-lib-0.3.15-1.el8.x86_64 133/509
Installing : pkgconf-m4-1.4.2-1.el8.noarch 134/509
Installing : pigz-2.4-4.el8.x86_64 135/509
Installing : mozjs60-60.9.0-4.el8.x86_64 136/509
Installing : memstrack-0.1.11-1.el8.x86_64 137/509
Installing : lz4-libs-1.8.3-3.el8_4.x86_64 138/509
Installing : squashfs-tools-4.3-20.el8.x86_64 139/509
Installing : libsigsegv-2.11-5.el8.x86_64 140/509
Upgrading : gawk-4.2.1-2.el8.x86_64 141/509
Upgrading : krb5-libs-1.18.2-14.el8.x86_64 142/509
Upgrading : cyrus-sasl-lib-2.1.27-5.el8.x86_64 143/509
Running scriptlet: cyrus-sasl-lib-2.1.27-5.el8.x86_64 143/509
Upgrading : policycoreutils-2.9-16.el8.x86_64 144/509
Running scriptlet: policycoreutils-2.9-16.el8.x86_64 144/509
Installing : rpm-plugin-selinux-4.14.3-19.el8.x86_64 145/509
Upgrading : selinux-policy-3.14.3-80.el8_5.2.noarch 146/509
Running scriptlet: selinux-policy-3.14.3-80.el8_5.2.noarch 146/509
Running scriptlet: selinux-policy-targeted-3.14.3-80.el8_5.2.noarch 147/509
Upgrading : selinux-policy-targeted-3.14.3-80.el8_5.2.noarch 147/509
Running scriptlet: selinux-policy-targeted-3.14.3-80.el8_5.2.noarch 147/509
Upgrading : openldap-2.4.46-18.el8.x86_64 148/509
Upgrading : libuser-0.62-23.el8.x86_64 149/509
Running scriptlet: libuser-0.62-23.el8.x86_64 149/509
Installing : libpkgconf-1.4.2-1.el8.x86_64 150/509
Installing : pkgconf-1.4.2-1.el8.x86_64 151/509
Installing : libkcapi-1.2.0-2.el8.x86_64 152/509
Installing : libkcapi-hmaccalc-1.2.0-2.el8.x86_64 153/509
Upgrading : dracut-049-191.git20210920.el8.x86_64 154/509
Installing : dracut-squash-049-191.git20210920.el8.x86_64 155/509
Upgrading : plymouth-scripts-0.9.4-10.20200615git1e36e30.el8.x86_64 156/509
Upgrading : plymouth-0.9.4-10.20200615git1e36e30.el8.x86_64 157/509
Installing : libicu-60.3-2.el8_1.x86_64 158/509
Running scriptlet: libicu-60.3-2.el8_1.x86_64 158/509
Installing : libbpf-0.4.0-1.el8.x86_64 159/509
Upgrading : iproute-5.12.0-4.el8.x86_64 160/509
Upgrading : dracut-network-049-191.git20210920.el8.x86_64 161/509
Running scriptlet: dracut-network-049-191.git20210920.el8.x86_64 161/509
Installing : fuse-libs-2.9.7-12.el8.x86_64 162/509
Running scriptlet: fuse-libs-2.9.7-12.el8.x86_64 162/509
Installing : dbus-common-1:1.12.8-14.el8.noarch 163/509
Running scriptlet: dbus-daemon-1:1.12.8-14.el8.x86_64 164/509
Installing : dbus-daemon-1:1.12.8-14.el8.x86_64 164/509
Running scriptlet: dbus-daemon-1:1.12.8-14.el8.x86_64 164/509
Upgrading : dbus-1:1.12.8-14.el8.x86_64 165/509
Running scriptlet: polkit-0.115-12.el8.x86_64 166/509
Upgrading : polkit-0.115-12.el8.x86_64 166/509
Running scriptlet: polkit-0.115-12.el8.x86_64 166/509
Upgrading : polkit-pkla-compat-0.1-12.el8.x86_64 167/509
Installing : rust-srpm-macros-5-2.el8.noarch 168/509
Installing : qt5-srpm-macros-5.15.2-1.el8.noarch 169/509
Installing : openblas-srpm-macros-2-2.el8.noarch 170/509
Installing : ocaml-srpm-macros-5-4.el8.noarch 171/509
Installing : go-srpm-macros-2-17.el8.noarch 172/509
Installing : ghc-srpm-macros-1.4.2-7.el8.noarch 173/509
Installing : efi-srpm-macros-3-3.el8.noarch 174/509
Installing : annobin-9.72-1.el8_5.2.x86_64 175/509
Upgrading : redhat-rpm-config-125-1.el8.noarch 176/509
Upgrading : e2fsprogs-1.45.6-2.el8.x86_64 177/509
Upgrading : kexec-tools-2.0.20-57.el8_5.1.x86_64 178/509
Running scriptlet: kexec-tools-2.0.20-57.el8_5.1.x86_64 178/509
Running scriptlet: postfix-2:3.5.8-2.el8.x86_64 179/509
Upgrading : postfix-2:3.5.8-2.el8.x86_64 179/509
Running scriptlet: postfix-2:3.5.8-2.el8.x86_64 179/509
Upgrading : dracut-config-rescue-049-191.git20210920.el8.x86_64 180/509
Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 181/509
Upgrading : passwd-0.80-3.el8.x86_64 182/509
Upgrading : audit-3.0-0.17.20191104git1c2f876.el8.x86_64 183/509
Running scriptlet: audit-3.0-0.17.20191104git1c2f876.el8.x86_64 183/509
Running scriptlet: trousers-0.3.15-1.el8.x86_64 184/509
Upgrading : trousers-0.3.15-1.el8.x86_64 184/509
Running scriptlet: trousers-0.3.15-1.el8.x86_64 184/509
Upgrading : rsyslog-8.2102.0-5.el8.x86_64 185/509
Running scriptlet: rsyslog-8.2102.0-5.el8.x86_64 185/509
Upgrading : virt-what-1.18-12.el8.x86_64 186/509
Upgrading : mokutil-1:0.3.0-11.el8.x86_64 187/509
Upgrading : firewalld-0.9.3-7.el8.noarch 188/509
Running scriptlet: firewalld-0.9.3-7.el8.noarch 188/509
Upgrading : kbd-2.0.4-10.el8.x86_64 189/509
Upgrading : device-mapper-persistent-data-0.9.0-4.el8.x86_64 190/509
Upgrading : pinentry-1.1.0-2.el8.x86_64 191/509
Running scriptlet: pinentry-1.1.0-2.el8.x86_64 191/509
Upgrading : teamd-1.31-2.el8.x86_64 192/509
Upgrading : libproxy-0.4.15-5.2.el8.x86_64 193/509
Running scriptlet: libproxy-0.4.15-5.2.el8.x86_64 193/509
Upgrading : freetype-2.9.1-4.el8_3.1.x86_64 194/509
Downgrading : irqbalance-2:1.4.0-6.el8.x86_64 195/509
Running scriptlet: irqbalance-2:1.4.0-6.el8.x86_64 195/509
Upgrading : newt-0.52.20-11.el8.x86_64 196/509
Upgrading : wget-1.19.5-10.el8.x86_64 197/509
Running scriptlet: wget-1.19.5-10.el8.x86_64 197/509
Upgrading : kernel-tools-4.18.0-348.7.1.el8_5.x86_64 198/509
Downgrading : nss-tools-3.67.0-7.el8_5.x86_64 199/509
Upgrading : cscope-15.9-9.el8.x86_64 200/509
Running scriptlet: cscope-15.9-9.el8.x86_64 200/509
Downgrading : libcroco-0.6.12-4.el8_2.1.x86_64 201/509
Running scriptlet: libcroco-0.6.12-4.el8_2.1.x86_64 201/509
Upgrading : dbus-glib-0.110-2.el8.x86_64 202/509
Running scriptlet: dbus-glib-0.110-2.el8.x86_64 202/509
Upgrading : gobject-introspection-1.56.1-1.el8.x86_64 203/509
Upgrading : libpwquality-1.4.4-3.el8.x86_64 204/509
Running scriptlet: libutempter-1.1.6-14.el8.x86_64 205/509
Upgrading : libutempter-1.1.6-14.el8.x86_64 205/509
Running scriptlet: ca-certificates-2021.2.50-80.0.el8_4.noarch 206/509
Downgrading : ca-certificates-2021.2.50-80.0.el8_4.noarch 206/509
Running scriptlet: ca-certificates-2021.2.50-80.0.el8_4.noarch 206/509
Upgrading : centos-logos-85.8-2.el8.x86_64 207/509
Running scriptlet: centos-logos-85.8-2.el8.x86_64 207/509
Upgrading : microcode_ctl-4:20210608-1.el8.x86_64 208/509
Running scriptlet: microcode_ctl-4:20210608-1.el8.x86_64 208/509
Upgrading : os-prober-1.74-9.el8.x86_64 209/509
Upgrading : intltool-0.51.0-11.el8.noarch 210/509
Upgrading : libdrm-2.4.106-2.el8.x86_64 211/509
Upgrading : swig-3.0.12-19.module_el8.3.0+557+3d058e38.x86_64 212/509
Upgrading : libmpc-1.1.0-9.1.el8.x86_64 213/509
Upgrading : libidn-1.34-5.el8.x86_64 214/509
Running scriptlet: libidn-1.34-5.el8.x86_64 214/509
Upgrading : biosdevname-0.7.3-2.el8.x86_64 215/509
Upgrading : bison-3.0.4-10.el8.x86_64 216/509
Running scriptlet: bison-3.0.4-10.el8.x86_64 216/509
Upgrading : flex-2.6.1-9.el8.x86_64 217/509
Running scriptlet: flex-2.6.1-9.el8.x86_64 217/509
Upgrading : rcs-5.10.1-3.el8.x86_64 218/509
Installing : kernel-debug-devel-4.18.0-348.7.1.el8_5.x86_64 219/509
Running scriptlet: kernel-debug-devel-4.18.0-348.7.1.el8_5.x86_64 219/509
Upgrading : groff-base-1.22.3-18.el8.x86_64 220/509
Upgrading : net-tools-2.0-0.52.20160912git.el8.x86_64 221/509
Running scriptlet: net-tools-2.0-0.52.20160912git.el8.x86_64 221/509
Upgrading : tar-2:1.30-5.el8.x86_64 222/509
Running scriptlet: tar-2:1.30-5.el8.x86_64 222/509
Upgrading : make-1:4.2.1-10.el8.x86_64 223/509
Running scriptlet: make-1:4.2.1-10.el8.x86_64 223/509
Upgrading : patchutils-0.3.4-10.el8.x86_64 224/509
Upgrading : bzip2-1.0.6-26.el8.x86_64 225/509
Upgrading : elfutils-default-yama-scope-0.185-1.el8.noarch 226/509
Running scriptlet: elfutils-default-yama-scope-0.185-1.el8.noarch 226/509
Upgrading : iprutils-2.4.19-1.el8.x86_64 227/509
Running scriptlet: iprutils-2.4.19-1.el8.x86_64 227/509
Upgrading : less-530-1.el8.x86_64 228/509
Upgrading : wpa_supplicant-1:2.9-5.el8.x86_64 229/509
Running scriptlet: wpa_supplicant-1:2.9-5.el8.x86_64 229/509
Upgrading : basesystem-11-5.el8.noarch 230/509
Upgrading : avahi-libs-0.7-20.el8.x86_64 231/509
Upgrading : acl-2.2.53-1.el8.x86_64 232/509
Upgrading : rsync-3.1.3-12.el8.x86_64 233/509
Upgrading : libdb-utils-5.3.28-42.el8_4.x86_64 234/509
Upgrading : tcp_wrappers-libs-7.6-96.el8.x86_64 235/509
Upgrading : rpmconf-base-1.1.7-2.el8.1.noarch 236/509
Upgrading : libssh2-1.10.0-1.el8.x86_64 237/509
Upgrading : indent-2.2.13-5.el8.x86_64 238/509
Upgrading : rootfiles-8.1-22.el8.noarch 239/509
Upgrading : lz4-1.8.3-3.el8_4.x86_64 240/509
Upgrading : lsscsi-0.32-3.el8.x86_64 241/509
Upgrading : lrzsz-0.12.20-43.el8.x86_64 242/509
Upgrading : linux-firmware-20210702-103.gitd79c2677.el8.noarch 243/509
Upgrading : libyaml-0.1.7-5.el8.x86_64 244/509
Upgrading : libtasn1-4.13-3.el8.x86_64 245/509
Running scriptlet: libtasn1-4.13-3.el8.x86_64 245/509
Upgrading : libsysfs-2.1.0-24.el8.x86_64 246/509
Running scriptlet: libsysfs-2.1.0-24.el8.x86_64 246/509
Upgrading : libreport-filesystem-2.9.5-15.el8.x86_64 247/509
Upgrading : libpipeline-1.5.0-2.el8.x86_64 248/509
Running scriptlet: libpipeline-1.5.0-2.el8.x86_64 248/509
Upgrading : libndp-1.7-6.el8.x86_64 249/509
Running scriptlet: libndp-1.7-6.el8.x86_64 249/509
Upgrading : libedit-3.1-23.20170329cvs.el8.x86_64 250/509
Upgrading : kernel-headers-4.18.0-348.7.1.el8_5.x86_64 251/509
Upgrading : iwl7260-firmware-1:25.30.13.0-103.el8.1.noarch 252/509
Upgrading : iwl6050-firmware-41.28.5.1-103.el8.1.noarch 253/509
Upgrading : iwl6000g2b-firmware-18.168.6.1-103.el8.1.noarch 254/509
Upgrading : iwl6000g2a-firmware-18.168.6.1-103.el8.1.noarch 255/509
Upgrading : iwl6000-firmware-9.221.4.1-103.el8.1.noarch 256/509
Upgrading : iwl5150-firmware-8.24.2.2-103.el8.1.noarch 257/509
Upgrading : iwl5000-firmware-8.83.5.1_1-103.el8.1.noarch 258/509
Upgrading : iwl4965-firmware-228.61.2.24-103.el8.1.noarch 259/509
Upgrading : iwl3945-firmware-15.32.2.9-103.el8.1.noarch 260/509
Upgrading : iwl3160-firmware-1:25.30.13.0-103.el8.1.noarch 261/509
Upgrading : iwl2030-firmware-18.168.6.1-103.el8.1.noarch 262/509
Upgrading : iwl2000-firmware-18.168.6.1-103.el8.1.noarch 263/509
Upgrading : iwl135-firmware-18.168.6.1-103.el8.1.noarch 264/509
Upgrading : iwl105-firmware-18.168.6.1-103.el8.1.noarch 265/509
Upgrading : iwl1000-firmware-1:39.31.5.1-103.el8.1.noarch 266/509
Upgrading : iwl100-firmware-39.31.5.1-103.el8.1.noarch 267/509
Upgrading : vim-filesystem-2:8.0.1763-16.el8.noarch 268/509
Running scriptlet: vim-filesystem-2:8.0.1763-16.el8.noarch 268/509
Upgrading : qrencode-libs-3.4.4-5.el8.x86_64 269/509
Upgrading : pakchois-0.4-17.el8.x86_64 270/509
Running scriptlet: pakchois-0.4-17.el8.x86_64 270/509
Upgrading : libdwarf-20180129-4.el8.x86_64 271/509
Upgrading : gpm-libs-1.20.7-17.el8.x86_64 272/509
Running scriptlet: gpm-libs-1.20.7-17.el8.x86_64 272/509
Upgrading : diffstat-1.61-7.el8.x86_64 273/509
Upgrading : ctags-5.8-22.el8.x86_64 274/509
Upgrading : byacc-1.9.20170709-4.el8.x86_64 275/509
Downgrading : tzdata-2021e-1.el8.noarch 276/509
Running scriptlet: microcode_ctl-2:2.1-73.20.el7_9.x86_64 277/509
Cleanup : microcode_ctl-2:2.1-73.20.el7_9.x86_64 277/509
Running scriptlet: microcode_ctl-2:2.1-73.20.el7_9.x86_64 277/509
Running scriptlet: firewalld-0.6.3-13.el7_9.noarch 278/509
Cleanup : firewalld-0.6.3-13.el7_9.noarch 278/509
Running scriptlet: firewalld-0.6.3-13.el7_9.noarch 278/509
Cleanup : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch 279/509
Running scriptlet: selinux-policy-targeted-3.13.1-268.el7_9.2.noarch 279/509
Cleanup : selinux-policy-3.13.1-268.el7_9.2.noarch 280/509
Running scriptlet: selinux-policy-3.13.1-268.el7_9.2.noarch 280/509
Cleanup : redhat-rpm-config-9.1.0-88.el7.centos.noarch 281/509
Cleanup : intltool-0.50.2-7.el7.noarch 282/509
Running scriptlet: automake-1.13.4-3.el7.noarch 283/509
Cleanup : automake-1.13.4-3.el7.noarch 283/509
Running scriptlet: autoconf-2.69-11.el7.noarch 284/509
Cleanup : autoconf-2.69-11.el7.noarch 284/509
Cleanup : ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch 285/509
Cleanup : policycoreutils-2.5-34.el7.x86_64 286/509
Running scriptlet: audit-2.8.5-4.el7.x86_64 287/509
Cleanup : audit-2.8.5-4.el7.x86_64 287/509
Running scriptlet: audit-2.8.5-4.el7.x86_64 287/509
Running scriptlet: postfix-2:2.10.1-9.el7.x86_64 288/509
Cleanup : postfix-2:2.10.1-9.el7.x86_64 288/509
Running scriptlet: postfix-2:2.10.1-9.el7.x86_64 288/509
Running scriptlet: kexec-tools-2.0.15-51.el7_9.3.x86_64 289/509
Cleanup : kexec-tools-2.0.15-51.el7_9.3.x86_64 289/509
Running scriptlet: kexec-tools-2.0.15-51.el7_9.3.x86_64 289/509
Running scriptlet: wpa_supplicant-1:2.6-12.el7_9.2.x86_64 290/509
Cleanup : wpa_supplicant-1:2.6-12.el7_9.2.x86_64 290/509
Cleanup : teamd-1.29-3.el7.x86_64 291/509
Running scriptlet: polkit-0.112-26.el7_9.1.x86_64 292/509
Cleanup : polkit-0.112-26.el7_9.1.x86_64 292/509
Running scriptlet: polkit-0.112-26.el7_9.1.x86_64 292/509
Running scriptlet: dbus-1:1.10.24-15.el7.x86_64 293/509
Cleanup : dbus-1:1.10.24-15.el7.x86_64 293/509
Running scriptlet: dbus-1:1.10.24-15.el7.x86_64 293/509
Cleanup : libteam-1.29-3.el7.x86_64 294/509
Running scriptlet: libteam-1.29-3.el7.x86_64 294/509
Cleanup : libnl3-cli-3.2.28-4.el7.x86_64 295/509
Running scriptlet: libnl3-cli-3.2.28-4.el7.x86_64 295/509
Cleanup : crontabs-1.11-6.20121102git.el7.noarch 296/509
Running scriptlet: cronie-1.4.11-25.el7_9.x86_64 297/509
Cleanup : cronie-1.4.11-25.el7_9.x86_64 297/509
Running scriptlet: cronie-1.4.11-25.el7_9.x86_64 297/509
Cleanup : cronie-anacron-1.4.11-25.el7_9.x86_64 298/509
Running scriptlet: rsync-3.1.2-12.el7_9.x86_64 299/509
Cleanup : rsync-3.1.2-12.el7_9.x86_64 299/509
Running scriptlet: rsync-3.1.2-12.el7_9.x86_64 299/509
Cleanup : passwd-0.79-6.el7.x86_64 300/509
Running scriptlet: irqbalance-3:1.0.7-12.el7.x86_64 301/509
Cleanup : irqbalance-3:1.0.7-12.el7.x86_64 301/509
Running scriptlet: irqbalance-3:1.0.7-12.el7.x86_64 301/509
Cleanup : kernel-tools-3.10.0-1160.119.1.el7.x86_64 302/509
Running scriptlet: kernel-tools-3.10.0-1160.119.1.el7.x86_64 302/509
Running scriptlet: rsyslog-8.24.0-57.el7_9.3.x86_64 303/509
Cleanup : rsyslog-8.24.0-57.el7_9.3.x86_64 303/509
Running scriptlet: rsyslog-8.24.0-57.el7_9.3.x86_64 303/509
Cleanup : logrotate-3.8.6-19.el7.x86_64 304/509
Cleanup : plymouth-0.8.9-0.34.20140113.el7.centos.x86_64 305/509
Running scriptlet: plymouth-0.8.9-0.34.20140113.el7.centos.x86_64 305/509
Cleanup : libuser-0.60-9.el7.x86_64 306/509
Running scriptlet: libuser-0.60-9.el7.x86_64 306/509
Cleanup : openldap-2.4.44-25.el7_9.x86_64 307/509
Running scriptlet: openldap-2.4.44-25.el7_9.x86_64 307/509
Cleanup : nss-tools-3.90.0-2.el7_9.x86_64 308/509
Cleanup : nss-3.90.0-2.el7_9.x86_64 309/509
Running scriptlet: nss-3.90.0-2.el7_9.x86_64 309/509
Cleanup : nss-softokn-3.90.0-6.el7_9.x86_64 310/509
Running scriptlet: nss-softokn-3.90.0-6.el7_9.x86_64 310/509
Cleanup : nss-sysinit-3.90.0-2.el7_9.x86_64 311/509
Cleanup : e2fsprogs-1.42.9-19.el7.x86_64 312/509
Running scriptlet: wget-1.14-18.el7_6.1.x86_64 313/509
Cleanup : wget-1.14-18.el7_6.1.x86_64 313/509
Cleanup : plymouth-scripts-0.8.9-0.34.20140113.el7.centos.x86_64 314/509
Cleanup : cyrus-sasl-lib-2.1.26-24.el7_9.x86_64 315/509
Running scriptlet: cyrus-sasl-lib-2.1.26-24.el7_9.x86_64 315/509
Cleanup : krb5-libs-1.15.1-55.el7_9.x86_64 316/509
Running scriptlet: krb5-libs-1.15.1-55.el7_9.x86_64 316/509
Erasing : newt-python-0.52.15-4.el7.x86_64 317/509
Cleanup : rcs-5.9.0-7.el7.x86_64 318/509
Running scriptlet: rcs-5.9.0-7.el7.x86_64 318/509
Cleanup : gobject-introspection-1.56.1-1.el7.x86_64 319/509
Running scriptlet: gobject-introspection-1.56.1-1.el7.x86_64 319/509
Running scriptlet: pinentry-0.8.1-17.el7.x86_64 320/509
Cleanup : pinentry-0.8.1-17.el7.x86_64 320/509
Cleanup : dracut-network-033-572.el7.x86_64 321/509
Cleanup : iproute-4.11.0-30.el7.x86_64 322/509
Running scriptlet: iputils-20160308-10.el7.x86_64 323/509
Cleanup : iputils-20160308-10.el7.x86_64 323/509
Running scriptlet: iputils-20160308-10.el7.x86_64 323/509
Running scriptlet: gawk-4.0.2-4.el7_3.1.x86_64 324/509
Cleanup : gawk-4.0.2-4.el7_3.1.x86_64 324/509
Erasing : nss-pem-1.0.3-7.el7_9.1.x86_64 325/509
Running scriptlet: ipset-7.1-1.el7.x86_64 326/509
Cleanup : ipset-7.1-1.el7.x86_64 326/509
Running scriptlet: trousers-0.3.14-2.el7.x86_64 327/509
Cleanup : trousers-0.3.14-2.el7.x86_64 327/509
Running scriptlet: trousers-0.3.14-2.el7.x86_64 327/509
Cleanup : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 328/509
Cleanup : dbus-glib-0.100-7.el7.x86_64 329/509
Running scriptlet: dbus-glib-0.100-7.el7.x86_64 329/509
Running scriptlet: flex-2.5.37-6.el7.x86_64 330/509
Cleanup : flex-2.5.37-6.el7.x86_64 330/509
Running scriptlet: bison-3.0.4-2.el7.x86_64 331/509
Cleanup : bison-3.0.4-2.el7.x86_64 331/509
Running scriptlet: m4-1.4.16-10.el7.x86_64 332/509
Cleanup : m4-1.4.16-10.el7.x86_64 332/509
Running scriptlet: libidn-1.28-4.el7.x86_64 333/509
Cleanup : libidn-1.28-4.el7.x86_64 333/509
Running scriptlet: libidn-1.28-4.el7.x86_64 333/509
Cleanup : newt-0.52.15-4.el7.x86_64 334/509
Running scriptlet: newt-0.52.15-4.el7.x86_64 334/509
Cleanup : libselinux-utils-2.5-15.el7.x86_64 335/509
Running scriptlet: ebtables-2.0.10-16.el7.x86_64 336/509
Obsoleting : ebtables-2.0.10-16.el7.x86_64 336/509
Running scriptlet: ebtables-2.0.10-16.el7.x86_64 336/509
Running scriptlet: indent-2.2.11-13.el7.x86_64 337/509
Cleanup : indent-2.2.11-13.el7.x86_64 337/509
Cleanup : os-prober-1.58-9.el7.x86_64 338/509
Running scriptlet: make-1:3.82-24.el7.x86_64 339/509
Cleanup : make-1:3.82-24.el7.x86_64 339/509
Running scriptlet: iprutils-2.4.17.1-3.el7_7.x86_64 340/509
Cleanup : iprutils-2.4.17.1-3.el7_7.x86_64 340/509
Cleanup : freetype-2.8-14.el7_9.1.x86_64 341/509
Running scriptlet: freetype-2.8-14.el7_9.1.x86_64 341/509
Cleanup : acl-2.2.51-15.el7.x86_64 342/509
Cleanup : centos-logos-70.0.6-3.el7.centos.noarch 343/509
Running scriptlet: centos-logos-70.0.6-3.el7.centos.noarch 343/509
Cleanup : iptables-1.4.21-35.el7.x86_64 344/509
Running scriptlet: iptables-1.4.21-35.el7.x86_64 344/509
Cleanup : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 345/509
Running scriptlet: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 345/509
Cleanup : nss-softokn-freebl-3.90.0-6.el7_9.x86_64 346/509
Cleanup : nss-util-3.90.0-1.el7_9.x86_64 347/509
Running scriptlet: nss-util-3.90.0-1.el7_9.x86_64 347/509
Cleanup : polkit-pkla-compat-0.1-4.el7.x86_64 348/509
Cleanup : patch-2.7.1-12.el7_7.x86_64 349/509
Cleanup : mokutil-15-8.el7.x86_64 350/509
Cleanup : kbd-1.15.5-16.el7_9.x86_64 351/509
Cleanup : bzip2-1.0.6-13.el7.x86_64 352/509
Cleanup : biosdevname-0.7.3-2.el7.x86_64 353/509
Running scriptlet: cscope-15.8-10.el7.x86_64 354/509
Cleanup : cscope-15.8-10.el7.x86_64 354/509
Cleanup : apr-util-1.5.2-6.el7_9.1.x86_64 355/509
Running scriptlet: apr-util-1.5.2-6.el7_9.1.x86_64 355/509
Cleanup : libcroco-0.6.12-6.el7_9.x86_64 356/509
Running scriptlet: libcroco-0.6.12-6.el7_9.x86_64 356/509
Erasing : kernel-debug-devel-3.10.0-1160.119.1.el7.x86_64 357/509
Cleanup : dracut-config-rescue-033-572.el7.x86_64 358/509
Cleanup : basesystem-10.0-7.el7.centos.noarch 359/509
Erasing : python-firewall-0.6.3-13.el7_9.noarch 360/509
Erasing : python-slip-dbus-0.4.0-4.el7.noarch 361/509
Erasing : python-slip-0.4.0-4.el7.noarch 362/509
Cleanup : linux-firmware-20200421-83.git78c0348.el7_9.noarch 363/509
Cleanup : elfutils-default-yama-scope-0.176-5.el7.noarch 364/509
Cleanup : alsa-firmware-1.0.28-2.el7.noarch 365/509
Cleanup : emacs-filesystem-1:24.3-23.el7_9.1.noarch 366/509
Cleanup : kbd-legacy-1.15.5-16.el7_9.noarch 367/509
Cleanup : kbd-misc-1.15.5-16.el7_9.noarch 368/509
Cleanup : perl-srpm-macros-1-8.el7.noarch 369/509
Cleanup : python-srpm-macros-3-34.el7.noarch 370/509
Cleanup : firewalld-filesystem-0.6.3-13.el7_9.noarch 371/509
Cleanup : rpmconf-base-1.1.7-1.el7.1.noarch 372/509
Cleanup : rootfiles-8.1-11.el7.noarch 373/509
Obsoleting : ivtv-firmware-2:20080701-26.el7.noarch 374/509
Cleanup : libreport-filesystem-2.1.11-53.el7.centos.x86_64 375/509
Cleanup : kernel-headers-3.10.0-1160.119.1.el7.x86_64 376/509
Cleanup : iwl7260-firmware-25.30.13.0-83.el7_9.noarch 377/509
Cleanup : iwl6050-firmware-41.28.5.1-83.el7_9.noarch 378/509
Cleanup : iwl6000g2b-firmware-18.168.6.1-83.el7_9.noarch 379/509
Cleanup : iwl6000g2a-firmware-18.168.6.1-83.el7_9.noarch 380/509
Cleanup : iwl6000-firmware-9.221.4.1-83.el7_9.noarch 381/509
Cleanup : iwl5150-firmware-8.24.2.2-83.el7_9.noarch 382/509
Cleanup : iwl5000-firmware-8.83.5.1_1-83.el7_9.noarch 383/509
Cleanup : iwl4965-firmware-228.61.2.24-83.el7_9.noarch 384/509
Cleanup : iwl3945-firmware-15.32.2.9-83.el7_9.noarch 385/509
Cleanup : iwl3160-firmware-25.30.13.0-83.el7_9.noarch 386/509
Cleanup : iwl2030-firmware-18.168.6.1-83.el7_9.noarch 387/509
Cleanup : iwl2000-firmware-18.168.6.1-83.el7_9.noarch 388/509
Cleanup : iwl135-firmware-18.168.6.1-83.el7_9.noarch 389/509
Cleanup : iwl105-firmware-18.168.6.1-83.el7_9.noarch 390/509
Cleanup : iwl1000-firmware-1:39.31.5.1-83.el7_9.noarch 391/509
Cleanup : iwl100-firmware-39.31.5.1-83.el7_9.noarch 392/509
Running scriptlet: vim-filesystem-2:7.4.629-8.el7_9.x86_64 393/509
Cleanup : vim-filesystem-2:7.4.629-8.el7_9.x86_64 393/509
Cleanup : tzdata-2024a-1.el7.noarch 394/509
Cleanup : dracut-033-572.el7.x86_64 395/509
Running scriptlet: dracut-033-572.el7.x86_64 395/509
Running scriptlet: tar-2:1.26-35.el7.x86_64 396/509
Cleanup : tar-2:1.26-35.el7.x86_64 396/509
Running scriptlet: findutils-1:4.5.11-6.el7.x86_64 397/509
Cleanup : findutils-1:4.5.11-6.el7.x86_64 397/509
Cleanup : kmod-20-28.el7.x86_64 398/509
Running scriptlet: cpio-2.11-28.el7.x86_64 399/509
Cleanup : cpio-2.11-28.el7.x86_64 399/509
Running scriptlet: diffutils-3.3-6.el7_9.x86_64 400/509
Cleanup : diffutils-3.3-6.el7_9.x86_64 400/509
Cleanup : alsa-tools-firmware-1.1.0-1.el7.x86_64 401/509
Erasing : libselinux-python-2.5-15.el7.x86_64 402/509
Cleanup : ipset-libs-7.1-1.el7.x86_64 403/509
Running scriptlet: ipset-libs-7.1-1.el7.x86_64 403/509
Cleanup : e2fsprogs-libs-1.42.9-19.el7.x86_64 404/509
Running scriptlet: e2fsprogs-libs-1.42.9-19.el7.x86_64 404/509
Cleanup : libss-1.42.9-19.el7.x86_64 405/509
Running scriptlet: libss-1.42.9-19.el7.x86_64 405/509
Cleanup : virt-what-1.18-4.el7_9.1.x86_64 406/509
Cleanup : unzip-6.0-24.el7_9.x86_64 407/509
Cleanup : net-tools-2.0-0.25.20131004git.el7.x86_64 408/509
Cleanup : libutempter-1.1.6-4.el7.x86_64 409/509
Running scriptlet: libutempter-1.1.6-4.el7.x86_64 409/509
Cleanup : shadow-utils-2:4.6-5.el7.x86_64 410/509
Cleanup : libsemanage-2.5-14.el7.x86_64 411/509
Running scriptlet: libsemanage-2.5-14.el7.x86_64 411/509
Cleanup : libpwquality-1.2.3-5.el7.x86_64 412/509
Running scriptlet: libpwquality-1.2.3-5.el7.x86_64 412/509
Cleanup : libdb-utils-5.3.21-25.el7.x86_64 413/509
Cleanup : less-458-10.el7_9.x86_64 414/509
Cleanup : groff-base-1.22.2-8.el7.x86_64 415/509
Running scriptlet: sed-4.2.2-7.el7.x86_64 416/509
Cleanup : sed-4.2.2-7.el7.x86_64 416/509
Cleanup : fipscheck-1.4.1-6.el7.x86_64 417/509
Cleanup : file-5.11-37.el7.x86_64 418/509
Cleanup : avahi-libs-0.6.31-20.el7.x86_64 419/509
Running scriptlet: avahi-libs-0.6.31-20.el7.x86_64 419/509
Cleanup : patchutils-0.3.3-5.el7_9.x86_64 420/509
Cleanup : libmpc-1.0.1-3.el7.x86_64 421/509
Running scriptlet: libmpc-1.0.1-3.el7.x86_64 421/509
Cleanup : cracklib-dicts-2.9.0-11.el7.x86_64 422/509
Cleanup : filesystem-3.2-25.el7.x86_64 423/509
Cleanup : cracklib-2.9.0-11.el7.x86_64 424/509
Running scriptlet: cracklib-2.9.0-11.el7.x86_64 424/509
Running scriptlet: gzip-1.5-11.el7_9.x86_64 425/509
Cleanup : gzip-1.5-11.el7_9.x86_64 425/509
Cleanup : mpfr-3.1.1-4.el7.x86_64 426/509
Running scriptlet: mpfr-3.1.1-4.el7.x86_64 426/509
Cleanup : audit-libs-2.8.5-4.el7.x86_64 427/509
Running scriptlet: audit-libs-2.8.5-4.el7.x86_64 427/509
Cleanup : alsa-lib-1.1.8-1.el7.x86_64 428/509
Running scriptlet: alsa-lib-1.1.8-1.el7.x86_64 428/509
Obsoleting : pkgconfig-1:0.27.1-4.el7.x86_64 429/509
Cleanup : glib2-2.56.1-9.el7_9.x86_64 430/509
Running scriptlet: glib2-2.56.1-9.el7_9.x86_64 430/509
Cleanup : shared-mime-info-1.8-5.el7.x86_64 431/509
Running scriptlet: coreutils-8.22-24.el7_9.2.x86_64 432/509
Cleanup : coreutils-8.22-24.el7_9.2.x86_64 432/509
Cleanup : libselinux-2.5-15.el7.x86_64 433/509
Running scriptlet: libselinux-2.5-15.el7.x86_64 433/509
Running scriptlet: info-5.1-5.el7.x86_64 434/509
Cleanup : info-5.1-5.el7.x86_64 434/509
Cleanup : libacl-2.2.51-15.el7.x86_64 435/509
Running scriptlet: libacl-2.2.51-15.el7.x86_64 435/509
Cleanup : libcap-2.22-11.el7.x86_64 436/509
Running scriptlet: libcap-2.22-11.el7.x86_64 436/509
Cleanup : libsepol-2.5-10.el7.x86_64 437/509
Running scriptlet: libsepol-2.5-10.el7.x86_64 437/509
Cleanup : libdrm-2.4.97-2.el7.x86_64 438/509
Running scriptlet: libdrm-2.4.97-2.el7.x86_64 438/509
Cleanup : libpciaccess-0.14-1.el7.x86_64 439/509
Running scriptlet: libpciaccess-0.14-1.el7.x86_64 439/509
Cleanup : hwdata-0.252-9.7.el7.x86_64 440/509
Running scriptlet: hwdata-0.252-9.7.el7.x86_64 440/509
Cleanup : zip-3.0-11.el7.x86_64 441/509
Cleanup : libproxy-0.4.11-11.el7.x86_64 442/509
Running scriptlet: libproxy-0.4.11-11.el7.x86_64 442/509
Cleanup : swig-2.0.10-5.el7.x86_64 443/509
Cleanup : setup-2.8.71-11.el7.noarch 444/509
Cleanup : pcre-8.32-17.el7.x86_64 445/509
Running scriptlet: pcre-8.32-17.el7.x86_64 445/509
Cleanup : libmodman-2.0.1-8.el7.x86_64 446/509
Running scriptlet: libmodman-2.0.1-8.el7.x86_64 446/509
Cleanup : bzip2-libs-1.0.6-13.el7.x86_64 447/509
Running scriptlet: bzip2-libs-1.0.6-13.el7.x86_64 447/509
Cleanup : bash-4.2.46-35.el7_9.x86_64 448/509
Running scriptlet: bash-4.2.46-35.el7_9.x86_64 448/509
Cleanup : libattr-2.4.46-13.el7.x86_64 449/509
Running scriptlet: libattr-2.4.46-13.el7.x86_64 449/509
Cleanup : gmp-1:6.0.0-15.el7.x86_64 450/509
Running scriptlet: gmp-1:6.0.0-15.el7.x86_64 450/509
Cleanup : libxml2-2.9.1-6.el7_9.6.x86_64 451/509
Running scriptlet: libxml2-2.9.1-6.el7_9.6.x86_64 451/509
Cleanup : libffi-3.0.13-19.el7.x86_64 452/509
Running scriptlet: libffi-3.0.13-19.el7.x86_64 452/509
Cleanup : libcap-ng-0.7.5-4.el7.x86_64 453/509
Running scriptlet: libcap-ng-0.7.5-4.el7.x86_64 453/509
Cleanup : dbus-libs-1:1.10.24-15.el7.x86_64 454/509
Running scriptlet: dbus-libs-1:1.10.24-15.el7.x86_64 454/509
Cleanup : file-libs-5.11-37.el7.x86_64 455/509
Running scriptlet: file-libs-5.11-37.el7.x86_64 455/509
Cleanup : fipscheck-lib-1.4.1-6.el7.x86_64 456/509
Running scriptlet: fipscheck-lib-1.4.1-6.el7.x86_64 456/509
Cleanup : libdb-5.3.21-25.el7.x86_64 457/509
Running scriptlet: libdb-5.3.21-25.el7.x86_64 457/509
Cleanup : dmidecode-1:3.2-5.el7_9.1.x86_64 458/509
Cleanup : libcom_err-1.42.9-19.el7.x86_64 459/509
Running scriptlet: libcom_err-1.42.9-19.el7.x86_64 459/509
Cleanup : libmnl-1.0.3-7.el7.x86_64 460/509
Running scriptlet: libmnl-1.0.3-7.el7.x86_64 460/509
Cleanup : fxload-2002_04_11-16.el7.x86_64 461/509
Cleanup : hardlink-1:1.0-19.el7.x86_64 462/509
Cleanup : kpartx-0.4.9-136.el7_9.x86_64 463/509
Cleanup : procps-ng-3.3.10-28.el7.x86_64 464/509
Running scriptlet: procps-ng-3.3.10-28.el7.x86_64 464/509
Cleanup : apr-1.4.8-7.el7.x86_64 465/509
Running scriptlet: apr-1.4.8-7.el7.x86_64 465/509
Cleanup : expat-2.1.0-15.el7_9.x86_64 466/509
Running scriptlet: expat-2.1.0-15.el7_9.x86_64 466/509
Cleanup : pciutils-libs-3.5.1-3.el7.x86_64 467/509
Running scriptlet: pciutils-libs-3.5.1-3.el7.x86_64 467/509
Cleanup : efivar-libs-36-12.el7.x86_64 468/509
Running scriptlet: efivar-libs-36-12.el7.x86_64 468/509
Cleanup : nspr-4.35.0-1.el7_9.x86_64 469/509
Running scriptlet: nspr-4.35.0-1.el7_9.x86_64 469/509
Cleanup : libnfnetlink-1.0.1-4.el7.x86_64 470/509
Running scriptlet: libnfnetlink-1.0.1-4.el7.x86_64 470/509
Cleanup : libpng-2:1.5.13-8.el7.x86_64 471/509
Running scriptlet: libpng-2:1.5.13-8.el7.x86_64 471/509
Cleanup : lsscsi-0.27-6.el7.x86_64 472/509
Cleanup : popt-1.13-16.el7.x86_64 473/509
Running scriptlet: popt-1.13-16.el7.x86_64 473/509
Cleanup : slang-2.2.4-11.el7.x86_64 474/509
Running scriptlet: slang-2.2.4-11.el7.x86_64 474/509
Cleanup : libaio-0.3.109-13.el7.x86_64 475/509
Running scriptlet: libaio-0.3.109-13.el7.x86_64 475/509
Cleanup : keyutils-libs-1.5.8-3.el7.x86_64 476/509
Running scriptlet: keyutils-libs-1.5.8-3.el7.x86_64 476/509
Cleanup : libverto-0.2.5-4.el7.x86_64 477/509
Running scriptlet: libverto-0.2.5-4.el7.x86_64 477/509
Cleanup : plymouth-core-libs-0.8.9-0.34.20140113.el7.centos.x86_64 478/509
Running scriptlet: plymouth-core-libs-0.8.9-0.34.20140113.el7.centos.x86_64 478/509
Cleanup : libestr-0.1.9-2.el7.x86_64 479/509
Running scriptlet: libestr-0.1.9-2.el7.x86_64 479/509
Cleanup : libfastjson-0.99.4-3.el7.x86_64 480/509
Running scriptlet: libfastjson-0.99.4-3.el7.x86_64 480/509
Cleanup : kernel-tools-libs-3.10.0-1160.119.1.el7.x86_64 481/509
Cleanup : numactl-libs-2.0.12-5.el7.x86_64 482/509
Running scriptlet: numactl-libs-2.0.12-5.el7.x86_64 482/509
Cleanup : libnl3-3.2.28-4.el7.x86_64 483/509
Running scriptlet: libnl3-3.2.28-4.el7.x86_64 483/509
Cleanup : libdaemon-0.14-7.el7.x86_64 484/509
Running scriptlet: libdaemon-0.14-7.el7.x86_64 484/509
Cleanup : jansson-2.10-1.el7.x86_64 485/509
Running scriptlet: jansson-2.10-1.el7.x86_64 485/509
Cleanup : ethtool-2:4.8-10.el7.x86_64 486/509
Cleanup : lzo-2.06-8.el7.x86_64 487/509
Running scriptlet: lzo-2.06-8.el7.x86_64 487/509
Cleanup : snappy-1.1.0-3.el7.x86_64 488/509
Running scriptlet: snappy-1.1.0-3.el7.x86_64 488/509
Cleanup : tcp_wrappers-libs-7.6-77.el7.x86_64 489/509
Running scriptlet: tcp_wrappers-libs-7.6-77.el7.x86_64 489/509
Cleanup : dwz-0.11-3.el7.x86_64 490/509
Cleanup : libssh2-1.8.0-4.el7_9.1.x86_64 491/509
Running scriptlet: libssh2-1.8.0-4.el7_9.1.x86_64 491/509
Cleanup : lz4-1.8.3-1.el7.x86_64 492/509
Running scriptlet: lz4-1.8.3-1.el7.x86_64 492/509
Cleanup : lrzsz-0.12.20-36.el7.x86_64 493/509
Cleanup : libyaml-0.1.4-11.el7_0.x86_64 494/509
Running scriptlet: libyaml-0.1.4-11.el7_0.x86_64 494/509
Cleanup : libtasn1-4.10-1.el7.x86_64 495/509
Running scriptlet: libtasn1-4.10-1.el7.x86_64 495/509
Cleanup : libsysfs-2.1.0-16.el7.x86_64 496/509
Running scriptlet: libsysfs-2.1.0-16.el7.x86_64 496/509
Cleanup : libpipeline-1.2.3-3.el7.x86_64 497/509
Running scriptlet: libpipeline-1.2.3-3.el7.x86_64 497/509
Cleanup : libndp-1.2-9.el7.x86_64 498/509
Running scriptlet: libndp-1.2-9.el7.x86_64 498/509
Cleanup : libedit-3.0-12.20121213cvs.el7.x86_64 499/509
Running scriptlet: libedit-3.0-12.20121213cvs.el7.x86_64 499/509
Cleanup : libassuan-2.1.0-3.el7.x86_64 500/509
Running scriptlet: libassuan-2.1.0-3.el7.x86_64 500/509
Cleanup : kmod-libs-20-28.el7.x86_64 501/509
Running scriptlet: kmod-libs-20-28.el7.x86_64 501/509
Cleanup : hostname-3.13-3.el7_7.1.x86_64 502/509
Cleanup : qrencode-libs-3.4.1-3.el7.x86_64 503/509
Running scriptlet: qrencode-libs-3.4.1-3.el7.x86_64 503/509
Cleanup : pakchois-0.4-10.el7.x86_64 504/509
Running scriptlet: pakchois-0.4-10.el7.x86_64 504/509
Cleanup : libdwarf-20130207-4.el7.x86_64 505/509
Running scriptlet: libdwarf-20130207-4.el7.x86_64 505/509
Cleanup : gpm-libs-1.20.7-6.el7.x86_64 506/509
Running scriptlet: gpm-libs-1.20.7-6.el7.x86_64 506/509
Cleanup : diffstat-1.57-4.el7.x86_64 507/509
Cleanup : ctags-5.8-13.el7.x86_64 508/509
Cleanup : byacc-1.9.20130304-3.el7.x86_64 509/509
Running scriptlet: filesystem-3.8-6.el8.x86_64 509/509
Running scriptlet: nss-3.67.0-7.el8_5.x86_64 509/509
Running scriptlet: ca-certificates-2021.2.50-80.0.el8_4.noarch 509/509
Running scriptlet: centos-logos-85.8-2.el8.x86_64 509/509
Running scriptlet: microcode_ctl-4:20210608-1.el8.x86_64 509/509
Running scriptlet: rootfiles-8.1-22.el8.noarch 509/509
Running scriptlet: byacc-1.9.20130304-3.el7.x86_64 509/509
Couldn't write 'fq_codel' to 'net/core/default_qdisc', ignoring: No such file or directory
[/usr/lib/tmpfiles.d/mysql.conf:23] Line references path below legacy directory /var/run/, updating /var/run/mysqld → /run/mysqld; please update the tmpfiles.d/ drop-in file accordingly.
Running scriptlet: info-6.5-6.el8.x86_64 509/509
Running scriptlet: glib2-2.56.4-156.el8.x86_64 509/509
Running scriptlet: shared-mime-info-1.9-3.el8.x86_64 509/509
Verifying : nspr-4.32.0-1.el8_4.x86_64 1/509
Verifying : nspr-4.35.0-1.el7_9.x86_64 2/509
Verifying : nss-3.67.0-7.el8_5.x86_64 3/509
Verifying : nss-3.90.0-2.el7_9.x86_64 4/509
Verifying : nss-softokn-3.67.0-7.el8_5.x86_64 5/509
Verifying : nss-softokn-3.90.0-6.el7_9.x86_64 6/509
Verifying : nss-softokn-freebl-3.67.0-7.el8_5.x86_64 7/509
Verifying : nss-softokn-freebl-3.90.0-6.el7_9.x86_64 8/509
Verifying : nss-sysinit-3.67.0-7.el8_5.x86_64 9/509
Verifying : nss-sysinit-3.90.0-2.el7_9.x86_64 10/509
Verifying : nss-tools-3.67.0-7.el8_5.x86_64 11/509
Verifying : nss-tools-3.90.0-2.el7_9.x86_64 12/509
Verifying : nss-util-3.67.0-7.el8_5.x86_64 13/509
Verifying : nss-util-3.90.0-1.el7_9.x86_64 14/509
Verifying : ca-certificates-2021.2.50-80.0.el8_4.noarch 15/509
Verifying : ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch 16/509
Verifying : irqbalance-2:1.4.0-6.el8.x86_64 17/509
Verifying : irqbalance-3:1.0.7-12.el7.x86_64 18/509
Verifying : libcroco-0.6.12-4.el8_2.1.x86_64 19/509
Verifying : libcroco-0.6.12-6.el7_9.x86_64 20/509
Verifying : tzdata-2021e-1.el8.noarch 21/509
Verifying : tzdata-2024a-1.el7.noarch 22/509
Verifying : annobin-9.72-1.el8_5.2.x86_64 23/509
Verifying : apr-util-bdb-1.6.1-6.el8.x86_64 24/509
Verifying : apr-util-openssl-1.6.1-6.el8.x86_64 25/509
Verifying : efi-srpm-macros-3-3.el8.noarch 26/509
Verifying : ghc-srpm-macros-1.4.2-7.el8.noarch 27/509
Verifying : go-srpm-macros-2-17.el8.noarch 28/509
Verifying : ocaml-srpm-macros-5-4.el8.noarch 29/509
Verifying : openblas-srpm-macros-2-2.el8.noarch 30/509
Verifying : python-rpm-macros-3-41.el8.noarch 31/509
Verifying : python3-rpm-macros-3-41.el8.noarch 32/509
Verifying : qt5-srpm-macros-5.15.2-1.el8.noarch 33/509
Verifying : rust-srpm-macros-5-2.el8.noarch 34/509
Verifying : coreutils-common-8.30-12.el8.x86_64 35/509
Verifying : dbus-common-1:1.12.8-14.el8.noarch 36/509
Verifying : dbus-daemon-1:1.12.8-14.el8.x86_64 37/509
Verifying : dbus-tools-1:1.12.8-14.el8.x86_64 38/509
Verifying : dracut-squash-049-191.git20210920.el8.x86_64 39/509
Verifying : ed-1.14.2-4.el8.x86_64 40/509
Verifying : fuse-libs-2.9.7-12.el8.x86_64 41/509
Verifying : iptables-ebtables-1.8.4-20.el8.x86_64 42/509
Verifying : ebtables-2.0.10-16.el7.x86_64 43/509
Verifying : iptables-libs-1.8.4-20.el8.x86_64 44/509
Verifying : kernel-debug-devel-4.18.0-348.7.1.el8_5.x86_64 45/509
Verifying : libbpf-0.4.0-1.el8.x86_64 46/509
Verifying : libibverbs-35.0-1.el8.x86_64 47/509
Verifying : libicu-60.3-2.el8_1.x86_64 48/509
Verifying : libkcapi-1.2.0-2.el8.x86_64 49/509
Verifying : libkcapi-hmaccalc-1.2.0-2.el8.x86_64 50/509
Verifying : libmetalink-0.1.3-7.el8.x86_64 51/509
Verifying : libnftnl-1.1.5-4.el8.x86_64 52/509
Verifying : libpcap-14:1.9.1-5.el8.x86_64 53/509
Verifying : libpkgconf-1.4.2-1.el8.x86_64 54/509
Verifying : libsecret-0.18.6-1.el8.x86_64 55/509
Verifying : libsigsegv-2.11-5.el8.x86_64 56/509
Verifying : lz4-libs-1.8.3-3.el8_4.x86_64 57/509
Verifying : memstrack-0.1.11-1.el8.x86_64 58/509
Verifying : mozjs60-60.9.0-4.el8.x86_64 59/509
Verifying : nftables-1:0.9.3-21.el8.x86_64 60/509
Verifying : pciutils-3.7.0-1.el8.x86_64 61/509
Verifying : pigz-2.4-4.el8.x86_64 62/509
Verifying : pkgconf-1.4.2-1.el8.x86_64 63/509
Verifying : pkgconf-m4-1.4.2-1.el8.noarch 64/509
Verifying : pkgconfig-1:0.27.1-4.el7.x86_64 65/509
Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 66/509
Verifying : polkit-libs-0.115-12.el8.x86_64 67/509
Verifying : python3-decorator-4.2.1-2.el8.noarch 68/509
Verifying : python3-firewall-0.9.3-7.el8.noarch 69/509
Verifying : python3-libselinux-2.9-5.el8.x86_64 70/509
Verifying : python3-nftables-1:0.9.3-21.el8.x86_64 71/509
Verifying : python3-slip-0.6.4-11.el8.noarch 72/509
Verifying : python3-slip-dbus-0.6.4-11.el8.noarch 73/509
Verifying : rdma-core-35.0-1.el8.x86_64 74/509
Verifying : rpm-plugin-selinux-4.14.3-19.el8.x86_64 75/509
Verifying : squashfs-tools-4.3-20.el8.x86_64 76/509
Verifying : trousers-lib-0.3.15-1.el8.x86_64 77/509
Verifying : alsa-firmware-1.0.29-6.el8.noarch 78/509
Verifying : alsa-firmware-1.0.28-2.el7.noarch 79/509
Verifying : alsa-lib-1.2.5-4.el8.x86_64 80/509
Verifying : alsa-lib-1.1.8-1.el7.x86_64 81/509
Verifying : alsa-tools-firmware-1.1.6-1.el8.x86_64 82/509
Verifying : alsa-tools-firmware-1.1.0-1.el7.x86_64 83/509
Verifying : apr-1.6.3-12.el8.x86_64 84/509
Verifying : apr-1.4.8-7.el7.x86_64 85/509
Verifying : apr-util-1.6.1-6.el8.x86_64 86/509
Verifying : apr-util-1.5.2-6.el7_9.1.x86_64 87/509
Verifying : autoconf-2.69-29.el8.noarch 88/509
Verifying : autoconf-2.69-11.el7.noarch 89/509
Verifying : automake-1.16.1-7.el8.noarch 90/509
Verifying : automake-1.13.4-3.el7.noarch 91/509
Verifying : bison-3.0.4-10.el8.x86_64 92/509
Verifying : bison-3.0.4-2.el7.x86_64 93/509
Verifying : byacc-1.9.20170709-4.el8.x86_64 94/509
Verifying : byacc-1.9.20130304-3.el7.x86_64 95/509
Verifying : cscope-15.9-9.el8.x86_64 96/509
Verifying : cscope-15.8-10.el7.x86_64 97/509
Verifying : ctags-5.8-22.el8.x86_64 98/509
Verifying : ctags-5.8-13.el7.x86_64 99/509
Verifying : diffstat-1.61-7.el8.x86_64 100/509
Verifying : diffstat-1.57-4.el7.x86_64 101/509
Verifying : dwz-0.12-10.el8.x86_64 102/509
Verifying : dwz-0.11-3.el7.x86_64 103/509
Verifying : flex-2.6.1-9.el8.x86_64 104/509
Verifying : flex-2.5.37-6.el7.x86_64 105/509
Verifying : gpm-libs-1.20.7-17.el8.x86_64 106/509
Verifying : gpm-libs-1.20.7-6.el7.x86_64 107/509
Verifying : intltool-0.51.0-11.el8.noarch 108/509
Verifying : intltool-0.50.2-7.el7.noarch 109/509
Verifying : libdrm-2.4.106-2.el8.x86_64 110/509
Verifying : libdrm-2.4.97-2.el7.x86_64 111/509
Verifying : libdwarf-20180129-4.el8.x86_64 112/509
Verifying : libdwarf-20130207-4.el7.x86_64 113/509
Verifying : libestr-0.1.10-1.el8.x86_64 114/509
Verifying : libestr-0.1.9-2.el7.x86_64 115/509
Verifying : libfastjson-0.99.9-1.el8.x86_64 116/509
Verifying : libfastjson-0.99.4-3.el7.x86_64 117/509
Verifying : libidn-1.34-5.el8.x86_64 118/509
Verifying : libidn-1.28-4.el7.x86_64 119/509
Verifying : libmpc-1.1.0-9.1.el8.x86_64 120/509
Verifying : libmpc-1.0.1-3.el7.x86_64 121/509
Verifying : pakchois-0.4-17.el8.x86_64 122/509
Verifying : pakchois-0.4-10.el7.x86_64 123/509
Verifying : patchutils-0.3.4-10.el8.x86_64 124/509
Verifying : patchutils-0.3.3-5.el7_9.x86_64 125/509
Verifying : perl-srpm-macros-1-25.el8.noarch 126/509
Verifying : perl-srpm-macros-1-8.el7.noarch 127/509
Verifying : pinentry-1.1.0-2.el8.x86_64 128/509
Verifying : pinentry-0.8.1-17.el7.x86_64 129/509
Verifying : plymouth-0.9.4-10.20200615git1e36e30.el8.x86_64 130/509
Verifying : plymouth-0.8.9-0.34.20140113.el7.centos.x86_64 131/509
Verifying : plymouth-core-libs-0.9.4-10.20200615git1e36e30.el8.x86_64 132/509
Verifying : plymouth-core-libs-0.8.9-0.34.20140113.el7.centos.x86_64 133/509
Verifying : plymouth-scripts-0.9.4-10.20200615git1e36e30.el8.x86_64 134/509
Verifying : plymouth-scripts-0.8.9-0.34.20140113.el7.centos.x86_64 135/509
Verifying : python-srpm-macros-3-41.el8.noarch 136/509
Verifying : python-srpm-macros-3-34.el7.noarch 137/509
Verifying : qrencode-libs-3.4.4-5.el8.x86_64 138/509
Verifying : qrencode-libs-3.4.1-3.el7.x86_64 139/509
Verifying : redhat-rpm-config-125-1.el8.noarch 140/509
Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 141/509
Verifying : rsyslog-8.2102.0-5.el8.x86_64 142/509
Verifying : rsyslog-8.24.0-57.el7_9.3.x86_64 143/509
Verifying : swig-3.0.12-19.module_el8.3.0+557+3d058e38.x86_64 144/509
Verifying : swig-2.0.10-5.el7.x86_64 145/509
Verifying : vim-filesystem-2:8.0.1763-16.el8.noarch 146/509
Verifying : vim-filesystem-2:7.4.629-8.el7_9.x86_64 147/509
Verifying : wget-1.19.5-10.el8.x86_64 148/509
Verifying : wget-1.14-18.el7_6.1.x86_64 149/509
Verifying : acl-2.2.53-1.el8.x86_64 150/509
Verifying : acl-2.2.51-15.el7.x86_64 151/509
Verifying : audit-3.0-0.17.20191104git1c2f876.el8.x86_64 152/509
Verifying : audit-2.8.5-4.el7.x86_64 153/509
Verifying : audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 154/509
Verifying : audit-libs-2.8.5-4.el7.x86_64 155/509
Verifying : avahi-libs-0.7-20.el8.x86_64 156/509
Verifying : avahi-libs-0.6.31-20.el7.x86_64 157/509
Verifying : basesystem-11-5.el8.noarch 158/509
Verifying : basesystem-10.0-7.el7.centos.noarch 159/509
Verifying : bash-4.4.20-2.el8.x86_64 160/509
Verifying : bash-4.2.46-35.el7_9.x86_64 161/509
Verifying : biosdevname-0.7.3-2.el8.x86_64 162/509
Verifying : biosdevname-0.7.3-2.el7.x86_64 163/509
Verifying : bzip2-1.0.6-26.el8.x86_64 164/509
Verifying : bzip2-1.0.6-13.el7.x86_64 165/509
Verifying : bzip2-libs-1.0.6-26.el8.x86_64 166/509
Verifying : bzip2-libs-1.0.6-13.el7.x86_64 167/509
Verifying : centos-logos-85.8-2.el8.x86_64 168/509
Verifying : centos-logos-70.0.6-3.el7.centos.noarch 169/509
Verifying : coreutils-8.30-12.el8.x86_64 170/509
Verifying : coreutils-8.22-24.el7_9.2.x86_64 171/509
Verifying : cpio-2.12-10.el8.x86_64 172/509
Verifying : cpio-2.11-28.el7.x86_64 173/509
Verifying : cracklib-2.9.6-15.el8.x86_64 174/509
Verifying : cracklib-2.9.0-11.el7.x86_64 175/509
Verifying : cracklib-dicts-2.9.6-15.el8.x86_64 176/509
Verifying : cracklib-dicts-2.9.0-11.el7.x86_64 177/509
Verifying : cronie-1.5.2-4.el8.x86_64 178/509
Verifying : cronie-1.4.11-25.el7_9.x86_64 179/509
Verifying : cronie-anacron-1.5.2-4.el8.x86_64 180/509
Verifying : cronie-anacron-1.4.11-25.el7_9.x86_64 181/509
Verifying : crontabs-1.11-17.20190603git.el8.noarch 182/509
Verifying : crontabs-1.11-6.20121102git.el7.noarch 183/509
Verifying : cyrus-sasl-lib-2.1.27-5.el8.x86_64 184/509
Verifying : cyrus-sasl-lib-2.1.26-24.el7_9.x86_64 185/509
Verifying : dbus-1:1.12.8-14.el8.x86_64 186/509
Verifying : dbus-1:1.10.24-15.el7.x86_64 187/509
Verifying : dbus-glib-0.110-2.el8.x86_64 188/509
Verifying : dbus-glib-0.100-7.el7.x86_64 189/509
Verifying : dbus-libs-1:1.12.8-14.el8.x86_64 190/509
Verifying : dbus-libs-1:1.10.24-15.el7.x86_64 191/509
Verifying : device-mapper-persistent-data-0.9.0-4.el8.x86_64 192/509
Verifying : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 193/509
Verifying : diffutils-3.6-6.el8.x86_64 194/509
Verifying : diffutils-3.3-6.el7_9.x86_64 195/509
Verifying : dmidecode-1:3.2-10.el8.x86_64 196/509
Verifying : dmidecode-1:3.2-5.el7_9.1.x86_64 197/509
Verifying : dracut-049-191.git20210920.el8.x86_64 198/509
Verifying : dracut-033-572.el7.x86_64 199/509
Verifying : dracut-config-rescue-049-191.git20210920.el8.x86_64 200/509
Verifying : dracut-config-rescue-033-572.el7.x86_64 201/509
Verifying : dracut-network-049-191.git20210920.el8.x86_64 202/509
Verifying : dracut-network-033-572.el7.x86_64 203/509
Verifying : e2fsprogs-1.45.6-2.el8.x86_64 204/509
Verifying : e2fsprogs-1.42.9-19.el7.x86_64 205/509
Verifying : e2fsprogs-libs-1.45.6-2.el8.x86_64 206/509
Verifying : e2fsprogs-libs-1.42.9-19.el7.x86_64 207/509
Verifying : efivar-libs-37-4.el8.x86_64 208/509
Verifying : efivar-libs-36-12.el7.x86_64 209/509
Verifying : elfutils-default-yama-scope-0.185-1.el8.noarch 210/509
Verifying : elfutils-default-yama-scope-0.176-5.el7.noarch 211/509
Verifying : emacs-filesystem-1:26.1-7.el8.noarch 212/509
Verifying : emacs-filesystem-1:24.3-23.el7_9.1.noarch 213/509
Verifying : ethtool-2:5.8-7.el8.x86_64 214/509
Verifying : ethtool-2:4.8-10.el7.x86_64 215/509
Verifying : expat-2.2.5-4.el8.x86_64 216/509
Verifying : expat-2.1.0-15.el7_9.x86_64 217/509
Verifying : file-5.33-20.el8.x86_64 218/509
Verifying : file-5.11-37.el7.x86_64 219/509
Verifying : file-libs-5.33-20.el8.x86_64 220/509
Verifying : file-libs-5.11-37.el7.x86_64 221/509
Verifying : filesystem-3.8-6.el8.x86_64 222/509
Verifying : filesystem-3.2-25.el7.x86_64 223/509
Verifying : findutils-1:4.6.0-20.el8.x86_64 224/509
Verifying : findutils-1:4.5.11-6.el7.x86_64 225/509
Verifying : fipscheck-1.5.0-4.el8.x86_64 226/509
Verifying : fipscheck-1.4.1-6.el7.x86_64 227/509
Verifying : fipscheck-lib-1.5.0-4.el8.x86_64 228/509
Verifying : fipscheck-lib-1.4.1-6.el7.x86_64 229/509
Verifying : firewalld-0.9.3-7.el8.noarch 230/509
Verifying : firewalld-0.6.3-13.el7_9.noarch 231/509
Verifying : firewalld-filesystem-0.9.3-7.el8.noarch 232/509
Verifying : firewalld-filesystem-0.6.3-13.el7_9.noarch 233/509
Verifying : freetype-2.9.1-4.el8_3.1.x86_64 234/509
Verifying : freetype-2.8-14.el7_9.1.x86_64 235/509
Verifying : fxload-2008_10_13-10.el8.x86_64 236/509
Verifying : fxload-2002_04_11-16.el7.x86_64 237/509
Verifying : gawk-4.2.1-2.el8.x86_64 238/509
Verifying : gawk-4.0.2-4.el7_3.1.x86_64 239/509
Verifying : glib2-2.56.4-156.el8.x86_64 240/509
Verifying : glib2-2.56.1-9.el7_9.x86_64 241/509
Verifying : gmp-1:6.1.2-10.el8.x86_64 242/509
Verifying : gmp-1:6.0.0-15.el7.x86_64 243/509
Verifying : gobject-introspection-1.56.1-1.el8.x86_64 244/509
Verifying : gobject-introspection-1.56.1-1.el7.x86_64 245/509
Verifying : groff-base-1.22.3-18.el8.x86_64 246/509
Verifying : groff-base-1.22.2-8.el7.x86_64 247/509
Verifying : gzip-1.9-12.el8.x86_64 248/509
Verifying : gzip-1.5-11.el7_9.x86_64 249/509
Verifying : hardlink-1:1.3-6.el8.x86_64 250/509
Verifying : hardlink-1:1.0-19.el7.x86_64 251/509
Verifying : hostname-3.20-6.el8.x86_64 252/509
Verifying : hostname-3.13-3.el7_7.1.x86_64 253/509
Verifying : hwdata-0.314-8.10.el8.noarch 254/509
Verifying : hwdata-0.252-9.7.el7.x86_64 255/509
Verifying : info-6.5-6.el8.x86_64 256/509
Verifying : info-5.1-5.el7.x86_64 257/509
Verifying : iproute-5.12.0-4.el8.x86_64 258/509
Verifying : iproute-4.11.0-30.el7.x86_64 259/509
Verifying : iprutils-2.4.19-1.el8.x86_64 260/509
Verifying : iprutils-2.4.17.1-3.el7_7.x86_64 261/509
Verifying : ipset-7.1-1.el8.x86_64 262/509
Verifying : ipset-7.1-1.el7.x86_64 263/509
Verifying : ipset-libs-7.1-1.el8.x86_64 264/509
Verifying : ipset-libs-7.1-1.el7.x86_64 265/509
Verifying : iptables-1.8.4-20.el8.x86_64 266/509
Verifying : iptables-1.4.21-35.el7.x86_64 267/509
Verifying : iputils-20180629-7.el8.x86_64 268/509
Verifying : iputils-20160308-10.el7.x86_64 269/509
Verifying : iwl100-firmware-39.31.5.1-103.el8.1.noarch 270/509
Verifying : iwl100-firmware-39.31.5.1-83.el7_9.noarch 271/509
Verifying : iwl1000-firmware-1:39.31.5.1-103.el8.1.noarch 272/509
Verifying : iwl1000-firmware-1:39.31.5.1-83.el7_9.noarch 273/509
Verifying : iwl105-firmware-18.168.6.1-103.el8.1.noarch 274/509
Verifying : iwl105-firmware-18.168.6.1-83.el7_9.noarch 275/509
Verifying : iwl135-firmware-18.168.6.1-103.el8.1.noarch 276/509
Verifying : iwl135-firmware-18.168.6.1-83.el7_9.noarch 277/509
Verifying : iwl2000-firmware-18.168.6.1-103.el8.1.noarch 278/509
Verifying : iwl2000-firmware-18.168.6.1-83.el7_9.noarch 279/509
Verifying : iwl2030-firmware-18.168.6.1-103.el8.1.noarch 280/509
Verifying : iwl2030-firmware-18.168.6.1-83.el7_9.noarch 281/509
Verifying : iwl3160-firmware-1:25.30.13.0-103.el8.1.noarch 282/509
Verifying : iwl3160-firmware-25.30.13.0-83.el7_9.noarch 283/509
Verifying : iwl3945-firmware-15.32.2.9-103.el8.1.noarch 284/509
Verifying : iwl3945-firmware-15.32.2.9-83.el7_9.noarch 285/509
Verifying : iwl4965-firmware-228.61.2.24-103.el8.1.noarch 286/509
Verifying : iwl4965-firmware-228.61.2.24-83.el7_9.noarch 287/509
Verifying : iwl5000-firmware-8.83.5.1_1-103.el8.1.noarch 288/509
Verifying : iwl5000-firmware-8.83.5.1_1-83.el7_9.noarch 289/509
Verifying : iwl5150-firmware-8.24.2.2-103.el8.1.noarch 290/509
Verifying : iwl5150-firmware-8.24.2.2-83.el7_9.noarch 291/509
Verifying : iwl6000-firmware-9.221.4.1-103.el8.1.noarch 292/509
Verifying : iwl6000-firmware-9.221.4.1-83.el7_9.noarch 293/509
Verifying : iwl6000g2a-firmware-18.168.6.1-103.el8.1.noarch 294/509
Verifying : iwl6000g2a-firmware-18.168.6.1-83.el7_9.noarch 295/509
Verifying : iwl6000g2b-firmware-18.168.6.1-103.el8.1.noarch 296/509
Verifying : iwl6000g2b-firmware-18.168.6.1-83.el7_9.noarch 297/509
Verifying : iwl6050-firmware-41.28.5.1-103.el8.1.noarch 298/509
Verifying : iwl6050-firmware-41.28.5.1-83.el7_9.noarch 299/509
Verifying : iwl7260-firmware-1:25.30.13.0-103.el8.1.noarch 300/509
Verifying : iwl7260-firmware-25.30.13.0-83.el7_9.noarch 301/509
Verifying : jansson-2.11-3.el8.x86_64 302/509
Verifying : jansson-2.10-1.el7.x86_64 303/509
Verifying : kbd-2.0.4-10.el8.x86_64 304/509
Verifying : kbd-1.15.5-16.el7_9.x86_64 305/509
Verifying : kbd-legacy-2.0.4-10.el8.noarch 306/509
Verifying : kbd-legacy-1.15.5-16.el7_9.noarch 307/509
Verifying : kbd-misc-2.0.4-10.el8.noarch 308/509
Verifying : kbd-misc-1.15.5-16.el7_9.noarch 309/509
Verifying : kernel-headers-4.18.0-348.7.1.el8_5.x86_64 310/509
Verifying : kernel-headers-3.10.0-1160.119.1.el7.x86_64 311/509
Verifying : kernel-tools-4.18.0-348.7.1.el8_5.x86_64 312/509
Verifying : kernel-tools-3.10.0-1160.119.1.el7.x86_64 313/509
Verifying : kernel-tools-libs-4.18.0-348.7.1.el8_5.x86_64 314/509
Verifying : kernel-tools-libs-3.10.0-1160.119.1.el7.x86_64 315/509
Verifying : kexec-tools-2.0.20-57.el8_5.1.x86_64 316/509
Verifying : kexec-tools-2.0.15-51.el7_9.3.x86_64 317/509
Verifying : keyutils-libs-1.5.10-9.el8.x86_64 318/509
Verifying : keyutils-libs-1.5.8-3.el7.x86_64 319/509
Verifying : kmod-25-18.el8.x86_64 320/509
Verifying : kmod-20-28.el7.x86_64 321/509
Verifying : kmod-libs-25-18.el8.x86_64 322/509
Verifying : kmod-libs-20-28.el7.x86_64 323/509
Verifying : kpartx-0.8.4-17.el8.x86_64 324/509
Verifying : kpartx-0.4.9-136.el7_9.x86_64 325/509
Verifying : krb5-libs-1.18.2-14.el8.x86_64 326/509
Verifying : krb5-libs-1.15.1-55.el7_9.x86_64 327/509
Verifying : less-530-1.el8.x86_64 328/509
Verifying : less-458-10.el7_9.x86_64 329/509
Verifying : libacl-2.2.53-1.el8.x86_64 330/509
Verifying : libacl-2.2.51-15.el7.x86_64 331/509
Verifying : libaio-0.3.112-1.el8.x86_64 332/509
Verifying : libaio-0.3.109-13.el7.x86_64 333/509
Verifying : libassuan-2.5.1-3.el8.x86_64 334/509
Verifying : libassuan-2.1.0-3.el7.x86_64 335/509
Verifying : libattr-2.4.48-3.el8.x86_64 336/509
Verifying : libattr-2.4.46-13.el7.x86_64 337/509
Verifying : libcap-2.26-5.el8.x86_64 338/509
Verifying : libcap-2.22-11.el7.x86_64 339/509
Verifying : libcap-ng-0.7.11-1.el8.x86_64 340/509
Verifying : libcap-ng-0.7.5-4.el7.x86_64 341/509
Verifying : libcom_err-1.45.6-2.el8.x86_64 342/509
Verifying : libcom_err-1.42.9-19.el7.x86_64 343/509
Verifying : libdaemon-0.14-15.el8.x86_64 344/509
Verifying : libdaemon-0.14-7.el7.x86_64 345/509
Verifying : libdb-5.3.28-42.el8_4.x86_64 346/509
Verifying : libdb-5.3.21-25.el7.x86_64 347/509
Verifying : libdb-utils-5.3.28-42.el8_4.x86_64 348/509
Verifying : libdb-utils-5.3.21-25.el7.x86_64 349/509
Verifying : libedit-3.1-23.20170329cvs.el8.x86_64 350/509
Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 351/509
Verifying : libffi-3.1-22.el8.x86_64 352/509
Verifying : libffi-3.0.13-19.el7.x86_64 353/509
Verifying : libmnl-1.0.4-6.el8.x86_64 354/509
Verifying : libmnl-1.0.3-7.el7.x86_64 355/509
Verifying : libmodman-2.0.1-17.el8.x86_64 356/509
Verifying : libmodman-2.0.1-8.el7.x86_64 357/509
Verifying : libndp-1.7-6.el8.x86_64 358/509
Verifying : libndp-1.2-9.el7.x86_64 359/509
Verifying : libnetfilter_conntrack-1.0.6-5.el8.x86_64 360/509
Verifying : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 361/509
Verifying : libnfnetlink-1.0.1-13.el8.x86_64 362/509
Verifying : libnfnetlink-1.0.1-4.el7.x86_64 363/509
Verifying : libnl3-3.5.0-1.el8.x86_64 364/509
Verifying : libnl3-3.2.28-4.el7.x86_64 365/509
Verifying : libnl3-cli-3.5.0-1.el8.x86_64 366/509
Verifying : libnl3-cli-3.2.28-4.el7.x86_64 367/509
Verifying : libpciaccess-0.14-1.el8.x86_64 368/509
Verifying : libpciaccess-0.14-1.el7.x86_64 369/509
Verifying : libpipeline-1.5.0-2.el8.x86_64 370/509
Verifying : libpipeline-1.2.3-3.el7.x86_64 371/509
Verifying : libpng-2:1.6.34-5.el8.x86_64 372/509
Verifying : libpng-2:1.5.13-8.el7.x86_64 373/509
Verifying : libproxy-0.4.15-5.2.el8.x86_64 374/509
Verifying : libproxy-0.4.11-11.el7.x86_64 375/509
Verifying : libpwquality-1.4.4-3.el8.x86_64 376/509
Verifying : libpwquality-1.2.3-5.el7.x86_64 377/509
Verifying : libreport-filesystem-2.9.5-15.el8.x86_64 378/509
Verifying : libreport-filesystem-2.1.11-53.el7.centos.x86_64 379/509
Verifying : libselinux-2.9-5.el8.x86_64 380/509
Verifying : libselinux-2.5-15.el7.x86_64 381/509
Verifying : libselinux-utils-2.9-5.el8.x86_64 382/509
Verifying : libselinux-utils-2.5-15.el7.x86_64 383/509
Verifying : libsemanage-2.9-6.el8.x86_64 384/509
Verifying : libsemanage-2.5-14.el7.x86_64 385/509
Verifying : libsepol-2.9-3.el8.x86_64 386/509
Verifying : libsepol-2.5-10.el7.x86_64 387/509
Verifying : libss-1.45.6-2.el8.x86_64 388/509
Verifying : libss-1.42.9-19.el7.x86_64 389/509
Verifying : libsysfs-2.1.0-24.el8.x86_64 390/509
Verifying : libsysfs-2.1.0-16.el7.x86_64 391/509
Verifying : libtasn1-4.13-3.el8.x86_64 392/509
Verifying : libtasn1-4.10-1.el7.x86_64 393/509
Verifying : libteam-1.31-2.el8.x86_64 394/509
Verifying : libteam-1.29-3.el7.x86_64 395/509
Verifying : libuser-0.62-23.el8.x86_64 396/509
Verifying : libuser-0.60-9.el7.x86_64 397/509
Verifying : libutempter-1.1.6-14.el8.x86_64 398/509
Verifying : libutempter-1.1.6-4.el7.x86_64 399/509
Verifying : libverto-0.3.0-5.el8.x86_64 400/509
Verifying : libverto-0.2.5-4.el7.x86_64 401/509
Verifying : libxml2-2.9.7-9.el8_4.2.x86_64 402/509
Verifying : libxml2-2.9.1-6.el7_9.6.x86_64 403/509
Verifying : libyaml-0.1.7-5.el8.x86_64 404/509
Verifying : libyaml-0.1.4-11.el7_0.x86_64 405/509
Verifying : linux-firmware-20210702-103.gitd79c2677.el8.noarch 406/509
Verifying : linux-firmware-20200421-83.git78c0348.el7_9.noarch 407/509
Verifying : ivtv-firmware-2:20080701-26.el7.noarch 408/509
Verifying : logrotate-3.14.0-4.el8.x86_64 409/509
Verifying : logrotate-3.8.6-19.el7.x86_64 410/509
Verifying : lrzsz-0.12.20-43.el8.x86_64 411/509
Verifying : lrzsz-0.12.20-36.el7.x86_64 412/509
Verifying : lsscsi-0.32-3.el8.x86_64 413/509
Verifying : lsscsi-0.27-6.el7.x86_64 414/509
Verifying : lz4-1.8.3-3.el8_4.x86_64 415/509
Verifying : lz4-1.8.3-1.el7.x86_64 416/509
Verifying : lzo-2.08-14.el8.x86_64 417/509
Verifying : lzo-2.06-8.el7.x86_64 418/509
Verifying : m4-1.4.18-7.el8.x86_64 419/509
Verifying : m4-1.4.16-10.el7.x86_64 420/509
Verifying : make-1:4.2.1-10.el8.x86_64 421/509
Verifying : make-1:3.82-24.el7.x86_64 422/509
Verifying : microcode_ctl-4:20210608-1.el8.x86_64 423/509
Verifying : microcode_ctl-2:2.1-73.20.el7_9.x86_64 424/509
Verifying : mokutil-1:0.3.0-11.el8.x86_64 425/509
Verifying : mokutil-15-8.el7.x86_64 426/509
Verifying : mpfr-3.1.6-1.el8.x86_64 427/509
Verifying : mpfr-3.1.1-4.el7.x86_64 428/509
Verifying : net-tools-2.0-0.52.20160912git.el8.x86_64 429/509
Verifying : net-tools-2.0-0.25.20131004git.el7.x86_64 430/509
Verifying : newt-0.52.20-11.el8.x86_64 431/509
Verifying : newt-0.52.15-4.el7.x86_64 432/509
Verifying : numactl-libs-2.0.12-13.el8.x86_64 433/509
Verifying : numactl-libs-2.0.12-5.el7.x86_64 434/509
Verifying : openldap-2.4.46-18.el8.x86_64 435/509
Verifying : openldap-2.4.44-25.el7_9.x86_64 436/509
Verifying : os-prober-1.74-9.el8.x86_64 437/509
Verifying : os-prober-1.58-9.el7.x86_64 438/509
Verifying : passwd-0.80-3.el8.x86_64 439/509
Verifying : passwd-0.79-6.el7.x86_64 440/509
Verifying : patch-2.7.6-11.el8.x86_64 441/509
Verifying : patch-2.7.1-12.el7_7.x86_64 442/509
Verifying : pciutils-libs-3.7.0-1.el8.x86_64 443/509
Verifying : pciutils-libs-3.5.1-3.el7.x86_64 444/509
Verifying : pcre-8.42-6.el8.x86_64 445/509
Verifying : pcre-8.32-17.el7.x86_64 446/509
Verifying : policycoreutils-2.9-16.el8.x86_64 447/509
Verifying : policycoreutils-2.5-34.el7.x86_64 448/509
Verifying : polkit-0.115-12.el8.x86_64 449/509
Verifying : polkit-0.112-26.el7_9.1.x86_64 450/509
Verifying : polkit-pkla-compat-0.1-12.el8.x86_64 451/509
Verifying : polkit-pkla-compat-0.1-4.el7.x86_64 452/509
Verifying : popt-1.18-1.el8.x86_64 453/509
Verifying : popt-1.13-16.el7.x86_64 454/509
Verifying : postfix-2:3.5.8-2.el8.x86_64 455/509
Verifying : postfix-2:2.10.1-9.el7.x86_64 456/509
Verifying : procps-ng-3.3.15-6.el8.x86_64 457/509
Verifying : procps-ng-3.3.10-28.el7.x86_64 458/509
Verifying : rootfiles-8.1-22.el8.noarch 459/509
Verifying : rootfiles-8.1-11.el7.noarch 460/509
Verifying : rsync-3.1.3-12.el8.x86_64 461/509
Verifying : rsync-3.1.2-12.el7_9.x86_64 462/509
Verifying : sed-4.5-2.el8.x86_64 463/509
Verifying : sed-4.2.2-7.el7.x86_64 464/509
Verifying : selinux-policy-3.14.3-80.el8_5.2.noarch 465/509
Verifying : selinux-policy-3.13.1-268.el7_9.2.noarch 466/509
Verifying : selinux-policy-targeted-3.14.3-80.el8_5.2.noarch 467/509
Verifying : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch 468/509
Verifying : setup-2.12.2-6.el8.noarch 469/509
Verifying : setup-2.8.71-11.el7.noarch 470/509
Verifying : shadow-utils-2:4.6-14.el8.x86_64 471/509
Verifying : shadow-utils-2:4.6-5.el7.x86_64 472/509
Verifying : shared-mime-info-1.9-3.el8.x86_64 473/509
Verifying : shared-mime-info-1.8-5.el7.x86_64 474/509
Verifying : slang-2.3.2-3.el8.x86_64 475/509
Verifying : slang-2.2.4-11.el7.x86_64 476/509
Verifying : snappy-1.1.8-3.el8.x86_64 477/509
Verifying : snappy-1.1.0-3.el7.x86_64 478/509
Verifying : tar-2:1.30-5.el8.x86_64 479/509
Verifying : tar-2:1.26-35.el7.x86_64 480/509
Verifying : teamd-1.31-2.el8.x86_64 481/509
Verifying : teamd-1.29-3.el7.x86_64 482/509
Verifying : trousers-0.3.15-1.el8.x86_64 483/509
Verifying : trousers-0.3.14-2.el7.x86_64 484/509
Verifying : unzip-6.0-45.el8_4.x86_64 485/509
Verifying : unzip-6.0-24.el7_9.x86_64 486/509
Verifying : virt-what-1.18-12.el8.x86_64 487/509
Verifying : virt-what-1.18-4.el7_9.1.x86_64 488/509
Verifying : wpa_supplicant-1:2.9-5.el8.x86_64 489/509
Verifying : wpa_supplicant-1:2.6-12.el7_9.2.x86_64 490/509
Verifying : zip-3.0-23.el8.x86_64 491/509
Verifying : zip-3.0-11.el7.x86_64 492/509
Verifying : indent-2.2.13-5.el8.x86_64 493/509
Verifying : indent-2.2.11-13.el7.x86_64 494/509
Verifying : libssh2-1.10.0-1.el8.x86_64 495/509
Verifying : libssh2-1.8.0-4.el7_9.1.x86_64 496/509
Verifying : rcs-5.10.1-3.el8.x86_64 497/509
Verifying : rcs-5.9.0-7.el7.x86_64 498/509
Verifying : rpmconf-base-1.1.7-2.el8.1.noarch 499/509
Verifying : rpmconf-base-1.1.7-1.el7.1.noarch 500/509
Verifying : tcp_wrappers-libs-7.6-96.el8.x86_64 501/509
Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 502/509
Verifying : kernel-debug-devel-3.10.0-1160.119.1.el7.x86_64 503/509
Verifying : libselinux-python-2.5-15.el7.x86_64 504/509
Verifying : newt-python-0.52.15-4.el7.x86_64 505/509
Verifying : nss-pem-1.0.3-7.el7_9.1.x86_64 506/509
Verifying : python-firewall-0.6.3-13.el7_9.noarch 507/509
Verifying : python-slip-0.4.0-4.el7.noarch 508/509
Verifying : python-slip-dbus-0.4.0-4.el7.noarch 509/509
Upgraded:
acl-2.2.53-1.el8.x86_64 alsa-firmware-1.0.29-6.el8.noarch alsa-lib-1.2.5-4.el8.x86_64
alsa-tools-firmware-1.1.6-1.el8.x86_64 apr-1.6.3-12.el8.x86_64 apr-util-1.6.1-6.el8.x86_64
audit-3.0-0.17.20191104git1c2f876.el8.x86_64 audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 autoconf-2.69-29.el8.noarch
automake-1.16.1-7.el8.noarch avahi-libs-0.7-20.el8.x86_64 basesystem-11-5.el8.noarch
bash-4.4.20-2.el8.x86_64 biosdevname-0.7.3-2.el8.x86_64 bison-3.0.4-10.el8.x86_64
byacc-1.9.20170709-4.el8.x86_64 bzip2-1.0.6-26.el8.x86_64 bzip2-libs-1.0.6-26.el8.x86_64
centos-logos-85.8-2.el8.x86_64 coreutils-8.30-12.el8.x86_64 cpio-2.12-10.el8.x86_64
cracklib-2.9.6-15.el8.x86_64 cracklib-dicts-2.9.6-15.el8.x86_64 cronie-1.5.2-4.el8.x86_64
cronie-anacron-1.5.2-4.el8.x86_64 crontabs-1.11-17.20190603git.el8.noarch cscope-15.9-9.el8.x86_64
ctags-5.8-22.el8.x86_64 cyrus-sasl-lib-2.1.27-5.el8.x86_64 dbus-1:1.12.8-14.el8.x86_64
dbus-glib-0.110-2.el8.x86_64 dbus-libs-1:1.12.8-14.el8.x86_64 device-mapper-persistent-data-0.9.0-4.el8.x86_64
diffstat-1.61-7.el8.x86_64 diffutils-3.6-6.el8.x86_64 dmidecode-1:3.2-10.el8.x86_64
dracut-049-191.git20210920.el8.x86_64 dracut-config-rescue-049-191.git20210920.el8.x86_64 dracut-network-049-191.git20210920.el8.x86_64
dwz-0.12-10.el8.x86_64 e2fsprogs-1.45.6-2.el8.x86_64 e2fsprogs-libs-1.45.6-2.el8.x86_64
efivar-libs-37-4.el8.x86_64 elfutils-default-yama-scope-0.185-1.el8.noarch emacs-filesystem-1:26.1-7.el8.noarch
ethtool-2:5.8-7.el8.x86_64 expat-2.2.5-4.el8.x86_64 file-5.33-20.el8.x86_64
file-libs-5.33-20.el8.x86_64 filesystem-3.8-6.el8.x86_64 findutils-1:4.6.0-20.el8.x86_64
fipscheck-1.5.0-4.el8.x86_64 fipscheck-lib-1.5.0-4.el8.x86_64 firewalld-0.9.3-7.el8.noarch
firewalld-filesystem-0.9.3-7.el8.noarch flex-2.6.1-9.el8.x86_64 freetype-2.9.1-4.el8_3.1.x86_64
fxload-2008_10_13-10.el8.x86_64 gawk-4.2.1-2.el8.x86_64 glib2-2.56.4-156.el8.x86_64
gmp-1:6.1.2-10.el8.x86_64 gobject-introspection-1.56.1-1.el8.x86_64 gpm-libs-1.20.7-17.el8.x86_64
groff-base-1.22.3-18.el8.x86_64 gzip-1.9-12.el8.x86_64 hardlink-1:1.3-6.el8.x86_64
hostname-3.20-6.el8.x86_64 hwdata-0.314-8.10.el8.noarch indent-2.2.13-5.el8.x86_64
info-6.5-6.el8.x86_64 intltool-0.51.0-11.el8.noarch iproute-5.12.0-4.el8.x86_64
iprutils-2.4.19-1.el8.x86_64 ipset-7.1-1.el8.x86_64 ipset-libs-7.1-1.el8.x86_64
iptables-1.8.4-20.el8.x86_64 iputils-20180629-7.el8.x86_64 iwl100-firmware-39.31.5.1-103.el8.1.noarch
iwl1000-firmware-1:39.31.5.1-103.el8.1.noarch iwl105-firmware-18.168.6.1-103.el8.1.noarch iwl135-firmware-18.168.6.1-103.el8.1.noarch
iwl2000-firmware-18.168.6.1-103.el8.1.noarch iwl2030-firmware-18.168.6.1-103.el8.1.noarch iwl3160-firmware-1:25.30.13.0-103.el8.1.noarch
iwl3945-firmware-15.32.2.9-103.el8.1.noarch iwl4965-firmware-228.61.2.24-103.el8.1.noarch iwl5000-firmware-8.83.5.1_1-103.el8.1.noarch
iwl5150-firmware-8.24.2.2-103.el8.1.noarch iwl6000-firmware-9.221.4.1-103.el8.1.noarch iwl6000g2a-firmware-18.168.6.1-103.el8.1.noarch
iwl6000g2b-firmware-18.168.6.1-103.el8.1.noarch iwl6050-firmware-41.28.5.1-103.el8.1.noarch iwl7260-firmware-1:25.30.13.0-103.el8.1.noarch
jansson-2.11-3.el8.x86_64 kbd-2.0.4-10.el8.x86_64 kbd-legacy-2.0.4-10.el8.noarch
kbd-misc-2.0.4-10.el8.noarch kernel-headers-4.18.0-348.7.1.el8_5.x86_64 kernel-tools-4.18.0-348.7.1.el8_5.x86_64
kernel-tools-libs-4.18.0-348.7.1.el8_5.x86_64 kexec-tools-2.0.20-57.el8_5.1.x86_64 keyutils-libs-1.5.10-9.el8.x86_64
kmod-25-18.el8.x86_64 kmod-libs-25-18.el8.x86_64 kpartx-0.8.4-17.el8.x86_64
krb5-libs-1.18.2-14.el8.x86_64 less-530-1.el8.x86_64 libacl-2.2.53-1.el8.x86_64
libaio-0.3.112-1.el8.x86_64 libassuan-2.5.1-3.el8.x86_64 libattr-2.4.48-3.el8.x86_64
libcap-2.26-5.el8.x86_64 libcap-ng-0.7.11-1.el8.x86_64 libcom_err-1.45.6-2.el8.x86_64
libdaemon-0.14-15.el8.x86_64 libdb-5.3.28-42.el8_4.x86_64 libdb-utils-5.3.28-42.el8_4.x86_64
libdrm-2.4.106-2.el8.x86_64 libdwarf-20180129-4.el8.x86_64 libedit-3.1-23.20170329cvs.el8.x86_64
libestr-0.1.10-1.el8.x86_64 libfastjson-0.99.9-1.el8.x86_64 libffi-3.1-22.el8.x86_64
libidn-1.34-5.el8.x86_64 libmnl-1.0.4-6.el8.x86_64 libmodman-2.0.1-17.el8.x86_64
libmpc-1.1.0-9.1.el8.x86_64 libndp-1.7-6.el8.x86_64 libnetfilter_conntrack-1.0.6-5.el8.x86_64
libnfnetlink-1.0.1-13.el8.x86_64 libnl3-3.5.0-1.el8.x86_64 libnl3-cli-3.5.0-1.el8.x86_64
libpciaccess-0.14-1.el8.x86_64 libpipeline-1.5.0-2.el8.x86_64 libpng-2:1.6.34-5.el8.x86_64
libproxy-0.4.15-5.2.el8.x86_64 libpwquality-1.4.4-3.el8.x86_64 libreport-filesystem-2.9.5-15.el8.x86_64
libselinux-2.9-5.el8.x86_64 libselinux-utils-2.9-5.el8.x86_64 libsemanage-2.9-6.el8.x86_64
libsepol-2.9-3.el8.x86_64 libss-1.45.6-2.el8.x86_64 libssh2-1.10.0-1.el8.x86_64
libsysfs-2.1.0-24.el8.x86_64 libtasn1-4.13-3.el8.x86_64 libteam-1.31-2.el8.x86_64
libuser-0.62-23.el8.x86_64 libutempter-1.1.6-14.el8.x86_64 libverto-0.3.0-5.el8.x86_64
libxml2-2.9.7-9.el8_4.2.x86_64 libyaml-0.1.7-5.el8.x86_64 linux-firmware-20210702-103.gitd79c2677.el8.noarch
logrotate-3.14.0-4.el8.x86_64 lrzsz-0.12.20-43.el8.x86_64 lsscsi-0.32-3.el8.x86_64
lz4-1.8.3-3.el8_4.x86_64 lzo-2.08-14.el8.x86_64 m4-1.4.18-7.el8.x86_64
make-1:4.2.1-10.el8.x86_64 microcode_ctl-4:20210608-1.el8.x86_64 mokutil-1:0.3.0-11.el8.x86_64
mpfr-3.1.6-1.el8.x86_64 net-tools-2.0-0.52.20160912git.el8.x86_64 newt-0.52.20-11.el8.x86_64
numactl-libs-2.0.12-13.el8.x86_64 openldap-2.4.46-18.el8.x86_64 os-prober-1.74-9.el8.x86_64
pakchois-0.4-17.el8.x86_64 passwd-0.80-3.el8.x86_64 patch-2.7.6-11.el8.x86_64
patchutils-0.3.4-10.el8.x86_64 pciutils-libs-3.7.0-1.el8.x86_64 pcre-8.42-6.el8.x86_64
perl-srpm-macros-1-25.el8.noarch pinentry-1.1.0-2.el8.x86_64 plymouth-0.9.4-10.20200615git1e36e30.el8.x86_64
plymouth-core-libs-0.9.4-10.20200615git1e36e30.el8.x86_64 plymouth-scripts-0.9.4-10.20200615git1e36e30.el8.x86_64 policycoreutils-2.9-16.el8.x86_64
polkit-0.115-12.el8.x86_64 polkit-pkla-compat-0.1-12.el8.x86_64 popt-1.18-1.el8.x86_64
postfix-2:3.5.8-2.el8.x86_64 procps-ng-3.3.15-6.el8.x86_64 python-srpm-macros-3-41.el8.noarch
qrencode-libs-3.4.4-5.el8.x86_64 rcs-5.10.1-3.el8.x86_64 redhat-rpm-config-125-1.el8.noarch
rootfiles-8.1-22.el8.noarch rpmconf-base-1.1.7-2.el8.1.noarch rsync-3.1.3-12.el8.x86_64
rsyslog-8.2102.0-5.el8.x86_64 sed-4.5-2.el8.x86_64 selinux-policy-3.14.3-80.el8_5.2.noarch
selinux-policy-targeted-3.14.3-80.el8_5.2.noarch setup-2.12.2-6.el8.noarch shadow-utils-2:4.6-14.el8.x86_64
shared-mime-info-1.9-3.el8.x86_64 slang-2.3.2-3.el8.x86_64 snappy-1.1.8-3.el8.x86_64
swig-3.0.12-19.module_el8.3.0+557+3d058e38.x86_64 tar-2:1.30-5.el8.x86_64 tcp_wrappers-libs-7.6-96.el8.x86_64
teamd-1.31-2.el8.x86_64 trousers-0.3.15-1.el8.x86_64 unzip-6.0-45.el8_4.x86_64
vim-filesystem-2:8.0.1763-16.el8.noarch virt-what-1.18-12.el8.x86_64 wget-1.19.5-10.el8.x86_64
wpa_supplicant-1:2.9-5.el8.x86_64 zip-3.0-23.el8.x86_64
Downgraded:
ca-certificates-2021.2.50-80.0.el8_4.noarch irqbalance-2:1.4.0-6.el8.x86_64 libcroco-0.6.12-4.el8_2.1.x86_64 nspr-4.32.0-1.el8_4.x86_64
nss-3.67.0-7.el8_5.x86_64 nss-softokn-3.67.0-7.el8_5.x86_64 nss-softokn-freebl-3.67.0-7.el8_5.x86_64 nss-sysinit-3.67.0-7.el8_5.x86_64
nss-tools-3.67.0-7.el8_5.x86_64 nss-util-3.67.0-7.el8_5.x86_64 tzdata-2021e-1.el8.noarch
Installed:
annobin-9.72-1.el8_5.2.x86_64 apr-util-bdb-1.6.1-6.el8.x86_64 apr-util-openssl-1.6.1-6.el8.x86_64 coreutils-common-8.30-12.el8.x86_64
dbus-common-1:1.12.8-14.el8.noarch dbus-daemon-1:1.12.8-14.el8.x86_64 dbus-tools-1:1.12.8-14.el8.x86_64 dracut-squash-049-191.git20210920.el8.x86_64
ed-1.14.2-4.el8.x86_64 efi-srpm-macros-3-3.el8.noarch fuse-libs-2.9.7-12.el8.x86_64 ghc-srpm-macros-1.4.2-7.el8.noarch
go-srpm-macros-2-17.el8.noarch iptables-ebtables-1.8.4-20.el8.x86_64 iptables-libs-1.8.4-20.el8.x86_64 kernel-debug-devel-4.18.0-348.7.1.el8_5.x86_64
libbpf-0.4.0-1.el8.x86_64 libibverbs-35.0-1.el8.x86_64 libicu-60.3-2.el8_1.x86_64 libkcapi-1.2.0-2.el8.x86_64
libkcapi-hmaccalc-1.2.0-2.el8.x86_64 libmetalink-0.1.3-7.el8.x86_64 libnftnl-1.1.5-4.el8.x86_64 libpcap-14:1.9.1-5.el8.x86_64
libpkgconf-1.4.2-1.el8.x86_64 libsecret-0.18.6-1.el8.x86_64 libsigsegv-2.11-5.el8.x86_64 lz4-libs-1.8.3-3.el8_4.x86_64
memstrack-0.1.11-1.el8.x86_64 mozjs60-60.9.0-4.el8.x86_64 nftables-1:0.9.3-21.el8.x86_64 ocaml-srpm-macros-5-4.el8.noarch
openblas-srpm-macros-2-2.el8.noarch pciutils-3.7.0-1.el8.x86_64 pigz-2.4-4.el8.x86_64 pkgconf-1.4.2-1.el8.x86_64
pkgconf-m4-1.4.2-1.el8.noarch pkgconf-pkg-config-1.4.2-1.el8.x86_64 polkit-libs-0.115-12.el8.x86_64 python-rpm-macros-3-41.el8.noarch
python3-decorator-4.2.1-2.el8.noarch python3-firewall-0.9.3-7.el8.noarch python3-libselinux-2.9-5.el8.x86_64 python3-nftables-1:0.9.3-21.el8.x86_64
python3-rpm-macros-3-41.el8.noarch python3-slip-0.6.4-11.el8.noarch python3-slip-dbus-0.6.4-11.el8.noarch qt5-srpm-macros-5.15.2-1.el8.noarch
rdma-core-35.0-1.el8.x86_64 rpm-plugin-selinux-4.14.3-19.el8.x86_64 rust-srpm-macros-5-2.el8.noarch squashfs-tools-4.3-20.el8.x86_64
trousers-lib-0.3.15-1.el8.x86_64
Removed:
kernel-debug-devel-3.10.0-1160.119.1.el7.x86_64 libselinux-python-2.5-15.el7.x86_64 newt-python-0.52.15-4.el7.x86_64 nss-pem-1.0.3-7.el7_9.1.x86_64
python-firewall-0.6.3-13.el7_9.noarch python-slip-0.4.0-4.el7.noarch python-slip-dbus-0.4.0-4.el7.noarch
Complete!2.21 安装CentOS 8的新Kernel Core
dnf -y install kernel-core[root@localhost ~]# dnf -y install kernel-core
Last metadata expiration check: 0:37:57 ago on Thu 19 Dec 2024 03:03:13 PM CST.
Dependencies resolved.
========================================================================================================================================================================
Package Architecture Version Repository Size
========================================================================================================================================================================
Installing:
kernel-core x86_64 4.18.0-348.7.1.el8_5 baseos 38 M
Transaction Summary
========================================================================================================================================================================
Install 1 Package
Total size: 38 M
Installed size: 68 M
Downloading Packages:
[SKIPPED] kernel-core-4.18.0-348.7.1.el8_5.x86_64.rpm: Already downloaded
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : kernel-core-4.18.0-348.7.1.el8_5.x86_64 1/1
Running scriptlet: kernel-core-4.18.0-348.7.1.el8_5.x86_64 1/1
Verifying : kernel-core-4.18.0-348.7.1.el8_5.x86_64 1/1
Installed:
kernel-core-4.18.0-348.7.1.el8_5.x86_64
Complete!
2.22 安装CentOS 8最小化包(包含了刚才删除的NetworkManager、yum等)
dnf -y groupupdate "Core" "Minimal Install"[root@localhost ~]# dnf -y groupupdate "Core" "Minimal Install"
Last metadata expiration check: 0:38:43 ago on Thu 19 Dec 2024 03:03:13 PM CST.
Dependencies resolved.
========================================================================================================================================================================
Package Architecture Version Repository Size
========================================================================================================================================================================
Installing group/module packages:
NetworkManager x86_64 1:1.32.10-4.el8 baseos 2.6 M
NetworkManager-team x86_64 1:1.32.10-4.el8 baseos 148 k
NetworkManager-tui x86_64 1:1.32.10-4.el8 baseos 336 k
lshw x86_64 B.02.19.2-6.el8 baseos 341 k
prefixdevname x86_64 0.1.0-6.el8 baseos 466 k
sg3_utils x86_64 1.44-5.el8 baseos 917 k
sg3_utils-libs x86_64 1.44-5.el8 baseos 99 k
sssd-common x86_64 2.5.2-2.el8_5.3 baseos 1.6 M
sssd-kcm x86_64 2.5.2-2.el8_5.3 baseos 254 k
yum noarch 4.7.0-4.el8 baseos 205 k
Installing dependencies:
NetworkManager-libnm x86_64 1:1.32.10-4.el8 baseos 1.8 M
c-ares x86_64 1.13.0-5.el8 baseos 93 k
libbasicobjects x86_64 0.1.1-39.el8 baseos 31 k
libcollection x86_64 0.7.0-39.el8 baseos 48 k
libdhash x86_64 0.5.0-39.el8 baseos 34 k
libini_config x86_64 1.3.1-39.el8 baseos 70 k
libldb x86_64 2.3.0-2.el8 baseos 189 k
libnfsidmap x86_64 1:2.3.3-46.el8 baseos 121 k
libpath_utils x86_64 0.2.1-39.el8 baseos 34 k
libref_array x86_64 0.1.5-39.el8 baseos 33 k
libsss_certmap x86_64 2.5.2-2.el8_5.3 baseos 155 k
libsss_idmap x86_64 2.5.2-2.el8_5.3 baseos 120 k
libsss_nss_idmap x86_64 2.5.2-2.el8_5.3 baseos 127 k
libtalloc x86_64 2.3.2-1.el8 baseos 49 k
libtdb x86_64 1.4.3-1.el8 baseos 59 k
libtevent x86_64 0.11.0-0.el8 baseos 50 k
lmdb-libs x86_64 0.9.24-1.el8 baseos 58 k
sssd-client x86_64 2.5.2-2.el8_5.3 baseos 205 k
Installing weak dependencies:
libsss_autofs x86_64 2.5.2-2.el8_5.3 baseos 118 k
libsss_sudo x86_64 2.5.2-2.el8_5.3 baseos 116 k
sssd-nfs-idmap x86_64 2.5.2-2.el8_5.3 baseos 116 k
Installing Environment Groups:
Minimal Install
Installing Groups:
core
Transaction Summary
========================================================================================================================================================================
Install 31 Packages
Total size: 11 M
Total download size: 5.6 M
Installed size: 30 M
Downloading Packages:
[SKIPPED] NetworkManager-1.32.10-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] NetworkManager-libnm-1.32.10-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] NetworkManager-team-1.32.10-4.el8.x86_64.rpm: Already downloaded
[SKIPPED] NetworkManager-tui-1.32.10-4.el8.x86_64.rpm: Already downloaded
(5/31): libbasicobjects-0.1.1-39.el8.x86_64.rpm 27 kB/s | 31 kB 00:01
(6/31): libcollection-0.7.0-39.el8.x86_64.rpm 38 kB/s | 48 kB 00:01
(7/31): c-ares-1.13.0-5.el8.x86_64.rpm 63 kB/s | 93 kB 00:01
(8/31): libdhash-0.5.0-39.el8.x86_64.rpm 53 kB/s | 34 kB 00:00
(9/31): libini_config-1.3.1-39.el8.x86_64.rpm 125 kB/s | 70 kB 00:00
(10/31): libpath_utils-0.2.1-39.el8.x86_64.rpm 60 kB/s | 34 kB 00:00
(11/31): libldb-2.3.0-2.el8.x86_64.rpm 189 kB/s | 189 kB 00:00
(12/31): libnfsidmap-2.3.3-46.el8.x86_64.rpm 144 kB/s | 121 kB 00:00
(13/31): libsss_autofs-2.5.2-2.el8_5.3.x86_64.rpm 165 kB/s | 118 kB 00:00
(14/31): libsss_certmap-2.5.2-2.el8_5.3.x86_64.rpm 165 kB/s | 155 kB 00:00
(15/31): libref_array-0.1.5-39.el8.x86_64.rpm 27 kB/s | 33 kB 00:01
(16/31): libsss_idmap-2.5.2-2.el8_5.3.x86_64.rpm 179 kB/s | 120 kB 00:00
(17/31): libtalloc-2.3.2-1.el8.x86_64.rpm 110 kB/s | 49 kB 00:00
(18/31): libsss_nss_idmap-2.5.2-2.el8_5.3.x86_64.rpm 168 kB/s | 127 kB 00:00
(19/31): libsss_sudo-2.5.2-2.el8_5.3.x86_64.rpm 105 kB/s | 116 kB 00:01
(20/31): libtevent-0.11.0-0.el8.x86_64.rpm 103 kB/s | 50 kB 00:00
(21/31): libtdb-1.4.3-1.el8.x86_64.rpm 116 kB/s | 59 kB 00:00
(22/31): lmdb-libs-0.9.24-1.el8.x86_64.rpm 65 kB/s | 58 kB 00:00
(23/31): lshw-B.02.19.2-6.el8.x86_64.rpm 223 kB/s | 341 kB 00:01
(24/31): prefixdevname-0.1.0-6.el8.x86_64.rpm 265 kB/s | 466 kB 00:01
(25/31): sg3_utils-libs-1.44-5.el8.x86_64.rpm 144 kB/s | 99 kB 00:00
(26/31): sssd-client-2.5.2-2.el8_5.3.x86_64.rpm 245 kB/s | 205 kB 00:00
(27/31): sssd-kcm-2.5.2-2.el8_5.3.x86_64.rpm 276 kB/s | 254 kB 00:00
(28/31): sssd-nfs-idmap-2.5.2-2.el8_5.3.x86_64.rpm 83 kB/s | 116 kB 00:01
(29/31): yum-4.7.0-4.el8.noarch.rpm 223 kB/s | 205 kB 00:00
(30/31): sssd-common-2.5.2-2.el8_5.3.x86_64.rpm 429 kB/s | 1.6 MB 00:03
(31/31): sg3_utils-1.44-5.el8.x86_64.rpm 49 kB/s | 917 kB 00:18
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 236 kB/s | 5.6 MB 00:24
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : libtalloc-2.3.2-1.el8.x86_64 1/31
Installing : libtevent-0.11.0-0.el8.x86_64 2/31
Installing : libtdb-1.4.3-1.el8.x86_64 3/31
Running scriptlet: libtdb-1.4.3-1.el8.x86_64 3/31
Installing : libref_array-0.1.5-39.el8.x86_64 4/31
Installing : libcollection-0.7.0-39.el8.x86_64 5/31
Installing : libbasicobjects-0.1.1-39.el8.x86_64 6/31
Installing : libsss_idmap-2.5.2-2.el8_5.3.x86_64 7/31
Running scriptlet: libsss_idmap-2.5.2-2.el8_5.3.x86_64 7/31
Installing : libdhash-0.5.0-39.el8.x86_64 8/31
Installing : NetworkManager-libnm-1:1.32.10-4.el8.x86_64 9/31
Running scriptlet: NetworkManager-libnm-1:1.32.10-4.el8.x86_64 9/31
Running scriptlet: NetworkManager-1:1.32.10-4.el8.x86_64 10/31
Installing : NetworkManager-1:1.32.10-4.el8.x86_64 10/31
Running scriptlet: NetworkManager-1:1.32.10-4.el8.x86_64 10/31
Installing : libsss_certmap-2.5.2-2.el8_5.3.x86_64 11/31
Running scriptlet: libsss_certmap-2.5.2-2.el8_5.3.x86_64 11/31
Installing : sg3_utils-libs-1.44-5.el8.x86_64 12/31
Running scriptlet: sg3_utils-libs-1.44-5.el8.x86_64 12/31
Installing : lmdb-libs-0.9.24-1.el8.x86_64 13/31
Installing : libldb-2.3.0-2.el8.x86_64 14/31
Installing : libsss_sudo-2.5.2-2.el8_5.3.x86_64 15/31
Running scriptlet: libsss_sudo-2.5.2-2.el8_5.3.x86_64 15/31
Installing : libsss_nss_idmap-2.5.2-2.el8_5.3.x86_64 16/31
Running scriptlet: libsss_nss_idmap-2.5.2-2.el8_5.3.x86_64 16/31
Installing : sssd-client-2.5.2-2.el8_5.3.x86_64 17/31
Running scriptlet: sssd-client-2.5.2-2.el8_5.3.x86_64 17/31
Installing : libsss_autofs-2.5.2-2.el8_5.3.x86_64 18/31
Installing : libpath_utils-0.2.1-39.el8.x86_64 19/31
Installing : libini_config-1.3.1-39.el8.x86_64 20/31
Installing : libnfsidmap-1:2.3.3-46.el8.x86_64 21/31
Installing : sssd-nfs-idmap-2.5.2-2.el8_5.3.x86_64 22/31
Installing : c-ares-1.13.0-5.el8.x86_64 23/31
Running scriptlet: c-ares-1.13.0-5.el8.x86_64 23/31
Running scriptlet: sssd-common-2.5.2-2.el8_5.3.x86_64 24/31
Installing : sssd-common-2.5.2-2.el8_5.3.x86_64 24/31
Running scriptlet: sssd-common-2.5.2-2.el8_5.3.x86_64 24/31
Installing : sssd-kcm-2.5.2-2.el8_5.3.x86_64 25/31
Running scriptlet: sssd-kcm-2.5.2-2.el8_5.3.x86_64 25/31
Installing : sg3_utils-1.44-5.el8.x86_64 26/31
Installing : NetworkManager-team-1:1.32.10-4.el8.x86_64 27/31
Installing : NetworkManager-tui-1:1.32.10-4.el8.x86_64 28/31
Installing : yum-4.7.0-4.el8.noarch 29/31
Installing : prefixdevname-0.1.0-6.el8.x86_64 30/31
Installing : lshw-B.02.19.2-6.el8.x86_64 31/31
Running scriptlet: sssd-common-2.5.2-2.el8_5.3.x86_64 31/31
Running scriptlet: lshw-B.02.19.2-6.el8.x86_64 31/31
Verifying : NetworkManager-1:1.32.10-4.el8.x86_64 1/31
Verifying : NetworkManager-libnm-1:1.32.10-4.el8.x86_64 2/31
Verifying : NetworkManager-team-1:1.32.10-4.el8.x86_64 3/31
Verifying : NetworkManager-tui-1:1.32.10-4.el8.x86_64 4/31
Verifying : c-ares-1.13.0-5.el8.x86_64 5/31
Verifying : libbasicobjects-0.1.1-39.el8.x86_64 6/31
Verifying : libcollection-0.7.0-39.el8.x86_64 7/31
Verifying : libdhash-0.5.0-39.el8.x86_64 8/31
Verifying : libini_config-1.3.1-39.el8.x86_64 9/31
Verifying : libldb-2.3.0-2.el8.x86_64 10/31
Verifying : libnfsidmap-1:2.3.3-46.el8.x86_64 11/31
Verifying : libpath_utils-0.2.1-39.el8.x86_64 12/31
Verifying : libref_array-0.1.5-39.el8.x86_64 13/31
Verifying : libsss_autofs-2.5.2-2.el8_5.3.x86_64 14/31
Verifying : libsss_certmap-2.5.2-2.el8_5.3.x86_64 15/31
Verifying : libsss_idmap-2.5.2-2.el8_5.3.x86_64 16/31
Verifying : libsss_nss_idmap-2.5.2-2.el8_5.3.x86_64 17/31
Verifying : libsss_sudo-2.5.2-2.el8_5.3.x86_64 18/31
Verifying : libtalloc-2.3.2-1.el8.x86_64 19/31
Verifying : libtdb-1.4.3-1.el8.x86_64 20/31
Verifying : libtevent-0.11.0-0.el8.x86_64 21/31
Verifying : lmdb-libs-0.9.24-1.el8.x86_64 22/31
Verifying : lshw-B.02.19.2-6.el8.x86_64 23/31
Verifying : prefixdevname-0.1.0-6.el8.x86_64 24/31
Verifying : sg3_utils-1.44-5.el8.x86_64 25/31
Verifying : sg3_utils-libs-1.44-5.el8.x86_64 26/31
Verifying : sssd-client-2.5.2-2.el8_5.3.x86_64 27/31
Verifying : sssd-common-2.5.2-2.el8_5.3.x86_64 28/31
Verifying : sssd-kcm-2.5.2-2.el8_5.3.x86_64 29/31
Verifying : sssd-nfs-idmap-2.5.2-2.el8_5.3.x86_64 30/31
Verifying : yum-4.7.0-4.el8.noarch 31/31
Installed:
NetworkManager-1:1.32.10-4.el8.x86_64 NetworkManager-libnm-1:1.32.10-4.el8.x86_64 NetworkManager-team-1:1.32.10-4.el8.x86_64
NetworkManager-tui-1:1.32.10-4.el8.x86_64 c-ares-1.13.0-5.el8.x86_64 libbasicobjects-0.1.1-39.el8.x86_64
libcollection-0.7.0-39.el8.x86_64 libdhash-0.5.0-39.el8.x86_64 libini_config-1.3.1-39.el8.x86_64
libldb-2.3.0-2.el8.x86_64 libnfsidmap-1:2.3.3-46.el8.x86_64 libpath_utils-0.2.1-39.el8.x86_64
libref_array-0.1.5-39.el8.x86_64 libsss_autofs-2.5.2-2.el8_5.3.x86_64 libsss_certmap-2.5.2-2.el8_5.3.x86_64
libsss_idmap-2.5.2-2.el8_5.3.x86_64 libsss_nss_idmap-2.5.2-2.el8_5.3.x86_64 libsss_sudo-2.5.2-2.el8_5.3.x86_64
libtalloc-2.3.2-1.el8.x86_64 libtdb-1.4.3-1.el8.x86_64 libtevent-0.11.0-0.el8.x86_64
lmdb-libs-0.9.24-1.el8.x86_64 lshw-B.02.19.2-6.el8.x86_64 prefixdevname-0.1.0-6.el8.x86_64
sg3_utils-1.44-5.el8.x86_64 sg3_utils-libs-1.44-5.el8.x86_64 sssd-client-2.5.2-2.el8_5.3.x86_64
sssd-common-2.5.2-2.el8_5.3.x86_64 sssd-kcm-2.5.2-2.el8_5.3.x86_64 sssd-nfs-idmap-2.5.2-2.el8_5.3.x86_64
yum-4.7.0-4.el8.noarch
Complete!2.23 重装yum并做关联
dnf install yum
cp /usr/bin/dnf /usr/bin/yum
yum --version[root@localhost ~]# dnf install yum
Last metadata expiration check: 0:40:01 ago on Thu 19 Dec 2024 03:03:13 PM CST.
Package yum-4.7.0-4.el8.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[root@localhost ~]# cp /usr/bin/dnf /usr/bin/yum
cp: '/usr/bin/dnf' and '/usr/bin/yum' are the same file
[root@localhost ~]# yum --version
4.7.0
Installed: dnf-0:4.7.0-4.el8.noarch at Thu 19 Dec 2024 07:35:12 AM GMT
Built : CentOS Buildsys <bugs@centos.org> at Fri 17 Sep 2021 07:06:14 PM GMT
Installed: rpm-0:4.14.3-19.el8.x86_64 at Thu 19 Dec 2024 07:35:10 AM GMT
Built : CentOS Buildsys <bugs@centos.org> at Fri 15 Oct 2021 05:46:55 PM GMT
[root@localhost yum]# yum --version
4.7.0
Installed: dnf-0:4.7.0-20.el8.noarch at Thu 19 Dec 2024 06:08:14 AM GMT
Built : infrastructure@rockylinux.org at Mon 16 Oct 2023 06:57:12 PM GMT
Installed: rpm-0:4.14.3-32.el8_10.x86_64 at Thu 19 Dec 2024 06:06:57 AM GMT
Built : infrastructure@rockylinux.org at Tue 17 Dec 2024 05:40:06 PM GMT
到目前为止,已经完成了CentOS 7升级到CentOS 8
2.23 重启生效
init 63.升级结果
Connecting to 192.168.19.129:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.
WARNING! The remote SSH server rejected X11 forwarding request.
Last login: Thu Dec 19 15:48:11 2024 from 192.168.19.1
Produced by Devin
SERVER INFORMATION
Hostname....... : localhost.localdomain
IP Address..... : 192.168.19.129
Release........ : CentOS Linux 8
Kernel......... : Linux 4.18.0-348.7.1.el8_5.x86_64
CPU............ : 11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz
11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz
SERVER STATISTICS
Disk Usage..... : 4.2G Used, 33G Free, 37G Total
[######--------------------------------------------] 12%
Memory Usage... : 0G Used, 2G Free, 3G Total
[--------------------------------------------------] 0.00%
Swap Usage..... : 0G Used, 1G Free, 1G Total
[--------------------------------------------------] 0.00%
Running Process : 152
Load Averages.. : 0.00, 0.02, 0.00 (1min, 5mins, 15mins)
ACCESS & AVAILABILITY
Uptime......... : 7 minutes
Last Boot...... : 2024-12-19, 15:45:14
Current Time... : Thursday, 19 December 2024, 15:53:09
Last Login..... : root (192.168.19.1) at 19 Dec 15:31
Users Logged on : 2 users (root, root)欢迎关注我的公众号 辣个男人Devin ,新鲜技术文章第一时间推送。
参考链接:
https://www.cnblogs.com/dinmin/p/17694303.html
https://docs.rockylinux.org/zh/guides/migrate2rocky/
https://github.com/rocky-linux/rocky-tools/blob/main/migrate2rocky/migrate2rocky.sh