|
|
(59 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| | | |
− | = Setup Asterisk 18.1.0 on CentOS 7 = | + | = Install and Configure Base OS = |
| | | |
| == Install from CentOS 7 CD (Minimal Install) == | | == Install from CentOS 7 CD (Minimal Install) == |
Line 12: |
Line 12: |
| </pre> | | </pre> |
| | | |
− | == Copy authorized_keys from another server == | + | == Setting up PSK login access, if desired == |
| + | |
| + | === Copy authorized_keys from another server === |
| + | |
| + | I have another server that already has my authorized keys, so I"ll copy it from there. You can also past in your RSA key into '''~/.ssh/authorized_keys''', if you prefer. |
| | | |
| <pre> | | <pre> |
| [sfiggins@cn38-inverness-co ~]$ scp -r 216.112.193.138:.ssh/ . | | [sfiggins@cn38-inverness-co ~]$ scp -r 216.112.193.138:.ssh/ . |
| + | |
| The authenticity of host '216.112.193.138 (216.112.193.138)' can't be established. | | The authenticity of host '216.112.193.138 (216.112.193.138)' can't be established. |
| RSA key fingerprint is 5f:61:91:46:5c:c8:4c:a1:2e:25:0b:61:1e:97:d9:ed. | | RSA key fingerprint is 5f:61:91:46:5c:c8:4c:a1:2e:25:0b:61:1e:97:d9:ed. |
Line 28: |
Line 33: |
| </pre> | | </pre> |
| | | |
− | == Login in using private key == | + | === Login in using private key === |
| | | |
| <pre> | | <pre> |
Line 37: |
Line 42: |
| | | |
| == Sudo to Root == | | == Sudo to Root == |
| + | |
| + | All the installation steps in this guide must be performed as root. You can either prefix each command with '''"sudo"''' or just use sudo to become the '''root''' account and execute them as listed. |
| | | |
| <pre> | | <pre> |
Line 53: |
Line 60: |
| | | |
| == Fix Sudoers == | | == Fix Sudoers == |
| + | |
| + | This fix will remove the need to reenter your puser password when running the '''"sudo"''' command. This is a preference, and does not need to be done if you prefer to enter the password each time. |
| | | |
| <pre> | | <pre> |
Line 58: |
Line 67: |
| </pre> | | </pre> |
| | | |
− | == Disable an d remove NetworkManager == | + | Comment out the below matching line, by adding '''"# "''' in beginning of the line. |
| + | |
| + | <pre> |
| + | %wheel ALL=(ALL) ALL |
| + | </pre> |
| + | |
| + | Remove the comment from the below matching line by removing the '''"# "''' from the beginning of the line. |
| + | |
| + | <pre> |
| + | # %wheel ALL=(ALL) NOPASSWD: ALL |
| + | </pre> |
| + | |
| + | Save this file using the '''":wq!"''' command, as this file is read-only. |
| + | |
| + | == Disable and remove NetworkManager == |
| + | |
| + | The '''NetworkManager''' packages are not needed on a Linux server and they just get in the way. Removing them is the best option. They are more useful on a workstation that will be changing networks frequently. |
| | | |
| <pre> | | <pre> |
| [root@cn38-inverness-co ~]# /bin/systemctl disable NetworkManager | | [root@cn38-inverness-co ~]# /bin/systemctl disable NetworkManager |
| + | |
| rm '/etc/systemd/system/multi-user.target.wants/NetworkManager.service' | | rm '/etc/systemd/system/multi-user.target.wants/NetworkManager.service' |
| rm '/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service' | | rm '/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service' |
Line 69: |
Line 95: |
| | | |
| [root@cn38-inverness-co ~]# yum erase NetworkManager-tui NetworkManager-glib NetworkManager | | [root@cn38-inverness-co ~]# yum erase NetworkManager-tui NetworkManager-glib NetworkManager |
| + | |
| Loaded plugins: fastestmirror | | Loaded plugins: fastestmirror |
| No Match for argument: NetworkManager-glib | | No Match for argument: NetworkManager-glib |
Line 110: |
Line 137: |
| | | |
| == Disable SELinux == | | == Disable SELinux == |
| + | |
| + | This mostly gets in the way, and we will disable it. There are steps that can be taken to leave this intact and functioning and still allow the system to function propperly, but I'll not discuss that here. |
| | | |
| <pre> | | <pre> |
Line 117: |
Line 146: |
| | | |
| == Update System Packages == | | == Update System Packages == |
| + | |
| + | Update the system packages. Some of the later steps will require give errors depending on system package levels that are available, and it is just good measure to make sure the latest packages are installed. |
| | | |
| <pre> | | <pre> |
| [root@cn38-inverness-co ~]# yum -y update | | [root@cn38-inverness-co ~]# yum -y update |
| + | |
| Loaded plugins: fastestmirror | | Loaded plugins: fastestmirror |
| Loading mirror speeds from cached hostfile | | Loading mirror speeds from cached hostfile |
Line 128: |
Line 160: |
| --> Running transaction check | | --> Running transaction check |
| ---> Package NetworkManager-libnm.x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 will be updated | | ---> Package NetworkManager-libnm.x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 will be updated |
− | ---> Package NetworkManager-libnm.x86_64 1:1.18.8-2.el7_9 will be an update
| + | |
− | ---> Package acl.x86_64 0:2.2.51-12.el7 will be updated
| + | === SNIP === |
− | ---> Package acl.x86_64 0:2.2.51-15.el7 will be an update
| + | |
− | ---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be updated
| |
− | ---> Package alsa-lib.x86_64 0:1.1.8-1.el7 will be an update
| |
− | ---> Package alsa-tools-firmware.x86_64 0:1.0.27-4.el7 will be updated
| |
− | ---> Package alsa-tools-firmware.x86_64 0:1.1.0-1.el7 will be an update
| |
− | ---> Package audit.x86_64 0:2.4.1-5.el7 will be updated
| |
− | ---> Package audit.x86_64 0:2.8.5-4.el7 will be an update
| |
− | ---> Package audit-libs.x86_64 0:2.4.1-5.el7 will be updated
| |
− | ---> Package audit-libs.x86_64 0:2.8.5-4.el7 will be an update
| |
− | ---> Package authconfig.x86_64 0:6.2.8-9.el7 will be updated
| |
− | ---> Package authconfig.x86_64 0:6.2.8-30.el7 will be an update
| |
− | ---> Package avahi-autoipd.x86_64 0:0.6.31-14.el7 will be updated
| |
− | ---> Package avahi-autoipd.x86_64 0:0.6.31-20.el7 will be an update
| |
− | ---> Package avahi-libs.x86_64 0:0.6.31-14.el7 will be updated
| |
− | ---> Package avahi-libs.x86_64 0:0.6.31-20.el7 will be an update
| |
− | ---> Package bash.x86_64 0:4.2.46-12.el7 will be updated
| |
− | ---> Package bash.x86_64 0:4.2.46-34.el7 will be an update
| |
− | ---> Package bind-libs-lite.x86_64 32:9.9.4-18.el7 will be updated
| |
− | ---> Package bind-libs-lite.x86_64 32:9.11.4-26.P2.el7_9.2 will be an update
| |
− | --> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-libs-lite-9.11.4-26.P2.el7_9.2.x86_64
| |
− | ---> Package bind-license.noarch 32:9.9.4-18.el7 will be updated
| |
− | ---> Package bind-license.noarch 32:9.11.4-26.P2.el7_9.2 will be an update
| |
− | ---> Package binutils.x86_64 0:2.23.52.0.1-30.el7 will be updated
| |
− | ---> Package binutils.x86_64 0:2.27-44.base.el7 will be an update
| |
− | ---> Package biosdevname.x86_64 0:0.6.1-2.el7 will be updated
| |
− | ---> Package biosdevname.x86_64 0:0.7.3-2.el7 will be an update
| |
− | ---> Package btrfs-progs.x86_64 0:3.16.2-1.el7 will be updated
| |
− | ---> Package btrfs-progs.x86_64 0:4.9.1-1.el7 will be an update
| |
− | ---> Package bzip2-libs.x86_64 0:1.0.6-12.el7 will be updated
| |
− | ---> Package bzip2-libs.x86_64 0:1.0.6-13.el7 will be an update
| |
− | ---> Package ca-certificates.noarch 0:2014.1.98-72.el7 will be updated
| |
− | ---> Package ca-certificates.noarch 0:2020.2.41-70.0.el7_8 will be an update
| |
− | ---> Package centos-logos.noarch 0:70.0.6-1.el7.centos will be updated
| |
− | ---> Package centos-logos.noarch 0:70.0.6-3.el7.centos will be an update
| |
− | ---> Package centos-release.x86_64 0:7-1.1503.el7.centos.2.8 will be updated
| |
− | ---> Package centos-release.x86_64 0:7-9.2009.1.el7.centos will be an update
| |
− | ---> Package chkconfig.x86_64 0:1.3.61-4.el7 will be updated
| |
− | ---> Package chkconfig.x86_64 0:1.7.6-1.el7 will be an update
| |
− | ---> Package chrony.x86_64 0:1.29.1-1.el7.centos will be updated
| |
− | ---> Package chrony.x86_64 0:3.4-1.el7 will be an update
| |
− | --> Processing Dependency: libseccomp.so.2()(64bit) for package: chrony-3.4-1.el7.x86_64
| |
− | ---> Package coreutils.x86_64 0:8.22-11.el7 will be updated
| |
− | ---> Package coreutils.x86_64 0:8.22-24.el7_9.2 will be an update
| |
− | ---> Package cpio.x86_64 0:2.11-22.el7 will be updated
| |
− | ---> Package cpio.x86_64 0:2.11-28.el7 will be an update
| |
− | ---> Package cronie.x86_64 0:1.4.11-13.el7 will be updated
| |
− | ---> Package cronie.x86_64 0:1.4.11-23.el7 will be an update
| |
− | ---> Package cronie-anacron.x86_64 0:1.4.11-13.el7 will be updated
| |
− | ---> Package cronie-anacron.x86_64 0:1.4.11-23.el7 will be an update
| |
− | ---> Package cryptsetup-libs.x86_64 0:1.6.6-3.el7 will be updated
| |
− | ---> Package cryptsetup-libs.x86_64 0:2.0.3-6.el7 will be an update
| |
− | ---> Package curl.x86_64 0:7.29.0-19.el7 will be updated
| |
− | ---> Package curl.x86_64 0:7.29.0-59.el7_9.1 will be an update
| |
− | ---> Package cyrus-sasl-lib.x86_64 0:2.1.26-17.el7 will be updated
| |
− | ---> Package cyrus-sasl-lib.x86_64 0:2.1.26-23.el7 will be an update
| |
− | ---> Package dbus.x86_64 1:1.6.12-11.el7 will be updated
| |
− | ---> Package dbus.x86_64 1:1.10.24-15.el7 will be an update
| |
− | ---> Package dbus-libs.x86_64 1:1.6.12-11.el7 will be updated
| |
− | ---> Package dbus-libs.x86_64 1:1.10.24-15.el7 will be an update
| |
− | ---> Package device-mapper.x86_64 7:1.02.93-3.el7 will be updated
| |
− | ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be an update
| |
− | ---> Package device-mapper-event.x86_64 7:1.02.93-3.el7 will be updated
| |
− | ---> Package device-mapper-event.x86_64 7:1.02.170-6.el7 will be an update
| |
− | ---> Package device-mapper-event-libs.x86_64 7:1.02.93-3.el7 will be updated
| |
− | ---> Package device-mapper-event-libs.x86_64 7:1.02.170-6.el7 will be an update
| |
− | ---> Package device-mapper-libs.x86_64 7:1.02.93-3.el7 will be updated
| |
− | ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be an update
| |
− | ---> Package device-mapper-persistent-data.x86_64 0:0.4.1-2.el7 will be updated
| |
− | ---> Package device-mapper-persistent-data.x86_64 0:0.8.5-3.el7_9.2 will be an update
| |
− | ---> Package dhclient.x86_64 12:4.2.5-36.el7.centos will be updated
| |
− | ---> Package dhclient.x86_64 12:4.2.5-82.el7.centos will be an update
| |
− | --> Processing Dependency: libisc-export.so.169()(64bit) for package: 12:dhclient-4.2.5-82.el7.centos.x86_64
| |
− | --> Processing Dependency: libdns-export.so.1102()(64bit) for package: 12:dhclient-4.2.5-82.el7.centos.x86_64
| |
− | ---> Package dhcp-common.x86_64 12:4.2.5-36.el7.centos will be updated
| |
− | ---> Package dhcp-common.x86_64 12:4.2.5-82.el7.centos will be an update
| |
− | ---> Package dhcp-libs.x86_64 12:4.2.5-36.el7.centos will be updated
| |
− | ---> Package dhcp-libs.x86_64 12:4.2.5-82.el7.centos will be an update
| |
− | ---> Package diffutils.x86_64 0:3.3-4.el7 will be updated
| |
− | ---> Package diffutils.x86_64 0:3.3-5.el7 will be an update
| |
− | ---> Package dmidecode.x86_64 1:2.12-5.el7 will be updated
| |
− | ---> Package dmidecode.x86_64 1:3.2-5.el7 will be an update
| |
− | ---> Package dnsmasq.x86_64 0:2.66-12.el7 will be updated
| |
− | ---> Package dnsmasq.x86_64 0:2.76-16.el7 will be an update
| |
− | ---> Package dracut.x86_64 0:033-240.el7 will be updated
| |
− | ---> Package dracut.x86_64 0:033-572.el7 will be an update
| |
− | ---> Package dracut-config-rescue.x86_64 0:033-240.el7 will be updated
| |
− | ---> Package dracut-config-rescue.x86_64 0:033-572.el7 will be an update
| |
− | ---> Package dracut-network.x86_64 0:033-240.el7 will be updated
| |
− | ---> Package dracut-network.x86_64 0:033-572.el7 will be an update
| |
− | ---> Package e2fsprogs.x86_64 0:1.42.9-7.el7 will be updated
| |
− | ---> Package e2fsprogs.x86_64 0:1.42.9-19.el7 will be an update
| |
− | ---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be updated
| |
− | ---> Package e2fsprogs-libs.x86_64 0:1.42.9-19.el7 will be an update
| |
− | ---> Package ebtables.x86_64 0:2.0.10-13.el7 will be updated
| |
− | ---> Package ebtables.x86_64 0:2.0.10-16.el7 will be an update
| |
− | ---> Package elfutils-libelf.x86_64 0:0.160-1.el7 will be updated
| |
− | ---> Package elfutils-libelf.x86_64 0:0.176-5.el7 will be an update
| |
− | ---> Package elfutils-libs.x86_64 0:0.160-1.el7 will be updated
| |
− | ---> Package elfutils-libs.x86_64 0:0.176-5.el7 will be an update
| |
− | --> Processing Dependency: default-yama-scope for package: elfutils-libs-0.176-5.el7.x86_64
| |
− | ---> Package ethtool.x86_64 2:3.15-2.el7 will be updated
| |
− | ---> Package ethtool.x86_64 2:4.8-10.el7 will be an update
| |
− | ---> Package expat.x86_64 0:2.1.0-8.el7 will be updated
| |
− | ---> Package expat.x86_64 0:2.1.0-12.el7 will be an update
| |
− | ---> Package file.x86_64 0:5.11-21.el7 will be updated
| |
− | ---> Package file.x86_64 0:5.11-37.el7 will be an update
| |
− | ---> Package file-libs.x86_64 0:5.11-21.el7 will be updated
| |
− | ---> Package file-libs.x86_64 0:5.11-37.el7 will be an update
| |
− | ---> Package filesystem.x86_64 0:3.2-18.el7 will be updated
| |
− | ---> Package filesystem.x86_64 0:3.2-25.el7 will be an update
| |
− | ---> Package findutils.x86_64 1:4.5.11-3.el7 will be updated
| |
− | ---> Package findutils.x86_64 1:4.5.11-6.el7 will be an update
| |
− | ---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be updated
| |
− | ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be an update
| |
− | ---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be updated
| |
− | ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be an update
| |
− | ---> Package firewalld.noarch 0:0.3.9-11.el7 will be updated
| |
− | ---> Package firewalld.noarch 0:0.6.3-12.el7 will be an update
| |
− | --> Processing Dependency: python-firewall = 0.6.3-12.el7 for package: firewalld-0.6.3-12.el7.noarch
| |
− | --> Processing Dependency: firewalld-filesystem = 0.6.3-12.el7 for package: firewalld-0.6.3-12.el7.noarch
| |
− | --> Processing Dependency: ipset for package: firewalld-0.6.3-12.el7.noarch
| |
− | ---> Package freetype.x86_64 0:2.4.11-9.el7 will be updated
| |
− | ---> Package freetype.x86_64 0:2.8-14.el7_9.1 will be an update
| |
− | --> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: freetype-2.8-14.el7_9.1.x86_64
| |
− | --> Processing Dependency: libpng15.so.15()(64bit) for package: freetype-2.8-14.el7_9.1.x86_64
| |
− | ---> Package gawk.x86_64 0:4.0.2-4.el7 will be updated
| |
− | ---> Package gawk.x86_64 0:4.0.2-4.el7_3.1 will be an update
| |
− | ---> Package gettext.x86_64 0:0.18.2.1-4.el7 will be updated
| |
− | ---> Package gettext.x86_64 0:0.19.8.1-3.el7 will be an update
| |
− | ---> Package gettext-libs.x86_64 0:0.18.2.1-4.el7 will be updated
| |
− | ---> Package gettext-libs.x86_64 0:0.19.8.1-3.el7 will be an update
| |
− | ---> Package glib-networking.x86_64 0:2.40.0-1.el7 will be updated
| |
− | ---> Package glib-networking.x86_64 0:2.56.1-1.el7 will be an update
| |
− | ---> Package glib2.x86_64 0:2.40.0-4.el7 will be updated
| |
− | ---> Package glib2.x86_64 0:2.56.1-8.el7 will be an update
| |
− | ---> Package glibc.x86_64 0:2.17-78.el7 will be updated
| |
− | ---> Package glibc.x86_64 0:2.17-317.el7 will be an update
| |
− | ---> Package glibc-common.x86_64 0:2.17-78.el7 will be updated
| |
− | ---> Package glibc-common.x86_64 0:2.17-317.el7 will be an update
| |
− | ---> Package gmp.x86_64 1:6.0.0-11.el7 will be updated
| |
− | ---> Package gmp.x86_64 1:6.0.0-15.el7 will be an update
| |
− | ---> Package gnupg2.x86_64 0:2.0.22-3.el7 will be updated
| |
− | ---> Package gnupg2.x86_64 0:2.0.22-5.el7_5 will be an update
| |
− | ---> Package gnutls.x86_64 0:3.3.8-12.el7 will be updated
| |
− | ---> Package gnutls.x86_64 0:3.3.29-9.el7_6 will be an update
| |
− | ---> Package gobject-introspection.x86_64 0:1.36.0-4.el7 will be updated
| |
− | ---> Package gobject-introspection.x86_64 0:1.56.1-1.el7 will be an update
| |
− | ---> Package grep.x86_64 0:2.20-1.el7 will be updated
| |
− | ---> Package grep.x86_64 0:2.20-3.el7 will be an update
| |
− | ---> Package grub2.x86_64 1:2.02-0.16.el7.centos will be obsoleted
| |
− | ---> Package grub2.x86_64 1:2.02-0.86.el7.centos will be obsoleting
| |
− | --> Processing Dependency: grub2-pc = 1:2.02-0.86.el7.centos for package: 1:grub2-2.02-0.86.el7.centos.x86_64
| |
− | ---> Package grub2-tools.x86_64 1:2.02-0.16.el7.centos will be obsoleted
| |
− | ---> Package grub2-tools.x86_64 1:2.02-0.86.el7.centos will be obsoleting
| |
− | --> Processing Dependency: grub2-common = 1:2.02-0.86.el7.centos for package: 1:grub2-tools-2.02-0.86.el7.centos.x86_64
| |
− | ---> Package grub2-tools-extra.x86_64 1:2.02-0.86.el7.centos will be obsoleting
| |
− | ---> Package grub2-tools-minimal.x86_64 1:2.02-0.86.el7.centos will be obsoleting
| |
− | ---> Package grubby.x86_64 0:8.28-11.el7 will be updated
| |
− | ---> Package grubby.x86_64 0:8.28-26.el7 will be an update
| |
− | ---> Package gsettings-desktop-schemas.x86_64 0:3.8.2-3.el7 will be updated
| |
− | ---> Package gsettings-desktop-schemas.x86_64 0:3.28.0-3.el7 will be an update
| |
− | ---> Package gzip.x86_64 0:1.5-7.el7 will be updated
| |
− | ---> Package gzip.x86_64 0:1.5-10.el7 will be an update
| |
− | ---> Package hostname.x86_64 0:3.13-3.el7 will be updated
| |
− | ---> Package hostname.x86_64 0:3.13-3.el7_7.1 will be an update
| |
− | ---> Package hwdata.noarch 0:0.252-7.5.el7 will be updated
| |
− | ---> Package hwdata.x86_64 0:0.252-9.7.el7 will be an update
| |
− | ---> Package info.x86_64 0:5.1-4.el7 will be updated
| |
− | ---> Package info.x86_64 0:5.1-5.el7 will be an update
| |
− | ---> Package initscripts.x86_64 0:9.49.24-1.el7 will be updated
| |
− | ---> Package initscripts.x86_64 0:9.49.53-1.el7_9.1 will be an update
| |
− | --> Processing Dependency: bc for package: initscripts-9.49.53-1.el7_9.1.x86_64
| |
− | ---> Package iproute.x86_64 0:3.10.0-21.el7 will be updated
| |
− | ---> Package iproute.x86_64 0:4.11.0-30.el7 will be an update
| |
− | ---> Package iprutils.x86_64 0:2.4.3-3.el7 will be updated
| |
− | ---> Package iprutils.x86_64 0:2.4.17.1-3.el7_7 will be an update
| |
− | --> Processing Dependency: lsscsi for package: iprutils-2.4.17.1-3.el7_7.x86_64
| |
− | ---> Package iptables.x86_64 0:1.4.21-13.el7 will be updated
| |
− | ---> Package iptables.x86_64 0:1.4.21-35.el7 will be an update
| |
− | ---> Package iputils.x86_64 0:20121221-6.el7 will be updated
| |
− | ---> Package iputils.x86_64 0:20160308-10.el7 will be an update
| |
− | ---> Package irqbalance.x86_64 2:1.0.7-1.el7 will be updated
| |
− | ---> Package irqbalance.x86_64 3:1.0.7-12.el7 will be an update
| |
− | ---> Package iwl100-firmware.noarch 0:39.31.5.1-36.el7 will be updated
| |
− | ---> Package iwl100-firmware.noarch 0:39.31.5.1-79.el7 will be an update
| |
− | ---> Package iwl1000-firmware.noarch 1:39.31.5.1-36.el7 will be updated
| |
− | ---> Package iwl1000-firmware.noarch 1:39.31.5.1-79.el7 will be an update
| |
− | ---> Package iwl105-firmware.noarch 0:18.168.6.1-36.el7 will be updated
| |
− | ---> Package iwl105-firmware.noarch 0:18.168.6.1-79.el7 will be an update
| |
− | ---> Package iwl135-firmware.noarch 0:18.168.6.1-36.el7 will be updated
| |
− | ---> Package iwl135-firmware.noarch 0:18.168.6.1-79.el7 will be an update
| |
− | ---> Package iwl2000-firmware.noarch 0:18.168.6.1-36.el7 will be updated
| |
− | ---> Package iwl2000-firmware.noarch 0:18.168.6.1-79.el7 will be an update
| |
− | ---> Package iwl2030-firmware.noarch 0:18.168.6.1-36.el7 will be updated
| |
− | ---> Package iwl2030-firmware.noarch 0:18.168.6.1-79.el7 will be an update
| |
− | ---> Package iwl3160-firmware.noarch 0:22.0.7.0-36.el7 will be updated
| |
− | ---> Package iwl3160-firmware.noarch 0:25.30.13.0-79.el7 will be an update
| |
− | ---> Package iwl3945-firmware.noarch 0:15.32.2.9-36.el7 will be updated
| |
− | ---> Package iwl3945-firmware.noarch 0:15.32.2.9-79.el7 will be an update
| |
− | ---> Package iwl4965-firmware.noarch 0:228.61.2.24-36.el7 will be updated
| |
− | ---> Package iwl4965-firmware.noarch 0:228.61.2.24-79.el7 will be an update
| |
− | ---> Package iwl5000-firmware.noarch 0:8.83.5.1_1-36.el7 will be updated
| |
− | ---> Package iwl5000-firmware.noarch 0:8.83.5.1_1-79.el7 will be an update
| |
− | ---> Package iwl5150-firmware.noarch 0:8.24.2.2-36.el7 will be updated
| |
− | ---> Package iwl5150-firmware.noarch 0:8.24.2.2-79.el7 will be an update
| |
− | ---> Package iwl6000-firmware.noarch 0:9.221.4.1-36.el7 will be updated
| |
− | ---> Package iwl6000-firmware.noarch 0:9.221.4.1-79.el7 will be an update
| |
− | ---> Package iwl6000g2a-firmware.noarch 0:17.168.5.3-36.el7 will be updated
| |
− | ---> Package iwl6000g2a-firmware.noarch 0:18.168.6.1-79.el7 will be an update
| |
− | ---> Package iwl6000g2b-firmware.noarch 0:17.168.5.2-36.el7 will be updated
| |
− | ---> Package iwl6000g2b-firmware.noarch 0:18.168.6.1-79.el7 will be an update
| |
− | ---> Package iwl6050-firmware.noarch 0:41.28.5.1-36.el7 will be updated
| |
− | ---> Package iwl6050-firmware.noarch 0:41.28.5.1-79.el7 will be an update
| |
− | ---> Package iwl7260-firmware.noarch 0:22.0.7.0-36.el7 will be updated
| |
− | ---> Package iwl7260-firmware.noarch 0:25.30.13.0-79.el7 will be an update
| |
− | ---> Package jansson.x86_64 0:2.4-6.el7 will be updated
| |
− | ---> Package jansson.x86_64 0:2.10-1.el7 will be an update
| |
− | ---> Package kbd.x86_64 0:1.15.5-11.el7 will be updated
| |
− | ---> Package kbd.x86_64 0:1.15.5-15.el7 will be an update
| |
− | ---> Package kbd-legacy.noarch 0:1.15.5-11.el7 will be updated
| |
− | ---> Package kbd-legacy.noarch 0:1.15.5-15.el7 will be an update
| |
− | ---> Package kbd-misc.noarch 0:1.15.5-11.el7 will be updated
| |
− | ---> Package kbd-misc.noarch 0:1.15.5-15.el7 will be an update
| |
− | ---> Package kernel.x86_64 0:3.10.0-1160.6.1.el7 will be installed
| |
− | ---> Package kernel-tools.x86_64 0:3.10.0-229.el7 will be updated
| |
− | ---> Package kernel-tools.x86_64 0:3.10.0-1160.6.1.el7 will be an update
| |
− | ---> Package kernel-tools-libs.x86_64 0:3.10.0-229.el7 will be updated
| |
− | ---> Package kernel-tools-libs.x86_64 0:3.10.0-1160.6.1.el7 will be an update
| |
− | ---> Package kexec-tools.x86_64 0:2.0.7-19.el7 will be updated
| |
− | ---> Package kexec-tools.x86_64 0:2.0.15-51.el7_9.1 will be an update
| |
− | ---> Package kmod.x86_64 0:14-10.el7 will be updated
| |
− | ---> Package kmod.x86_64 0:20-28.el7 will be an update
| |
− | ---> Package kmod-libs.x86_64 0:14-10.el7 will be updated
| |
− | ---> Package kmod-libs.x86_64 0:20-28.el7 will be an update
| |
− | ---> Package kpartx.x86_64 0:0.4.9-77.el7 will be updated
| |
− | ---> Package kpartx.x86_64 0:0.4.9-134.el7_9 will be an update
| |
− | ---> Package krb5-libs.x86_64 0:1.12.2-14.el7 will be updated
| |
− | ---> Package krb5-libs.x86_64 0:1.15.1-50.el7 will be an update
| |
− | ---> Package less.x86_64 0:458-8.el7 will be updated
| |
− | ---> Package less.x86_64 0:458-9.el7 will be an update
| |
− | ---> Package libacl.x86_64 0:2.2.51-12.el7 will be updated
| |
− | ---> Package libacl.x86_64 0:2.2.51-15.el7 will be an update
| |
− | ---> Package libaio.x86_64 0:0.3.109-12.el7 will be updated
| |
− | ---> Package libaio.x86_64 0:0.3.109-13.el7 will be an update
| |
− | ---> Package libattr.x86_64 0:2.4.46-12.el7 will be updated
| |
− | ---> Package libattr.x86_64 0:2.4.46-13.el7 will be an update
| |
− | ---> Package libblkid.x86_64 0:2.23.2-21.el7 will be updated
| |
− | ---> Package libblkid.x86_64 0:2.23.2-65.el7 will be an update
| |
− | ---> Package libcap.x86_64 0:2.22-8.el7 will be updated
| |
− | ---> Package libcap.x86_64 0:2.22-11.el7 will be an update
| |
− | ---> Package libcap-ng.x86_64 0:0.7.3-5.el7 will be updated
| |
− | ---> Package libcap-ng.x86_64 0:0.7.5-4.el7 will be an update
| |
− | ---> Package libcom_err.x86_64 0:1.42.9-7.el7 will be updated
| |
− | ---> Package libcom_err.x86_64 0:1.42.9-19.el7 will be an update
| |
− | ---> Package libcroco.x86_64 0:0.6.8-5.el7 will be updated
| |
− | ---> Package libcroco.x86_64 0:0.6.12-6.el7_9 will be an update
| |
− | ---> Package libcurl.x86_64 0:7.29.0-19.el7 will be updated
| |
− | ---> Package libcurl.x86_64 0:7.29.0-59.el7_9.1 will be an update
| |
− | --> Processing Dependency: nss-pem(x86-64) >= 1.0.3-5 for package: libcurl-7.29.0-59.el7_9.1.x86_64
| |
− | ---> Package libdb.x86_64 0:5.3.21-17.el7_0.1 will be updated
| |
− | ---> Package libdb.x86_64 0:5.3.21-25.el7 will be an update
| |
− | ---> Package libdb-utils.x86_64 0:5.3.21-17.el7_0.1 will be updated
| |
− | ---> Package libdb-utils.x86_64 0:5.3.21-25.el7 will be an update
| |
− | ---> Package libdrm.x86_64 0:2.4.56-2.el7 will be updated
| |
− | ---> Package libdrm.x86_64 0:2.4.97-2.el7 will be an update
| |
− | ---> Package libffi.x86_64 0:3.0.13-11.el7 will be updated
| |
− | ---> Package libffi.x86_64 0:3.0.13-19.el7 will be an update
| |
− | ---> Package libgcc.x86_64 0:4.8.3-9.el7 will be updated
| |
− | ---> Package libgcc.x86_64 0:4.8.5-44.el7 will be an update
| |
− | ---> Package libgcrypt.x86_64 0:1.5.3-12.el7 will be updated
| |
− | ---> Package libgcrypt.x86_64 0:1.5.3-14.el7 will be an update
| |
− | ---> Package libgomp.x86_64 0:4.8.3-9.el7 will be updated
| |
− | ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be an update
| |
− | ---> Package libgudev1.x86_64 0:208-20.el7 will be updated
| |
− | ---> Package libgudev1.x86_64 0:219-78.el7_9.2 will be an update
| |
− | ---> Package libidn.x86_64 0:1.28-3.el7 will be updated
| |
− | ---> Package libidn.x86_64 0:1.28-4.el7 will be an update
| |
− | ---> Package libmount.x86_64 0:2.23.2-21.el7 will be updated
| |
− | ---> Package libmount.x86_64 0:2.23.2-65.el7 will be an update
| |
− | ---> Package libndp.x86_64 0:1.2-4.el7 will be updated
| |
− | ---> Package libndp.x86_64 0:1.2-9.el7 will be an update
| |
− | ---> Package libnetfilter_conntrack.x86_64 0:1.0.4-2.el7 will be updated
| |
− | ---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be an update
| |
− | ---> Package libnl3.x86_64 0:3.2.21-8.el7 will be updated
| |
− | ---> Package libnl3.x86_64 0:3.2.28-4.el7 will be an update
| |
− | ---> Package libnl3-cli.x86_64 0:3.2.21-8.el7 will be updated
| |
− | ---> Package libnl3-cli.x86_64 0:3.2.28-4.el7 will be an update
| |
− | ---> Package libpcap.x86_64 14:1.5.3-3.el7_0.1 will be updated
| |
− | ---> Package libpcap.x86_64 14:1.5.3-12.el7 will be an update
| |
− | ---> Package libpciaccess.x86_64 0:0.13.1-4.1.el7 will be updated
| |
− | ---> Package libpciaccess.x86_64 0:0.14-1.el7 will be an update
| |
− | ---> Package libproxy.x86_64 0:0.4.11-6.el7 will be updated
| |
− | ---> Package libproxy.x86_64 0:0.4.11-11.el7 will be an update
| |
− | ---> Package libpwquality.x86_64 0:1.2.3-4.el7 will be updated
| |
− | ---> Package libpwquality.x86_64 0:1.2.3-5.el7 will be an update
| |
− | ---> Package libselinux.x86_64 0:2.2.2-6.el7 will be updated
| |
− | ---> Package libselinux.x86_64 0:2.5-15.el7 will be an update
| |
− | ---> Package libselinux-python.x86_64 0:2.2.2-6.el7 will be updated
| |
− | ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be an update
| |
− | ---> Package libselinux-utils.x86_64 0:2.2.2-6.el7 will be updated
| |
− | ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be an update
| |
− | ---> Package libsemanage.x86_64 0:2.1.10-16.el7 will be updated
| |
− | ---> Package libsemanage.x86_64 0:2.5-14.el7 will be an update
| |
− | ---> Package libsepol.x86_64 0:2.1.9-3.el7 will be updated
| |
− | ---> Package libsepol.x86_64 0:2.5-10.el7 will be an update
| |
− | ---> Package libsoup.x86_64 0:2.46.0-3.el7 will be updated
| |
− | ---> Package libsoup.x86_64 0:2.62.2-2.el7 will be an update
| |
− | ---> Package libss.x86_64 0:1.42.9-7.el7 will be updated
| |
− | ---> Package libss.x86_64 0:1.42.9-19.el7 will be an update
| |
− | ---> Package libssh2.x86_64 0:1.4.3-8.el7 will be updated
| |
− | ---> Package libssh2.x86_64 0:1.8.0-4.el7 will be an update
| |
− | ---> Package libstdc++.x86_64 0:4.8.3-9.el7 will be updated
| |
− | ---> Package libstdc++.x86_64 0:4.8.5-44.el7 will be an update
| |
− | ---> Package libtasn1.x86_64 0:3.8-2.el7 will be updated
| |
− | ---> Package libtasn1.x86_64 0:4.10-1.el7 will be an update
| |
− | ---> Package libteam.x86_64 0:1.15-1.el7 will be updated
| |
− | ---> Package libteam.x86_64 0:1.29-3.el7 will be an update
| |
− | ---> Package libuser.x86_64 0:0.60-5.el7 will be updated
| |
− | ---> Package libuser.x86_64 0:0.60-9.el7 will be an update
| |
− | ---> Package libuuid.x86_64 0:2.23.2-21.el7 will be updated
| |
− | ---> Package libuuid.x86_64 0:2.23.2-65.el7 will be an update
| |
− | ---> Package libxml2.x86_64 0:2.9.1-5.el7_0.1 will be updated
| |
− | ---> Package libxml2.x86_64 0:2.9.1-6.el7.5 will be an update
| |
− | ---> Package linux-firmware.noarch 0:20140911-0.1.git365e80c.el7 will be updated
| |
− | ---> Package linux-firmware.noarch 0:20200421-79.git78c0348.el7 will be an update
| |
− | ---> Package logrotate.x86_64 0:3.8.6-4.el7 will be updated
| |
− | ---> Package logrotate.x86_64 0:3.8.6-19.el7 will be an update
| |
− | ---> Package lua.x86_64 0:5.1.4-14.el7 will be updated
| |
− | ---> Package lua.x86_64 0:5.1.4-15.el7 will be an update
| |
− | ---> Package lvm2.x86_64 7:2.02.115-3.el7 will be updated
| |
− | ---> Package lvm2.x86_64 7:2.02.187-6.el7 will be an update
| |
− | ---> Package lvm2-libs.x86_64 7:2.02.115-3.el7 will be updated
| |
− | ---> Package lvm2-libs.x86_64 7:2.02.187-6.el7 will be an update
| |
− | ---> Package lzo.x86_64 0:2.06-6.el7_0.2 will be updated
| |
− | ---> Package lzo.x86_64 0:2.06-8.el7 will be an update
| |
− | ---> Package make.x86_64 1:3.82-21.el7 will be updated
| |
− | ---> Package make.x86_64 1:3.82-24.el7 will be an update
| |
− | ---> Package man-db.x86_64 0:2.6.3-9.el7 will be updated
| |
− | ---> Package man-db.x86_64 0:2.6.3-11.el7 will be an update
| |
− | ---> Package mariadb-libs.x86_64 1:5.5.41-2.el7_0 will be updated
| |
− | ---> Package mariadb-libs.x86_64 1:5.5.68-1.el7 will be an update
| |
− | ---> Package microcode_ctl.x86_64 2:2.1-10.el7 will be updated
| |
− | ---> Package microcode_ctl.x86_64 2:2.1-73.2.el7_9 will be an update
| |
− | ---> Package mozjs17.x86_64 0:17.0.0-10.el7 will be updated
| |
− | ---> Package mozjs17.x86_64 0:17.0.0-20.el7 will be an update
| |
− | ---> Package ncurses.x86_64 0:5.9-13.20130511.el7 will be updated
| |
− | ---> Package ncurses.x86_64 0:5.9-14.20130511.el7_4 will be an update
| |
− | ---> Package ncurses-base.noarch 0:5.9-13.20130511.el7 will be updated
| |
− | ---> Package ncurses-base.noarch 0:5.9-14.20130511.el7_4 will be an update
| |
− | ---> Package ncurses-libs.x86_64 0:5.9-13.20130511.el7 will be updated
| |
− | ---> Package ncurses-libs.x86_64 0:5.9-14.20130511.el7_4 will be an update
| |
− | ---> Package nettle.x86_64 0:2.7.1-4.el7 will be updated
| |
− | ---> Package nettle.x86_64 0:2.7.1-8.el7 will be an update
| |
− | ---> Package nspr.x86_64 0:4.10.6-3.el7 will be updated
| |
− | ---> Package nspr.x86_64 0:4.25.0-2.el7_9 will be an update
| |
− | ---> Package nss.x86_64 0:3.16.2.3-5.el7 will be updated
| |
− | ---> Package nss.x86_64 0:3.53.1-3.el7_9 will be an update
| |
− | ---> Package nss-softokn.x86_64 0:3.16.2.3-9.el7 will be updated
| |
− | ---> Package nss-softokn.x86_64 0:3.53.1-6.el7_9 will be an update
| |
− | ---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-9.el7 will be updated
| |
− | ---> Package nss-softokn-freebl.x86_64 0:3.53.1-6.el7_9 will be an update
| |
− | ---> Package nss-sysinit.x86_64 0:3.16.2.3-5.el7 will be updated
| |
− | ---> Package nss-sysinit.x86_64 0:3.53.1-3.el7_9 will be an update
| |
− | ---> Package nss-tools.x86_64 0:3.16.2.3-5.el7 will be updated
| |
− | ---> Package nss-tools.x86_64 0:3.53.1-3.el7_9 will be an update
| |
− | ---> Package nss-util.x86_64 0:3.16.2.3-2.el7 will be updated
| |
− | ---> Package nss-util.x86_64 0:3.53.1-1.el7_9 will be an update
| |
− | ---> Package numactl-libs.x86_64 0:2.0.9-4.el7 will be updated
| |
− | ---> Package numactl-libs.x86_64 0:2.0.12-5.el7 will be an update
| |
− | ---> Package openldap.x86_64 0:2.4.39-6.el7 will be updated
| |
− | ---> Package openldap.x86_64 0:2.4.44-22.el7 will be an update
| |
− | ---> Package openssh.x86_64 0:6.6.1p1-11.el7 will be updated
| |
− | ---> Package openssh.x86_64 0:7.4p1-21.el7 will be an update
| |
− | ---> Package openssh-clients.x86_64 0:6.6.1p1-11.el7 will be updated
| |
− | ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be an update
| |
− | ---> Package openssh-server.x86_64 0:6.6.1p1-11.el7 will be updated
| |
− | ---> Package openssh-server.x86_64 0:7.4p1-21.el7 will be an update
| |
− | ---> Package openssl.x86_64 1:1.0.1e-42.el7 will be updated
| |
− | ---> Package openssl.x86_64 1:1.0.2k-19.el7 will be an update
| |
− | ---> Package openssl-libs.x86_64 1:1.0.1e-42.el7 will be updated
| |
− | ---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be an update
| |
− | ---> Package os-prober.x86_64 0:1.58-5.el7 will be updated
| |
− | ---> Package os-prober.x86_64 0:1.58-9.el7 will be an update
| |
− | ---> Package p11-kit.x86_64 0:0.20.7-3.el7 will be updated
| |
− | ---> Package p11-kit.x86_64 0:0.23.5-3.el7 will be an update
| |
− | ---> Package p11-kit-trust.x86_64 0:0.20.7-3.el7 will be updated
| |
− | ---> Package p11-kit-trust.x86_64 0:0.23.5-3.el7 will be an update
| |
− | ---> Package pam.x86_64 0:1.1.8-12.el7 will be updated
| |
− | ---> Package pam.x86_64 0:1.1.8-23.el7 will be an update
| |
− | ---> Package parted.x86_64 0:3.1-20.el7 will be updated
| |
− | ---> Package parted.x86_64 0:3.1-32.el7 will be an update
| |
− | ---> Package passwd.x86_64 0:0.79-4.el7 will be updated
| |
− | ---> Package passwd.x86_64 0:0.79-6.el7 will be an update
| |
− | ---> Package pciutils-libs.x86_64 0:3.2.1-4.el7 will be updated
| |
− | ---> Package pciutils-libs.x86_64 0:3.5.1-3.el7 will be an update
| |
− | ---> Package pcre.x86_64 0:8.32-14.el7 will be updated
| |
− | ---> Package pcre.x86_64 0:8.32-17.el7 will be an update
| |
− | ---> Package pinentry.x86_64 0:0.8.1-14.el7 will be updated
| |
− | ---> Package pinentry.x86_64 0:0.8.1-17.el7 will be an update
| |
− | ---> Package plymouth.x86_64 0:0.8.9-0.13.20140113.el7.centos will be updated
| |
− | ---> Package plymouth.x86_64 0:0.8.9-0.34.20140113.el7.centos will be an update
| |
− | ---> Package plymouth-core-libs.x86_64 0:0.8.9-0.13.20140113.el7.centos will be updated
| |
− | ---> Package plymouth-core-libs.x86_64 0:0.8.9-0.34.20140113.el7.centos will be an update
| |
− | ---> Package plymouth-scripts.x86_64 0:0.8.9-0.13.20140113.el7.centos will be updated
| |
− | ---> Package plymouth-scripts.x86_64 0:0.8.9-0.34.20140113.el7.centos will be an update
| |
− | ---> Package policycoreutils.x86_64 0:2.2.5-15.el7 will be updated
| |
− | ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be an update
| |
− | ---> Package polkit.x86_64 0:0.112-5.el7 will be updated
| |
− | ---> Package polkit.x86_64 0:0.112-26.el7 will be an update
| |
− | ---> Package postfix.x86_64 2:2.10.1-6.el7 will be updated
| |
− | ---> Package postfix.x86_64 2:2.10.1-9.el7 will be an update
| |
− | ---> Package ppp.x86_64 0:2.4.5-33.el7 will be updated
| |
− | ---> Package ppp.x86_64 0:2.4.5-34.el7_7 will be an update
| |
− | ---> Package procps-ng.x86_64 0:3.3.10-3.el7 will be updated
| |
− | ---> Package procps-ng.x86_64 0:3.3.10-28.el7 will be an update
| |
− | ---> Package pth.x86_64 0:2.0.7-22.el7 will be updated
| |
− | ---> Package pth.x86_64 0:2.0.7-23.el7 will be an update
| |
− | ---> Package pygobject3-base.x86_64 0:3.8.2-6.el7 will be obsoleted
| |
− | ---> Package python.x86_64 0:2.7.5-16.el7 will be updated
| |
− | ---> Package python.x86_64 0:2.7.5-90.el7 will be an update
| |
− | ---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be updated
| |
− | ---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be an update
| |
− | --> Processing Dependency: python-ipaddress for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
| |
− | ---> Package python-gobject-base.x86_64 0:3.22.0-1.el7_4.1 will be obsoleting
| |
− | ---> Package python-libs.x86_64 0:2.7.5-16.el7 will be updated
| |
− | ---> Package python-libs.x86_64 0:2.7.5-90.el7 will be an update
| |
− | ---> Package python-pycurl.x86_64 0:7.19.0-17.el7 will be updated
| |
− | ---> Package python-pycurl.x86_64 0:7.19.0-19.el7 will be an update
| |
− | ---> Package python-pyudev.noarch 0:0.15-6.el7 will be updated
| |
− | ---> Package python-pyudev.noarch 0:0.15-9.el7 will be an update
| |
− | ---> Package python-setuptools.noarch 0:0.9.8-3.el7 will be updated
| |
− | ---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be an update
| |
− | ---> Package python-slip.noarch 0:0.4.0-2.el7 will be updated
| |
− | ---> Package python-slip.noarch 0:0.4.0-4.el7 will be an update
| |
− | ---> Package python-slip-dbus.noarch 0:0.4.0-2.el7 will be updated
| |
− | ---> Package python-slip-dbus.noarch 0:0.4.0-4.el7 will be an update
| |
− | ---> Package python-urlgrabber.noarch 0:3.10-6.el7 will be updated
| |
− | ---> Package python-urlgrabber.noarch 0:3.10-10.el7 will be an update
| |
− | ---> Package rdma.noarch 0:7.1_3.17-5.el7 will be obsoleted
| |
− | ---> Package rdma-core.i686 0:22.4-5.el7 will be obsoleting
| |
− | --> Processing Dependency: pciutils for package: rdma-core-22.4-5.el7.i686
| |
− | --> Processing Dependency: libudev.so.1(LIBUDEV_183) for package: rdma-core-22.4-5.el7.i686
| |
− | --> Processing Dependency: libudev.so.1 for package: rdma-core-22.4-5.el7.i686
| |
− | --> Processing Dependency: libsystemd.so.0(LIBSYSTEMD_209) for package: rdma-core-22.4-5.el7.i686
| |
− | --> Processing Dependency: libsystemd.so.0 for package: rdma-core-22.4-5.el7.i686
| |
− | --> Processing Dependency: libc.so.6(GLIBC_2.16) for package: rdma-core-22.4-5.el7.i686
| |
− | ---> Package rdma-core.x86_64 0:22.4-5.el7 will be obsoleting
| |
− | ---> Package readline.x86_64 0:6.2-9.el7 will be updated
| |
− | ---> Package readline.x86_64 0:6.2-11.el7 will be an update
| |
− | ---> Package rpm.x86_64 0:4.11.1-25.el7 will be updated
| |
− | ---> Package rpm.x86_64 0:4.11.3-45.el7 will be an update
| |
− | ---> Package rpm-build-libs.x86_64 0:4.11.1-25.el7 will be updated
| |
− | ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be an update
| |
− | ---> Package rpm-libs.x86_64 0:4.11.1-25.el7 will be updated
| |
− | ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be an update
| |
− | ---> Package rpm-python.x86_64 0:4.11.1-25.el7 will be updated
| |
− | ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be an update
| |
− | ---> Package rsyslog.x86_64 0:7.4.7-7.el7_0 will be updated
| |
− | ---> Package rsyslog.x86_64 0:8.24.0-57.el7_9 will be an update
| |
− | --> Processing Dependency: libfastjson.so.4()(64bit) for package: rsyslog-8.24.0-57.el7_9.x86_64
| |
− | ---> Package sed.x86_64 0:4.2.2-5.el7 will be updated
| |
− | ---> Package sed.x86_64 0:4.2.2-7.el7 will be an update
| |
− | ---> Package selinux-policy.noarch 0:3.13.1-23.el7 will be updated
| |
− | ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be an update
| |
− | ---> Package selinux-policy-targeted.noarch 0:3.13.1-23.el7 will be updated
| |
− | ---> Package selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2 will be an update
| |
− | ---> Package setup.noarch 0:2.8.71-5.el7 will be updated
| |
− | ---> Package setup.noarch 0:2.8.71-11.el7 will be an update
| |
− | ---> Package shadow-utils.x86_64 2:4.1.5.1-18.el7 will be updated
| |
− | ---> Package shadow-utils.x86_64 2:4.6-5.el7 will be an update
| |
− | ---> Package shared-mime-info.x86_64 0:1.1-7.el7 will be updated
| |
− | ---> Package shared-mime-info.x86_64 0:1.8-5.el7 will be an update
| |
− | ---> Package sqlite.x86_64 0:3.7.17-4.el7 will be updated
| |
− | ---> Package sqlite.x86_64 0:3.7.17-8.el7_7.1 will be an update
| |
− | ---> Package sudo.x86_64 0:1.8.6p7-13.el7 will be updated
| |
− | ---> Package sudo.x86_64 0:1.8.23-10.el7 will be an update
| |
− | ---> Package systemd.x86_64 0:208-20.el7 will be updated
| |
− | ---> Package systemd.x86_64 0:219-78.el7_9.2 will be an update
| |
− | --> Processing Dependency: liblz4.so.1()(64bit) for package: systemd-219-78.el7_9.2.x86_64
| |
− | ---> Package systemd-libs.x86_64 0:208-20.el7 will be updated
| |
− | ---> Package systemd-libs.x86_64 0:219-78.el7_9.2 will be an update
| |
− | ---> Package systemd-sysv.x86_64 0:208-20.el7 will be updated
| |
− | ---> Package systemd-sysv.x86_64 0:219-78.el7_9.2 will be an update
| |
− | ---> Package tar.x86_64 2:1.26-29.el7 will be updated
| |
− | ---> Package tar.x86_64 2:1.26-35.el7 will be an update
| |
− | ---> Package teamd.x86_64 0:1.15-1.el7 will be updated
| |
− | ---> Package teamd.x86_64 0:1.29-3.el7 will be an update
| |
− | ---> Package trousers.x86_64 0:0.3.11.2-3.el7 will be updated
| |
− | ---> Package trousers.x86_64 0:0.3.14-2.el7 will be an update
| |
− | ---> Package tuned.noarch 0:2.4.1-1.el7 will be updated
| |
− | ---> Package tuned.noarch 0:2.11.0-10.el7 will be an update
| |
− | --> Processing Dependency: python-schedutils for package: tuned-2.11.0-10.el7.noarch
| |
− | --> Processing Dependency: python-perf for package: tuned-2.11.0-10.el7.noarch
| |
− | --> Processing Dependency: python-linux-procfs for package: tuned-2.11.0-10.el7.noarch
| |
− | ---> Package tzdata.noarch 0:2015a-1.el7 will be updated
| |
− | ---> Package tzdata.noarch 0:2020d-2.el7 will be an update
| |
− | ---> Package util-linux.x86_64 0:2.23.2-21.el7 will be updated
| |
− | ---> Package util-linux.x86_64 0:2.23.2-65.el7 will be an update
| |
− | --> Processing Dependency: libsmartcols = 2.23.2-65.el7 for package: util-linux-2.23.2-65.el7.x86_64
| |
− | --> Processing Dependency: libsmartcols.so.1(SMARTCOLS_2.25)(64bit) for package: util-linux-2.23.2-65.el7.x86_64
| |
− | --> Processing Dependency: libsmartcols.so.1()(64bit) for package: util-linux-2.23.2-65.el7.x86_64
| |
− | ---> Package vim-minimal.x86_64 2:7.4.160-1.el7 will be updated
| |
− | ---> Package vim-minimal.x86_64 2:7.4.629-7.el7 will be an update
| |
− | ---> Package virt-what.x86_64 0:1.13-5.el7 will be updated
| |
− | ---> Package virt-what.x86_64 0:1.18-4.el7 will be an update
| |
− | ---> Package wpa_supplicant.x86_64 1:2.0-13.el7_0 will be updated
| |
− | ---> Package wpa_supplicant.x86_64 1:2.6-12.el7 will be an update
| |
− | ---> Package xfsprogs.x86_64 0:3.2.1-6.el7 will be updated
| |
− | ---> Package xfsprogs.x86_64 0:4.5.0-22.el7 will be an update
| |
− | ---> Package xz.x86_64 0:5.1.2-9alpha.el7 will be updated
| |
− | ---> Package xz.x86_64 0:5.2.2-1.el7 will be an update
| |
− | ---> Package xz-libs.x86_64 0:5.1.2-9alpha.el7 will be updated
| |
− | ---> Package xz-libs.x86_64 0:5.2.2-1.el7 will be an update
| |
− | ---> Package yum.noarch 0:3.4.3-125.el7.centos will be updated
| |
− | ---> Package yum.noarch 0:3.4.3-168.el7.centos will be an update
| |
− | ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-29.el7 will be updated
| |
− | ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-54.el7_8 will be an update
| |
− | ---> Package zlib.x86_64 0:1.2.7-13.el7 will be updated
| |
− | ---> Package zlib.x86_64 0:1.2.7-18.el7 will be an update
| |
− | --> Running transaction check
| |
− | ---> Package GeoIP.x86_64 0:1.5.0-14.el7 will be installed
| |
− | --> Processing Dependency: geoipupdate for package: GeoIP-1.5.0-14.el7.x86_64
| |
− | ---> Package bc.x86_64 0:1.06.95-13.el7 will be installed
| |
− | ---> Package bind-export-libs.x86_64 32:9.11.4-26.P2.el7_9.2 will be installed
| |
− | ---> Package elfutils-default-yama-scope.noarch 0:0.176-5.el7 will be installed
| |
− | ---> Package firewalld-filesystem.noarch 0:0.6.3-12.el7 will be installed
| |
− | ---> Package glibc.i686 0:2.17-317.el7 will be installed
| |
− | --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.17-317.el7.i686
| |
− | --> Processing Dependency: libfreebl3.so for package: glibc-2.17-317.el7.i686
| |
− | ---> Package grub2-common.noarch 1:2.02-0.86.el7.centos will be installed
| |
− | ---> Package grub2-pc.x86_64 1:2.02-0.86.el7.centos will be installed
| |
− | --> Processing Dependency: grub2-pc-modules = 1:2.02-0.86.el7.centos for package: 1:grub2-pc-2.02-0.86.el7.centos.x86_64
| |
− | ---> Package ipset.x86_64 0:7.1-1.el7 will be installed
| |
− | --> Processing Dependency: ipset-libs(x86-64) = 7.1-1.el7 for package: ipset-7.1-1.el7.x86_64
| |
− | --> Processing Dependency: libipset.so.13(LIBIPSET_4.8)(64bit) for package: ipset-7.1-1.el7.x86_64
| |
− | --> Processing Dependency: libipset.so.13(LIBIPSET_2.0)(64bit) for package: ipset-7.1-1.el7.x86_64
| |
− | --> Processing Dependency: libipset.so.13()(64bit) for package: ipset-7.1-1.el7.x86_64
| |
− | ---> Package libfastjson.x86_64 0:0.99.4-3.el7 will be installed
| |
− | ---> Package libpng.x86_64 2:1.5.13-8.el7 will be installed
| |
− | ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
| |
− | ---> Package libsmartcols.x86_64 0:2.23.2-65.el7 will be installed
| |
− | ---> Package lsscsi.x86_64 0:0.27-6.el7 will be installed
| |
− | ---> Package lz4.x86_64 0:1.8.3-1.el7 will be installed
| |
− | ---> Package nss-pem.x86_64 0:1.0.3-7.el7 will be installed
| |
− | ---> Package pciutils.x86_64 0:3.5.1-3.el7 will be installed
| |
− | ---> Package python-firewall.noarch 0:0.6.3-12.el7 will be installed
| |
− | ---> Package python-ipaddress.noarch 0:1.0.16-2.el7 will be installed
| |
− | ---> Package python-linux-procfs.noarch 0:0.4.11-4.el7 will be installed
| |
− | ---> Package python-perf.x86_64 0:3.10.0-1160.6.1.el7 will be installed
| |
− | ---> Package python-schedutils.x86_64 0:0.4-6.el7 will be installed
| |
− | ---> Package systemd-libs.i686 0:219-78.el7_9.2 will be installed
| |
− | --> Processing Dependency: libselinux.so.1 for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libpam_misc.so.0(LIBPAM_MISC_1.0) for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libpam_misc.so.0 for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libpam.so.0(LIBPAM_MODUTIL_1.0) for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libpam.so.0(LIBPAM_EXTENSION_1.0) for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libpam.so.0(LIBPAM_1.0) for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libpam.so.0 for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: liblzma.so.5(XZ_5.0) for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: liblzma.so.5 for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: liblz4.so.1 for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libgpg-error.so.0 for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libgcrypt.so.11(GCRYPT_1.2) for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libgcrypt.so.11 for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libgcc_s.so.1(GCC_3.3.1) for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libgcc_s.so.1(GCC_3.0) for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libgcc_s.so.1 for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libdw.so.1 for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Processing Dependency: libcap.so.2 for package: systemd-libs-219-78.el7_9.2.i686
| |
− | --> Running transaction check
| |
− | ---> Package elfutils-libs.i686 0:0.176-5.el7 will be installed
| |
− | --> Processing Dependency: elfutils-libelf(x86-32) = 0.176-5.el7 for package: elfutils-libs-0.176-5.el7.i686
| |
− | --> Processing Dependency: libz.so.1(ZLIB_1.2.2.3) for package: elfutils-libs-0.176-5.el7.i686
| |
− | --> Processing Dependency: libz.so.1 for package: elfutils-libs-0.176-5.el7.i686
| |
− | --> Processing Dependency: libelf.so.1(ELFUTILS_1.7) for package: elfutils-libs-0.176-5.el7.i686
| |
− | --> Processing Dependency: libelf.so.1(ELFUTILS_1.6) for package: elfutils-libs-0.176-5.el7.i686
| |
− | --> Processing Dependency: libelf.so.1(ELFUTILS_1.5) for package: elfutils-libs-0.176-5.el7.i686
| |
− | --> Processing Dependency: libelf.so.1(ELFUTILS_1.4) for package: elfutils-libs-0.176-5.el7.i686
| |
− | --> Processing Dependency: libelf.so.1(ELFUTILS_1.3) for package: elfutils-libs-0.176-5.el7.i686
| |
− | --> Processing Dependency: libelf.so.1(ELFUTILS_1.1.1) for package: elfutils-libs-0.176-5.el7.i686
| |
− | --> Processing Dependency: libelf.so.1(ELFUTILS_1.0) for package: elfutils-libs-0.176-5.el7.i686
| |
− | --> Processing Dependency: libelf.so.1 for package: elfutils-libs-0.176-5.el7.i686
| |
− | --> Processing Dependency: libbz2.so.1 for package: elfutils-libs-0.176-5.el7.i686
| |
− | ---> Package geoipupdate.x86_64 0:2.5.0-1.el7 will be installed
| |
− | ---> Package grub2-pc-modules.noarch 1:2.02-0.86.el7.centos will be installed
| |
− | ---> Package ipset-libs.x86_64 0:7.1-1.el7 will be installed
| |
− | ---> Package libcap.i686 0:2.22-11.el7 will be installed
| |
− | --> Processing Dependency: libattr.so.1(ATTR_1.0) for package: libcap-2.22-11.el7.i686
| |
− | --> Processing Dependency: libattr.so.1 for package: libcap-2.22-11.el7.i686
| |
− | ---> Package libgcc.i686 0:4.8.5-44.el7 will be installed
| |
− | ---> Package libgcrypt.i686 0:1.5.3-14.el7 will be installed
| |
− | ---> Package libgpg-error.i686 0:1.12-3.el7 will be installed
| |
− | ---> Package libselinux.i686 0:2.5-15.el7 will be installed
| |
− | --> Processing Dependency: libsepol(x86-32) >= 2.5-10 for package: libselinux-2.5-15.el7.i686
| |
− | --> Processing Dependency: libsepol.so.1(LIBSEPOL_1.0) for package: libselinux-2.5-15.el7.i686
| |
− | --> Processing Dependency: libsepol.so.1 for package: libselinux-2.5-15.el7.i686
| |
− | --> Processing Dependency: libpcre.so.1 for package: libselinux-2.5-15.el7.i686
| |
− | ---> Package lz4.i686 0:1.8.3-1.el7 will be installed
| |
− | ---> Package nss-softokn-freebl.i686 0:3.53.1-6.el7_9 will be installed
| |
− | ---> Package pam.i686 0:1.1.8-23.el7 will be installed
| |
− | --> Processing Dependency: libdb-5.3.so for package: pam-1.1.8-23.el7.i686
| |
− | --> Processing Dependency: libcrack.so.2 for package: pam-1.1.8-23.el7.i686
| |
− | --> Processing Dependency: libaudit.so.1 for package: pam-1.1.8-23.el7.i686
| |
− | ---> Package xz-libs.i686 0:5.2.2-1.el7 will be installed
| |
− | --> Running transaction check
| |
− | ---> Package audit-libs.i686 0:2.8.5-4.el7 will be installed
| |
− | --> Processing Dependency: libcap-ng.so.0 for package: audit-libs-2.8.5-4.el7.i686
| |
− | ---> Package bzip2-libs.i686 0:1.0.6-13.el7 will be installed
| |
− | ---> Package cracklib.i686 0:2.9.0-11.el7 will be installed
| |
− | ---> Package elfutils-libelf.i686 0:0.176-5.el7 will be installed
| |
− | ---> Package libattr.i686 0:2.4.46-13.el7 will be installed
| |
− | ---> Package libdb.i686 0:5.3.21-25.el7 will be installed
| |
− | ---> Package libsepol.i686 0:2.5-10.el7 will be installed
| |
− | ---> Package pcre.i686 0:8.32-17.el7 will be installed
| |
− | --> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.9) for package: pcre-8.32-17.el7.i686
| |
− | --> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4) for package: pcre-8.32-17.el7.i686
| |
− | --> Processing Dependency: libstdc++.so.6(CXXABI_1.3) for package: pcre-8.32-17.el7.i686
| |
− | --> Processing Dependency: libstdc++.so.6 for package: pcre-8.32-17.el7.i686
| |
− | ---> Package zlib.i686 0:1.2.7-18.el7 will be installed
| |
− | --> Running transaction check
| |
− | ---> Package libcap-ng.i686 0:0.7.5-4.el7 will be installed
| |
| ---> Package libstdc++.i686 0:4.8.5-44.el7 will be installed | | ---> Package libstdc++.i686 0:4.8.5-44.el7 will be installed |
| --> Finished Dependency Resolution | | --> Finished Dependency Resolution |
Line 760: |
Line 172: |
| ============================================================================================================== | | ============================================================================================================== |
| Installing: | | Installing: |
− | grub2 x86_64 1:2.02-0.86.el7.centos base 32 k
| + | |
− | replacing grub2.x86_64 1:2.02-0.16.el7.centos
| + | === SNIP === |
− | grub2-tools x86_64 1:2.02-0.86.el7.centos base 1.8 M
| + | |
− | replacing grub2-tools.x86_64 1:2.02-0.16.el7.centos
| |
− | grub2-tools-extra x86_64 1:2.02-0.86.el7.centos base 1.0 M
| |
− | replacing grub2-tools.x86_64 1:2.02-0.16.el7.centos
| |
− | grub2-tools-minimal x86_64 1:2.02-0.86.el7.centos base 174 k
| |
− | replacing grub2-tools.x86_64 1:2.02-0.16.el7.centos
| |
− | kernel x86_64 3.10.0-1160.6.1.el7 updates 50 M
| |
− | python-gobject-base x86_64 3.22.0-1.el7_4.1 base 294 k
| |
− | replacing pygobject3-base.x86_64 3.8.2-6.el7
| |
− | rdma-core i686 22.4-5.el7 base 51 k
| |
− | replacing rdma.noarch 7.1_3.17-5.el7
| |
− | rdma-core x86_64 22.4-5.el7 base 51 k
| |
− | replacing rdma.noarch 7.1_3.17-5.el7
| |
| Updating: | | Updating: |
− | NetworkManager-libnm x86_64 1:1.18.8-2.el7_9 updates 1.7 M
| + | |
− | acl x86_64 2.2.51-15.el7 base 81 k
| + | === SNIP === |
− | alsa-lib x86_64 1.1.8-1.el7 base 425 k
| + | |
− | alsa-tools-firmware x86_64 1.1.0-1.el7 base 35 k
| |
− | audit x86_64 2.8.5-4.el7 base 256 k
| |
− | audit-libs x86_64 2.8.5-4.el7 base 102 k
| |
− | authconfig x86_64 6.2.8-30.el7 base 424 k
| |
− | avahi-autoipd x86_64 0.6.31-20.el7 base 40 k
| |
− | avahi-libs x86_64 0.6.31-20.el7 base 62 k
| |
− | bash x86_64 4.2.46-34.el7 base 1.0 M
| |
− | bind-libs-lite x86_64 32:9.11.4-26.P2.el7_9.2 updates 1.1 M
| |
− | bind-license noarch 32:9.11.4-26.P2.el7_9.2 updates 90 k
| |
− | binutils x86_64 2.27-44.base.el7 base 5.9 M
| |
− | biosdevname x86_64 0.7.3-2.el7 base 38 k
| |
− | btrfs-progs x86_64 4.9.1-1.el7 base 678 k
| |
− | bzip2-libs x86_64 1.0.6-13.el7 base 40 k
| |
− | ca-certificates noarch 2020.2.41-70.0.el7_8 base 382 k
| |
− | centos-logos noarch 70.0.6-3.el7.centos base 21 M
| |
− | centos-release x86_64 7-9.2009.1.el7.centos updates 27 k
| |
− | chkconfig x86_64 1.7.6-1.el7 base 182 k
| |
− | chrony x86_64 3.4-1.el7 base 251 k
| |
− | coreutils x86_64 8.22-24.el7_9.2 updates 3.3 M
| |
− | cpio x86_64 2.11-28.el7 base 211 k
| |
− | cronie x86_64 1.4.11-23.el7 base 92 k
| |
− | cronie-anacron x86_64 1.4.11-23.el7 base 36 k
| |
− | cryptsetup-libs x86_64 2.0.3-6.el7 base 339 k
| |
− | curl x86_64 7.29.0-59.el7_9.1 updates 271 k
| |
− | cyrus-sasl-lib x86_64 2.1.26-23.el7 base 155 k
| |
− | dbus x86_64 1:1.10.24-15.el7 base 245 k
| |
− | dbus-libs x86_64 1:1.10.24-15.el7 base 169 k
| |
− | device-mapper x86_64 7:1.02.170-6.el7 base 297 k
| |
− | device-mapper-event x86_64 7:1.02.170-6.el7 base 191 k
| |
− | device-mapper-event-libs x86_64 7:1.02.170-6.el7 base 191 k
| |
− | device-mapper-libs x86_64 7:1.02.170-6.el7 base 325 k
| |
− | device-mapper-persistent-data x86_64 0.8.5-3.el7_9.2 updates 423 k
| |
− | dhclient x86_64 12:4.2.5-82.el7.centos base 286 k
| |
− | dhcp-common x86_64 12:4.2.5-82.el7.centos base 176 k
| |
− | dhcp-libs x86_64 12:4.2.5-82.el7.centos base 133 k
| |
− | diffutils x86_64 3.3-5.el7 base 322 k
| |
− | dmidecode x86_64 1:3.2-5.el7 base 82 k
| |
− | dnsmasq x86_64 2.76-16.el7 base 279 k
| |
− | dracut x86_64 033-572.el7 base 329 k
| |
− | dracut-config-rescue x86_64 033-572.el7 base 61 k
| |
− | dracut-network x86_64 033-572.el7 base 103 k
| |
− | e2fsprogs x86_64 1.42.9-19.el7 base 701 k
| |
− | e2fsprogs-libs x86_64 1.42.9-19.el7 base 168 k
| |
− | ebtables x86_64 2.0.10-16.el7 base 123 k
| |
− | elfutils-libelf x86_64 0.176-5.el7 base 195 k
| |
− | elfutils-libs x86_64 0.176-5.el7 base 291 k
| |
− | ethtool x86_64 2:4.8-10.el7 base 127 k
| |
− | expat x86_64 2.1.0-12.el7 base 81 k
| |
− | file x86_64 5.11-37.el7 base 57 k
| |
− | file-libs x86_64 5.11-37.el7 base 340 k
| |
− | filesystem x86_64 3.2-25.el7 base 1.0 M
| |
− | findutils x86_64 1:4.5.11-6.el7 base 559 k
| |
− | fipscheck x86_64 1.4.1-6.el7 base 21 k
| |
− | fipscheck-lib x86_64 1.4.1-6.el7 base 11 k
| |
− | firewalld noarch 0.6.3-12.el7 updates 448 k
| |
− | freetype x86_64 2.8-14.el7_9.1 updates 380 k
| |
− | gawk x86_64 4.0.2-4.el7_3.1 base 874 k
| |
− | gettext x86_64 0.19.8.1-3.el7 base 1.0 M
| |
− | gettext-libs x86_64 0.19.8.1-3.el7 base 502 k
| |
− | glib-networking x86_64 2.56.1-1.el7 base 145 k
| |
− | glib2 x86_64 2.56.1-8.el7 updates 2.5 M
| |
− | glibc x86_64 2.17-317.el7 base 3.6 M
| |
− | glibc-common x86_64 2.17-317.el7 base 11 M
| |
− | gmp x86_64 1:6.0.0-15.el7 base 281 k
| |
− | gnupg2 x86_64 2.0.22-5.el7_5 base 1.5 M
| |
− | gnutls x86_64 3.3.29-9.el7_6 base 680 k
| |
− | gobject-introspection x86_64 1.56.1-1.el7 base 241 k
| |
− | grep x86_64 2.20-3.el7 base 344 k
| |
− | grubby x86_64 8.28-26.el7 base 71 k
| |
− | gsettings-desktop-schemas x86_64 3.28.0-3.el7 base 606 k
| |
− | gzip x86_64 1.5-10.el7 base 130 k
| |
− | hostname x86_64 3.13-3.el7_7.1 base 17 k
| |
− | hwdata x86_64 0.252-9.7.el7 base 2.5 M
| |
− | info x86_64 5.1-5.el7 base 233 k
| |
− | initscripts x86_64 9.49.53-1.el7_9.1 updates 440 k
| |
− | iproute x86_64 4.11.0-30.el7 base 805 k
| |
− | iprutils x86_64 2.4.17.1-3.el7_7 updates 243 k
| |
− | iptables x86_64 1.4.21-35.el7 base 432 k
| |
− | iputils x86_64 20160308-10.el7 base 148 k
| |
− | irqbalance x86_64 3:1.0.7-12.el7 base 45 k
| |
− | iwl100-firmware noarch 39.31.5.1-79.el7 base 155 k
| |
− | iwl1000-firmware noarch 1:39.31.5.1-79.el7 base 214 k
| |
− | iwl105-firmware noarch 18.168.6.1-79.el7 base 234 k
| |
− | iwl135-firmware noarch 18.168.6.1-79.el7 base 243 k
| |
− | iwl2000-firmware noarch 18.168.6.1-79.el7 base 237 k
| |
− | iwl2030-firmware noarch 18.168.6.1-79.el7 base 245 k
| |
− | iwl3160-firmware noarch 25.30.13.0-79.el7 base 1.5 M
| |
− | iwl3945-firmware noarch 15.32.2.9-79.el7 base 96 k
| |
− | iwl4965-firmware noarch 228.61.2.24-79.el7 base 109 k
| |
− | iwl5000-firmware noarch 8.83.5.1_1-79.el7 base 289 k
| |
− | iwl5150-firmware noarch 8.24.2.2-79.el7 base 152 k
| |
− | iwl6000-firmware noarch 9.221.4.1-79.el7 base 171 k
| |
− | iwl6000g2a-firmware noarch 18.168.6.1-79.el7 base 304 k
| |
− | iwl6000g2b-firmware noarch 18.168.6.1-79.el7 base 305 k
| |
− | iwl6050-firmware noarch 41.28.5.1-79.el7 base 241 k
| |
− | iwl7260-firmware noarch 25.30.13.0-79.el7 base 6.1 M
| |
− | jansson x86_64 2.10-1.el7 base 37 k
| |
− | kbd x86_64 1.15.5-15.el7 base 348 k
| |
− | kbd-legacy noarch 1.15.5-15.el7 base 466 k
| |
− | kbd-misc noarch 1.15.5-15.el7 base 1.4 M
| |
− | kernel-tools x86_64 3.10.0-1160.6.1.el7 updates 8.1 M
| |
− | kernel-tools-libs x86_64 3.10.0-1160.6.1.el7 updates 8.0 M
| |
− | kexec-tools x86_64 2.0.15-51.el7_9.1 updates 351 k
| |
− | kmod x86_64 20-28.el7 base 123 k
| |
− | kmod-libs x86_64 20-28.el7 base 51 k
| |
− | kpartx x86_64 0.4.9-134.el7_9 updates 81 k
| |
− | krb5-libs x86_64 1.15.1-50.el7 base 809 k
| |
− | less x86_64 458-9.el7 base 120 k
| |
− | libacl x86_64 2.2.51-15.el7 base 27 k
| |
− | libaio x86_64 0.3.109-13.el7 base 24 k
| |
− | libattr x86_64 2.4.46-13.el7 base 18 k
| |
− | libblkid x86_64 2.23.2-65.el7 base 183 k
| |
− | libcap x86_64 2.22-11.el7 base 47 k
| |
− | libcap-ng x86_64 0.7.5-4.el7 base 25 k
| |
− | libcom_err x86_64 1.42.9-19.el7 base 42 k
| |
− | libcroco x86_64 0.6.12-6.el7_9 updates 105 k
| |
− | libcurl x86_64 7.29.0-59.el7_9.1 updates 223 k
| |
− | libdb x86_64 5.3.21-25.el7 base 720 k
| |
− | libdb-utils x86_64 5.3.21-25.el7 base 132 k
| |
− | libdrm x86_64 2.4.97-2.el7 base 151 k
| |
− | libffi x86_64 3.0.13-19.el7 base 30 k
| |
− | libgcc x86_64 4.8.5-44.el7 base 103 k
| |
− | libgcrypt x86_64 1.5.3-14.el7 base 263 k
| |
− | libgomp x86_64 4.8.5-44.el7 base 159 k
| |
− | libgudev1 x86_64 219-78.el7_9.2 updates 109 k
| |
− | libidn x86_64 1.28-4.el7 base 209 k
| |
− | libmount x86_64 2.23.2-65.el7 base 184 k
| |
− | libndp x86_64 1.2-9.el7 base 32 k
| |
− | libnetfilter_conntrack x86_64 1.0.6-1.el7_3 base 55 k
| |
− | libnl3 x86_64 3.2.28-4.el7 base 278 k
| |
− | libnl3-cli x86_64 3.2.28-4.el7 base 160 k
| |
− | libpcap x86_64 14:1.5.3-12.el7 base 139 k
| |
− | libpciaccess x86_64 0.14-1.el7 base 26 k
| |
− | libproxy x86_64 0.4.11-11.el7 base 64 k
| |
− | libpwquality x86_64 1.2.3-5.el7 base 85 k
| |
− | libselinux x86_64 2.5-15.el7 base 162 k
| |
− | libselinux-python x86_64 2.5-15.el7 base 236 k
| |
− | libselinux-utils x86_64 2.5-15.el7 base 151 k
| |
− | libsemanage x86_64 2.5-14.el7 base 151 k
| |
− | libsepol x86_64 2.5-10.el7 base 297 k
| |
− | libsoup x86_64 2.62.2-2.el7 base 411 k
| |
− | libss x86_64 1.42.9-19.el7 base 47 k
| |
− | libssh2 x86_64 1.8.0-4.el7 base 88 k
| |
− | libstdc++ x86_64 4.8.5-44.el7 base 306 k
| |
− | libtasn1 x86_64 4.10-1.el7 base 320 k
| |
− | libteam x86_64 1.29-3.el7 base 50 k
| |
− | libuser x86_64 0.60-9.el7 base 400 k
| |
− | libuuid x86_64 2.23.2-65.el7 base 84 k
| |
− | libxml2 x86_64 2.9.1-6.el7.5 base 668 k
| |
− | linux-firmware noarch 20200421-79.git78c0348.el7 base 80 M
| |
− | logrotate x86_64 3.8.6-19.el7 base 70 k
| |
− | lua x86_64 5.1.4-15.el7 base 201 k
| |
− | lvm2 x86_64 7:2.02.187-6.el7 base 1.3 M
| |
− | lvm2-libs x86_64 7:2.02.187-6.el7 base 1.1 M
| |
− | lzo x86_64 2.06-8.el7 base 59 k
| |
− | make x86_64 1:3.82-24.el7 base 421 k
| |
− | man-db x86_64 2.6.3-11.el7 base 832 k
| |
− | mariadb-libs x86_64 1:5.5.68-1.el7 base 760 k
| |
− | microcode_ctl x86_64 2:2.1-73.2.el7_9 updates 3.2 M
| |
− | mozjs17 x86_64 17.0.0-20.el7 base 1.4 M
| |
− | ncurses x86_64 5.9-14.20130511.el7_4 base 304 k
| |
− | ncurses-base noarch 5.9-14.20130511.el7_4 base 68 k
| |
− | ncurses-libs x86_64 5.9-14.20130511.el7_4 base 316 k
| |
− | nettle x86_64 2.7.1-8.el7 base 327 k
| |
− | nspr x86_64 4.25.0-2.el7_9 updates 127 k
| |
− | nss x86_64 3.53.1-3.el7_9 updates 869 k
| |
− | nss-softokn x86_64 3.53.1-6.el7_9 updates 354 k
| |
− | nss-softokn-freebl x86_64 3.53.1-6.el7_9 updates 322 k
| |
− | nss-sysinit x86_64 3.53.1-3.el7_9 updates 65 k
| |
− | nss-tools x86_64 3.53.1-3.el7_9 updates 535 k
| |
− | nss-util x86_64 3.53.1-1.el7_9 updates 79 k
| |
− | numactl-libs x86_64 2.0.12-5.el7 base 30 k
| |
− | openldap x86_64 2.4.44-22.el7 base 356 k
| |
− | openssh x86_64 7.4p1-21.el7 base 510 k
| |
− | openssh-clients x86_64 7.4p1-21.el7 base 655 k
| |
− | openssh-server x86_64 7.4p1-21.el7 base 459 k
| |
− | openssl x86_64 1:1.0.2k-19.el7 base 493 k
| |
− | openssl-libs x86_64 1:1.0.2k-19.el7 base 1.2 M
| |
− | os-prober x86_64 1.58-9.el7 base 42 k
| |
− | p11-kit x86_64 0.23.5-3.el7 base 252 k
| |
− | p11-kit-trust x86_64 0.23.5-3.el7 base 129 k
| |
− | pam x86_64 1.1.8-23.el7 base 721 k
| |
− | parted x86_64 3.1-32.el7 base 609 k
| |
− | passwd x86_64 0.79-6.el7 base 106 k
| |
− | pciutils-libs x86_64 3.5.1-3.el7 base 46 k
| |
− | pcre x86_64 8.32-17.el7 base 422 k
| |
− | pinentry x86_64 0.8.1-17.el7 base 73 k
| |
− | plymouth x86_64 0.8.9-0.34.20140113.el7.centos base 116 k
| |
− | plymouth-core-libs x86_64 0.8.9-0.34.20140113.el7.centos base 108 k
| |
− | plymouth-scripts x86_64 0.8.9-0.34.20140113.el7.centos base 39 k
| |
− | policycoreutils x86_64 2.5-34.el7 base 917 k
| |
− | polkit x86_64 0.112-26.el7 base 170 k
| |
− | postfix x86_64 2:2.10.1-9.el7 base 2.4 M
| |
− | ppp x86_64 2.4.5-34.el7_7 base 358 k
| |
− | procps-ng x86_64 3.3.10-28.el7 base 291 k
| |
− | pth x86_64 2.0.7-23.el7 base 89 k
| |
− | python x86_64 2.7.5-90.el7 updates 96 k
| |
− | python-backports-ssl_match_hostname noarch 3.5.0.1-1.el7 base 13 k
| |
− | python-libs x86_64 2.7.5-90.el7 updates 5.6 M
| |
− | python-pycurl x86_64 7.19.0-19.el7 base 80 k
| |
− | python-pyudev noarch 0.15-9.el7 base 55 k
| |
− | python-setuptools noarch 0.9.8-7.el7 base 397 k
| |
− | python-slip noarch 0.4.0-4.el7 base 31 k
| |
− | python-slip-dbus noarch 0.4.0-4.el7 base 32 k
| |
− | python-urlgrabber noarch 3.10-10.el7 base 108 k
| |
− | readline x86_64 6.2-11.el7 base 193 k
| |
− | rpm x86_64 4.11.3-45.el7 base 1.2 M
| |
− | rpm-build-libs x86_64 4.11.3-45.el7 base 107 k
| |
− | rpm-libs x86_64 4.11.3-45.el7 base 278 k
| |
− | rpm-python x86_64 4.11.3-45.el7 base 84 k
| |
− | rsyslog x86_64 8.24.0-57.el7_9 updates 621 k
| |
− | sed x86_64 4.2.2-7.el7 base 231 k
| |
− | selinux-policy noarch 3.13.1-268.el7_9.2 updates 498 k
| |
− | selinux-policy-targeted noarch 3.13.1-268.el7_9.2 updates 7.0 M
| |
− | setup noarch 2.8.71-11.el7 base 166 k
| |
− | shadow-utils x86_64 2:4.6-5.el7 base 1.2 M
| |
− | shared-mime-info x86_64 1.8-5.el7 base 312 k
| |
− | sqlite x86_64 3.7.17-8.el7_7.1 base 394 k
| |
− | sudo x86_64 1.8.23-10.el7 base 842 k
| |
− | systemd x86_64 219-78.el7_9.2 updates 5.1 M
| |
− | systemd-libs x86_64 219-78.el7_9.2 updates 418 k
| |
− | systemd-sysv x86_64 219-78.el7_9.2 updates 96 k
| |
− | tar x86_64 2:1.26-35.el7 base 846 k
| |
− | teamd x86_64 1.29-3.el7 base 116 k
| |
− | trousers x86_64 0.3.14-2.el7 base 289 k
| |
− | tuned noarch 2.11.0-10.el7 updates 269 k
| |
− | tzdata noarch 2020d-2.el7 updates 499 k
| |
− | util-linux x86_64 2.23.2-65.el7 base 2.0 M
| |
− | vim-minimal x86_64 2:7.4.629-7.el7 base 443 k
| |
− | virt-what x86_64 1.18-4.el7 base 29 k
| |
− | wpa_supplicant x86_64 1:2.6-12.el7 base 1.2 M
| |
− | xfsprogs x86_64 4.5.0-22.el7 base 897 k
| |
− | xz x86_64 5.2.2-1.el7 base 229 k
| |
− | xz-libs x86_64 5.2.2-1.el7 base 103 k
| |
− | yum noarch 3.4.3-168.el7.centos base 1.2 M
| |
− | yum-plugin-fastestmirror noarch 1.1.31-54.el7_8 base 34 k
| |
− | zlib x86_64 1.2.7-18.el7 base 90 k
| |
| Installing for dependencies: | | Installing for dependencies: |
− | GeoIP x86_64 1.5.0-14.el7 base 1.5 M
| + | |
− | audit-libs i686 2.8.5-4.el7 base 102 k
| + | === SNIP === |
− | bc x86_64 1.06.95-13.el7 base 115 k
| + | |
− | bind-export-libs x86_64 32:9.11.4-26.P2.el7_9.2 updates 1.1 M
| |
− | bzip2-libs i686 1.0.6-13.el7 base 40 k
| |
− | cracklib i686 2.9.0-11.el7 base 79 k
| |
− | elfutils-default-yama-scope noarch 0.176-5.el7 base 33 k
| |
− | elfutils-libelf i686 0.176-5.el7 base 200 k
| |
− | elfutils-libs i686 0.176-5.el7 base 318 k
| |
− | firewalld-filesystem noarch 0.6.3-12.el7 updates 51 k
| |
− | geoipupdate x86_64 2.5.0-1.el7 base 35 k
| |
− | glibc i686 2.17-317.el7 base 4.3 M
| |
− | grub2-common noarch 1:2.02-0.86.el7.centos base 729 k
| |
− | grub2-pc x86_64 1:2.02-0.86.el7.centos base 32 k
| |
− | grub2-pc-modules noarch 1:2.02-0.86.el7.centos base 850 k
| |
− | ipset x86_64 7.1-1.el7 base 39 k
| |
− | ipset-libs x86_64 7.1-1.el7 base 64 k
| |
− | libattr i686 2.4.46-13.el7 base 18 k
| |
− | libcap i686 2.22-11.el7 base 48 k
| |
− | libcap-ng i686 0.7.5-4.el7 base 24 k
| |
− | libdb i686 5.3.21-25.el7 base 731 k
| |
− | libfastjson x86_64 0.99.4-3.el7 base 27 k
| |
− | libgcc i686 4.8.5-44.el7 base 111 k
| |
− | libgcrypt i686 1.5.3-14.el7 base 266 k
| |
− | libgpg-error i686 1.12-3.el7 base 87 k
| |
− | libpng x86_64 2:1.5.13-8.el7 base 213 k
| |
− | libseccomp x86_64 2.3.1-4.el7 base 56 k
| |
− | libselinux i686 2.5-15.el7 base 166 k
| |
− | libsepol i686 2.5-10.el7 base 294 k
| |
− | libsmartcols x86_64 2.23.2-65.el7 base 142 k
| |
− | libstdc++ i686 4.8.5-44.el7 base 319 k
| |
− | lsscsi x86_64 0.27-6.el7 base 47 k
| |
− | lz4 i686 1.8.3-1.el7 base 96 k
| |
− | lz4 x86_64 1.8.3-1.el7 base 85 k
| |
− | nss-pem x86_64 1.0.3-7.el7 base 74 k
| |
− | nss-softokn-freebl i686 3.53.1-6.el7_9 updates 322 k
| |
− | pam i686 1.1.8-23.el7 base 720 k
| |
− | pciutils x86_64 3.5.1-3.el7 base 93 k
| |
− | pcre i686 8.32-17.el7 base 420 k
| |
− | python-firewall noarch 0.6.3-12.el7 updates 355 k
| |
− | python-ipaddress noarch 1.0.16-2.el7 base 34 k
| |
− | python-linux-procfs noarch 0.4.11-4.el7 base 33 k
| |
− | python-perf x86_64 3.10.0-1160.6.1.el7 updates 8.1 M
| |
− | python-schedutils x86_64 0.4-6.el7 base 21 k
| |
− | systemd-libs i686 219-78.el7_9.2 updates 425 k
| |
− | xz-libs i686 5.2.2-1.el7 base 109 k
| |
− | zlib i686 1.2.7-18.el7 base 91 k
| |
| | | |
| Transaction Summary | | Transaction Summary |
Line 1,075: |
Line 194: |
| Delta RPMs disabled because /usr/bin/applydeltarpm not installed. | | Delta RPMs disabled because /usr/bin/applydeltarpm not installed. |
| (1/230): acl-2.2.51-15.el7.x86_64.rpm | 81 kB 00:00:00 | | (1/230): acl-2.2.51-15.el7.x86_64.rpm | 81 kB 00:00:00 |
− | (2/230): alsa-tools-firmware-1.1.0-1.el7.x86_64.rpm | 35 kB 00:00:00
| + | |
− | (3/230): alsa-lib-1.1.8-1.el7.x86_64.rpm | 425 kB 00:00:00
| + | === SNIP === |
− | (4/230): audit-2.8.5-4.el7.x86_64.rpm | 256 kB 00:00:00
| + | |
− | (5/230): audit-libs-2.8.5-4.el7.i686.rpm | 102 kB 00:00:00
| |
− | (6/230): audit-libs-2.8.5-4.el7.x86_64.rpm | 102 kB 00:00:00
| |
− | (7/230): NetworkManager-libnm-1.18.8-2.el7_9.x86_64.rpm | 1.7 MB 00:00:00
| |
− | (8/230): avahi-autoipd-0.6.31-20.el7.x86_64.rpm | 40 kB 00:00:00
| |
− | (9/230): authconfig-6.2.8-30.el7.x86_64.rpm | 424 kB 00:00:00
| |
− | (10/230): avahi-libs-0.6.31-20.el7.x86_64.rpm | 62 kB 00:00:00
| |
− | (11/230): bash-4.2.46-34.el7.x86_64.rpm | 1.0 MB 00:00:00
| |
− | (12/230): biosdevname-0.7.3-2.el7.x86_64.rpm | 38 kB 00:00:00
| |
− | (13/230): btrfs-progs-4.9.1-1.el7.x86_64.rpm | 678 kB 00:00:00
| |
− | (14/230): bzip2-libs-1.0.6-13.el7.i686.rpm | 40 kB 00:00:00
| |
− | (15/230): bzip2-libs-1.0.6-13.el7.x86_64.rpm | 40 kB 00:00:00
| |
− | (16/230): binutils-2.27-44.base.el7.x86_64.rpm | 5.9 MB 00:00:00
| |
− | (17/230): ca-certificates-2020.2.41-70.0.el7_8.noarch.rpm | 382 kB 00:00:00
| |
− | (18/230): chkconfig-1.7.6-1.el7.x86_64.rpm | 182 kB 00:00:00
| |
− | (19/230): chrony-3.4-1.el7.x86_64.rpm | 251 kB 00:00:00
| |
− | (20/230): cpio-2.11-28.el7.x86_64.rpm | 211 kB 00:00:00
| |
− | (21/230): cracklib-2.9.0-11.el7.i686.rpm | 79 kB 00:00:00
| |
− | (22/230): cronie-1.4.11-23.el7.x86_64.rpm | 92 kB 00:00:00
| |
− | (23/230): coreutils-8.22-24.el7_9.2.x86_64.rpm | 3.3 MB 00:00:00
| |
− | (24/230): cronie-anacron-1.4.11-23.el7.x86_64.rpm | 36 kB 00:00:00
| |
− | (25/230): centos-logos-70.0.6-3.el7.centos.noarch.rpm | 21 MB 00:00:00
| |
− | (26/230): diffutils-3.3-5.el7.x86_64.rpm | 322 kB 00:00:00
| |
− | (27/230): dnsmasq-2.76-16.el7.x86_64.rpm | 279 kB 00:00:00
| |
− | (28/230): curl-7.29.0-59.el7_9.1.x86_64.rpm | 271 kB 00:00:00
| |
− | (29/230): ebtables-2.0.10-16.el7.x86_64.rpm | 123 kB 00:00:00
| |
− | (30/230): elfutils-libelf-0.176-5.el7.i686.rpm | 200 kB 00:00:00
| |
− | (31/230): elfutils-libs-0.176-5.el7.i686.rpm | 318 kB 00:00:00
| |
− | (32/230): ethtool-4.8-10.el7.x86_64.rpm | 127 kB 00:00:00
| |
− | (33/230): expat-2.1.0-12.el7.x86_64.rpm | 81 kB 00:00:00
| |
− | (34/230): file-5.11-37.el7.x86_64.rpm | 57 kB 00:00:00
| |
− | (35/230): dmidecode-3.2-5.el7.x86_64.rpm | 82 kB 00:00:00
| |
− | (36/230): file-libs-5.11-37.el7.x86_64.rpm | 340 kB 00:00:00
| |
− | (37/230): findutils-4.5.11-6.el7.x86_64.rpm | 559 kB 00:00:00
| |
− | (38/230): fipscheck-1.4.1-6.el7.x86_64.rpm | 21 kB 00:00:00
| |
− | (39/230): fipscheck-lib-1.4.1-6.el7.x86_64.rpm | 11 kB 00:00:00
| |
− | (40/230): filesystem-3.2-25.el7.x86_64.rpm | 1.0 MB 00:00:00
| |
− | (41/230): firewalld-0.6.3-12.el7.noarch.rpm | 448 kB 00:00:00
| |
− | (42/230): freetype-2.8-14.el7_9.1.x86_64.rpm | 380 kB 00:00:00
| |
− | (43/230): gawk-4.0.2-4.el7_3.1.x86_64.rpm | 874 kB 00:00:00
| |
− | (44/230): firewalld-filesystem-0.6.3-12.el7.noarch.rpm | 51 kB 00:00:00
| |
− | (45/230): gettext-libs-0.19.8.1-3.el7.x86_64.rpm | 502 kB 00:00:00
| |
− | (46/230): glib-networking-2.56.1-1.el7.x86_64.rpm | 145 kB 00:00:00
| |
− | (47/230): glibc-2.17-317.el7.i686.rpm | 4.3 MB 00:00:00
| |
− | (48/230): gmp-6.0.0-15.el7.x86_64.rpm | 281 kB 00:00:00
| |
− | (49/230): gnupg2-2.0.22-5.el7_5.x86_64.rpm | 1.5 MB 00:00:00
| |
− | (50/230): gnutls-3.3.29-9.el7_6.x86_64.rpm | 680 kB 00:00:00
| |
− | (51/230): gettext-0.19.8.1-3.el7.x86_64.rpm | 1.0 MB 00:00:00
| |
− | (52/230): gobject-introspection-1.56.1-1.el7.x86_64.rpm | 241 kB 00:00:00
| |
− | (53/230): grub2-2.02-0.86.el7.centos.x86_64.rpm | 32 kB 00:00:00
| |
− | (54/230): grep-2.20-3.el7.x86_64.rpm | 344 kB 00:00:00
| |
− | (55/230): grub2-pc-2.02-0.86.el7.centos.x86_64.rpm | 32 kB 00:00:00
| |
− | (56/230): grub2-common-2.02-0.86.el7.centos.noarch.rpm | 729 kB 00:00:00
| |
− | (57/230): grub2-tools-2.02-0.86.el7.centos.x86_64.rpm | 1.8 MB 00:00:00
| |
− | (58/230): grub2-pc-modules-2.02-0.86.el7.centos.noarch.rpm | 850 kB 00:00:00
| |
− | (59/230): grub2-tools-extra-2.02-0.86.el7.centos.x86_64.rpm | 1.0 MB 00:00:00
| |
− | (60/230): grub2-tools-minimal-2.02-0.86.el7.centos.x86_64.rpm | 174 kB 00:00:00
| |
− | (61/230): grubby-8.28-26.el7.x86_64.rpm | 71 kB 00:00:00
| |
− | (62/230): gsettings-desktop-schemas-3.28.0-3.el7.x86_64.rpm | 606 kB 00:00:00
| |
− | (63/230): gzip-1.5-10.el7.x86_64.rpm | 130 kB 00:00:00
| |
− | (64/230): hostname-3.13-3.el7_7.1.x86_64.rpm | 17 kB 00:00:00
| |
− | (65/230): info-5.1-5.el7.x86_64.rpm | 233 kB 00:00:00
| |
− | (66/230): hwdata-0.252-9.7.el7.x86_64.rpm | 2.5 MB 00:00:00
| |
− | (67/230): iproute-4.11.0-30.el7.x86_64.rpm | 805 kB 00:00:00
| |
− | (68/230): ipset-7.1-1.el7.x86_64.rpm | 39 kB 00:00:00
| |
− | (69/230): ipset-libs-7.1-1.el7.x86_64.rpm | 64 kB 00:00:00
| |
− | (70/230): iptables-1.4.21-35.el7.x86_64.rpm | 432 kB 00:00:00
| |
− | (71/230): iputils-20160308-10.el7.x86_64.rpm | 148 kB 00:00:00
| |
− | (72/230): irqbalance-1.0.7-12.el7.x86_64.rpm | 45 kB 00:00:00
| |
− | (73/230): iprutils-2.4.17.1-3.el7_7.x86_64.rpm | 243 kB 00:00:00
| |
− | (74/230): iwl100-firmware-39.31.5.1-79.el7.noarch.rpm | 155 kB 00:00:00
| |
− | (75/230): iwl1000-firmware-39.31.5.1-79.el7.noarch.rpm | 214 kB 00:00:00
| |
− | (76/230): iwl105-firmware-18.168.6.1-79.el7.noarch.rpm | 234 kB 00:00:00
| |
− | (77/230): iwl135-firmware-18.168.6.1-79.el7.noarch.rpm | 243 kB 00:00:00
| |
− | (78/230): iwl2000-firmware-18.168.6.1-79.el7.noarch.rpm | 237 kB 00:00:00
| |
− | (79/230): iwl2030-firmware-18.168.6.1-79.el7.noarch.rpm | 245 kB 00:00:00
| |
− | (80/230): iwl3160-firmware-25.30.13.0-79.el7.noarch.rpm | 1.5 MB 00:00:00
| |
− | (81/230): iwl3945-firmware-15.32.2.9-79.el7.noarch.rpm | 96 kB 00:00:00
| |
− | (82/230): iwl4965-firmware-228.61.2.24-79.el7.noarch.rpm | 109 kB 00:00:00
| |
− | (83/230): iwl5000-firmware-8.83.5.1_1-79.el7.noarch.rpm | 289 kB 00:00:00
| |
− | (84/230): iwl5150-firmware-8.24.2.2-79.el7.noarch.rpm | 152 kB 00:00:00
| |
− | (85/230): iwl6000-firmware-9.221.4.1-79.el7.noarch.rpm | 171 kB 00:00:00
| |
− | (86/230): iwl6000g2a-firmware-18.168.6.1-79.el7.noarch.rpm | 304 kB 00:00:00
| |
− | (87/230): iwl6000g2b-firmware-18.168.6.1-79.el7.noarch.rpm | 305 kB 00:00:00
| |
− | (88/230): iwl6050-firmware-41.28.5.1-79.el7.noarch.rpm | 241 kB 00:00:00
| |
− | (89/230): jansson-2.10-1.el7.x86_64.rpm | 37 kB 00:00:00
| |
− | (90/230): iwl7260-firmware-25.30.13.0-79.el7.noarch.rpm | 6.1 MB 00:00:00
| |
− | (91/230): kbd-1.15.5-15.el7.x86_64.rpm | 348 kB 00:00:00
| |
− | (92/230): kbd-legacy-1.15.5-15.el7.noarch.rpm | 466 kB 00:00:00
| |
− | (93/230): kbd-misc-1.15.5-15.el7.noarch.rpm | 1.4 MB 00:00:00
| |
− | (94/230): kernel-tools-3.10.0-1160.6.1.el7.x86_64.rpm | 8.1 MB 00:00:01
| |
− | (95/230): kernel-3.10.0-1160.6.1.el7.x86_64.rpm | 50 MB 00:00:02
| |
− | (96/230): kernel-tools-libs-3.10.0-1160.6.1.el7.x86_64.rpm | 8.0 MB 00:00:00
| |
− | (97/230): kexec-tools-2.0.15-51.el7_9.1.x86_64.rpm | 351 kB 00:00:00
| |
− | (98/230): kmod-libs-20-28.el7.x86_64.rpm | 51 kB 00:00:00
| |
− | (99/230): kpartx-0.4.9-134.el7_9.x86_64.rpm | 81 kB 00:00:00
| |
− | (100/230): libacl-2.2.51-15.el7.x86_64.rpm | 27 kB 00:00:00
| |
− | (101/230): libaio-0.3.109-13.el7.x86_64.rpm | 24 kB 00:00:00
| |
− | (102/230): libattr-2.4.46-13.el7.i686.rpm | 18 kB 00:00:00
| |
− | (103/230): libattr-2.4.46-13.el7.x86_64.rpm | 18 kB 00:00:00
| |
− | (104/230): libblkid-2.23.2-65.el7.x86_64.rpm | 183 kB 00:00:00
| |
− | (105/230): libcap-2.22-11.el7.i686.rpm | 48 kB 00:00:00
| |
− | (106/230): libcap-2.22-11.el7.x86_64.rpm | 47 kB 00:00:00
| |
− | (107/230): libcap-ng-0.7.5-4.el7.i686.rpm | 24 kB 00:00:00
| |
− | (108/230): less-458-9.el7.x86_64.rpm | 120 kB 00:00:00
| |
− | (109/230): libcap-ng-0.7.5-4.el7.x86_64.rpm | 25 kB 00:00:00
| |
− | (110/230): libcroco-0.6.12-6.el7_9.x86_64.rpm | 105 kB 00:00:00
| |
− | (111/230): libdrm-2.4.97-2.el7.x86_64.rpm | 151 kB 00:00:00
| |
− | (112/230): libfastjson-0.99.4-3.el7.x86_64.rpm | 27 kB 00:00:00
| |
− | (113/230): libffi-3.0.13-19.el7.x86_64.rpm | 30 kB 00:00:00
| |
− | (114/230): libgcc-4.8.5-44.el7.i686.rpm | 111 kB 00:00:00
| |
− | (115/230): libdb-5.3.21-25.el7.i686.rpm | 731 kB 00:00:00
| |
− | (116/230): libgcc-4.8.5-44.el7.x86_64.rpm | 103 kB 00:00:00
| |
− | (117/230): libgcrypt-1.5.3-14.el7.i686.rpm | 266 kB 00:00:00
| |
− | (118/230): libgcrypt-1.5.3-14.el7.x86_64.rpm | 263 kB 00:00:00
| |
− | (119/230): libgomp-4.8.5-44.el7.x86_64.rpm | 159 kB 00:00:00
| |
− | (120/230): libgpg-error-1.12-3.el7.i686.rpm | 87 kB 00:00:00
| |
− | (121/230): libidn-1.28-4.el7.x86_64.rpm | 209 kB 00:00:00
| |
− | (122/230): libmount-2.23.2-65.el7.x86_64.rpm | 184 kB 00:00:00
| |
− | (123/230): libndp-1.2-9.el7.x86_64.rpm | 32 kB 00:00:00
| |
− | (124/230): libcurl-7.29.0-59.el7_9.1.x86_64.rpm | 223 kB 00:00:00
| |
− | (125/230): libnetfilter_conntrack-1.0.6-1.el7_3.x86_64.rpm | 55 kB 00:00:00
| |
− | (126/230): libpciaccess-0.14-1.el7.x86_64.rpm | 26 kB 00:00:00
| |
− | (127/230): libpng-1.5.13-8.el7.x86_64.rpm | 213 kB 00:00:00
| |
− | (128/230): libproxy-0.4.11-11.el7.x86_64.rpm | 64 kB 00:00:00
| |
− | (129/230): libpwquality-1.2.3-5.el7.x86_64.rpm | 85 kB 00:00:00
| |
− | (130/230): libseccomp-2.3.1-4.el7.x86_64.rpm | 56 kB 00:00:00
| |
− | (131/230): libselinux-2.5-15.el7.i686.rpm | 166 kB 00:00:00
| |
− | (132/230): libsepol-2.5-10.el7.i686.rpm | 294 kB 00:00:00
| |
− | (133/230): libsmartcols-2.23.2-65.el7.x86_64.rpm | 142 kB 00:00:00
| |
− | (134/230): libsoup-2.62.2-2.el7.x86_64.rpm | 411 kB 00:00:00
| |
− | (135/230): libssh2-1.8.0-4.el7.x86_64.rpm | 88 kB 00:00:00
| |
− | (136/230): libstdc++-4.8.5-44.el7.i686.rpm | 319 kB 00:00:00
| |
− | (137/230): libstdc++-4.8.5-44.el7.x86_64.rpm | 306 kB 00:00:00
| |
− | (138/230): libtasn1-4.10-1.el7.x86_64.rpm | 320 kB 00:00:00
| |
− | (139/230): libteam-1.29-3.el7.x86_64.rpm | 50 kB 00:00:00
| |
− | (140/230): libuser-0.60-9.el7.x86_64.rpm | 400 kB 00:00:00
| |
− | (141/230): libuuid-2.23.2-65.el7.x86_64.rpm | 84 kB 00:00:00
| |
− | (142/230): libxml2-2.9.1-6.el7.5.x86_64.rpm | 668 kB 00:00:00
| |
− | (143/230): logrotate-3.8.6-19.el7.x86_64.rpm | 70 kB 00:00:00
| |
− | (144/230): lsscsi-0.27-6.el7.x86_64.rpm | 47 kB 00:00:00
| |
− | (145/230): lua-5.1.4-15.el7.x86_64.rpm | 201 kB 00:00:00
| |
− | (146/230): lz4-1.8.3-1.el7.i686.rpm | 96 kB 00:00:00
| |
− | (147/230): lzo-2.06-8.el7.x86_64.rpm | 59 kB 00:00:00
| |
− | (148/230): make-3.82-24.el7.x86_64.rpm | 421 kB 00:00:00
| |
− | (149/230): man-db-2.6.3-11.el7.x86_64.rpm | 832 kB 00:00:00
| |
− | (150/230): mariadb-libs-5.5.68-1.el7.x86_64.rpm | 760 kB 00:00:00
| |
− | (151/230): mozjs17-17.0.0-20.el7.x86_64.rpm | 1.4 MB 00:00:00
| |
− | (152/230): ncurses-5.9-14.20130511.el7_4.x86_64.rpm | 304 kB 00:00:00
| |
− | (153/230): ncurses-base-5.9-14.20130511.el7_4.noarch.rpm | 68 kB 00:00:00
| |
− | (154/230): ncurses-libs-5.9-14.20130511.el7_4.x86_64.rpm | 316 kB 00:00:00
| |
− | (155/230): nettle-2.7.1-8.el7.x86_64.rpm | 327 kB 00:00:00
| |
− | (156/230): microcode_ctl-2.1-73.2.el7_9.x86_64.rpm | 3.2 MB 00:00:00
| |
− | (157/230): nss-pem-1.0.3-7.el7.x86_64.rpm | 74 kB 00:00:00
| |
− | (158/230): nss-3.53.1-3.el7_9.x86_64.rpm | 869 kB 00:00:00
| |
− | (159/230): nss-softokn-3.53.1-6.el7_9.x86_64.rpm | 354 kB 00:00:00
| |
− | (160/230): nss-softokn-freebl-3.53.1-6.el7_9.i686.rpm | 322 kB 00:00:00
| |
− | (161/230): nss-softokn-freebl-3.53.1-6.el7_9.x86_64.rpm | 322 kB 00:00:00
| |
− | (162/230): nspr-4.25.0-2.el7_9.x86_64.rpm | 127 kB 00:00:00
| |
− | (163/230): nss-sysinit-3.53.1-3.el7_9.x86_64.rpm | 65 kB 00:00:00
| |
− | (164/230): nss-util-3.53.1-1.el7_9.x86_64.rpm | 79 kB 00:00:00
| |
− | (165/230): numactl-libs-2.0.12-5.el7.x86_64.rpm | 30 kB 00:00:00
| |
− | (166/230): linux-firmware-20200421-79.git78c0348.el7.noarch.rpm | 80 MB 00:00:02
| |
− | (167/230): openldap-2.4.44-22.el7.x86_64.rpm | 356 kB 00:00:01
| |
− | (168/230): nss-tools-3.53.1-3.el7_9.x86_64.rpm | 535 kB 00:00:00
| |
− | (169/230): openssh-7.4p1-21.el7.x86_64.rpm | 510 kB 00:00:00
| |
− | (170/230): openssh-server-7.4p1-21.el7.x86_64.rpm | 459 kB 00:00:00
| |
− | (171/230): openssh-clients-7.4p1-21.el7.x86_64.rpm | 655 kB 00:00:00
| |
− | (172/230): os-prober-1.58-9.el7.x86_64.rpm | 42 kB 00:00:00
| |
− | (173/230): p11-kit-0.23.5-3.el7.x86_64.rpm | 252 kB 00:00:00
| |
− | (174/230): p11-kit-trust-0.23.5-3.el7.x86_64.rpm | 129 kB 00:00:00
| |
− | (175/230): pam-1.1.8-23.el7.x86_64.rpm | 721 kB 00:00:00
| |
− | (176/230): pam-1.1.8-23.el7.i686.rpm | 720 kB 00:00:00
| |
− | (177/230): parted-3.1-32.el7.x86_64.rpm | 609 kB 00:00:00
| |
− | (178/230): passwd-0.79-6.el7.x86_64.rpm | 106 kB 00:00:00
| |
− | (179/230): pciutils-3.5.1-3.el7.x86_64.rpm | 93 kB 00:00:00
| |
− | (180/230): pciutils-libs-3.5.1-3.el7.x86_64.rpm | 46 kB 00:00:00
| |
− | (181/230): pcre-8.32-17.el7.i686.rpm | 420 kB 00:00:00
| |
− | (182/230): pinentry-0.8.1-17.el7.x86_64.rpm | 73 kB 00:00:00
| |
− | (183/230): plymouth-0.8.9-0.34.20140113.el7.centos.x86_64.rpm | 116 kB 00:00:00
| |
− | (184/230): plymouth-core-libs-0.8.9-0.34.20140113.el7.centos.x86_64.rpm | 108 kB 00:00:00
| |
− | (185/230): plymouth-scripts-0.8.9-0.34.20140113.el7.centos.x86_64.rpm | 39 kB 00:00:00
| |
− | (186/230): polkit-0.112-26.el7.x86_64.rpm | 170 kB 00:00:00
| |
− | (187/230): ppp-2.4.5-34.el7_7.x86_64.rpm | 358 kB 00:00:00
| |
− | (188/230): postfix-2.10.1-9.el7.x86_64.rpm | 2.4 MB 00:00:00
| |
− | (189/230): procps-ng-3.3.10-28.el7.x86_64.rpm | 291 kB 00:00:00
| |
− | (190/230): pth-2.0.7-23.el7.x86_64.rpm | 89 kB 00:00:00
| |
− | (191/230): python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch.rpm | 13 kB 00:00:00
| |
− | (192/230): python-gobject-base-3.22.0-1.el7_4.1.x86_64.rpm | 294 kB 00:00:00
| |
− | (193/230): python-ipaddress-1.0.16-2.el7.noarch.rpm | 34 kB 00:00:00
| |
− | (194/230): python-2.7.5-90.el7.x86_64.rpm | 96 kB 00:00:00
| |
− | (195/230): python-linux-procfs-0.4.11-4.el7.noarch.rpm | 33 kB 00:00:00
| |
− | (196/230): python-libs-2.7.5-90.el7.x86_64.rpm | 5.6 MB 00:00:00
| |
− | (197/230): python-firewall-0.6.3-12.el7.noarch.rpm | 355 kB 00:00:00
| |
− | (198/230): python-pycurl-7.19.0-19.el7.x86_64.rpm | 80 kB 00:00:00
| |
− | (199/230): python-schedutils-0.4-6.el7.x86_64.rpm | 21 kB 00:00:00
| |
− | (200/230): python-perf-3.10.0-1160.6.1.el7.x86_64.rpm | 8.1 MB 00:00:00
| |
− | (201/230): python-setuptools-0.9.8-7.el7.noarch.rpm | 397 kB 00:00:00
| |
− | (202/230): python-slip-0.4.0-4.el7.noarch.rpm | 31 kB 00:00:00
| |
− | (203/230): python-pyudev-0.15-9.el7.noarch.rpm | 55 kB 00:00:00
| |
− | (204/230): python-slip-dbus-0.4.0-4.el7.noarch.rpm | 32 kB 00:00:00
| |
− | (205/230): rdma-core-22.4-5.el7.i686.rpm | 51 kB 00:00:00
| |
− | (206/230): rdma-core-22.4-5.el7.x86_64.rpm | 51 kB 00:00:00
| |
− | (207/230): python-urlgrabber-3.10-10.el7.noarch.rpm | 108 kB 00:00:00
| |
− | (208/230): readline-6.2-11.el7.x86_64.rpm | 193 kB 00:00:00
| |
− | (209/230): rsyslog-8.24.0-57.el7_9.x86_64.rpm | 621 kB 00:00:00
| |
− | (210/230): setup-2.8.71-11.el7.noarch.rpm | 166 kB 00:00:00
| |
− | (211/230): sed-4.2.2-7.el7.x86_64.rpm | 231 kB 00:00:00
| |
− | (212/230): shadow-utils-4.6-5.el7.x86_64.rpm | 1.2 MB 00:00:00
| |
− | (213/230): shared-mime-info-1.8-5.el7.x86_64.rpm | 312 kB 00:00:00
| |
− | (214/230): sqlite-3.7.17-8.el7_7.1.x86_64.rpm | 394 kB 00:00:00
| |
− | (215/230): systemd-libs-219-78.el7_9.2.i686.rpm | 425 kB 00:00:00
| |
− | (216/230): tar-1.26-35.el7.x86_64.rpm | 846 kB 00:00:00
| |
− | (217/230): sudo-1.8.23-10.el7.x86_64.rpm | 842 kB 00:00:00
| |
− | (218/230): teamd-1.29-3.el7.x86_64.rpm | 116 kB 00:00:00
| |
− | (219/230): tuned-2.11.0-10.el7.noarch.rpm | 269 kB 00:00:00
| |
− | (220/230): trousers-0.3.14-2.el7.x86_64.rpm | 289 kB 00:00:00
| |
− | (221/230): vim-minimal-7.4.629-7.el7.x86_64.rpm | 443 kB 00:00:00
| |
− | (222/230): util-linux-2.23.2-65.el7.x86_64.rpm | 2.0 MB 00:00:00
| |
− | (223/230): virt-what-1.18-4.el7.x86_64.rpm | 29 kB 00:00:00
| |
− | (224/230): xfsprogs-4.5.0-22.el7.x86_64.rpm | 897 kB 00:00:00
| |
− | (225/230): wpa_supplicant-2.6-12.el7.x86_64.rpm | 1.2 MB 00:00:00
| |
− | (226/230): xz-libs-5.2.2-1.el7.i686.rpm | 109 kB 00:00:00
| |
− | (227/230): yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch.rpm | 34 kB 00:00:00
| |
− | (228/230): yum-3.4.3-168.el7.centos.noarch.rpm | 1.2 MB 00:00:00
| |
− | (229/230): zlib-1.2.7-18.el7.i686.rpm | 91 kB 00:00:00
| |
| (230/230): tzdata-2020d-2.el7.noarch.rpm | 499 kB 00:00:00 | | (230/230): tzdata-2020d-2.el7.noarch.rpm | 499 kB 00:00:00 |
| -------------------------------------------------------------------------------------------------------------- | | -------------------------------------------------------------------------------------------------------------- |
Line 1,313: |
Line 207: |
| Installing : 1:grub2-common-2.02-0.86.el7.centos.noarch 2/539 | | Installing : 1:grub2-common-2.02-0.86.el7.centos.noarch 2/539 |
| Updating : centos-release-7-9.2009.1.el7.centos.x86_64 3/539 | | Updating : centos-release-7-9.2009.1.el7.centos.x86_64 3/539 |
− | Updating : setup-2.8.71-11.el7.noarch 4/539
| + | |
− | warning: /etc/group created as /etc/group.rpmnew
| + | === SNIP === |
− | warning: /etc/shadow created as /etc/shadow.rpmnew
| + | |
− | Updating : filesystem-3.2-25.el7.x86_64 5/539
| |
− | Installing : 1:grub2-pc-modules-2.02-0.86.el7.centos.noarch 6/539
| |
− | Updating : kbd-misc-1.15.5-15.el7.noarch 7/539
| |
− | Updating : ncurses-base-5.9-14.20130511.el7_4.noarch 8/539
| |
− | Updating : tzdata-2020d-2.el7.noarch 9/539
| |
− | Updating : nss-softokn-freebl-3.53.1-6.el7_9.x86_64 10/539
| |
− | Updating : glibc-common-2.17-317.el7.x86_64 11/539
| |
− | Updating : glibc-2.17-317.el7.x86_64 12/539
| |
− | warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew
| |
− | Updating : nspr-4.25.0-2.el7_9.x86_64 13/539
| |
− | Updating : nss-util-3.53.1-1.el7_9.x86_64 14/539
| |
− | Updating : libstdc++-4.8.5-44.el7.x86_64 15/539
| |
− | Updating : ncurses-libs-5.9-14.20130511.el7_4.x86_64 16/539
| |
− | Updating : bash-4.2.46-34.el7.x86_64 17/539
| |
− | Updating : libsepol-2.5-10.el7.x86_64 18/539
| |
− | Updating : pcre-8.32-17.el7.x86_64 19/539
| |
− | Updating : libselinux-2.5-15.el7.x86_64 20/539
| |
− | Updating : zlib-1.2.7-18.el7.x86_64 21/539
| |
− | Updating : info-5.1-5.el7.x86_64 22/539
| |
− | Updating : xz-libs-5.2.2-1.el7.x86_64 23/539
| |
− | Updating : libcom_err-1.42.9-19.el7.x86_64 24/539
| |
− | Updating : bzip2-libs-1.0.6-13.el7.x86_64 25/539
| |
− | Updating : sed-4.2.2-7.el7.x86_64 26/539
| |
− | Updating : libuuid-2.23.2-65.el7.x86_64 27/539
| |
− | Updating : libdb-5.3.21-25.el7.x86_64 28/539
| |
− | Updating : chkconfig-1.7.6-1.el7.x86_64 29/539
| |
− | Updating : readline-6.2-11.el7.x86_64 30/539
| |
− | Updating : grep-2.20-3.el7.x86_64 31/539
| |
− | Updating : gawk-4.0.2-4.el7_3.1.x86_64 32/539
| |
− | Updating : elfutils-libelf-0.176-5.el7.x86_64 33/539
| |
− | Updating : libxml2-2.9.1-6.el7.5.x86_64 34/539
| |
− | Updating : libcap-ng-0.7.5-4.el7.x86_64 35/539
| |
− | Updating : audit-libs-2.8.5-4.el7.x86_64 36/539
| |
− | Updating : libffi-3.0.13-19.el7.x86_64 37/539
| |
− | Updating : cpio-2.11-28.el7.x86_64 38/539
| |
− | Updating : libgcrypt-1.5.3-14.el7.x86_64 39/539
| |
− | Updating : libattr-2.4.46-13.el7.x86_64 40/539
| |
− | Updating : libcap-2.22-11.el7.x86_64 41/539
| |
− | Updating : libacl-2.2.51-15.el7.x86_64 42/539
| |
− | Updating : p11-kit-0.23.5-3.el7.x86_64 43/539
| |
− | Updating : lua-5.1.4-15.el7.x86_64 44/539
| |
− | Updating : diffutils-3.3-5.el7.x86_64 45/539
| |
− | Updating : 1:findutils-4.5.11-6.el7.x86_64 46/539
| |
− | Updating : libnl3-3.2.28-4.el7.x86_64 47/539
| |
− | Updating : expat-2.1.0-12.el7.x86_64 48/539
| |
− | Updating : libsemanage-2.5-14.el7.x86_64 49/539
| |
− | Updating : sqlite-3.7.17-8.el7_7.1.x86_64 50/539
| |
− | Updating : libidn-1.28-4.el7.x86_64 51/539
| |
− | Updating : file-libs-5.11-37.el7.x86_64 52/539
| |
− | Updating : file-5.11-37.el7.x86_64 53/539
| |
− | Updating : 1:gmp-6.0.0-15.el7.x86_64 54/539
| |
− | Updating : pciutils-libs-3.5.1-3.el7.x86_64 55/539
| |
− | Updating : libaio-0.3.109-13.el7.x86_64 56/539
| |
− | Updating : nss-softokn-3.53.1-6.el7_9.x86_64 57/539
| |
− | Updating : libnl3-cli-3.2.28-4.el7.x86_64 58/539
| |
− | Updating : e2fsprogs-libs-1.42.9-19.el7.x86_64 59/539
| |
− | Updating : kmod-libs-20-28.el7.x86_64 60/539
| |
− | Updating : xz-5.2.2-1.el7.x86_64 61/539
| |
− | Updating : libgomp-4.8.5-44.el7.x86_64 62/539
| |
− | Installing : lz4-1.8.3-1.el7.x86_64 63/539
| |
− | Updating : hostname-3.13-3.el7_7.1.x86_64 64/539
| |
− | Updating : libtasn1-4.10-1.el7.x86_64 65/539
| |
− | Updating : p11-kit-trust-0.23.5-3.el7.x86_64 66/539
| |
− | Updating : ca-certificates-2020.2.41-70.0.el7_8.noarch 67/539
| |
− | Updating : lzo-2.06-8.el7.x86_64 68/539
| |
− | Updating : 2:ethtool-4.8-10.el7.x86_64 69/539
| |
− | Updating : libteam-1.29-3.el7.x86_64 70/539
| |
− | Updating : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 71/539
| |
− | Updating : nettle-2.7.1-8.el7.x86_64 72/539
| |
− | Updating : 2:vim-minimal-7.4.629-7.el7.x86_64 73/539
| |
− | Updating : acl-2.2.51-15.el7.x86_64 74/539
| |
− | Updating : 2:tar-1.26-35.el7.x86_64 75/539
| |
− | Installing : bc-1.06.95-13.el7.x86_64 76/539
| |
− | Updating : pinentry-0.8.1-17.el7.x86_64 77/539
| |
− | Updating : libdb-utils-5.3.21-25.el7.x86_64 78/539
| |
− | Updating : libss-1.42.9-19.el7.x86_64 79/539
| |
− | Updating : 1:make-3.82-24.el7.x86_64 80/539
| |
− | Installing : 2:libpng-1.5.13-8.el7.x86_64 81/539
| |
− | Updating : freetype-2.8-14.el7_9.1.x86_64 82/539
| |
− | Updating : libselinux-utils-2.5-15.el7.x86_64 83/539
| |
− | Updating : linux-firmware-20200421-79.git78c0348.el7.noarch 84/539
| |
− | Updating : less-458-9.el7.x86_64 85/539
| |
− | Updating : ncurses-5.9-14.20130511.el7_4.x86_64 86/539
| |
− | Updating : krb5-libs-1.15.1-50.el7.x86_64 87/539
| |
− | Updating : 1:openssl-libs-1.0.2k-19.el7.x86_64 88/539
| |
− | Updating : coreutils-8.22-24.el7_9.2.x86_64 89/539
| |
− | Updating : libpwquality-1.2.3-5.el7.x86_64 90/539
| |
− | Updating : pam-1.1.8-23.el7.x86_64 91/539
| |
− | Updating : libblkid-2.23.2-65.el7.x86_64 92/539
| |
− | Updating : 2:shadow-utils-4.6-5.el7.x86_64 93/539
| |
− | Updating : python-libs-2.7.5-90.el7.x86_64 94/539
| |
− | Updating : python-2.7.5-90.el7.x86_64 95/539
| |
− | Updating : gzip-1.5-10.el7.x86_64 96/539
| |
− | Updating : libmount-2.23.2-65.el7.x86_64 97/539
| |
− | Updating : glib2-2.56.1-8.el7.x86_64 98/539
| |
− | Updating : shared-mime-info-1.8-5.el7.x86_64 99/539
| |
− | Updating : libcroco-0.6.12-6.el7_9.x86_64 100/539
| |
− | Updating : cyrus-sasl-lib-2.1.26-23.el7.x86_64 101/539
| |
− | Updating : gettext-libs-0.19.8.1-3.el7.x86_64 102/539
| |
− | Updating : gettext-0.19.8.1-3.el7.x86_64 103/539
| |
− | Updating : gsettings-desktop-schemas-3.28.0-3.el7.x86_64 104/539
| |
− | Updating : gobject-introspection-1.56.1-1.el7.x86_64 105/539
| |
− | Installing : python-gobject-base-3.22.0-1.el7_4.1.x86_64 106/539
| |
− | Installing : python-ipaddress-1.0.16-2.el7.noarch 107/539
| |
− | Updating : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 108/539
| |
− | Installing : python-schedutils-0.4-6.el7.x86_64 109/539
| |
− | Installing : python-perf-3.10.0-1160.6.1.el7.x86_64 110/539
| |
− | Installing : python-linux-procfs-0.4.11-4.el7.noarch 111/539
| |
− | Updating : libselinux-python-2.5-15.el7.x86_64 112/539
| |
− | Updating : python-slip-0.4.0-4.el7.noarch 113/539
| |
− | Updating : python-slip-dbus-0.4.0-4.el7.noarch 114/539
| |
− | Installing : python-firewall-0.6.3-12.el7.noarch 115/539
| |
− | Updating : grubby-8.28-26.el7.x86_64 116/539
| |
− | Installing : nss-pem-1.0.3-7.el7.x86_64 117/539
| |
− | Updating : nss-3.53.1-3.el7_9.x86_64 118/539
| |
− | Updating : nss-sysinit-3.53.1-3.el7_9.x86_64 119/539
| |
− | Updating : nss-tools-3.53.1-3.el7_9.x86_64 120/539
| |
− | Updating : 1:openssl-1.0.2k-19.el7.x86_64 121/539
| |
− | Updating : centos-logos-70.0.6-3.el7.centos.noarch 122/539
| |
− | Updating : logrotate-3.8.6-19.el7.x86_64 123/539
| |
− | Updating : binutils-2.27-44.base.el7.x86_64 124/539
| |
− | Updating : alsa-lib-1.1.8-1.el7.x86_64 125/539
| |
− | Updating : fipscheck-lib-1.4.1-6.el7.x86_64 126/539
| |
− | Updating : fipscheck-1.4.1-6.el7.x86_64 127/539
| |
− | Updating : 1:mariadb-libs-5.5.68-1.el7.x86_64 128/539
| |
− | Installing : 32:bind-export-libs-9.11.4-26.P2.el7_9.2.x86_64 129/539
| |
− | Updating : libssh2-1.8.0-4.el7.x86_64 130/539
| |
− | Updating : libcurl-7.29.0-59.el7_9.1.x86_64 131/539
| |
− | Updating : curl-7.29.0-59.el7_9.1.x86_64 132/539
| |
− | Updating : rpm-libs-4.11.3-45.el7.x86_64 133/539
| |
− | Updating : rpm-4.11.3-45.el7.x86_64 134/539
| |
− | Updating : openldap-2.4.44-22.el7.x86_64 135/539
| |
− | Updating : libuser-0.60-9.el7.x86_64 136/539
| |
− | Updating : python-pycurl-7.19.0-19.el7.x86_64 137/539
| |
− | Updating : python-urlgrabber-3.10-10.el7.noarch 138/539
| |
− | Installing : geoipupdate-2.5.0-1.el7.x86_64 139/539
| |
− | Installing : GeoIP-1.5.0-14.el7.x86_64 140/539
| |
− | Updating : mozjs17-17.0.0-20.el7.x86_64 141/539
| |
− | Updating : libproxy-0.4.11-11.el7.x86_64 142/539
| |
− | Updating : pth-2.0.7-23.el7.x86_64 143/539
| |
− | Updating : gnupg2-2.0.22-5.el7_5.x86_64 144/539
| |
− | Updating : rpm-build-libs-4.11.3-45.el7.x86_64 145/539
| |
− | Updating : rpm-python-4.11.3-45.el7.x86_64 146/539
| |
− | Updating : yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch 147/539
| |
− | Updating : yum-3.4.3-168.el7.centos.noarch 148/539
| |
− | Updating : 1:dmidecode-3.2-5.el7.x86_64 149/539
| |
− | Installing : ipset-libs-7.1-1.el7.x86_64 150/539
| |
− | Installing : ipset-7.1-1.el7.x86_64 151/539
| |
− | Installing : libseccomp-2.3.1-4.el7.x86_64 152/539
| |
− | Updating : jansson-2.10-1.el7.x86_64 153/539
| |
− | Installing : libfastjson-0.99.4-3.el7.x86_64 154/539
| |
− | Installing : lsscsi-0.27-6.el7.x86_64 155/539
| |
− | Updating : 14:libpcap-1.5.3-12.el7.x86_64 156/539
| |
− | Updating : kernel-tools-libs-3.10.0-1160.6.1.el7.x86_64 157/539
| |
− | Updating : numactl-libs-2.0.12-5.el7.x86_64 158/539
| |
− | Updating : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 159/539
| |
− | Updating : iptables-1.4.21-35.el7.x86_64 160/539
| |
− | Updating : iproute-4.11.0-30.el7.x86_64 161/539
| |
− | Installing : libsmartcols-2.23.2-65.el7.x86_64 162/539
| |
− | Updating : procps-ng-3.3.10-28.el7.x86_64 163/539
| |
− | Updating : util-linux-2.23.2-65.el7.x86_64 164/539
| |
− | Updating : kpartx-0.4.9-134.el7_9.x86_64 165/539
| |
− | Updating : 7:device-mapper-1.02.170-6.el7.x86_64 166/539
| |
− | Updating : dracut-033-572.el7.x86_64 167/539
| |
− | Updating : kmod-20-28.el7.x86_64 168/539
| |
− | Updating : 7:device-mapper-libs-1.02.170-6.el7.x86_64 169/539
| |
− | Updating : cryptsetup-libs-2.0.3-6.el7.x86_64 170/539
| |
− | Updating : elfutils-libs-0.176-5.el7.x86_64 171/539
| |
− | Updating : systemd-libs-219-78.el7_9.2.x86_64 172/539
| |
− | Updating : 1:dbus-libs-1.10.24-15.el7.x86_64 173/539
| |
− | Updating : systemd-219-78.el7_9.2.x86_64 174/539
| |
− | Updating : 1:dbus-1.10.24-15.el7.x86_64 175/539
| |
− | Installing : elfutils-default-yama-scope-0.176-5.el7.noarch 176/539
| |
− | Updating : systemd-sysv-219-78.el7_9.2.x86_64 177/539
| |
− | Updating : iputils-20160308-10.el7.x86_64 178/539
| |
− | Updating : initscripts-9.49.53-1.el7_9.1.x86_64 179/539
| |
− | Updating : 7:device-mapper-event-libs-1.02.170-6.el7.x86_64 180/539
| |
− | Installing : 1:grub2-tools-minimal-2.02-0.86.el7.centos.x86_64 181/539
| |
− | Updating : policycoreutils-2.5-34.el7.x86_64 182/539
| |
− | Updating : hwdata-0.252-9.7.el7.x86_64 183/539
| |
− | Installing : pciutils-3.5.1-3.el7.x86_64 184/539
| |
− | Updating : os-prober-1.58-9.el7.x86_64 185/539
| |
− | Installing : 1:grub2-tools-2.02-0.86.el7.centos.x86_64 186/539
| |
− | Updating : 12:dhcp-libs-4.2.5-82.el7.centos.x86_64 187/539
| |
− | Updating : openssh-7.4p1-21.el7.x86_64 188/539
| |
− | Updating : 12:dhcp-common-4.2.5-82.el7.centos.x86_64 189/539
| |
− | Updating : 12:dhclient-4.2.5-82.el7.centos.x86_64 190/539
| |
− | Updating : dracut-network-033-572.el7.x86_64 191/539
| |
− | Installing : 1:grub2-tools-extra-2.02-0.86.el7.centos.x86_64 192/539
| |
− | Installing : 1:grub2-pc-2.02-0.86.el7.centos.x86_64 193/539
| |
− | Updating : libpciaccess-0.14-1.el7.x86_64 194/539
| |
− | Updating : libdrm-2.4.97-2.el7.x86_64 195/539
| |
− | Updating : selinux-policy-3.13.1-268.el7_9.2.noarch 196/539
| |
− | Updating : 7:device-mapper-event-1.02.170-6.el7.x86_64 197/539
| |
− | Updating : 7:lvm2-libs-2.02.187-6.el7.x86_64 198/539
| |
− | Updating : polkit-0.112-26.el7.x86_64 199/539
| |
− | Updating : cronie-anacron-1.4.11-23.el7.x86_64 200/539
| |
− | Updating : cronie-1.4.11-23.el7.x86_64 201/539
| |
− | Updating : ebtables-2.0.10-16.el7.x86_64 202/539
| |
− | Updating : trousers-0.3.14-2.el7.x86_64 203/539
| |
− | Updating : gnutls-3.3.29-9.el7_6.x86_64 204/539
| |
− | Updating : glib-networking-2.56.1-1.el7.x86_64 205/539
| |
− | Updating : avahi-libs-0.6.31-20.el7.x86_64 206/539
| |
− | Updating : plymouth-core-libs-0.8.9-0.34.20140113.el7.centos.x86_64 207/539
| |
− | Updating : plymouth-scripts-0.8.9-0.34.20140113.el7.centos.x86_64 208/539
| |
− | Updating : plymouth-0.8.9-0.34.20140113.el7.centos.x86_64 209/539
| |
− | Updating : python-pyudev-0.15-9.el7.noarch 210/539
| |
− | Updating : virt-what-1.18-4.el7.x86_64 211/539
| |
− | Updating : 32:bind-license-9.11.4-26.P2.el7_9.2.noarch 212/539
| |
− | Installing : firewalld-filesystem-0.6.3-12.el7.noarch 213/539
| |
− | Updating : kbd-legacy-1.15.5-15.el7.noarch 214/539
| |
− | Updating : kbd-1.15.5-15.el7.x86_64 215/539
| |
− | Updating : firewalld-0.6.3-12.el7.noarch 216/539
| |
− | Updating : 32:bind-libs-lite-9.11.4-26.P2.el7_9.2.x86_64 217/539
| |
− | Updating : tuned-2.11.0-10.el7.noarch 218/539
| |
− | Updating : avahi-autoipd-0.6.31-20.el7.x86_64 219/539
| |
− | Updating : libsoup-2.62.2-2.el7.x86_64 220/539
| |
− | Updating : 7:lvm2-2.02.187-6.el7.x86_64 221/539
| |
− | Created symlink from /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket to /usr/lib/systemd/system/lvm2-lvmpolld.socket.
| |
− | Updating : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch 222/539
| |
− | Installing : 1:grub2-2.02-0.86.el7.centos.x86_64 223/539
| |
− | Updating : kexec-tools-2.0.15-51.el7_9.1.x86_64 224/539
| |
− | Updating : openssh-server-7.4p1-21.el7.x86_64 225/539
| |
− | Updating : openssh-clients-7.4p1-21.el7.x86_64 226/539
| |
− | Installing : rdma-core-22.4-5.el7.x86_64 227/539
| |
− | Updating : authconfig-6.2.8-30.el7.x86_64 228/539
| |
− | Installing : kernel-3.10.0-1160.6.1.el7.x86_64 229/539
| |
− | Updating : dnsmasq-2.76-16.el7.x86_64 230/539
| |
− | Updating : 1:wpa_supplicant-2.6-12.el7.x86_64 231/539
| |
− | Updating : audit-2.8.5-4.el7.x86_64 232/539
| |
− | Updating : 2:postfix-2.10.1-9.el7.x86_64 233/539
| |
− | Updating : alsa-tools-firmware-1.1.0-1.el7.x86_64 234/539
| |
− | Updating : ppp-2.4.5-34.el7_7.x86_64 235/539
| |
− | Updating : 2:microcode_ctl-2.1-73.2.el7_9.x86_64 236/539
| |
− | Updating : chrony-3.4-1.el7.x86_64 237/539
| |
− | warning: /etc/chrony.conf created as /etc/chrony.conf.rpmnew
| |
− | warning: /etc/chrony.keys created as /etc/chrony.keys.rpmnew
| |
− | Updating : rsyslog-8.24.0-57.el7_9.x86_64 238/539
| |
− | Updating : biosdevname-0.7.3-2.el7.x86_64 239/539
| |
− | Updating : 3:irqbalance-1.0.7-12.el7.x86_64 240/539
| |
− | Updating : teamd-1.29-3.el7.x86_64 241/539
| |
− | Updating : libgudev1-219-78.el7_9.2.x86_64 242/539
| |
− | Updating : 1:NetworkManager-libnm-1.18.8-2.el7_9.x86_64 243/539
| |
− | Updating : parted-3.1-32.el7.x86_64 244/539
| |
− | Updating : dracut-config-rescue-033-572.el7.x86_64 245/539
| |
− | Updating : kernel-tools-3.10.0-1160.6.1.el7.x86_64 246/539
| |
− | Updating : iprutils-2.4.17.1-3.el7_7.x86_64 247/539
| |
− | Updating : passwd-0.79-6.el7.x86_64 248/539
| |
− | Updating : sudo-1.8.23-10.el7.x86_64 249/539
| |
− | warning: /etc/sudoers created as /etc/sudoers.rpmnew
| |
− | Updating : python-setuptools-0.9.8-7.el7.noarch 250/539
| |
− | Updating : man-db-2.6.3-11.el7.x86_64 251/539
| |
− | Updating : xfsprogs-4.5.0-22.el7.x86_64 252/539
| |
− | Updating : e2fsprogs-1.42.9-19.el7.x86_64 253/539
| |
− | Updating : btrfs-progs-4.9.1-1.el7.x86_64 254/539
| |
− | Updating : libndp-1.2-9.el7.x86_64 255/539
| |
− | Updating : iwl105-firmware-18.168.6.1-79.el7.noarch 256/539
| |
− | Updating : iwl4965-firmware-228.61.2.24-79.el7.noarch 257/539
| |
− | Updating : iwl5000-firmware-8.83.5.1_1-79.el7.noarch 258/539
| |
− | Updating : iwl6000g2b-firmware-18.168.6.1-79.el7.noarch 259/539
| |
− | Updating : iwl2000-firmware-18.168.6.1-79.el7.noarch 260/539
| |
− | Updating : iwl135-firmware-18.168.6.1-79.el7.noarch 261/539
| |
− | Updating : iwl3160-firmware-25.30.13.0-79.el7.noarch 262/539
| |
− | Updating : iwl5150-firmware-8.24.2.2-79.el7.noarch 263/539
| |
− | Updating : 1:iwl1000-firmware-39.31.5.1-79.el7.noarch 264/539
| |
− | Updating : iwl2030-firmware-18.168.6.1-79.el7.noarch 265/539
| |
− | Updating : iwl7260-firmware-25.30.13.0-79.el7.noarch 266/539
| |
− | Updating : iwl6050-firmware-41.28.5.1-79.el7.noarch 267/539
| |
− | Updating : iwl3945-firmware-15.32.2.9-79.el7.noarch 268/539
| |
− | Updating : iwl6000-firmware-9.221.4.1-79.el7.noarch 269/539
| |
− | Updating : iwl100-firmware-39.31.5.1-79.el7.noarch 270/539
| |
− | Updating : iwl6000g2a-firmware-18.168.6.1-79.el7.noarch 271/539
| |
− | Installing : libgcc-4.8.5-44.el7.i686 272/539
| |
− | Installing : nss-softokn-freebl-3.53.1-6.el7_9.i686 273/539
| |
− | Installing : glibc-2.17-317.el7.i686 274/539
| |
− | Installing : zlib-1.2.7-18.el7.i686 275/539
| |
− | Installing : libgpg-error-1.12-3.el7.i686 276/539
| |
− | Installing : xz-libs-5.2.2-1.el7.i686 277/539
| |
− | Installing : libgcrypt-1.5.3-14.el7.i686 278/539
| |
− | Installing : cracklib-2.9.0-11.el7.i686 279/539
| |
− | Installing : elfutils-libelf-0.176-5.el7.i686 280/539
| |
− | Installing : libsepol-2.5-10.el7.i686 281/539
| |
− | Installing : libstdc++-4.8.5-44.el7.i686 282/539
| |
− | Installing : pcre-8.32-17.el7.i686 283/539
| |
− | Installing : libselinux-2.5-15.el7.i686 284/539
| |
− | Installing : lz4-1.8.3-1.el7.i686 285/539
| |
− | Installing : bzip2-libs-1.0.6-13.el7.i686 286/539
| |
− | Installing : elfutils-libs-0.176-5.el7.i686 287/539
| |
− | Installing : libdb-5.3.21-25.el7.i686 288/539
| |
− | Installing : libcap-ng-0.7.5-4.el7.i686 289/539
| |
− | Installing : audit-libs-2.8.5-4.el7.i686 290/539
| |
− | Installing : pam-1.1.8-23.el7.i686 291/539
| |
− | Installing : libattr-2.4.46-13.el7.i686 292/539
| |
− | Installing : libcap-2.22-11.el7.i686 293/539
| |
− | Installing : systemd-libs-219-78.el7_9.2.i686 294/539
| |
| Installing : rdma-core-22.4-5.el7.i686 295/539 | | Installing : rdma-core-22.4-5.el7.i686 295/539 |
| Cleanup : tuned-2.4.1-1.el7.noarch 296/539 | | Cleanup : tuned-2.4.1-1.el7.noarch 296/539 |
− | Cleanup : yum-plugin-fastestmirror-1.1.31-29.el7.noarch 297/539
| + | |
− | Cleanup : yum-3.4.3-125.el7.centos.noarch 298/539
| + | === SNIP === |
− | Cleanup : firewalld-0.3.9-11.el7.noarch 299/539
| + | |
− | Cleanup : 1:grub2-2.02-0.16.el7.centos.x86_64 300/539
| |
− | Cleanup : selinux-policy-targeted-3.13.1-23.el7.noarch 301/539
| |
− | Cleanup : selinux-policy-3.13.1-23.el7.noarch 302/539
| |
− | Erasing : rdma-7.1_3.17-5.el7.noarch 303/539
| |
− | Cleanup : python-slip-dbus-0.4.0-2.el7.noarch 304/539
| |
− | Cleanup : python-slip-0.4.0-2.el7.noarch 305/539
| |
− | Cleanup : python-urlgrabber-3.10-6.el7.noarch 306/539
| |
− | Cleanup : python-pyudev-0.15-6.el7.noarch 307/539
| |
− | Cleanup : python-setuptools-0.9.8-3.el7.noarch 308/539
| |
− | Cleanup : dracut-config-rescue-033-240.el7.x86_64 309/539
| |
− | Cleanup : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch 310/539
| |
− | Cleanup : iwl105-firmware-18.168.6.1-36.el7.noarch 311/539
| |
− | Cleanup : linux-firmware-20140911-0.1.git365e80c.el7.noarch 312/539
| |
− | Cleanup : iwl4965-firmware-228.61.2.24-36.el7.noarch 313/539
| |
− | Cleanup : iwl5000-firmware-8.83.5.1_1-36.el7.noarch 314/539
| |
− | Cleanup : iwl6000g2b-firmware-17.168.5.2-36.el7.noarch 315/539
| |
− | Cleanup : iwl2000-firmware-18.168.6.1-36.el7.noarch 316/539
| |
− | Cleanup : iwl135-firmware-18.168.6.1-36.el7.noarch 317/539
| |
− | Cleanup : iwl3160-firmware-22.0.7.0-36.el7.noarch 318/539
| |
− | Cleanup : iwl5150-firmware-8.24.2.2-36.el7.noarch 319/539
| |
− | Cleanup : 1:iwl1000-firmware-39.31.5.1-36.el7.noarch 320/539
| |
− | Cleanup : iwl2030-firmware-18.168.6.1-36.el7.noarch 321/539
| |
− | Cleanup : iwl7260-firmware-22.0.7.0-36.el7.noarch 322/539
| |
− | Cleanup : iwl6050-firmware-41.28.5.1-36.el7.noarch 323/539
| |
− | Cleanup : iwl3945-firmware-15.32.2.9-36.el7.noarch 324/539
| |
− | Cleanup : iwl6000-firmware-9.221.4.1-36.el7.noarch 325/539
| |
− | Cleanup : iwl100-firmware-39.31.5.1-36.el7.noarch 326/539
| |
− | Cleanup : iwl6000g2a-firmware-17.168.5.3-36.el7.noarch 327/539
| |
− | Cleanup : rpm-python-4.11.1-25.el7.x86_64 328/539
| |
− | Cleanup : openssh-server-6.6.1p1-11.el7.x86_64 329/539
| |
− | Cleanup : rpm-build-libs-4.11.1-25.el7.x86_64 330/539
| |
− | Cleanup : 2:postfix-2.10.1-6.el7.x86_64 331/539
| |
− | Cleanup : openssh-clients-6.6.1p1-11.el7.x86_64 332/539
| |
− | Cleanup : gnupg2-2.0.22-3.el7.x86_64 333/539
| |
− | Cleanup : kexec-tools-2.0.7-19.el7.x86_64 334/539
| |
− | Cleanup : 7:lvm2-2.02.115-3.el7.x86_64 335/539
| |
− | Cleanup : openssh-6.6.1p1-11.el7.x86_64 336/539
| |
− | Cleanup : polkit-0.112-5.el7.x86_64 337/539
| |
− | Cleanup : ppp-2.4.5-33.el7.x86_64 338/539
| |
− | Cleanup : parted-3.1-20.el7.x86_64 339/539
| |
− | Cleanup : plymouth-scripts-0.8.9-0.13.20140113.el7.centos.x86_64 340/539
| |
− | Cleanup : plymouth-0.8.9-0.13.20140113.el7.centos.x86_64 341/539
| |
− | Cleanup : 1:NetworkManager-libnm-1.0.0-14.git20150121.b4ea599c.el7.x86_64 342/539
| |
− | Cleanup : cronie-anacron-1.4.11-13.el7.x86_64 343/539
| |
− | Cleanup : cronie-1.4.11-13.el7.x86_64 344/539
| |
− | Cleanup : btrfs-progs-3.16.2-1.el7.x86_64 345/539
| |
− | Cleanup : sudo-1.8.6p7-13.el7.x86_64 346/539
| |
− | Cleanup : elfutils-libs-0.160-1.el7.x86_64 347/539
| |
− | Cleanup : 1:grub2-tools-2.02-0.16.el7.centos.x86_64 348/539
| |
− | Cleanup : gettext-0.18.2.1-4.el7.x86_64 349/539
| |
− | Cleanup : gettext-libs-0.18.2.1-4.el7.x86_64 350/539
| |
− | Cleanup : passwd-0.79-4.el7.x86_64 351/539
| |
− | Cleanup : kernel-tools-3.10.0-229.el7.x86_64 352/539
| |
− | Cleanup : audit-2.4.1-5.el7.x86_64 353/539
| |
− | Cleanup : 1:wpa_supplicant-2.0-13.el7_0.x86_64 354/539
| |
− | Cleanup : authconfig-6.2.8-9.el7.x86_64 355/539
| |
− | Cleanup : policycoreutils-2.2.5-15.el7.x86_64 356/539
| |
− | Cleanup : 1:openssl-1.0.1e-42.el7.x86_64 357/539
| |
− | Cleanup : rsyslog-7.4.7-7.el7_0.x86_64 358/539
| |
− | Cleanup : 7:lvm2-libs-2.02.115-3.el7.x86_64 359/539
| |
− | Cleanup : 7:device-mapper-event-1.02.93-3.el7.x86_64 360/539
| |
− | Cleanup : teamd-1.15-1.el7.x86_64 361/539
| |
− | Cleanup : os-prober-1.58-5.el7.x86_64 362/539
| |
− | Cleanup : device-mapper-persistent-data-0.4.1-2.el7.x86_64 363/539
| |
− | Erasing : pygobject3-base-3.8.2-6.el7.x86_64 364/539
| |
− | Cleanup : 2:irqbalance-1.0.7-1.el7.x86_64 365/539
| |
− | Cleanup : man-db-2.6.3-9.el7.x86_64 366/539
| |
− | Cleanup : e2fsprogs-1.42.9-7.el7.x86_64 367/539
| |
− | Cleanup : chrony-1.29.1-1.el7.centos.x86_64 368/539
| |
− | Cleanup : xfsprogs-3.2.1-6.el7.x86_64 369/539
| |
− | Cleanup : dnsmasq-2.66-12.el7.x86_64 370/539
| |
− | Cleanup : libgudev1-208-20.el7.x86_64 371/539
| |
− | Cleanup : mozjs17-17.0.0-10.el7.x86_64 372/539
| |
− | Cleanup : 1:mariadb-libs-5.5.41-2.el7_0.x86_64 373/539
| |
− | Cleanup : libsoup-2.46.0-3.el7.x86_64 374/539
| |
− | Cleanup : glib-networking-2.40.0-1.el7.x86_64 375/539
| |
− | Cleanup : gnutls-3.3.8-12.el7.x86_64 376/539
| |
− | Cleanup : trousers-0.3.11.2-3.el7.x86_64 377/539
| |
− | Cleanup : kbd-1.15.5-11.el7.x86_64 378/539
| |
− | Cleanup : nettle-2.7.1-4.el7.x86_64 379/539
| |
− | Cleanup : logrotate-3.8.6-4.el7.x86_64 380/539
| |
− | Cleanup : pinentry-0.8.1-14.el7.x86_64 381/539
| |
− | Cleanup : python-pycurl-7.19.0-17.el7.x86_64 382/539
| |
− | Cleanup : 2:tar-1.26-29.el7.x86_64 383/539
| |
− | Cleanup : dracut-network-033-240.el7.x86_64 384/539
| |
| Cleanup : 12:dhclient-4.2.5-36.el7.centos.x86_64 385/539 | | Cleanup : 12:dhclient-4.2.5-36.el7.centos.x86_64 385/539 |
| | | |
Line 1,715: |
Line 229: |
| | | |
| Cleanup : initscripts-9.49.24-1.el7.x86_64 386/539 | | Cleanup : initscripts-9.49.24-1.el7.x86_64 386/539 |
− | Cleanup : dracut-033-240.el7.x86_64 387/539
| + | |
− | Cleanup : 32:bind-libs-lite-9.9.4-18.el7.x86_64 388/539
| + | === SNIP === |
− | Cleanup : iputils-20121221-6.el7.x86_64 389/539
| + | |
− | Cleanup : iproute-3.10.0-21.el7.x86_64 390/539
| |
− | Cleanup : 1:findutils-4.5.11-3.el7.x86_64 391/539
| |
− | Cleanup : procps-ng-3.3.10-3.el7.x86_64 392/539
| |
− | Cleanup : libproxy-0.4.11-6.el7.x86_64 393/539
| |
− | Cleanup : libteam-1.15-1.el7.x86_64 394/539
| |
− | Cleanup : file-5.11-21.el7.x86_64 395/539
| |
− | Cleanup : 2:vim-minimal-7.4.160-1.el7.x86_64 396/539
| |
− | Cleanup : biosdevname-0.6.1-2.el7.x86_64 397/539
| |
− | Cleanup : iptables-1.4.21-13.el7.x86_64 398/539
| |
− | Cleanup : less-458-8.el7.x86_64 399/539
| |
− | Cleanup : gobject-introspection-1.36.0-4.el7.x86_64 400/539
| |
− | Cleanup : libcroco-0.6.8-5.el7.x86_64 401/539
| |
− | Cleanup : libdrm-2.4.56-2.el7.x86_64 402/539
| |
− | Cleanup : libselinux-python-2.2.2-6.el7.x86_64 403/539
| |
− | Cleanup : virt-what-1.13-5.el7.x86_64 404/539
| |
− | Cleanup : iprutils-2.4.3-3.el7.x86_64 405/539
| |
− | Cleanup : avahi-autoipd-0.6.31-14.el7.x86_64 406/539
| |
− | Cleanup : alsa-tools-firmware-1.0.27-4.el7.x86_64 407/539
| |
− | Cleanup : alsa-lib-1.0.28-2.el7.x86_64 408/539
| |
− | Cleanup : avahi-libs-0.6.31-14.el7.x86_64 409/539
| |
− | Cleanup : libpciaccess-0.13.1-4.1.el7.x86_64 410/539
| |
− | Cleanup : file-libs-5.11-21.el7.x86_64 411/539
| |
− | Cleanup : libnl3-cli-3.2.21-8.el7.x86_64 412/539
| |
− | Cleanup : kpartx-0.4.9-77.el7.x86_64 413/539
| |
− | Cleanup : e2fsprogs-libs-1.42.9-7.el7.x86_64 414/539
| |
− | Cleanup : libss-1.42.9-7.el7.x86_64 415/539
| |
− | Cleanup : numactl-libs-2.0.9-4.el7.x86_64 416/539
| |
− | Cleanup : 7:device-mapper-event-libs-1.02.93-3.el7.x86_64 417/539
| |
− | Cleanup : 1:make-3.82-21.el7.x86_64 418/539
| |
− | Cleanup : diffutils-3.3-4.el7.x86_64 419/539
| |
− | Cleanup : libselinux-utils-2.2.2-6.el7.x86_64 420/539
| |
− | Cleanup : libgomp-4.8.3-9.el7.x86_64 421/539
| |
− | Cleanup : plymouth-core-libs-0.8.9-0.13.20140113.el7.centos.x86_64 422/539
| |
− | Cleanup : ebtables-2.0.10-13.el7.x86_64 423/539
| |
− | Cleanup : 2:microcode_ctl-2.1-10.el7.x86_64 424/539
| |
− | Cleanup : grubby-8.28-11.el7.x86_64 425/539
| |
− | Cleanup : hwdata-0.252-7.5.el7.noarch 426/539
| |
− | Cleanup : gsettings-desktop-schemas-3.8.2-3.el7.x86_64 427/539
| |
− | Cleanup : systemd-sysv-208-20.el7.x86_64 428/539
| |
− | Cleanup : centos-logos-70.0.6-1.el7.centos.noarch 429/539
| |
− | Cleanup : cryptsetup-libs-1.6.6-3.el7.x86_64 430/539
| |
− | Cleanup : 7:device-mapper-libs-1.02.93-3.el7.x86_64 431/539
| |
− | Cleanup : 7:device-mapper-1.02.93-3.el7.x86_64 432/539
| |
− | Cleanup : 1:dbus-1.6.12-11.el7.x86_64 433/539
| |
− | Cleanup : systemd-208-20.el7.x86_64 434/539
| |
− | Cleanup : 2:shadow-utils-4.1.5.1-18.el7.x86_64 435/539
| |
− | Cleanup : libsemanage-2.1.10-16.el7.x86_64 436/539
| |
− | Cleanup : kmod-14-10.el7.x86_64 437/539
| |
− | Cleanup : binutils-2.23.52.0.1-30.el7.x86_64 438/539
| |
− | Cleanup : xz-5.1.2-9alpha.el7.x86_64 439/539
| |
− | Cleanup : python-2.7.5-16.el7.x86_64 440/539
| |
− | Cleanup : python-libs-2.7.5-16.el7.x86_64 441/539
| |
− | Cleanup : gzip-1.5-7.el7.x86_64 442/539
| |
− | Cleanup : kmod-libs-14-10.el7.x86_64 443/539
| |
− | Cleanup : cpio-2.11-22.el7.x86_64 444/539
| |
− | Cleanup : acl-2.2.51-12.el7.x86_64 445/539
| |
− | Cleanup : fipscheck-1.4.1-5.el7.x86_64 446/539
| |
− | Cleanup : fipscheck-lib-1.4.1-5.el7.x86_64 447/539
| |
− | Cleanup : freetype-2.4.11-9.el7.x86_64 448/539
| |
− | Cleanup : filesystem-3.2-18.el7.x86_64 449/539
| |
− | Cleanup : setup-2.8.71-5.el7.noarch 450/539
| |
− | Cleanup : 12:dhcp-common-4.2.5-36.el7.centos.x86_64 451/539
| |
− | Cleanup : 12:dhcp-libs-4.2.5-36.el7.centos.x86_64 452/539
| |
− | Cleanup : libblkid-2.23.2-21.el7.x86_64 453/539
| |
− | Cleanup : libmount-2.23.2-21.el7.x86_64 454/539
| |
− | Cleanup : nss-tools-3.16.2.3-5.el7.x86_64 455/539
| |
− | Cleanup : krb5-libs-1.12.2-14.el7.x86_64 456/539
| |
− | Cleanup : 1:openssl-libs-1.0.1e-42.el7.x86_64 457/539
| |
− | Cleanup : libssh2-1.4.3-8.el7.x86_64 458/539
| |
− | Cleanup : libcurl-7.29.0-19.el7.x86_64 459/539
| |
− | Cleanup : curl-7.29.0-19.el7.x86_64 460/539
| |
− | Cleanup : nss-sysinit-3.16.2.3-5.el7.x86_64 461/539
| |
− | Cleanup : nss-3.16.2.3-5.el7.x86_64 462/539
| |
− | Cleanup : rpm-libs-4.11.1-25.el7.x86_64 463/539
| |
− | Cleanup : rpm-4.11.1-25.el7.x86_64 464/539
| |
− | Cleanup : openldap-2.4.39-6.el7.x86_64 465/539
| |
− | Cleanup : libuser-0.60-5.el7.x86_64 466/539
| |
− | Cleanup : util-linux-2.23.2-21.el7.x86_64 467/539
| |
− | Cleanup : systemd-libs-208-20.el7.x86_64 468/539
| |
− | Cleanup : coreutils-8.22-11.el7.x86_64 469/539
| |
− | Cleanup : libpwquality-1.2.3-4.el7.x86_64 470/539
| |
− | Cleanup : pam-1.1.8-12.el7.x86_64 471/539
| |
− | Cleanup : ca-certificates-2014.1.98-72.el7.noarch 472/539
| |
− | Cleanup : p11-kit-trust-0.20.7-3.el7.x86_64 473/539
| |
− | Cleanup : nss-softokn-3.16.2.3-9.el7.x86_64 474/539
| |
− | Cleanup : shared-mime-info-1.1-7.el7.x86_64 475/539
| |
− | Cleanup : glib2-2.40.0-4.el7.x86_64 476/539
| |
− | Cleanup : sqlite-3.7.17-4.el7.x86_64 477/539
| |
− | Cleanup : libxml2-2.9.1-5.el7_0.1.x86_64 478/539
| |
− | Cleanup : nss-util-3.16.2.3-2.el7.x86_64 479/539
| |
− | Cleanup : grep-2.20-1.el7.x86_64 480/539
| |
− | Cleanup : lua-5.1.4-14.el7.x86_64 481/539
| |
− | Cleanup : readline-6.2-9.el7.x86_64 482/539
| |
− | Cleanup : sed-4.2.2-5.el7.x86_64 483/539
| |
− | Cleanup : 1:gmp-6.0.0-11.el7.x86_64 484/539
| |
− | Cleanup : p11-kit-0.20.7-3.el7.x86_64 485/539
| |
− | Cleanup : libacl-2.2.51-12.el7.x86_64 486/539
| |
− | Cleanup : libcap-2.22-8.el7.x86_64 487/539
| |
− | Cleanup : ncurses-5.9-13.20130511.el7.x86_64 488/539
| |
− | Cleanup : cyrus-sasl-lib-2.1.26-17.el7.x86_64 489/539
| |
− | Cleanup : libdb-utils-5.3.21-17.el7_0.1.x86_64 490/539
| |
− | Cleanup : libidn-1.28-3.el7.x86_64 491/539
| |
− | Cleanup : gawk-4.0.2-4.el7.x86_64 492/539
| |
− | Cleanup : info-5.1-4.el7.x86_64 493/539
| |
− | Cleanup : zlib-1.2.7-13.el7.x86_64 494/539
| |
− | Cleanup : libdb-5.3.21-17.el7_0.1.x86_64 495/539
| |
− | Cleanup : libattr-2.4.46-12.el7.x86_64 496/539
| |
− | Cleanup : libffi-3.0.13-11.el7.x86_64 497/539
| |
− | Cleanup : nspr-4.10.6-3.el7.x86_64 498/539
| |
− | Cleanup : chkconfig-1.3.61-4.el7.x86_64 499/539
| |
− | Cleanup : libtasn1-3.8-2.el7.x86_64 500/539
| |
− | Cleanup : audit-libs-2.4.1-5.el7.x86_64 501/539
| |
− | Cleanup : 1:dbus-libs-1.6.12-11.el7.x86_64 502/539
| |
− | Cleanup : libgcrypt-1.5.3-12.el7.x86_64 503/539
| |
− | Cleanup : libcap-ng-0.7.3-5.el7.x86_64 504/539
| |
− | Cleanup : libuuid-2.23.2-21.el7.x86_64 505/539
| |
− | Cleanup : bzip2-libs-1.0.6-12.el7.x86_64 506/539
| |
− | Cleanup : elfutils-libelf-0.160-1.el7.x86_64 507/539
| |
− | Cleanup : libcom_err-1.42.9-7.el7.x86_64 508/539
| |
− | Cleanup : expat-2.1.0-8.el7.x86_64 509/539
| |
− | Cleanup : libnl3-3.2.21-8.el7.x86_64 510/539
| |
− | Cleanup : 1:dmidecode-2.12-5.el7.x86_64 511/539
| |
− | Cleanup : libnetfilter_conntrack-1.0.4-2.el7.x86_64 512/539
| |
− | Cleanup : pciutils-libs-3.2.1-4.el7.x86_64 513/539
| |
− | Cleanup : hostname-3.13-3.el7.x86_64 514/539
| |
− | Cleanup : libaio-0.3.109-12.el7.x86_64 515/539
| |
− | Cleanup : jansson-2.4-6.el7.x86_64 516/539
| |
− | Cleanup : kernel-tools-libs-3.10.0-229.el7.x86_64 517/539
| |
− | Cleanup : lzo-2.06-6.el7_0.2.x86_64 518/539
| |
− | Cleanup : 14:libpcap-1.5.3-3.el7_0.1.x86_64 519/539
| |
− | Cleanup : 2:ethtool-3.15-2.el7.x86_64 520/539
| |
− | Cleanup : pth-2.0.7-22.el7.x86_64 521/539
| |
− | Cleanup : libndp-1.2-4.el7.x86_64 522/539
| |
− | Cleanup : centos-release-7-1.1503.el7.centos.2.8.x86_64 523/539
| |
− | Cleanup : 32:bind-license-9.9.4-18.el7.noarch 524/539
| |
− | Cleanup : kbd-legacy-1.15.5-11.el7.noarch 525/539
| |
− | Cleanup : kbd-misc-1.15.5-11.el7.noarch 526/539
| |
− | Cleanup : xz-libs-5.1.2-9alpha.el7.x86_64 527/539
| |
− | Cleanup : libsepol-2.1.9-3.el7.x86_64 528/539
| |
− | Cleanup : pcre-8.32-14.el7.x86_64 529/539
| |
− | Cleanup : libstdc++-4.8.3-9.el7.x86_64 530/539
| |
− | Cleanup : ncurses-libs-5.9-13.20130511.el7.x86_64 531/539
| |
− | Cleanup : bash-4.2.46-12.el7.x86_64 532/539
| |
− | Cleanup : nss-softokn-freebl-3.16.2.3-9.el7.x86_64 533/539
| |
− | Cleanup : libselinux-2.2.2-6.el7.x86_64 534/539
| |
− | Cleanup : glibc-common-2.17-78.el7.x86_64 535/539
| |
− | Cleanup : glibc-2.17-78.el7.x86_64 536/539
| |
− | Cleanup : tzdata-2015a-1.el7.noarch 537/539
| |
− | Cleanup : ncurses-base-5.9-13.20130511.el7.noarch 538/539
| |
| Cleanup : libgcc-4.8.3-9.el7.x86_64 539/539 | | Cleanup : libgcc-4.8.3-9.el7.x86_64 539/539 |
| Verifying : glibc-common-2.17-317.el7.x86_64 1/539 | | Verifying : glibc-common-2.17-317.el7.x86_64 1/539 |
− | Verifying : libsepol-2.5-10.el7.i686 2/539
| + | |
− | Verifying : pam-1.1.8-23.el7.i686 3/539
| + | === SNIP === |
− | Verifying : nss-softokn-3.53.1-6.el7_9.x86_64 4/539
| + | |
− | Verifying : libgudev1-219-78.el7_9.2.x86_64 5/539
| |
− | Verifying : nspr-4.25.0-2.el7_9.x86_64 6/539
| |
− | Verifying : centos-release-7-9.2009.1.el7.centos.x86_64 7/539
| |
− | Verifying : iwl6000g2a-firmware-18.168.6.1-79.el7.noarch 8/539
| |
− | Verifying : grubby-8.28-26.el7.x86_64 9/539
| |
− | Verifying : iwl100-firmware-39.31.5.1-79.el7.noarch 10/539
| |
− | Verifying : openssh-server-7.4p1-21.el7.x86_64 11/539
| |
− | Verifying : fipscheck-1.4.1-6.el7.x86_64 12/539
| |
− | Verifying : libsemanage-2.5-14.el7.x86_64 13/539
| |
− | Verifying : 12:dhcp-libs-4.2.5-82.el7.centos.x86_64 14/539
| |
− | Verifying : libstdc++-4.8.5-44.el7.i686 15/539
| |
− | Verifying : iptables-1.4.21-35.el7.x86_64 16/539
| |
− | Verifying : procps-ng-3.3.10-28.el7.x86_64 17/539
| |
− | Verifying : systemd-sysv-219-78.el7_9.2.x86_64 18/539
| |
− | Verifying : python-libs-2.7.5-90.el7.x86_64 19/539
| |
− | Verifying : gsettings-desktop-schemas-3.28.0-3.el7.x86_64 20/539
| |
− | Verifying : gettext-0.19.8.1-3.el7.x86_64 21/539
| |
− | Verifying : iwl6000-firmware-9.221.4.1-79.el7.noarch 22/539
| |
− | Verifying : sudo-1.8.23-10.el7.x86_64 23/539
| |
− | Verifying : 7:lvm2-2.02.187-6.el7.x86_64 24/539
| |
− | Verifying : ca-certificates-2020.2.41-70.0.el7_8.noarch 25/539
| |
− | Verifying : iwl3945-firmware-15.32.2.9-79.el7.noarch 26/539
| |
− | Verifying : freetype-2.8-14.el7_9.1.x86_64 27/539
| |
− | Verifying : libidn-1.28-4.el7.x86_64 28/539
| |
− | Verifying : hwdata-0.252-9.7.el7.x86_64 29/539
| |
− | Verifying : chkconfig-1.7.6-1.el7.x86_64 30/539
| |
− | Verifying : os-prober-1.58-9.el7.x86_64 31/539
| |
− | Verifying : nss-sysinit-3.53.1-3.el7_9.x86_64 32/539
| |
− | Verifying : dnsmasq-2.76-16.el7.x86_64 33/539
| |
− | Verifying : iwl6050-firmware-41.28.5.1-79.el7.noarch 34/539
| |
− | Verifying : bzip2-libs-1.0.6-13.el7.x86_64 35/539
| |
− | Verifying : python-gobject-base-3.22.0-1.el7_4.1.x86_64 36/539
| |
− | Verifying : 1:openssl-1.0.2k-19.el7.x86_64 37/539
| |
− | Verifying : libsepol-2.5-10.el7.x86_64 38/539
| |
− | Verifying : pth-2.0.7-23.el7.x86_64 39/539
| |
− | Verifying : mozjs17-17.0.0-20.el7.x86_64 40/539
| |
− | Verifying : teamd-1.29-3.el7.x86_64 41/539
| |
− | Verifying : parted-3.1-32.el7.x86_64 42/539
| |
− | Verifying : glib2-2.56.1-8.el7.x86_64 43/539
| |
− | Verifying : alsa-tools-firmware-1.1.0-1.el7.x86_64 44/539
| |
− | Verifying : python-2.7.5-90.el7.x86_64 45/539
| |
− | Verifying : nss-3.53.1-3.el7_9.x86_64 46/539
| |
− | Verifying : lz4-1.8.3-1.el7.x86_64 47/539
| |
− | Verifying : gobject-introspection-1.56.1-1.el7.x86_64 48/539
| |
− | Verifying : 1:dmidecode-3.2-5.el7.x86_64 49/539
| |
− | Verifying : xfsprogs-4.5.0-22.el7.x86_64 50/539
| |
− | Verifying : iwl7260-firmware-25.30.13.0-79.el7.noarch 51/539
| |
− | Verifying : cronie-1.4.11-23.el7.x86_64 52/539
| |
− | Verifying : glib-networking-2.56.1-1.el7.x86_64 53/539
| |
− | Verifying : ipset-libs-7.1-1.el7.x86_64 54/539
| |
− | Verifying : kbd-legacy-1.15.5-15.el7.noarch 55/539
| |
− | Verifying : hostname-3.13-3.el7_7.1.x86_64 56/539
| |
− | Verifying : ppp-2.4.5-34.el7_7.x86_64 57/539
| |
− | Verifying : libnl3-3.2.28-4.el7.x86_64 58/539
| |
− | Verifying : python-pycurl-7.19.0-19.el7.x86_64 59/539
| |
− | Verifying : xz-libs-5.2.2-1.el7.x86_64 60/539
| |
− | Verifying : 2:microcode_ctl-2.1-73.2.el7_9.x86_64 61/539
| |
− | Verifying : dracut-config-rescue-033-572.el7.x86_64 62/539
| |
− | Verifying : glibc-2.17-317.el7.x86_64 63/539
| |
− | Verifying : centos-logos-70.0.6-3.el7.centos.noarch 64/539
| |
− | Verifying : cracklib-2.9.0-11.el7.i686 65/539
| |
− | Verifying : libseccomp-2.3.1-4.el7.x86_64 66/539
| |
− | Verifying : libselinux-utils-2.5-15.el7.x86_64 67/539
| |
− | Verifying : python-slip-dbus-0.4.0-4.el7.noarch 68/539
| |
− | Verifying : iwl2030-firmware-18.168.6.1-79.el7.noarch 69/539
| |
− | Verifying : libndp-1.2-9.el7.x86_64 70/539
| |
− | Verifying : libgcrypt-1.5.3-14.el7.x86_64 71/539
| |
− | Verifying : yum-3.4.3-168.el7.centos.noarch 72/539
| |
− | Verifying : firewalld-filesystem-0.6.3-12.el7.noarch 73/539
| |
− | Verifying : systemd-219-78.el7_9.2.x86_64 74/539
| |
− | Verifying : plymouth-core-libs-0.8.9-0.34.20140113.el7.centos.x86_64 75/539
| |
− | Verifying : libacl-2.2.51-15.el7.x86_64 76/539
| |
− | Verifying : libdb-utils-5.3.21-25.el7.x86_64 77/539
| |
− | Verifying : libcap-2.22-11.el7.x86_64 78/539
| |
− | Verifying : 1:iwl1000-firmware-39.31.5.1-79.el7.noarch 79/539
| |
− | Verifying : sqlite-3.7.17-8.el7_7.1.x86_64 80/539
| |
− | Verifying : zlib-1.2.7-18.el7.i686 81/539
| |
− | Verifying : chrony-3.4-1.el7.x86_64 82/539
| |
− | Verifying : iwl5150-firmware-8.24.2.2-79.el7.noarch 83/539
| |
− | Verifying : nss-pem-1.0.3-7.el7.x86_64 84/539
| |
− | Verifying : 1:mariadb-libs-5.5.68-1.el7.x86_64 85/539
| |
− | Verifying : 1:dbus-1.10.24-15.el7.x86_64 86/539
| |
− | Verifying : libselinux-2.5-15.el7.x86_64 87/539
| |
− | Verifying : 1:grub2-common-2.02-0.86.el7.centos.noarch 88/539
| |
− | Verifying : kmod-libs-20-28.el7.x86_64 89/539
| |
− | Verifying : 1:grub2-tools-2.02-0.86.el7.centos.x86_64 90/539
| |
− | Verifying : lz4-1.8.3-1.el7.i686 91/539
| |
− | Verifying : iwl3160-firmware-25.30.13.0-79.el7.noarch 92/539
| |
− | Verifying : python-ipaddress-1.0.16-2.el7.noarch 93/539
| |
− | Verifying : ebtables-2.0.10-16.el7.x86_64 94/539
| |
− | Verifying : kernel-3.10.0-1160.6.1.el7.x86_64 95/539
| |
− | Verifying : libuuid-2.23.2-65.el7.x86_64 96/539
| |
− | Verifying : 2:vim-minimal-7.4.629-7.el7.x86_64 97/539
| |
− | Verifying : setup-2.8.71-11.el7.noarch 98/539
| |
− | Verifying : kpartx-0.4.9-134.el7_9.x86_64 99/539
| |
− | Verifying : e2fsprogs-1.42.9-19.el7.x86_64 100/539
| |
− | Verifying : python-pyudev-0.15-9.el7.noarch 101/539
| |
− | Verifying : dracut-033-572.el7.x86_64 102/539
| |
− | Verifying : GeoIP-1.5.0-14.el7.x86_64 103/539
| |
− | Verifying : cryptsetup-libs-2.0.3-6.el7.x86_64 104/539
| |
− | Verifying : 1:grub2-pc-modules-2.02-0.86.el7.centos.noarch 105/539
| |
− | Verifying : btrfs-progs-4.9.1-1.el7.x86_64 106/539
| |
− | Verifying : libattr-2.4.46-13.el7.x86_64 107/539
| |
− | Verifying : kexec-tools-2.0.15-51.el7_9.1.x86_64 108/539
| |
− | Verifying : pcre-8.32-17.el7.i686 109/539
| |
− | Verifying : gnutls-3.3.29-9.el7_6.x86_64 110/539
| |
− | Verifying : iwl135-firmware-18.168.6.1-79.el7.noarch 111/539
| |
− | Verifying : 7:device-mapper-event-libs-1.02.170-6.el7.x86_64 112/539
| |
− | Verifying : python-schedutils-0.4-6.el7.x86_64 113/539
| |
− | Verifying : libcap-2.22-11.el7.i686 114/539
| |
− | Verifying : jansson-2.10-1.el7.x86_64 115/539
| |
− | Verifying : curl-7.29.0-59.el7_9.1.x86_64 116/539
| |
− | Verifying : rsyslog-8.24.0-57.el7_9.x86_64 117/539
| |
− | Verifying : 32:bind-license-9.11.4-26.P2.el7_9.2.noarch 118/539
| |
− | Verifying : libfastjson-0.99.4-3.el7.x86_64 119/539
| |
− | Verifying : bzip2-libs-1.0.6-13.el7.i686 120/539
| |
− | Verifying : libpciaccess-0.14-1.el7.x86_64 121/539
| |
− | Verifying : libgcrypt-1.5.3-14.el7.i686 122/539
| |
− | Verifying : libdrm-2.4.97-2.el7.x86_64 123/539
| |
− | Verifying : openldap-2.4.44-22.el7.x86_64 124/539
| |
− | Verifying : rdma-core-22.4-5.el7.i686 125/539
| |
− | Verifying : pinentry-0.8.1-17.el7.x86_64 126/539
| |
− | Verifying : dracut-network-033-572.el7.x86_64 127/539
| |
− | Verifying : kbd-1.15.5-15.el7.x86_64 128/539
| |
− | Verifying : python-slip-0.4.0-4.el7.noarch 129/539
| |
− | Verifying : lsscsi-0.27-6.el7.x86_64 130/539
| |
− | Verifying : python-firewall-0.6.3-12.el7.noarch 131/539
| |
− | Verifying : 32:bind-export-libs-9.11.4-26.P2.el7_9.2.x86_64 132/539
| |
− | Verifying : ipset-7.1-1.el7.x86_64 133/539
| |
− | Verifying : authconfig-6.2.8-30.el7.x86_64 134/539
| |
− | Verifying : pciutils-libs-3.5.1-3.el7.x86_64 135/539
| |
− | Verifying : libdb-5.3.21-25.el7.x86_64 136/539
| |
− | Verifying : libteam-1.29-3.el7.x86_64 137/539
| |
− | Verifying : logrotate-3.8.6-19.el7.x86_64 138/539
| |
− | Verifying : p11-kit-trust-0.23.5-3.el7.x86_64 139/539
| |
− | Verifying : python-perf-3.10.0-1160.6.1.el7.x86_64 140/539
| |
− | Verifying : libss-1.42.9-19.el7.x86_64 141/539
| |
− | Verifying : 1:grub2-tools-extra-2.02-0.86.el7.centos.x86_64 142/539
| |
− | Verifying : libpwquality-1.2.3-5.el7.x86_64 143/539
| |
− | Verifying : cyrus-sasl-lib-2.1.26-23.el7.x86_64 144/539
| |
− | Verifying : util-linux-2.23.2-65.el7.x86_64 145/539
| |
− | Verifying : 14:libpcap-1.5.3-12.el7.x86_64 146/539
| |
− | Verifying : elfutils-libs-0.176-5.el7.x86_64 147/539
| |
− | Verifying : fipscheck-lib-1.4.1-6.el7.x86_64 148/539
| |
− | Verifying : rpm-4.11.3-45.el7.x86_64 149/539
| |
− | Verifying : acl-2.2.51-15.el7.x86_64 150/539
| |
− | Verifying : nss-tools-3.53.1-3.el7_9.x86_64 151/539
| |
− | Verifying : nettle-2.7.1-8.el7.x86_64 152/539
| |
− | Verifying : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch 153/539
| |
− | Verifying : readline-6.2-11.el7.x86_64 154/539
| |
− | Verifying : 1:NetworkManager-libnm-1.18.8-2.el7_9.x86_64 155/539
| |
− | Verifying : 1:openssl-libs-1.0.2k-19.el7.x86_64 156/539
| |
− | Verifying : libgcc-4.8.5-44.el7.x86_64 157/539
| |
− | Verifying : nss-util-3.53.1-1.el7_9.x86_64 158/539
| |
− | Verifying : 12:dhclient-4.2.5-82.el7.centos.x86_64 159/539
| |
− | Verifying : 1:wpa_supplicant-2.6-12.el7.x86_64 160/539
| |
− | Verifying : gettext-libs-0.19.8.1-3.el7.x86_64 161/539
| |
− | Verifying : python-setuptools-0.9.8-7.el7.noarch 162/539
| |
− | Verifying : pciutils-3.5.1-3.el7.x86_64 163/539
| |
− | Verifying : ncurses-5.9-14.20130511.el7_4.x86_64 164/539
| |
− | Verifying : audit-libs-2.8.5-4.el7.i686 165/539
| |
− | Verifying : openssh-clients-7.4p1-21.el7.x86_64 166/539
| |
− | Verifying : nss-softokn-freebl-3.53.1-6.el7_9.x86_64 167/539
| |
− | Verifying : plymouth-0.8.9-0.34.20140113.el7.centos.x86_64 168/539
| |
− | Verifying : glibc-2.17-317.el7.i686 169/539
| |
− | Verifying : 7:lvm2-libs-2.02.187-6.el7.x86_64 170/539
| |
− | Verifying : libuser-0.60-9.el7.x86_64 171/539
| |
− | Verifying : virt-what-1.18-4.el7.x86_64 172/539
| |
− | Verifying : libtasn1-4.10-1.el7.x86_64 173/539
| |
− | Verifying : krb5-libs-1.15.1-50.el7.x86_64 174/539
| |
− | Verifying : avahi-autoipd-0.6.31-20.el7.x86_64 175/539
| |
− | Verifying : iprutils-2.4.17.1-3.el7_7.x86_64 176/539
| |
− | Verifying : libgomp-4.8.5-44.el7.x86_64 177/539
| |
− | Verifying : avahi-libs-0.6.31-20.el7.x86_64 178/539
| |
− | Verifying : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 179/539
| |
− | Verifying : p11-kit-0.23.5-3.el7.x86_64 180/539
| |
− | Verifying : binutils-2.27-44.base.el7.x86_64 181/539
| |
− | Verifying : libselinux-2.5-15.el7.i686 182/539
| |
− | Verifying : plymouth-scripts-0.8.9-0.34.20140113.el7.centos.x86_64 183/539
| |
− | Verifying : zlib-1.2.7-18.el7.x86_64 184/539
| |
− | Verifying : lzo-2.06-8.el7.x86_64 185/539
| |
− | Verifying : gawk-4.0.2-4.el7_3.1.x86_64 186/539
| |
− | Verifying : kmod-20-28.el7.x86_64 187/539
| |
− | Verifying : diffutils-3.3-5.el7.x86_64 188/539
| |
− | Verifying : libaio-0.3.109-13.el7.x86_64 189/539
| |
− | Verifying : filesystem-3.2-25.el7.x86_64 190/539
| |
− | Verifying : systemd-libs-219-78.el7_9.2.i686 191/539
| |
− | Verifying : 7:device-mapper-libs-1.02.170-6.el7.x86_64 192/539
| |
− | Verifying : elfutils-libelf-0.176-5.el7.x86_64 193/539
| |
− | Verifying : 2:tar-1.26-35.el7.x86_64 194/539
| |
− | Verifying : 7:device-mapper-1.02.170-6.el7.x86_64 195/539
| |
− | Verifying : polkit-0.112-26.el7.x86_64 196/539
| |
− | Verifying : libstdc++-4.8.5-44.el7.x86_64 197/539
| |
− | Verifying : tzdata-2020d-2.el7.noarch 198/539
| |
− | Verifying : 1:grub2-pc-2.02-0.86.el7.centos.x86_64 199/539
| |
− | Verifying : python-linux-procfs-0.4.11-4.el7.noarch 200/539
| |
− | Verifying : ncurses-base-5.9-14.20130511.el7_4.noarch 201/539
| |
− | Verifying : 2:ethtool-4.8-10.el7.x86_64 202/539
| |
− | Verifying : openssh-7.4p1-21.el7.x86_64 203/539
| |
− | Verifying : alsa-lib-1.1.8-1.el7.x86_64 204/539
| |
− | Verifying : libdb-5.3.21-25.el7.i686 205/539
| |
− | Verifying : libcom_err-1.42.9-19.el7.x86_64 206/539
| |
− | Verifying : shared-mime-info-1.8-5.el7.x86_64 207/539
| |
− | Verifying : iproute-4.11.0-30.el7.x86_64 208/539
| |
− | Verifying : audit-2.8.5-4.el7.x86_64 209/539
| |
− | Verifying : libcap-ng-0.7.5-4.el7.i686 210/539
| |
− | Verifying : libselinux-python-2.5-15.el7.x86_64 211/539
| |
− | Verifying : 1:gmp-6.0.0-15.el7.x86_64 212/539
| |
− | Verifying : cpio-2.11-28.el7.x86_64 213/539
| |
− | Verifying : 1:grub2-tools-minimal-2.02-0.86.el7.centos.x86_64 214/539
| |
− | Verifying : libmount-2.23.2-65.el7.x86_64 215/539
| |
− | Verifying : pcre-8.32-17.el7.x86_64 216/539
| |
− | Verifying : 7:device-mapper-event-1.02.170-6.el7.x86_64 217/539
| |
− | Verifying : iwl2000-firmware-18.168.6.1-79.el7.noarch 218/539
| |
− | Verifying : bc-1.06.95-13.el7.x86_64 219/539
| |
− | Verifying : libgcc-4.8.5-44.el7.i686 220/539
| |
− | Verifying : libssh2-1.8.0-4.el7.x86_64 221/539
| |
− | Verifying : kernel-tools-3.10.0-1160.6.1.el7.x86_64 222/539
| |
− | Verifying : gzip-1.5-10.el7.x86_64 223/539
| |
− | Verifying : libblkid-2.23.2-65.el7.x86_64 224/539
| |
− | Verifying : rpm-libs-4.11.3-45.el7.x86_64 225/539
| |
− | Verifying : iwl6000g2b-firmware-18.168.6.1-79.el7.noarch 226/539
| |
− | Verifying : libcurl-7.29.0-59.el7_9.1.x86_64 227/539
| |
− | Verifying : selinux-policy-3.13.1-268.el7_9.2.noarch 228/539
| |
− | Verifying : libxml2-2.9.1-6.el7.5.x86_64 229/539
| |
− | Verifying : lua-5.1.4-15.el7.x86_64 230/539
| |
− | Verifying : file-5.11-37.el7.x86_64 231/539
| |
− | Verifying : trousers-0.3.14-2.el7.x86_64 232/539
| |
− | Verifying : geoipupdate-2.5.0-1.el7.x86_64 233/539
| |
− | Verifying : pam-1.1.8-23.el7.x86_64 234/539
| |
− | Verifying : 1:dbus-libs-1.10.24-15.el7.x86_64 235/539
| |
− | Verifying : 1:grub2-2.02-0.86.el7.centos.x86_64 236/539
| |
− | Verifying : kbd-misc-1.15.5-15.el7.noarch 237/539
| |
− | Verifying : initscripts-9.49.53-1.el7_9.1.x86_64 238/539
| |
− | Verifying : elfutils-libs-0.176-5.el7.i686 239/539
| |
− | Verifying : elfutils-libelf-0.176-5.el7.i686 240/539
| |
− | Verifying : 1:make-3.82-24.el7.x86_64 241/539
| |
− | Verifying : info-5.1-5.el7.x86_64 242/539
| |
− | Verifying : e2fsprogs-libs-1.42.9-19.el7.x86_64 243/539
| |
− | Verifying : iputils-20160308-10.el7.x86_64 244/539
| |
− | Verifying : 32:bind-libs-lite-9.11.4-26.P2.el7_9.2.x86_64 245/539
| |
− | Verifying : rpm-python-4.11.3-45.el7.x86_64 246/539
| |
− | Verifying : sed-4.2.2-7.el7.x86_64 247/539
| |
− | Verifying : iwl5000-firmware-8.83.5.1_1-79.el7.noarch 248/539
| |
− | Verifying : libsoup-2.62.2-2.el7.x86_64 249/539
| |
− | Verifying : kernel-tools-libs-3.10.0-1160.6.1.el7.x86_64 250/539
| |
− | Verifying : bash-4.2.46-34.el7.x86_64 251/539
| |
− | Verifying : cronie-anacron-1.4.11-23.el7.x86_64 252/539
| |
− | Verifying : nss-softokn-freebl-3.53.1-6.el7_9.i686 253/539
| |
− | Verifying : libgpg-error-1.12-3.el7.i686 254/539
| |
− | Verifying : rpm-build-libs-4.11.3-45.el7.x86_64 255/539
| |
− | Verifying : biosdevname-0.7.3-2.el7.x86_64 256/539
| |
− | Verifying : iwl4965-firmware-228.61.2.24-79.el7.noarch 257/539
| |
− | Verifying : 2:shadow-utils-4.6-5.el7.x86_64 258/539
| |
− | Verifying : yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch 259/539
| |
− | Verifying : passwd-0.79-6.el7.x86_64 260/539
| |
− | Verifying : 2:postfix-2.10.1-9.el7.x86_64 261/539
| |
− | Verifying : audit-libs-2.8.5-4.el7.x86_64 262/539
| |
− | Verifying : policycoreutils-2.5-34.el7.x86_64 263/539
| |
− | Verifying : gnupg2-2.0.22-5.el7_5.x86_64 264/539
| |
− | Verifying : grep-2.20-3.el7.x86_64 265/539
| |
− | Verifying : xz-libs-5.2.2-1.el7.i686 266/539
| |
− | Verifying : file-libs-5.11-37.el7.x86_64 267/539
| |
− | Verifying : coreutils-8.22-24.el7_9.2.x86_64 268/539
| |
− | Verifying : ncurses-libs-5.9-14.20130511.el7_4.x86_64 269/539
| |
− | Verifying : linux-firmware-20200421-79.git78c0348.el7.noarch 270/539
| |
− | Verifying : 1:findutils-4.5.11-6.el7.x86_64 271/539
| |
− | Verifying : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 272/539
| |
− | Verifying : libattr-2.4.46-13.el7.i686 273/539
| |
− | Verifying : numactl-libs-2.0.12-5.el7.x86_64 274/539
| |
− | Verifying : less-458-9.el7.x86_64 275/539
| |
− | Verifying : elfutils-default-yama-scope-0.176-5.el7.noarch 276/539
| |
− | Verifying : expat-2.1.0-12.el7.x86_64 277/539
| |
− | Verifying : rdma-core-22.4-5.el7.x86_64 278/539
| |
− | Verifying : python-urlgrabber-3.10-10.el7.noarch 279/539
| |
− | Verifying : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 280/539
| |
− | Verifying : iwl105-firmware-18.168.6.1-79.el7.noarch 281/539
| |
− | Verifying : man-db-2.6.3-11.el7.x86_64 282/539
| |
− | Verifying : firewalld-0.6.3-12.el7.noarch 283/539
| |
− | Verifying : tuned-2.11.0-10.el7.noarch 284/539
| |
− | Verifying : xz-5.2.2-1.el7.x86_64 285/539
| |
− | Verifying : 12:dhcp-common-4.2.5-82.el7.centos.x86_64 286/539
| |
− | Verifying : libcap-ng-0.7.5-4.el7.x86_64 287/539
| |
− | Verifying : libnl3-cli-3.2.28-4.el7.x86_64 288/539
| |
− | Verifying : libproxy-0.4.11-11.el7.x86_64 289/539
| |
− | Verifying : 3:irqbalance-1.0.7-12.el7.x86_64 290/539
| |
− | Verifying : libcroco-0.6.12-6.el7_9.x86_64 291/539
| |
− | Verifying : systemd-libs-219-78.el7_9.2.x86_64 292/539
| |
− | Verifying : libsmartcols-2.23.2-65.el7.x86_64 293/539
| |
− | Verifying : 2:libpng-1.5.13-8.el7.x86_64 294/539
| |
− | Verifying : libffi-3.0.13-19.el7.x86_64 295/539
| |
− | Verifying : libcroco-0.6.8-5.el7.x86_64 296/539
| |
− | Verifying : 32:bind-license-9.9.4-18.el7.noarch 297/539
| |
− | Verifying : rdma-7.1_3.17-5.el7.noarch 298/539
| |
− | Verifying : 7:device-mapper-event-1.02.93-3.el7.x86_64 299/539
| |
− | Verifying : elfutils-libs-0.160-1.el7.x86_64 300/539
| |
− | Verifying : nspr-4.10.6-3.el7.x86_64 301/539
| |
− | Verifying : libssh2-1.4.3-8.el7.x86_64 302/539
| |
− | Verifying : parted-3.1-20.el7.x86_64 303/539
| |
− | Verifying : iwl135-firmware-18.168.6.1-36.el7.noarch 304/539
| |
− | Verifying : bash-4.2.46-12.el7.x86_64 305/539
| |
− | Verifying : e2fsprogs-1.42.9-7.el7.x86_64 306/539
| |
− | Verifying : libproxy-0.4.11-6.el7.x86_64 307/539
| |
− | Verifying : kernel-tools-3.10.0-229.el7.x86_64 308/539
| |
− | Verifying : binutils-2.23.52.0.1-30.el7.x86_64 309/539
| |
− | Verifying : kbd-legacy-1.15.5-11.el7.noarch 310/539
| |
− | Verifying : iwl4965-firmware-228.61.2.24-36.el7.noarch 311/539
| |
− | Verifying : pinentry-0.8.1-14.el7.x86_64 312/539
| |
− | Verifying : kmod-14-10.el7.x86_64 313/539
| |
− | Verifying : sqlite-3.7.17-4.el7.x86_64 314/539
| |
− | Verifying : dracut-033-240.el7.x86_64 315/539
| |
− | Verifying : 1:dbus-1.6.12-11.el7.x86_64 316/539
| |
− | Verifying : 1:openssl-1.0.1e-42.el7.x86_64 317/539
| |
− | Verifying : glib2-2.40.0-4.el7.x86_64 318/539
| |
− | Verifying : libffi-3.0.13-11.el7.x86_64 319/539
| |
− | Verifying : sudo-1.8.6p7-13.el7.x86_64 320/539
| |
− | Verifying : 1:findutils-4.5.11-3.el7.x86_64 321/539
| |
− | Verifying : xz-libs-5.1.2-9alpha.el7.x86_64 322/539
| |
− | Verifying : os-prober-1.58-5.el7.x86_64 323/539
| |
− | Verifying : libnl3-3.2.21-8.el7.x86_64 324/539
| |
− | Verifying : python-pycurl-7.19.0-17.el7.x86_64 325/539
| |
− | Verifying : 2:irqbalance-1.0.7-1.el7.x86_64 326/539
| |
− | Verifying : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch 327/539
| |
− | Verifying : openldap-2.4.39-6.el7.x86_64 328/539
| |
− | Verifying : libcom_err-1.42.9-7.el7.x86_64 329/539
| |
− | Verifying : lzo-2.06-6.el7_0.2.x86_64 330/539
| |
− | Verifying : setup-2.8.71-5.el7.noarch 331/539
| |
− | Verifying : libcap-ng-0.7.3-5.el7.x86_64 332/539
| |
− | Verifying : 1:mariadb-libs-5.5.41-2.el7_0.x86_64 333/539
| |
− | Verifying : authconfig-6.2.8-9.el7.x86_64 334/539
| |
− | Verifying : policycoreutils-2.2.5-15.el7.x86_64 335/539
| |
− | Verifying : 1:wpa_supplicant-2.0-13.el7_0.x86_64 336/539
| |
− | Verifying : curl-7.29.0-19.el7.x86_64 337/539
| |
− | Verifying : coreutils-8.22-11.el7.x86_64 338/539
| |
− | Verifying : libcap-2.22-8.el7.x86_64 339/539
| |
− | Verifying : openssh-6.6.1p1-11.el7.x86_64 340/539
| |
− | Verifying : rpm-build-libs-4.11.1-25.el7.x86_64 341/539
| |
− | Verifying : 12:dhcp-common-4.2.5-36.el7.centos.x86_64 342/539
| |
− | Verifying : rpm-4.11.1-25.el7.x86_64 343/539
| |
− | Verifying : teamd-1.15-1.el7.x86_64 344/539
| |
− | Verifying : 12:dhclient-4.2.5-36.el7.centos.x86_64 345/539
| |
− | Verifying : nss-tools-3.16.2.3-5.el7.x86_64 346/539
| |
− | Verifying : btrfs-progs-3.16.2-1.el7.x86_64 347/539
| |
− | Verifying : ncurses-base-5.9-13.20130511.el7.noarch 348/539
| |
− | Verifying : cryptsetup-libs-1.6.6-3.el7.x86_64 349/539
| |
− | Verifying : cronie-anacron-1.4.11-13.el7.x86_64 350/539
| |
− | Verifying : grep-2.20-1.el7.x86_64 351/539
| |
− | Verifying : nss-sysinit-3.16.2.3-5.el7.x86_64 352/539
| |
− | Verifying : iptables-1.4.21-13.el7.x86_64 353/539
| |
− | Verifying : python-setuptools-0.9.8-3.el7.noarch 354/539
| |
− | Verifying : gzip-1.5-7.el7.x86_64 355/539
| |
− | Verifying : cpio-2.11-22.el7.x86_64 356/539
| |
− | Verifying : libcurl-7.29.0-19.el7.x86_64 357/539
| |
− | Verifying : ncurses-5.9-13.20130511.el7.x86_64 358/539
| |
− | Verifying : bzip2-libs-1.0.6-12.el7.x86_64 359/539
| |
− | Verifying : iwl3160-firmware-22.0.7.0-36.el7.noarch 360/539
| |
− | Verifying : 7:device-mapper-event-libs-1.02.93-3.el7.x86_64 361/539
| |
− | Verifying : selinux-policy-targeted-3.13.1-23.el7.noarch 362/539
| |
− | Verifying : 32:bind-libs-lite-9.9.4-18.el7.x86_64 363/539
| |
− | Verifying : file-5.11-21.el7.x86_64 364/539
| |
− | Verifying : iwl100-firmware-39.31.5.1-36.el7.noarch 365/539
| |
− | Verifying : 2:shadow-utils-4.1.5.1-18.el7.x86_64 366/539
| |
− | Verifying : plymouth-scripts-0.8.9-0.13.20140113.el7.centos.x86_64 367/539
| |
− | Verifying : dracut-config-rescue-033-240.el7.x86_64 368/539
| |
− | Verifying : iwl2000-firmware-18.168.6.1-36.el7.noarch 369/539
| |
− | Verifying : libselinux-python-2.2.2-6.el7.x86_64 370/539
| |
− | Verifying : audit-2.4.1-5.el7.x86_64 371/539
| |
− | Verifying : device-mapper-persistent-data-0.4.1-2.el7.x86_64 372/539
| |
− | Verifying : libselinux-2.2.2-6.el7.x86_64 373/539
| |
− | Verifying : procps-ng-3.3.10-3.el7.x86_64 374/539
| |
− | Verifying : kexec-tools-2.0.7-19.el7.x86_64 375/539
| |
− | Verifying : xfsprogs-3.2.1-6.el7.x86_64 376/539
| |
− | Verifying : 1:NetworkManager-libnm-1.0.0-14.git20150121.b4ea599c.el7.x86_64 377/539
| |
− | Verifying : tuned-2.4.1-1.el7.noarch 378/539
| |
− | Verifying : less-458-8.el7.x86_64 379/539
| |
− | Verifying : 1:gmp-6.0.0-11.el7.x86_64 380/539
| |
− | Verifying : 1:dmidecode-2.12-5.el7.x86_64 381/539
| |
− | Verifying : rsyslog-7.4.7-7.el7_0.x86_64 382/539
| |
− | Verifying : pygobject3-base-3.8.2-6.el7.x86_64 383/539
| |
− | Verifying : iwl3945-firmware-15.32.2.9-36.el7.noarch 384/539
| |
− | Verifying : ebtables-2.0.10-13.el7.x86_64 385/539
| |
− | Verifying : nss-3.16.2.3-5.el7.x86_64 386/539
| |
− | Verifying : xz-5.1.2-9alpha.el7.x86_64 387/539
| |
− | Verifying : iputils-20121221-6.el7.x86_64 388/539
| |
− | Verifying : 1:iwl1000-firmware-39.31.5.1-36.el7.noarch 389/539
| |
− | Verifying : libpwquality-1.2.3-4.el7.x86_64 390/539
| |
− | Verifying : expat-2.1.0-8.el7.x86_64 391/539
| |
− | Verifying : libdb-utils-5.3.21-17.el7_0.1.x86_64 392/539
| |
− | Verifying : p11-kit-trust-0.20.7-3.el7.x86_64 393/539
| |
− | Verifying : iwl2030-firmware-18.168.6.1-36.el7.noarch 394/539
| |
− | Verifying : p11-kit-0.20.7-3.el7.x86_64 395/539
| |
− | Verifying : selinux-policy-3.13.1-23.el7.noarch 396/539
| |
− | Verifying : zlib-1.2.7-13.el7.x86_64 397/539
| |
− | Verifying : iwl7260-firmware-22.0.7.0-36.el7.noarch 398/539
| |
− | Verifying : rpm-python-4.11.1-25.el7.x86_64 399/539
| |
− | Verifying : glibc-common-2.17-78.el7.x86_64 400/539
| |
− | Verifying : libidn-1.28-3.el7.x86_64 401/539
| |
− | Verifying : krb5-libs-1.12.2-14.el7.x86_64 402/539
| |
− | Verifying : pciutils-libs-3.2.1-4.el7.x86_64 403/539
| |
− | Verifying : 2:ethtool-3.15-2.el7.x86_64 404/539
| |
− | Verifying : shared-mime-info-1.1-7.el7.x86_64 405/539
| |
− | Verifying : libuuid-2.23.2-21.el7.x86_64 406/539
| |
− | Verifying : libxml2-2.9.1-5.el7_0.1.x86_64 407/539
| |
− | Verifying : kbd-misc-1.15.5-11.el7.noarch 408/539
| |
− | Verifying : firewalld-0.3.9-11.el7.noarch 409/539
| |
− | Verifying : cyrus-sasl-lib-2.1.26-17.el7.x86_64 410/539
| |
− | Verifying : filesystem-3.2-18.el7.x86_64 411/539
| |
− | Verifying : libsepol-2.1.9-3.el7.x86_64 412/539
| |
− | Verifying : numactl-libs-2.0.9-4.el7.x86_64 413/539
| |
− | Verifying : rpm-libs-4.11.1-25.el7.x86_64 414/539
| |
− | Verifying : kpartx-0.4.9-77.el7.x86_64 415/539
| |
− | Verifying : ncurses-libs-5.9-13.20130511.el7.x86_64 416/539
| |
− | Verifying : 2:tar-1.26-29.el7.x86_64 417/539
| |
− | Verifying : python-slip-dbus-0.4.0-2.el7.noarch 418/539
| |
− | Verifying : alsa-tools-firmware-1.0.27-4.el7.x86_64 419/539
| |
− | Verifying : libsoup-2.46.0-3.el7.x86_64 420/539
| |
− | Verifying : trousers-0.3.11.2-3.el7.x86_64 421/539
| |
− | Verifying : python-libs-2.7.5-16.el7.x86_64 422/539
| |
− | Verifying : 12:dhcp-libs-4.2.5-36.el7.centos.x86_64 423/539
| |
− | Verifying : systemd-sysv-208-20.el7.x86_64 424/539
| |
− | Verifying : biosdevname-0.6.1-2.el7.x86_64 425/539
| |
− | Verifying : logrotate-3.8.6-4.el7.x86_64 426/539
| |
− | Verifying : 1:make-3.82-21.el7.x86_64 427/539
| |
− | Verifying : gettext-0.18.2.1-4.el7.x86_64 428/539
| |
− | Verifying : iprutils-2.4.3-3.el7.x86_64 429/539
| |
− | Verifying : 7:lvm2-2.02.115-3.el7.x86_64 430/539
| |
− | Verifying : 1:grub2-tools-2.02-0.16.el7.centos.x86_64 431/539
| |
− | Verifying : nss-softokn-3.16.2.3-9.el7.x86_64 432/539
| |
− | Verifying : virt-what-1.13-5.el7.x86_64 433/539
| |
− | Verifying : libselinux-utils-2.2.2-6.el7.x86_64 434/539
| |
− | Verifying : iwl5150-firmware-8.24.2.2-36.el7.noarch 435/539
| |
− | Verifying : systemd-208-20.el7.x86_64 436/539
| |
− | Verifying : ca-certificates-2014.1.98-72.el7.noarch 437/539
| |
− | Verifying : avahi-libs-0.6.31-14.el7.x86_64 438/539
| |
− | Verifying : libnl3-cli-3.2.21-8.el7.x86_64 439/539
| |
− | Verifying : 1:grub2-2.02-0.16.el7.centos.x86_64 440/539
| |
− | Verifying : file-libs-5.11-21.el7.x86_64 441/539
| |
− | Verifying : 1:dbus-libs-1.6.12-11.el7.x86_64 442/539
| |
− | Verifying : libpciaccess-0.13.1-4.1.el7.x86_64 443/539
| |
− | Verifying : iwl5000-firmware-8.83.5.1_1-36.el7.noarch 444/539
| |
− | Verifying : gobject-introspection-1.36.0-4.el7.x86_64 445/539
| |
− | Verifying : nss-util-3.16.2.3-2.el7.x86_64 446/539
| |
− | Verifying : linux-firmware-20140911-0.1.git365e80c.el7.noarch 447/539
| |
− | Verifying : libgomp-4.8.3-9.el7.x86_64 448/539
| |
− | Verifying : passwd-0.79-4.el7.x86_64 449/539
| |
− | Verifying : 2:vim-minimal-7.4.160-1.el7.x86_64 450/539
| |
− | Verifying : libblkid-2.23.2-21.el7.x86_64 451/539
| |
− | Verifying : libuser-0.60-5.el7.x86_64 452/539
| |
− | Verifying : python-urlgrabber-3.10-6.el7.noarch 453/539
| |
− | Verifying : iproute-3.10.0-21.el7.x86_64 454/539
| |
− | Verifying : polkit-0.112-5.el7.x86_64 455/539
| |
− | Verifying : 1:openssl-libs-1.0.1e-42.el7.x86_64 456/539
| |
− | Verifying : grubby-8.28-11.el7.x86_64 457/539
| |
− | Verifying : hostname-3.13-3.el7.x86_64 458/539
| |
− | Verifying : openssh-clients-6.6.1p1-11.el7.x86_64 459/539
| |
− | Verifying : fipscheck-1.4.1-5.el7.x86_64 460/539
| |
− | Verifying : libdrm-2.4.56-2.el7.x86_64 461/539
| |
− | Verifying : libmount-2.23.2-21.el7.x86_64 462/539
| |
− | Verifying : glibc-2.17-78.el7.x86_64 463/539
| |
− | Verifying : 2:postfix-2.10.1-6.el7.x86_64 464/539
| |
− | Verifying : plymouth-core-libs-0.8.9-0.13.20140113.el7.centos.x86_64 465/539
| |
− | Verifying : plymouth-0.8.9-0.13.20140113.el7.centos.x86_64 466/539
| |
− | Verifying : libaio-0.3.109-12.el7.x86_64 467/539
| |
− | Verifying : e2fsprogs-libs-1.42.9-7.el7.x86_64 468/539
| |
− | Verifying : kernel-tools-libs-3.10.0-229.el7.x86_64 469/539
| |
− | Verifying : libsemanage-2.1.10-16.el7.x86_64 470/539
| |
− | Verifying : freetype-2.4.11-9.el7.x86_64 471/539
| |
− | Verifying : libtasn1-3.8-2.el7.x86_64 472/539
| |
− | Verifying : 14:libpcap-1.5.3-3.el7_0.1.x86_64 473/539
| |
− | Verifying : sed-4.2.2-5.el7.x86_64 474/539
| |
− | Verifying : centos-logos-70.0.6-1.el7.centos.noarch 475/539
| |
− | Verifying : info-5.1-4.el7.x86_64 476/539
| |
− | Verifying : diffutils-3.3-4.el7.x86_64 477/539
| |
− | Verifying : gnupg2-2.0.22-3.el7.x86_64 478/539
| |
− | Verifying : ppp-2.4.5-33.el7.x86_64 479/539
| |
− | Verifying : openssh-server-6.6.1p1-11.el7.x86_64 480/539
| |
− | Verifying : kbd-1.15.5-11.el7.x86_64 481/539
| |
− | Verifying : nss-softokn-freebl-3.16.2.3-9.el7.x86_64 482/539
| |
− | Verifying : iwl6050-firmware-41.28.5.1-36.el7.noarch 483/539
| |
− | Verifying : gnutls-3.3.8-12.el7.x86_64 484/539
| |
− | Verifying : util-linux-2.23.2-21.el7.x86_64 485/539
| |
− | Verifying : libndp-1.2-4.el7.x86_64 486/539
| |
− | Verifying : gawk-4.0.2-4.el7.x86_64 487/539
| |
− | Verifying : systemd-libs-208-20.el7.x86_64 488/539
| |
− | Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 489/539
| |
− | Verifying : libacl-2.2.51-12.el7.x86_64 490/539
| |
− | Verifying : readline-6.2-9.el7.x86_64 491/539
| |
− | Verifying : libss-1.42.9-7.el7.x86_64 492/539
| |
− | Verifying : chrony-1.29.1-1.el7.centos.x86_64 493/539
| |
− | Verifying : libstdc++-4.8.3-9.el7.x86_64 494/539
| |
− | Verifying : gsettings-desktop-schemas-3.8.2-3.el7.x86_64 495/539
| |
− | Verifying : centos-release-7-1.1503.el7.centos.2.8.x86_64 496/539
| |
− | Verifying : libgcc-4.8.3-9.el7.x86_64 497/539
| |
− | Verifying : initscripts-9.49.24-1.el7.x86_64 498/539
| |
− | Verifying : tzdata-2015a-1.el7.noarch 499/539
| |
− | Verifying : iwl105-firmware-18.168.6.1-36.el7.noarch 500/539
| |
− | Verifying : libteam-1.15-1.el7.x86_64 501/539
| |
− | Verifying : yum-3.4.3-125.el7.centos.noarch 502/539
| |
− | Verifying : chkconfig-1.3.61-4.el7.x86_64 503/539
| |
− | Verifying : 7:lvm2-libs-2.02.115-3.el7.x86_64 504/539
| |
− | Verifying : libgcrypt-1.5.3-12.el7.x86_64 505/539
| |
− | Verifying : libnetfilter_conntrack-1.0.4-2.el7.x86_64 506/539
| |
− | Verifying : 2:microcode_ctl-2.1-10.el7.x86_64 507/539
| |
− | Verifying : dracut-network-033-240.el7.x86_64 508/539
| |
− | Verifying : glib-networking-2.40.0-1.el7.x86_64 509/539
| |
− | Verifying : elfutils-libelf-0.160-1.el7.x86_64 510/539
| |
− | Verifying : libgudev1-208-20.el7.x86_64 511/539
| |
− | Verifying : acl-2.2.51-12.el7.x86_64 512/539
| |
− | Verifying : dnsmasq-2.66-12.el7.x86_64 513/539
| |
− | Verifying : kmod-libs-14-10.el7.x86_64 514/539
| |
− | Verifying : yum-plugin-fastestmirror-1.1.31-29.el7.noarch 515/539
| |
− | Verifying : pth-2.0.7-22.el7.x86_64 516/539
| |
− | Verifying : hwdata-0.252-7.5.el7.noarch 517/539
| |
− | Verifying : alsa-lib-1.0.28-2.el7.x86_64 518/539
| |
− | Verifying : lua-5.1.4-14.el7.x86_64 519/539
| |
− | Verifying : audit-libs-2.4.1-5.el7.x86_64 520/539
| |
− | Verifying : iwl6000g2a-firmware-17.168.5.3-36.el7.noarch 521/539
| |
− | Verifying : mozjs17-17.0.0-10.el7.x86_64 522/539
| |
− | Verifying : 7:device-mapper-libs-1.02.93-3.el7.x86_64 523/539
| |
− | Verifying : cronie-1.4.11-13.el7.x86_64 524/539
| |
− | Verifying : python-2.7.5-16.el7.x86_64 525/539
| |
− | Verifying : pam-1.1.8-12.el7.x86_64 526/539
| |
− | Verifying : iwl6000-firmware-9.221.4.1-36.el7.noarch 527/539
| |
− | Verifying : gettext-libs-0.18.2.1-4.el7.x86_64 528/539
| |
− | Verifying : python-pyudev-0.15-6.el7.noarch 529/539
| |
− | Verifying : libattr-2.4.46-12.el7.x86_64 530/539
| |
− | Verifying : man-db-2.6.3-9.el7.x86_64 531/539
| |
− | Verifying : nettle-2.7.1-4.el7.x86_64 532/539
| |
− | Verifying : avahi-autoipd-0.6.31-14.el7.x86_64 533/539
| |
− | Verifying : libdb-5.3.21-17.el7_0.1.x86_64 534/539
| |
− | Verifying : iwl6000g2b-firmware-17.168.5.2-36.el7.noarch 535/539
| |
− | Verifying : jansson-2.4-6.el7.x86_64 536/539
| |
− | Verifying : pcre-8.32-14.el7.x86_64 537/539
| |
− | Verifying : python-slip-0.4.0-2.el7.noarch 538/539
| |
| Verifying : 7:device-mapper-1.02.93-3.el7.x86_64 539/539 | | Verifying : 7:device-mapper-1.02.93-3.el7.x86_64 539/539 |
| | | |
Line 2,416: |
Line 247: |
| Dependency Installed: | | Dependency Installed: |
| GeoIP.x86_64 0:1.5.0-14.el7 audit-libs.i686 0:2.8.5-4.el7 | | GeoIP.x86_64 0:1.5.0-14.el7 audit-libs.i686 0:2.8.5-4.el7 |
− | bc.x86_64 0:1.06.95-13.el7 bind-export-libs.x86_64 32:9.11.4-26.P2.el7_9.2
| + | |
− | bzip2-libs.i686 0:1.0.6-13.el7 cracklib.i686 0:2.9.0-11.el7
| + | === SNIP === |
− | elfutils-default-yama-scope.noarch 0:0.176-5.el7 elfutils-libelf.i686 0:0.176-5.el7
| + | |
− | elfutils-libs.i686 0:0.176-5.el7 firewalld-filesystem.noarch 0:0.6.3-12.el7
| |
− | geoipupdate.x86_64 0:2.5.0-1.el7 glibc.i686 0:2.17-317.el7
| |
− | grub2-common.noarch 1:2.02-0.86.el7.centos grub2-pc.x86_64 1:2.02-0.86.el7.centos
| |
− | grub2-pc-modules.noarch 1:2.02-0.86.el7.centos ipset.x86_64 0:7.1-1.el7
| |
− | ipset-libs.x86_64 0:7.1-1.el7 libattr.i686 0:2.4.46-13.el7
| |
− | libcap.i686 0:2.22-11.el7 libcap-ng.i686 0:0.7.5-4.el7
| |
− | libdb.i686 0:5.3.21-25.el7 libfastjson.x86_64 0:0.99.4-3.el7
| |
− | libgcc.i686 0:4.8.5-44.el7 libgcrypt.i686 0:1.5.3-14.el7
| |
− | libgpg-error.i686 0:1.12-3.el7 libpng.x86_64 2:1.5.13-8.el7
| |
− | libseccomp.x86_64 0:2.3.1-4.el7 libselinux.i686 0:2.5-15.el7
| |
− | libsepol.i686 0:2.5-10.el7 libsmartcols.x86_64 0:2.23.2-65.el7
| |
− | libstdc++.i686 0:4.8.5-44.el7 lsscsi.x86_64 0:0.27-6.el7
| |
− | lz4.i686 0:1.8.3-1.el7 lz4.x86_64 0:1.8.3-1.el7
| |
− | nss-pem.x86_64 0:1.0.3-7.el7 nss-softokn-freebl.i686 0:3.53.1-6.el7_9
| |
− | pam.i686 0:1.1.8-23.el7 pciutils.x86_64 0:3.5.1-3.el7
| |
− | pcre.i686 0:8.32-17.el7 python-firewall.noarch 0:0.6.3-12.el7
| |
− | python-ipaddress.noarch 0:1.0.16-2.el7 python-linux-procfs.noarch 0:0.4.11-4.el7
| |
− | python-perf.x86_64 0:3.10.0-1160.6.1.el7 python-schedutils.x86_64 0:0.4-6.el7
| |
− | systemd-libs.i686 0:219-78.el7_9.2 xz-libs.i686 0:5.2.2-1.el7
| |
| zlib.i686 0:1.2.7-18.el7 | | zlib.i686 0:1.2.7-18.el7 |
| | | |
| Updated: | | Updated: |
| NetworkManager-libnm.x86_64 1:1.18.8-2.el7_9 | | NetworkManager-libnm.x86_64 1:1.18.8-2.el7_9 |
− | acl.x86_64 0:2.2.51-15.el7
| + | |
− | alsa-lib.x86_64 0:1.1.8-1.el7
| + | === SNIP === |
− | alsa-tools-firmware.x86_64 0:1.1.0-1.el7
| + | |
− | audit.x86_64 0:2.8.5-4.el7
| |
− | audit-libs.x86_64 0:2.8.5-4.el7
| |
− | authconfig.x86_64 0:6.2.8-30.el7
| |
− | avahi-autoipd.x86_64 0:0.6.31-20.el7
| |
− | avahi-libs.x86_64 0:0.6.31-20.el7
| |
− | bash.x86_64 0:4.2.46-34.el7
| |
− | bind-libs-lite.x86_64 32:9.11.4-26.P2.el7_9.2
| |
− | bind-license.noarch 32:9.11.4-26.P2.el7_9.2
| |
− | binutils.x86_64 0:2.27-44.base.el7
| |
− | biosdevname.x86_64 0:0.7.3-2.el7
| |
− | btrfs-progs.x86_64 0:4.9.1-1.el7
| |
− | bzip2-libs.x86_64 0:1.0.6-13.el7
| |
− | ca-certificates.noarch 0:2020.2.41-70.0.el7_8
| |
− | centos-logos.noarch 0:70.0.6-3.el7.centos
| |
− | centos-release.x86_64 0:7-9.2009.1.el7.centos
| |
− | chkconfig.x86_64 0:1.7.6-1.el7
| |
− | chrony.x86_64 0:3.4-1.el7
| |
− | coreutils.x86_64 0:8.22-24.el7_9.2
| |
− | cpio.x86_64 0:2.11-28.el7
| |
− | cronie.x86_64 0:1.4.11-23.el7
| |
− | cronie-anacron.x86_64 0:1.4.11-23.el7
| |
− | cryptsetup-libs.x86_64 0:2.0.3-6.el7
| |
− | curl.x86_64 0:7.29.0-59.el7_9.1
| |
− | cyrus-sasl-lib.x86_64 0:2.1.26-23.el7
| |
− | dbus.x86_64 1:1.10.24-15.el7
| |
− | dbus-libs.x86_64 1:1.10.24-15.el7
| |
− | device-mapper.x86_64 7:1.02.170-6.el7
| |
− | device-mapper-event.x86_64 7:1.02.170-6.el7
| |
− | device-mapper-event-libs.x86_64 7:1.02.170-6.el7
| |
− | device-mapper-libs.x86_64 7:1.02.170-6.el7
| |
− | device-mapper-persistent-data.x86_64 0:0.8.5-3.el7_9.2
| |
− | dhclient.x86_64 12:4.2.5-82.el7.centos
| |
− | dhcp-common.x86_64 12:4.2.5-82.el7.centos
| |
− | dhcp-libs.x86_64 12:4.2.5-82.el7.centos
| |
− | diffutils.x86_64 0:3.3-5.el7
| |
− | dmidecode.x86_64 1:3.2-5.el7
| |
− | dnsmasq.x86_64 0:2.76-16.el7
| |
− | dracut.x86_64 0:033-572.el7
| |
− | dracut-config-rescue.x86_64 0:033-572.el7
| |
− | dracut-network.x86_64 0:033-572.el7
| |
− | e2fsprogs.x86_64 0:1.42.9-19.el7
| |
− | e2fsprogs-libs.x86_64 0:1.42.9-19.el7
| |
− | ebtables.x86_64 0:2.0.10-16.el7
| |
− | elfutils-libelf.x86_64 0:0.176-5.el7
| |
− | elfutils-libs.x86_64 0:0.176-5.el7
| |
− | ethtool.x86_64 2:4.8-10.el7
| |
− | expat.x86_64 0:2.1.0-12.el7
| |
− | file.x86_64 0:5.11-37.el7
| |
− | file-libs.x86_64 0:5.11-37.el7
| |
− | filesystem.x86_64 0:3.2-25.el7
| |
− | findutils.x86_64 1:4.5.11-6.el7
| |
− | fipscheck.x86_64 0:1.4.1-6.el7
| |
− | fipscheck-lib.x86_64 0:1.4.1-6.el7
| |
− | firewalld.noarch 0:0.6.3-12.el7
| |
− | freetype.x86_64 0:2.8-14.el7_9.1
| |
− | gawk.x86_64 0:4.0.2-4.el7_3.1
| |
− | gettext.x86_64 0:0.19.8.1-3.el7
| |
− | gettext-libs.x86_64 0:0.19.8.1-3.el7
| |
− | glib-networking.x86_64 0:2.56.1-1.el7
| |
− | glib2.x86_64 0:2.56.1-8.el7
| |
− | glibc.x86_64 0:2.17-317.el7
| |
− | glibc-common.x86_64 0:2.17-317.el7
| |
− | gmp.x86_64 1:6.0.0-15.el7
| |
− | gnupg2.x86_64 0:2.0.22-5.el7_5
| |
− | gnutls.x86_64 0:3.3.29-9.el7_6
| |
− | gobject-introspection.x86_64 0:1.56.1-1.el7
| |
− | grep.x86_64 0:2.20-3.el7
| |
− | grubby.x86_64 0:8.28-26.el7
| |
− | gsettings-desktop-schemas.x86_64 0:3.28.0-3.el7
| |
− | gzip.x86_64 0:1.5-10.el7
| |
− | hostname.x86_64 0:3.13-3.el7_7.1
| |
− | hwdata.x86_64 0:0.252-9.7.el7
| |
− | info.x86_64 0:5.1-5.el7
| |
− | initscripts.x86_64 0:9.49.53-1.el7_9.1
| |
− | iproute.x86_64 0:4.11.0-30.el7
| |
− | iprutils.x86_64 0:2.4.17.1-3.el7_7
| |
− | iptables.x86_64 0:1.4.21-35.el7
| |
− | iputils.x86_64 0:20160308-10.el7
| |
− | irqbalance.x86_64 3:1.0.7-12.el7
| |
− | iwl100-firmware.noarch 0:39.31.5.1-79.el7
| |
− | iwl1000-firmware.noarch 1:39.31.5.1-79.el7
| |
− | iwl105-firmware.noarch 0:18.168.6.1-79.el7
| |
− | iwl135-firmware.noarch 0:18.168.6.1-79.el7
| |
− | iwl2000-firmware.noarch 0:18.168.6.1-79.el7
| |
− | iwl2030-firmware.noarch 0:18.168.6.1-79.el7
| |
− | iwl3160-firmware.noarch 0:25.30.13.0-79.el7
| |
− | iwl3945-firmware.noarch 0:15.32.2.9-79.el7
| |
− | iwl4965-firmware.noarch 0:228.61.2.24-79.el7
| |
− | iwl5000-firmware.noarch 0:8.83.5.1_1-79.el7
| |
− | iwl5150-firmware.noarch 0:8.24.2.2-79.el7
| |
− | iwl6000-firmware.noarch 0:9.221.4.1-79.el7
| |
− | iwl6000g2a-firmware.noarch 0:18.168.6.1-79.el7
| |
− | iwl6000g2b-firmware.noarch 0:18.168.6.1-79.el7
| |
− | iwl6050-firmware.noarch 0:41.28.5.1-79.el7
| |
− | iwl7260-firmware.noarch 0:25.30.13.0-79.el7
| |
− | jansson.x86_64 0:2.10-1.el7
| |
− | kbd.x86_64 0:1.15.5-15.el7
| |
− | kbd-legacy.noarch 0:1.15.5-15.el7
| |
− | kbd-misc.noarch 0:1.15.5-15.el7
| |
− | kernel-tools.x86_64 0:3.10.0-1160.6.1.el7
| |
− | kernel-tools-libs.x86_64 0:3.10.0-1160.6.1.el7
| |
− | kexec-tools.x86_64 0:2.0.15-51.el7_9.1
| |
− | kmod.x86_64 0:20-28.el7
| |
− | kmod-libs.x86_64 0:20-28.el7
| |
− | kpartx.x86_64 0:0.4.9-134.el7_9
| |
− | krb5-libs.x86_64 0:1.15.1-50.el7
| |
− | less.x86_64 0:458-9.el7
| |
− | libacl.x86_64 0:2.2.51-15.el7
| |
− | libaio.x86_64 0:0.3.109-13.el7
| |
− | libattr.x86_64 0:2.4.46-13.el7
| |
− | libblkid.x86_64 0:2.23.2-65.el7
| |
− | libcap.x86_64 0:2.22-11.el7
| |
− | libcap-ng.x86_64 0:0.7.5-4.el7
| |
− | libcom_err.x86_64 0:1.42.9-19.el7
| |
− | libcroco.x86_64 0:0.6.12-6.el7_9
| |
− | libcurl.x86_64 0:7.29.0-59.el7_9.1
| |
− | libdb.x86_64 0:5.3.21-25.el7
| |
− | libdb-utils.x86_64 0:5.3.21-25.el7
| |
− | libdrm.x86_64 0:2.4.97-2.el7
| |
− | libffi.x86_64 0:3.0.13-19.el7
| |
− | libgcc.x86_64 0:4.8.5-44.el7
| |
− | libgcrypt.x86_64 0:1.5.3-14.el7
| |
− | libgomp.x86_64 0:4.8.5-44.el7
| |
− | libgudev1.x86_64 0:219-78.el7_9.2
| |
− | libidn.x86_64 0:1.28-4.el7
| |
− | libmount.x86_64 0:2.23.2-65.el7
| |
− | libndp.x86_64 0:1.2-9.el7
| |
− | libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3
| |
− | libnl3.x86_64 0:3.2.28-4.el7
| |
− | libnl3-cli.x86_64 0:3.2.28-4.el7
| |
− | libpcap.x86_64 14:1.5.3-12.el7
| |
− | libpciaccess.x86_64 0:0.14-1.el7
| |
− | libproxy.x86_64 0:0.4.11-11.el7
| |
− | libpwquality.x86_64 0:1.2.3-5.el7
| |
− | libselinux.x86_64 0:2.5-15.el7
| |
− | libselinux-python.x86_64 0:2.5-15.el7
| |
− | libselinux-utils.x86_64 0:2.5-15.el7
| |
− | libsemanage.x86_64 0:2.5-14.el7
| |
− | libsepol.x86_64 0:2.5-10.el7
| |
− | libsoup.x86_64 0:2.62.2-2.el7
| |
− | libss.x86_64 0:1.42.9-19.el7
| |
− | libssh2.x86_64 0:1.8.0-4.el7
| |
− | libstdc++.x86_64 0:4.8.5-44.el7
| |
− | libtasn1.x86_64 0:4.10-1.el7
| |
− | libteam.x86_64 0:1.29-3.el7
| |
− | libuser.x86_64 0:0.60-9.el7
| |
− | libuuid.x86_64 0:2.23.2-65.el7
| |
− | libxml2.x86_64 0:2.9.1-6.el7.5
| |
− | linux-firmware.noarch 0:20200421-79.git78c0348.el7
| |
− | logrotate.x86_64 0:3.8.6-19.el7
| |
− | lua.x86_64 0:5.1.4-15.el7
| |
− | lvm2.x86_64 7:2.02.187-6.el7
| |
− | lvm2-libs.x86_64 7:2.02.187-6.el7
| |
− | lzo.x86_64 0:2.06-8.el7
| |
− | make.x86_64 1:3.82-24.el7
| |
− | man-db.x86_64 0:2.6.3-11.el7
| |
− | mariadb-libs.x86_64 1:5.5.68-1.el7
| |
− | microcode_ctl.x86_64 2:2.1-73.2.el7_9
| |
− | mozjs17.x86_64 0:17.0.0-20.el7
| |
− | ncurses.x86_64 0:5.9-14.20130511.el7_4
| |
− | ncurses-base.noarch 0:5.9-14.20130511.el7_4
| |
− | ncurses-libs.x86_64 0:5.9-14.20130511.el7_4
| |
− | nettle.x86_64 0:2.7.1-8.el7
| |
− | nspr.x86_64 0:4.25.0-2.el7_9
| |
− | nss.x86_64 0:3.53.1-3.el7_9
| |
− | nss-softokn.x86_64 0:3.53.1-6.el7_9
| |
− | nss-softokn-freebl.x86_64 0:3.53.1-6.el7_9
| |
− | nss-sysinit.x86_64 0:3.53.1-3.el7_9
| |
− | nss-tools.x86_64 0:3.53.1-3.el7_9
| |
− | nss-util.x86_64 0:3.53.1-1.el7_9
| |
− | numactl-libs.x86_64 0:2.0.12-5.el7
| |
− | openldap.x86_64 0:2.4.44-22.el7
| |
− | openssh.x86_64 0:7.4p1-21.el7
| |
− | openssh-clients.x86_64 0:7.4p1-21.el7
| |
− | openssh-server.x86_64 0:7.4p1-21.el7
| |
− | openssl.x86_64 1:1.0.2k-19.el7
| |
− | openssl-libs.x86_64 1:1.0.2k-19.el7
| |
− | os-prober.x86_64 0:1.58-9.el7
| |
− | p11-kit.x86_64 0:0.23.5-3.el7
| |
− | p11-kit-trust.x86_64 0:0.23.5-3.el7
| |
− | pam.x86_64 0:1.1.8-23.el7
| |
− | parted.x86_64 0:3.1-32.el7
| |
− | passwd.x86_64 0:0.79-6.el7
| |
− | pciutils-libs.x86_64 0:3.5.1-3.el7
| |
− | pcre.x86_64 0:8.32-17.el7
| |
− | pinentry.x86_64 0:0.8.1-17.el7
| |
− | plymouth.x86_64 0:0.8.9-0.34.20140113.el7.centos
| |
− | plymouth-core-libs.x86_64 0:0.8.9-0.34.20140113.el7.centos
| |
− | plymouth-scripts.x86_64 0:0.8.9-0.34.20140113.el7.centos
| |
− | policycoreutils.x86_64 0:2.5-34.el7
| |
− | polkit.x86_64 0:0.112-26.el7
| |
− | postfix.x86_64 2:2.10.1-9.el7
| |
− | ppp.x86_64 0:2.4.5-34.el7_7
| |
− | procps-ng.x86_64 0:3.3.10-28.el7
| |
− | pth.x86_64 0:2.0.7-23.el7
| |
− | python.x86_64 0:2.7.5-90.el7
| |
− | python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7
| |
− | python-libs.x86_64 0:2.7.5-90.el7
| |
− | python-pycurl.x86_64 0:7.19.0-19.el7
| |
− | python-pyudev.noarch 0:0.15-9.el7
| |
− | python-setuptools.noarch 0:0.9.8-7.el7
| |
− | python-slip.noarch 0:0.4.0-4.el7
| |
− | python-slip-dbus.noarch 0:0.4.0-4.el7
| |
− | python-urlgrabber.noarch 0:3.10-10.el7
| |
− | readline.x86_64 0:6.2-11.el7
| |
− | rpm.x86_64 0:4.11.3-45.el7
| |
− | rpm-build-libs.x86_64 0:4.11.3-45.el7
| |
− | rpm-libs.x86_64 0:4.11.3-45.el7
| |
− | rpm-python.x86_64 0:4.11.3-45.el7
| |
− | rsyslog.x86_64 0:8.24.0-57.el7_9
| |
− | sed.x86_64 0:4.2.2-7.el7
| |
− | selinux-policy.noarch 0:3.13.1-268.el7_9.2
| |
− | selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2
| |
− | setup.noarch 0:2.8.71-11.el7
| |
− | shadow-utils.x86_64 2:4.6-5.el7
| |
− | shared-mime-info.x86_64 0:1.8-5.el7
| |
− | sqlite.x86_64 0:3.7.17-8.el7_7.1
| |
− | sudo.x86_64 0:1.8.23-10.el7
| |
− | systemd.x86_64 0:219-78.el7_9.2
| |
− | systemd-libs.x86_64 0:219-78.el7_9.2
| |
− | systemd-sysv.x86_64 0:219-78.el7_9.2
| |
− | tar.x86_64 2:1.26-35.el7
| |
− | teamd.x86_64 0:1.29-3.el7
| |
− | trousers.x86_64 0:0.3.14-2.el7
| |
− | tuned.noarch 0:2.11.0-10.el7
| |
− | tzdata.noarch 0:2020d-2.el7
| |
− | util-linux.x86_64 0:2.23.2-65.el7
| |
− | vim-minimal.x86_64 2:7.4.629-7.el7
| |
− | virt-what.x86_64 0:1.18-4.el7
| |
− | wpa_supplicant.x86_64 1:2.6-12.el7
| |
− | xfsprogs.x86_64 0:4.5.0-22.el7
| |
− | xz.x86_64 0:5.2.2-1.el7
| |
− | xz-libs.x86_64 0:5.2.2-1.el7
| |
− | yum.noarch 0:3.4.3-168.el7.centos
| |
− | yum-plugin-fastestmirror.noarch 0:1.1.31-54.el7_8
| |
| zlib.x86_64 0:1.2.7-18.el7 | | zlib.x86_64 0:1.2.7-18.el7 |
| | | |
Line 2,690: |
Line 267: |
| | | |
| == Install Additional Packages == | | == Install Additional Packages == |
| + | |
| + | These are useful utilities that have been stripped from the base install in CentOS7. Adding these back in allows for easier troubleshooting of the server. |
| | | |
| <pre> | | <pre> |
− | [root@cn38-inverness-co ~]# yum -y install finger nc net-snmp net-snmp-perl net-snmp-utils ntp perl-Date-Manip perl-DBD-SQLite sssd tcp_wrappers tcpdump telnet tftp tog-pegasus traceroute vim-enhanced wget oddjob-mkhomedir net-tools yum-cron bind-utils | + | [root@cn38-inverness-co ~]# yum -y install finger nc net-snmp net-snmp-perl net-snmp-utils ntp perl-Date-Manip \ |
| + | perl-DBD-SQLite sssd tcp_wrappers tcpdump telnet tftp tog-pegasus traceroute \ |
| + | vim-enhanced wget oddjob-mkhomedir net-tools yum-cron bind-utils |
| + | |
| Loaded plugins: fastestmirror | | Loaded plugins: fastestmirror |
| Loading mirror speeds from cached hostfile | | Loading mirror speeds from cached hostfile |
Line 2,702: |
Line 284: |
| ---> Package bind-utils.x86_64 32:9.11.4-26.P2.el7_9.2 will be installed | | ---> Package bind-utils.x86_64 32:9.11.4-26.P2.el7_9.2 will be installed |
| --> Processing Dependency: bind-libs(x86-64) = 32:9.11.4-26.P2.el7_9.2 for package: 32:bind-utils-9.11.4-26.P2.el7_9.2.x86_64 | | --> Processing Dependency: bind-libs(x86-64) = 32:9.11.4-26.P2.el7_9.2 for package: 32:bind-utils-9.11.4-26.P2.el7_9.2.x86_64 |
− | --> Processing Dependency: liblwres.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.2.x86_64
| + | |
− | --> Processing Dependency: libbind9.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.2.x86_64
| + | === SNIP === |
− | ---> Package finger.x86_64 0:0.17-52.el7 will be installed
| + | |
− | ---> Package net-snmp.x86_64 1:5.7.2-49.el7 will be installed
| |
− | --> Processing Dependency: net-snmp-libs = 1:5.7.2-49.el7 for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: net-snmp-agent-libs = 1:5.7.2-49.el7 for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: perl(Term::ReadLine) for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: perl(IO::File) for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: perl(Getopt::Std) for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: perl(File::Copy) for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: perl(Data::Dumper) for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: /usr/bin/perl for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: libsensors.so.4()(64bit) for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: libperl.so()(64bit) for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: libnetsnmptrapd.so.31()(64bit) for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: libnetsnmpmibs.so.31()(64bit) for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: libnetsnmpagent.so.31()(64bit) for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: libnetsnmp.so.31()(64bit) for package: 1:net-snmp-5.7.2-49.el7.x86_64
| |
− | ---> Package net-snmp-perl.x86_64 1:5.7.2-49.el7 will be installed
| |
− | --> Processing Dependency: net-snmp-devel = 1:5.7.2-49.el7 for package: 1:net-snmp-perl-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: perl(Getopt::Long) for package: 1:net-snmp-perl-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: perl(File::Path) for package: 1:net-snmp-perl-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: perl(Exporter) for package: 1:net-snmp-perl-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: perl(Cwd) for package: 1:net-snmp-perl-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: perl(Carp) for package: 1:net-snmp-perl-5.7.2-49.el7.x86_64
| |
− | ---> Package net-snmp-utils.x86_64 1:5.7.2-49.el7 will be installed
| |
− | ---> Package net-tools.x86_64 0:2.0-0.25.20131004git.el7 will be installed
| |
− | ---> Package nmap-ncat.x86_64 2:6.40-19.el7 will be installed
| |
− | ---> Package ntp.x86_64 0:4.2.6p5-29.el7.centos.2 will be installed
| |
− | --> Processing Dependency: ntpdate = 4.2.6p5-29.el7.centos.2 for package: ntp-4.2.6p5-29.el7.centos.2.x86_64
| |
− | --> Processing Dependency: libopts.so.25()(64bit) for package: ntp-4.2.6p5-29.el7.centos.2.x86_64
| |
− | ---> Package oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 will be installed
| |
− | --> Processing Dependency: oddjob = 0.31.5-4.el7 for package: oddjob-mkhomedir-0.31.5-4.el7.x86_64
| |
− | --> Processing Dependency: psmisc for package: oddjob-mkhomedir-0.31.5-4.el7.x86_64
| |
− | ---> Package perl-DBD-SQLite.x86_64 0:1.39-3.el7 will be installed
| |
− | --> Processing Dependency: perl(DBI) >= 1.57 for package: perl-DBD-SQLite-1.39-3.el7.x86_64
| |
− | --> Processing Dependency: perl(constant) for package: perl-DBD-SQLite-1.39-3.el7.x86_64
| |
− | ---> Package perl-Date-Manip.noarch 0:6.41-2.el7 will be installed
| |
− | --> Processing Dependency: perl(Storable) for package: perl-Date-Manip-6.41-2.el7.noarch
| |
− | --> Processing Dependency: perl(Encode) for package: perl-Date-Manip-6.41-2.el7.noarch
| |
− | ---> Package sssd.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | --> Processing Dependency: sssd-proxy = 1.16.5-10.el7_9.5 for package: sssd-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: sssd-ldap = 1.16.5-10.el7_9.5 for package: sssd-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: sssd-krb5 = 1.16.5-10.el7_9.5 for package: sssd-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: sssd-ipa = 1.16.5-10.el7_9.5 for package: sssd-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: sssd-common = 1.16.5-10.el7_9.5 for package: sssd-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: sssd-ad = 1.16.5-10.el7_9.5 for package: sssd-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: python-sssdconfig = 1.16.5-10.el7_9.5 for package: sssd-1.16.5-10.el7_9.5.x86_64
| |
− | ---> Package tcp_wrappers.x86_64 0:7.6-77.el7 will be installed
| |
− | ---> Package tcpdump.x86_64 14:4.9.2-4.el7_7.1 will be installed
| |
− | ---> Package telnet.x86_64 1:0.17-66.el7 will be installed
| |
− | ---> Package tftp.x86_64 0:5.2-22.el7 will be installed
| |
− | ---> Package tog-pegasus.x86_64 2:2.14.1-8.el7 will be installed
| |
− | --> Processing Dependency: tog-pegasus-libs = 2:2.14.1-8.el7 for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegwsmserver.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegwql.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegwebserver.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegslp.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegservice.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegserver.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegrepository.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegqueryexpression.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegquerycommon.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegprovidermanager.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegprovider.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegprm.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegpmservice.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegpmrouter.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegindicationservice.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpeghandlerservice.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpeghandler.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpeggetoopt.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpeggeneral.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegexportserver.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegcql.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegconfig.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegcompiler.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegcommon.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegcliutils.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegclient.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libpegauthentication.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libcimrsserver.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libProviderRegistrationProvider.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libNamespaceProvider.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libInteropProvider.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libDefaultProviderManager.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libConfigSettingProvider.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libCertificateProvider.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | --> Processing Dependency: libCIMQueryCapabilitiesProvider.so.1()(64bit) for package: 2:tog-pegasus-2.14.1-8.el7.x86_64
| |
− | ---> Package traceroute.x86_64 3:2.0.22-2.el7 will be installed
| |
− | ---> Package vim-enhanced.x86_64 2:7.4.629-7.el7 will be installed
| |
− | --> Processing Dependency: vim-common = 2:7.4.629-7.el7 for package: 2:vim-enhanced-7.4.629-7.el7.x86_64
| |
− | --> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.629-7.el7.x86_64
| |
− | ---> Package wget.x86_64 0:1.14-18.el7_6.1 will be installed
| |
− | ---> Package yum-cron.noarch 0:3.4.3-168.el7.centos will be installed
| |
− | --> Running transaction check
| |
− | ---> Package autogen-libopts.x86_64 0:5.18-5.el7 will be installed
| |
− | ---> Package bind-libs.x86_64 32:9.11.4-26.P2.el7_9.2 will be installed
| |
− | ---> Package gpm-libs.x86_64 0:1.20.7-6.el7 will be installed
| |
− | ---> Package lm_sensors-libs.x86_64 0:3.4.0-8.20160601gitf9185e5.el7 will be installed
| |
− | ---> Package net-snmp-agent-libs.x86_64 1:5.7.2-49.el7 will be installed
| |
− | ---> Package net-snmp-devel.x86_64 1:5.7.2-49.el7 will be installed
| |
− | --> Processing Dependency: tcp_wrappers-devel for package: 1:net-snmp-devel-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: rpm-devel for package: 1:net-snmp-devel-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: perl-devel(x86-64) for package: 1:net-snmp-devel-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: openssl-devel for package: 1:net-snmp-devel-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: lm_sensors-devel for package: 1:net-snmp-devel-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: elfutils-libelf-devel for package: 1:net-snmp-devel-5.7.2-49.el7.x86_64
| |
− | --> Processing Dependency: elfutils-devel for package: 1:net-snmp-devel-5.7.2-49.el7.x86_64
| |
− | ---> Package net-snmp-libs.x86_64 1:5.7.2-49.el7 will be installed
| |
− | ---> Package ntpdate.x86_64 0:4.2.6p5-29.el7.centos.2 will be installed
| |
− | ---> Package oddjob.x86_64 0:0.31.5-4.el7 will be installed
| |
− | ---> Package perl.x86_64 4:5.16.3-297.el7 will be installed
| |
− | --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-297.el7.x86_64
| |
− | ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
| |
− | ---> Package perl-DBI.x86_64 0:1.627-4.el7 will be installed
| |
− | --> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI-1.627-4.el7.x86_64
| |
− | --> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI-1.627-4.el7.x86_64
| |
− | ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
| |
− | ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
| |
− | ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
| |
− | ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
| |
− | ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
| |
− | --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
| |
− | --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
| |
− | ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
| |
− | ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
| |
− | ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
| |
− | ---> Package perl-libs.x86_64 4:5.16.3-297.el7 will be installed
| |
− | ---> Package psmisc.x86_64 0:22.20-17.el7 will be installed
| |
− | ---> Package python-sssdconfig.noarch 0:1.16.5-10.el7_9.5 will be installed
| |
− | ---> Package sssd-ad.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | --> Processing Dependency: sssd-krb5-common = 1.16.5-10.el7_9.5 for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: sssd-common-pac = 1.16.5-10.el7_9.5 for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libsss_idmap = 1.16.5-10.el7_9.5 for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: samba-client-libs >= 4.10.16-7.el7_9 for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.4)(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libndr.so.0(NDR_0.0.1)(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libndr-krb5pac.so.0(NDR_KRB5PAC_0.0.1)(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libldb.so.1(LDB_0.9.10)(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libini_config.so.3(INI_CONFIG_1.1.0)(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libdhash.so.1(DHASH_0.4.3)(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libtevent.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libtdb.so.1()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libtalloc.so.2()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libsss_idmap.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libsss_certmap.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libsmbclient.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libsamba-util.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libref_array.so.1()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libndr.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libndr-standard.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libndr-nbt.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libndr-krb5pac.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libldb.so.1()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libini_config.so.3()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libdhash.so.1()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libcollection.so.2()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libbasicobjects.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.5.x86_64
| |
− | ---> Package sssd-common.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | --> Processing Dependency: sssd-client(x86-64) = 1.16.5-10.el7_9.5 for package: sssd-common-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libsss_sudo(x86-64) = 1.16.5-10.el7_9.5 for package: sssd-common-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libsss_autofs(x86-64) = 1.16.5-10.el7_9.5 for package: sssd-common-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libnfsidmap.so.0()(64bit) for package: sssd-common-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libhttp_parser_strict.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libcares.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.5.x86_64
| |
− | ---> Package sssd-ipa.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | --> Processing Dependency: libipa_hbac(x86-64) = 1.16.5-10.el7_9.5 for package: sssd-ipa-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libipa_hbac.so.0(IPA_HBAC_0.1.0)(64bit) for package: sssd-ipa-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libipa_hbac.so.0(IPA_HBAC_0.0.1)(64bit) for package: sssd-ipa-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libipa_hbac.so.0()(64bit) for package: sssd-ipa-1.16.5-10.el7_9.5.x86_64
| |
− | ---> Package sssd-krb5.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | ---> Package sssd-ldap.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | ---> Package sssd-proxy.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | ---> Package tog-pegasus-libs.x86_64 2:2.14.1-8.el7 will be installed
| |
− | --> Processing Dependency: libslp.so.1()(64bit) for package: 2:tog-pegasus-libs-2.14.1-8.el7.x86_64
| |
− | ---> Package vim-common.x86_64 2:7.4.629-7.el7 will be installed
| |
− | --> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.629-7.el7.x86_64
| |
− | --> Running transaction check
| |
− | ---> Package c-ares.x86_64 0:1.10.0-3.el7 will be installed
| |
− | ---> Package elfutils-devel.x86_64 0:0.176-5.el7 will be installed
| |
− | --> Processing Dependency: pkgconfig(zlib) for package: elfutils-devel-0.176-5.el7.x86_64
| |
− | --> Processing Dependency: pkgconfig(liblzma) for package: elfutils-devel-0.176-5.el7.x86_64
| |
− | ---> Package elfutils-libelf-devel.x86_64 0:0.176-5.el7 will be installed
| |
− | ---> Package http-parser.x86_64 0:2.7.1-9.el7 will be installed
| |
− | ---> Package libbasicobjects.x86_64 0:0.1.1-32.el7 will be installed
| |
− | ---> Package libcollection.x86_64 0:0.7.0-32.el7 will be installed
| |
− | ---> Package libdhash.x86_64 0:0.5.0-32.el7 will be installed
| |
− | ---> Package libini_config.x86_64 0:1.3.1-32.el7 will be installed
| |
− | --> Processing Dependency: libpath_utils.so.1(PATH_UTILS_0.2.1)(64bit) for package: libini_config-1.3.1-32.el7.x86_64
| |
− | --> Processing Dependency: libpath_utils.so.1()(64bit) for package: libini_config-1.3.1-32.el7.x86_64
| |
− | ---> Package libipa_hbac.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | ---> Package libldb.x86_64 0:1.5.4-1.el7 will be installed
| |
− | ---> Package libnfsidmap.x86_64 0:0.25-19.el7 will be installed
| |
− | ---> Package libref_array.x86_64 0:0.1.5-32.el7 will be installed
| |
− | ---> Package libsmbclient.x86_64 0:4.10.16-7.el7_9 will be installed
| |
− | --> Processing Dependency: samba-common-libs = 4.10.16-7.el7_9 for package: libsmbclient-4.10.16-7.el7_9.x86_64
| |
− | --> Processing Dependency: samba-common = 4.10.16-7.el7_9 for package: libsmbclient-4.10.16-7.el7_9.x86_64
| |
− | --> Processing Dependency: samba-common = 4.10.16-7.el7_9 for package: libsmbclient-4.10.16-7.el7_9.x86_64
| |
− | --> Processing Dependency: libwbclient = 4.10.16-7.el7_9 for package: libsmbclient-4.10.16-7.el7_9.x86_64
| |
− | --> Processing Dependency: libwinbind-client-samba4.so()(64bit) for package: libsmbclient-4.10.16-7.el7_9.x86_64
| |
− | --> Processing Dependency: libwbclient.so.0()(64bit) for package: libsmbclient-4.10.16-7.el7_9.x86_64
| |
− | --> Processing Dependency: libcups.so.2()(64bit) for package: libsmbclient-4.10.16-7.el7_9.x86_64
| |
− | --> Processing Dependency: libcluster-samba4.so()(64bit) for package: libsmbclient-4.10.16-7.el7_9.x86_64
| |
− | --> Processing Dependency: libaesni-intel-samba4.so()(64bit) for package: libsmbclient-4.10.16-7.el7_9.x86_64
| |
− | ---> Package libsss_autofs.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | ---> Package libsss_certmap.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | ---> Package libsss_idmap.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | ---> Package libsss_sudo.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | ---> Package libtalloc.x86_64 0:2.1.16-1.el7 will be installed
| |
− | ---> Package libtdb.x86_64 0:1.3.18-1.el7 will be installed
| |
− | ---> Package libtevent.x86_64 0:0.9.39-1.el7 will be installed
| |
− | ---> Package lm_sensors-devel.x86_64 0:3.4.0-8.20160601gitf9185e5.el7 will be installed
| |
− | ---> Package openslp.x86_64 1:2.0.0-8.el7_7 will be installed
| |
− | ---> Package openssl-devel.x86_64 1:1.0.2k-19.el7 will be installed
| |
− | --> Processing Dependency: krb5-devel(x86-64) for package: 1:openssl-devel-1.0.2k-19.el7.x86_64
| |
− | ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
| |
− | ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
| |
− | ---> Package perl-PlRPC.noarch 0:0.2020-14.el7 will be installed
| |
− | --> Processing Dependency: perl(Net::Daemon) >= 0.13 for package: perl-PlRPC-0.2020-14.el7.noarch
| |
− | --> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC-0.2020-14.el7.noarch
| |
− | --> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC-0.2020-14.el7.noarch
| |
− | --> Processing Dependency: perl(Compress::Zlib) for package: perl-PlRPC-0.2020-14.el7.noarch
| |
− | ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
| |
− | --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
| |
− | ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
| |
− | --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
| |
− | --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
| |
− | ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
| |
− | ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
| |
− | ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
| |
− | ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
| |
− | ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
| |
− | ---> Package perl-devel.x86_64 4:5.16.3-297.el7 will be installed
| |
− | --> Processing Dependency: systemtap-sdt-devel for package: 4:perl-devel-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(ExtUtils::ParseXS) for package: 4:perl-devel-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(ExtUtils::MakeMaker) for package: 4:perl-devel-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: perl(ExtUtils::Installed) for package: 4:perl-devel-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: libdb-devel for package: 4:perl-devel-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: glibc-devel for package: 4:perl-devel-5.16.3-297.el7.x86_64
| |
− | --> Processing Dependency: gdbm-devel for package: 4:perl-devel-5.16.3-297.el7.x86_64
| |
− | ---> Package perl-macros.x86_64 4:5.16.3-297.el7 will be installed
| |
− | ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
| |
− | ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
| |
− | ---> Package rpm-devel.x86_64 0:4.11.3-45.el7 will be installed
| |
− | --> Processing Dependency: popt-devel(x86-64) for package: rpm-devel-4.11.3-45.el7.x86_64
| |
− | ---> Package samba-client-libs.x86_64 0:4.10.16-7.el7_9 will be installed
| |
− | ---> Package sssd-client.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | --> Processing Dependency: libsss_nss_idmap = 1.16.5-10.el7_9.5 for package: sssd-client-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.5.0)(64bit) for package: sssd-client-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.0.1)(64bit) for package: sssd-client-1.16.5-10.el7_9.5.x86_64
| |
− | --> Processing Dependency: libsss_nss_idmap.so.0()(64bit) for package: sssd-client-1.16.5-10.el7_9.5.x86_64
| |
− | ---> Package sssd-common-pac.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | ---> Package sssd-krb5-common.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | --> Processing Dependency: cyrus-sasl-gssapi(x86-64) for package: sssd-krb5-common-1.16.5-10.el7_9.5.x86_64
| |
− | ---> Package tcp_wrappers-devel.x86_64 0:7.6-77.el7 will be installed
| |
− | ---> Package vim-filesystem.x86_64 2:7.4.629-7.el7 will be installed
| |
− | --> Running transaction check
| |
− | ---> Package cups-libs.x86_64 1:1.6.3-51.el7 will be installed
| |
− | ---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-23.el7 will be installed
| |
− | ---> Package gdbm-devel.x86_64 0:1.10-8.el7 will be installed
| |
− | ---> Package glibc-devel.x86_64 0:2.17-317.el7 will be installed
| |
− | --> Processing Dependency: glibc-headers = 2.17-317.el7 for package: glibc-devel-2.17-317.el7.x86_64
| |
− | --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-317.el7.x86_64
| |
− | ---> Package krb5-devel.x86_64 0:1.15.1-50.el7 will be installed
| |
− | --> Processing Dependency: libkadm5(x86-64) = 1.15.1-50.el7 for package: krb5-devel-1.15.1-50.el7.x86_64
| |
− | --> Processing Dependency: libverto-devel for package: krb5-devel-1.15.1-50.el7.x86_64
| |
− | --> Processing Dependency: libselinux-devel for package: krb5-devel-1.15.1-50.el7.x86_64
| |
− | --> Processing Dependency: libcom_err-devel for package: krb5-devel-1.15.1-50.el7.x86_64
| |
− | --> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.15.1-50.el7.x86_64
| |
− | ---> Package libdb-devel.x86_64 0:5.3.21-25.el7 will be installed
| |
− | ---> Package libpath_utils.x86_64 0:0.2.1-32.el7 will be installed
| |
− | ---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.5 will be installed
| |
− | ---> Package libwbclient.x86_64 0:4.10.16-7.el7_9 will be installed
| |
− | ---> Package perl-ExtUtils-Install.noarch 0:1.58-297.el7 will be installed
| |
− | ---> Package perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7 will be installed
| |
− | --> Processing Dependency: perl(Test::Harness) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
| |
− | --> Processing Dependency: perl(ExtUtils::Manifest) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
| |
− | ---> Package perl-ExtUtils-ParseXS.noarch 1:3.18-3.el7 will be installed
| |
− | ---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
| |
− | --> Processing Dependency: perl(Compress::Raw::Zlib) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
| |
− | --> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
| |
− | ---> Package perl-Net-Daemon.noarch 0:0.48-5.el7 will be installed
| |
− | ---> Package perl-Pod-Escapes.noarch 1:1.04-297.el7 will be installed
| |
− | ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
| |
− | --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
| |
− | --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
| |
− | ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
| |
− | ---> Package popt-devel.x86_64 0:1.13-16.el7 will be installed
| |
− | ---> Package samba-common.noarch 0:4.10.16-7.el7_9 will be installed
| |
− | ---> Package samba-common-libs.x86_64 0:4.10.16-7.el7_9 will be installed
| |
− | ---> Package systemtap-sdt-devel.x86_64 0:4.0-13.el7 will be installed
| |
− | --> Processing Dependency: pyparsing for package: systemtap-sdt-devel-4.0-13.el7.x86_64
| |
− | ---> Package xz-devel.x86_64 0:5.2.2-1.el7 will be installed
| |
− | ---> Package zlib-devel.x86_64 0:1.2.7-18.el7 will be installed
| |
− | --> Running transaction check
| |
− | ---> Package glibc-headers.x86_64 0:2.17-317.el7 will be installed
| |
− | --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-317.el7.x86_64
| |
− | --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-317.el7.x86_64
| |
− | ---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed
| |
− | ---> Package libcom_err-devel.x86_64 0:1.42.9-19.el7 will be installed
| |
− | ---> Package libkadm5.x86_64 0:1.15.1-50.el7 will be installed
| |
− | ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed
| |
− | --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64
| |
− | --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64
| |
− | --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64
| |
− | ---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed
| |
− | ---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
| |
− | ---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
| |
− | ---> Package perl-ExtUtils-Manifest.noarch 0:1.61-244.el7 will be installed
| |
− | ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
| |
− | ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
| |
− | ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
| |
− | ---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed
| |
− | --> Running transaction check
| |
− | ---> Package kernel-headers.x86_64 0:3.10.0-1160.6.1.el7 will be installed
| |
− | ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
| |
| ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed | | ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed |
| --> Finished Dependency Resolution | | --> Finished Dependency Resolution |
Line 3,045: |
Line 297: |
| Installing: | | Installing: |
| bind-utils x86_64 32:9.11.4-26.P2.el7_9.2 updates 260 k | | bind-utils x86_64 32:9.11.4-26.P2.el7_9.2 updates 260 k |
− | finger x86_64 0.17-52.el7 base 25 k
| + | |
− | net-snmp x86_64 1:5.7.2-49.el7 base 325 k
| + | === SNIP === |
− | net-snmp-perl x86_64 1:5.7.2-49.el7 base 339 k
| + | |
− | net-snmp-utils x86_64 1:5.7.2-49.el7 base 200 k
| |
− | net-tools x86_64 2.0-0.25.20131004git.el7 base 306 k
| |
− | nmap-ncat x86_64 2:6.40-19.el7 base 206 k
| |
− | ntp x86_64 4.2.6p5-29.el7.centos.2 base 549 k
| |
− | oddjob-mkhomedir x86_64 0.31.5-4.el7 base 38 k
| |
− | perl-DBD-SQLite x86_64 1.39-3.el7 base 1.3 M
| |
− | perl-Date-Manip noarch 6.41-2.el7 base 1.2 M
| |
− | sssd x86_64 1.16.5-10.el7_9.5 updates 146 k
| |
− | tcp_wrappers x86_64 7.6-77.el7 base 78 k
| |
− | tcpdump x86_64 14:4.9.2-4.el7_7.1 base 422 k
| |
− | telnet x86_64 1:0.17-66.el7 updates 64 k
| |
− | tftp x86_64 5.2-22.el7 base 38 k
| |
− | tog-pegasus x86_64 2:2.14.1-8.el7 base 2.2 M
| |
− | traceroute x86_64 3:2.0.22-2.el7 base 59 k
| |
− | vim-enhanced x86_64 2:7.4.629-7.el7 base 1.1 M
| |
− | wget x86_64 1.14-18.el7_6.1 base 547 k
| |
| yum-cron noarch 3.4.3-168.el7.centos base 66 k | | yum-cron noarch 3.4.3-168.el7.centos base 66 k |
| Installing for dependencies: | | Installing for dependencies: |
| autogen-libopts x86_64 5.18-5.el7 base 66 k | | autogen-libopts x86_64 5.18-5.el7 base 66 k |
− | bind-libs x86_64 32:9.11.4-26.P2.el7_9.2 updates 157 k
| + | |
− | c-ares x86_64 1.10.0-3.el7 base 78 k
| + | === SNIP === |
− | cups-libs x86_64 1:1.6.3-51.el7 base 359 k
| + | |
− | cyrus-sasl-gssapi x86_64 2.1.26-23.el7 base 41 k
| |
− | elfutils-devel x86_64 0.176-5.el7 base 90 k
| |
− | elfutils-libelf-devel x86_64 0.176-5.el7 base 40 k
| |
− | gdbm-devel x86_64 1.10-8.el7 base 47 k
| |
− | glibc-devel x86_64 2.17-317.el7 base 1.1 M
| |
− | glibc-headers x86_64 2.17-317.el7 base 690 k
| |
− | gpm-libs x86_64 1.20.7-6.el7 base 32 k
| |
− | http-parser x86_64 2.7.1-9.el7 base 29 k
| |
− | kernel-headers x86_64 3.10.0-1160.6.1.el7 updates 9.0 M
| |
− | keyutils-libs-devel x86_64 1.5.8-3.el7 base 37 k
| |
− | krb5-devel x86_64 1.15.1-50.el7 base 273 k
| |
− | libbasicobjects x86_64 0.1.1-32.el7 base 26 k
| |
− | libcollection x86_64 0.7.0-32.el7 base 42 k
| |
− | libcom_err-devel x86_64 1.42.9-19.el7 base 32 k
| |
− | libdb-devel x86_64 5.3.21-25.el7 base 39 k
| |
− | libdhash x86_64 0.5.0-32.el7 base 29 k
| |
− | libini_config x86_64 1.3.1-32.el7 base 64 k
| |
− | libipa_hbac x86_64 1.16.5-10.el7_9.5 updates 154 k
| |
− | libkadm5 x86_64 1.15.1-50.el7 base 179 k
| |
− | libldb x86_64 1.5.4-1.el7 base 149 k
| |
− | libnfsidmap x86_64 0.25-19.el7 base 50 k
| |
− | libpath_utils x86_64 0.2.1-32.el7 base 28 k
| |
− | libref_array x86_64 0.1.5-32.el7 base 27 k
| |
− | libselinux-devel x86_64 2.5-15.el7 base 187 k
| |
− | libsepol-devel x86_64 2.5-10.el7 base 77 k
| |
− | libsmbclient x86_64 4.10.16-7.el7_9 updates 144 k
| |
− | libsss_autofs x86_64 1.16.5-10.el7_9.5 updates 156 k
| |
− | libsss_certmap x86_64 1.16.5-10.el7_9.5 updates 187 k
| |
− | libsss_idmap x86_64 1.16.5-10.el7_9.5 updates 159 k
| |
− | libsss_nss_idmap x86_64 1.16.5-10.el7_9.5 updates 165 k
| |
− | libsss_sudo x86_64 1.16.5-10.el7_9.5 updates 155 k
| |
− | libtalloc x86_64 2.1.16-1.el7 base 33 k
| |
− | libtdb x86_64 1.3.18-1.el7 base 49 k
| |
− | libtevent x86_64 0.9.39-1.el7 base 41 k
| |
− | libverto-devel x86_64 0.2.5-4.el7 base 12 k
| |
− | libwbclient x86_64 4.10.16-7.el7_9 updates 114 k
| |
− | lm_sensors-devel x86_64 3.4.0-8.20160601gitf9185e5.el7 base 27 k
| |
− | lm_sensors-libs x86_64 3.4.0-8.20160601gitf9185e5.el7 base 42 k
| |
− | net-snmp-agent-libs x86_64 1:5.7.2-49.el7 base 708 k
| |
− | net-snmp-devel x86_64 1:5.7.2-49.el7 base 260 k
| |
− | net-snmp-libs x86_64 1:5.7.2-49.el7 base 751 k
| |
− | ntpdate x86_64 4.2.6p5-29.el7.centos.2 base 87 k
| |
− | oddjob x86_64 0.31.5-4.el7 base 69 k
| |
− | openslp x86_64 1:2.0.0-8.el7_7 base 326 k
| |
− | openssl-devel x86_64 1:1.0.2k-19.el7 base 1.5 M
| |
− | pcre-devel x86_64 8.32-17.el7 base 480 k
| |
− | perl x86_64 4:5.16.3-297.el7 base 8.0 M
| |
− | perl-Carp noarch 1.26-244.el7 base 19 k
| |
− | perl-Compress-Raw-Bzip2 x86_64 2.061-3.el7 base 32 k
| |
− | perl-Compress-Raw-Zlib x86_64 1:2.061-4.el7 base 57 k
| |
− | perl-DBI x86_64 1.627-4.el7 base 802 k
| |
− | perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
| |
− | perl-Encode x86_64 2.51-7.el7 base 1.5 M
| |
− | perl-Exporter noarch 5.68-3.el7 base 28 k
| |
− | perl-ExtUtils-Install noarch 1.58-297.el7 base 75 k
| |
− | perl-ExtUtils-MakeMaker noarch 6.68-3.el7 base 275 k
| |
− | perl-ExtUtils-Manifest noarch 1.61-244.el7 base 31 k
| |
− | perl-ExtUtils-ParseXS noarch 1:3.18-3.el7 base 77 k
| |
− | perl-File-Path noarch 2.09-2.el7 base 26 k
| |
− | perl-File-Temp noarch 0.23.01-3.el7 base 56 k
| |
− | perl-Filter x86_64 1.49-3.el7 base 76 k
| |
− | perl-Getopt-Long noarch 2.40-3.el7 base 56 k
| |
− | perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
| |
− | perl-IO-Compress noarch 2.061-2.el7 base 260 k
| |
− | perl-Net-Daemon noarch 0.48-5.el7 base 51 k
| |
− | perl-PathTools x86_64 3.40-5.el7 base 82 k
| |
− | perl-PlRPC noarch 0.2020-14.el7 base 36 k
| |
− | perl-Pod-Escapes noarch 1:1.04-297.el7 base 52 k
| |
− | perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
| |
− | perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
| |
− | perl-Pod-Usage noarch 1.63-3.el7 base 27 k
| |
− | perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
| |
− | perl-Socket x86_64 2.010-5.el7 base 49 k
| |
− | perl-Storable x86_64 2.45-3.el7 base 77 k
| |
− | perl-Test-Harness noarch 3.28-3.el7 base 302 k
| |
− | perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
| |
− | perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
| |
− | perl-Time-Local noarch 1.2300-2.el7 base 24 k
| |
− | perl-constant noarch 1.27-2.el7 base 19 k
| |
− | perl-devel x86_64 4:5.16.3-297.el7 base 454 k
| |
− | perl-libs x86_64 4:5.16.3-297.el7 base 689 k
| |
− | perl-macros x86_64 4:5.16.3-297.el7 base 44 k
| |
− | perl-parent noarch 1:0.225-244.el7 base 12 k
| |
− | perl-podlators noarch 2.5.1-3.el7 base 112 k
| |
− | perl-threads x86_64 1.87-4.el7 base 49 k
| |
− | perl-threads-shared x86_64 1.43-6.el7 base 39 k
| |
− | popt-devel x86_64 1.13-16.el7 base 22 k
| |
− | psmisc x86_64 22.20-17.el7 base 141 k
| |
− | pyparsing noarch 1.5.6-9.el7 base 94 k
| |
− | python-sssdconfig noarch 1.16.5-10.el7_9.5 updates 177 k
| |
− | rpm-devel x86_64 4.11.3-45.el7 base 108 k
| |
− | samba-client-libs x86_64 4.10.16-7.el7_9 updates 5.0 M
| |
− | samba-common noarch 4.10.16-7.el7_9 updates 214 k
| |
− | samba-common-libs x86_64 4.10.16-7.el7_9 updates 181 k
| |
− | sssd-ad x86_64 1.16.5-10.el7_9.5 updates 298 k
| |
− | sssd-client x86_64 1.16.5-10.el7_9.5 updates 226 k
| |
− | sssd-common x86_64 1.16.5-10.el7_9.5 updates 1.5 M
| |
− | sssd-common-pac x86_64 1.16.5-10.el7_9.5 updates 219 k
| |
− | sssd-ipa x86_64 1.16.5-10.el7_9.5 updates 380 k
| |
− | sssd-krb5 x86_64 1.16.5-10.el7_9.5 updates 188 k
| |
− | sssd-krb5-common x86_64 1.16.5-10.el7_9.5 updates 222 k
| |
− | sssd-ldap x86_64 1.16.5-10.el7_9.5 updates 282 k
| |
− | sssd-proxy x86_64 1.16.5-10.el7_9.5 updates 181 k
| |
− | systemtap-sdt-devel x86_64 4.0-13.el7 base 76 k
| |
− | tcp_wrappers-devel x86_64 7.6-77.el7 base 17 k
| |
− | tog-pegasus-libs x86_64 2:2.14.1-8.el7 base 2.5 M
| |
− | vim-common x86_64 2:7.4.629-7.el7 base 5.9 M
| |
− | vim-filesystem x86_64 2:7.4.629-7.el7 base 11 k
| |
− | xz-devel x86_64 5.2.2-1.el7 base 46 k
| |
| zlib-devel x86_64 1.2.7-18.el7 base 50 k | | zlib-devel x86_64 1.2.7-18.el7 base 50 k |
| | | |
Line 3,193: |
Line 320: |
| Running transaction | | Running transaction |
| Installing : libtalloc-2.1.16-1.el7.x86_64 1/135 | | Installing : libtalloc-2.1.16-1.el7.x86_64 1/135 |
− | Installing : libtevent-0.9.39-1.el7.x86_64 2/135
| + | |
− | Installing : libtdb-1.3.18-1.el7.x86_64 3/135
| + | === SNIP === |
− | Installing : libldb-1.5.4-1.el7.x86_64 4/135
| + | |
− | Installing : libcollection-0.7.0-32.el7.x86_64 5/135
| |
− | Installing : libdhash-0.5.0-32.el7.x86_64 6/135
| |
− | Installing : libref_array-0.1.5-32.el7.x86_64 7/135
| |
− | Installing : libbasicobjects-0.1.1-32.el7.x86_64 8/135
| |
− | Installing : libsss_certmap-1.16.5-10.el7_9.5.x86_64 9/135
| |
− | Installing : 1:net-snmp-libs-5.7.2-49.el7.x86_64 10/135
| |
− | Installing : libsss_idmap-1.16.5-10.el7_9.5.x86_64 11/135
| |
− | Installing : lm_sensors-libs-3.4.0-8.20160601gitf9185e5.el7.x86_64 12/135
| |
− | Installing : 1:cups-libs-1.6.3-51.el7.x86_64 13/135
| |
− | Installing : samba-common-4.10.16-7.el7_9.noarch 14/135
| |
− | Installing : libwbclient-4.10.16-7.el7_9.x86_64 15/135
| |
− | Installing : samba-common-libs-4.10.16-7.el7_9.x86_64 16/135
| |
− | Installing : samba-client-libs-4.10.16-7.el7_9.x86_64 17/135
| |
− | Installing : zlib-devel-1.2.7-18.el7.x86_64 18/135
| |
− | Installing : elfutils-libelf-devel-0.176-5.el7.x86_64 19/135
| |
− | Installing : psmisc-22.20-17.el7.x86_64 20/135
| |
− | Installing : oddjob-0.31.5-4.el7.x86_64 21/135
| |
− | Installing : libsmbclient-4.10.16-7.el7_9.x86_64 22/135
| |
− | Installing : lm_sensors-devel-3.4.0-8.20160601gitf9185e5.el7.x86_64 23/135
| |
− | Installing : 1:perl-parent-0.225-244.el7.noarch 24/135
| |
− | Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 25/135
| |
− | Installing : perl-podlators-2.5.1-3.el7.noarch 26/135
| |
− | Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 27/135
| |
− | Installing : 1:perl-Pod-Escapes-1.04-297.el7.noarch 28/135
| |
− | Installing : perl-Text-ParseWords-3.29-4.el7.noarch 29/135
| |
− | Installing : perl-Encode-2.51-7.el7.x86_64 30/135
| |
− | Installing : perl-Pod-Usage-1.63-3.el7.noarch 31/135
| |
− | Installing : 4:perl-macros-5.16.3-297.el7.x86_64 32/135
| |
− | Installing : 4:perl-libs-5.16.3-297.el7.x86_64 33/135
| |
− | Installing : perl-threads-1.87-4.el7.x86_64 34/135
| |
− | Installing : perl-Storable-2.45-3.el7.x86_64 35/135
| |
− | Installing : perl-Carp-1.26-244.el7.noarch 36/135
| |
− | Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 37/135
| |
− | Installing : perl-Filter-1.49-3.el7.x86_64 38/135
| |
− | Installing : perl-Exporter-5.68-3.el7.noarch 39/135
| |
− | Installing : perl-constant-1.27-2.el7.noarch 40/135
| |
− | Installing : perl-Socket-2.010-5.el7.x86_64 41/135
| |
− | Installing : perl-Time-Local-1.2300-2.el7.noarch 42/135
| |
− | Installing : perl-threads-shared-1.43-6.el7.x86_64 43/135
| |
− | Installing : perl-File-Temp-0.23.01-3.el7.noarch 44/135
| |
− | Installing : perl-File-Path-2.09-2.el7.noarch 45/135
| |
− | Installing : perl-PathTools-3.40-5.el7.x86_64 46/135
| |
− | Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 47/135
| |
− | Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 48/135
| |
− | Installing : perl-Getopt-Long-2.40-3.el7.noarch 49/135
| |
− | Installing : 4:perl-5.16.3-297.el7.x86_64 50/135
| |
− | Installing : 1:net-snmp-agent-libs-5.7.2-49.el7.x86_64 51/135
| |
− | Installing : perl-Data-Dumper-2.145-3.el7.x86_64 52/135
| |
− | Installing : 1:net-snmp-5.7.2-49.el7.x86_64 53/135
| |
− | Installing : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 54/135
| |
− | Installing : perl-Test-Harness-3.28-3.el7.noarch 55/135
| |
− | Installing : perl-Net-Daemon-0.48-5.el7.noarch 56/135
| |
− | Installing : perl-ExtUtils-Manifest-1.61-244.el7.noarch 57/135
| |
− | Installing : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 58/135
| |
− | Installing : perl-IO-Compress-2.061-2.el7.noarch 59/135
| |
− | Installing : perl-PlRPC-0.2020-14.el7.noarch 60/135
| |
− | Installing : perl-DBI-1.627-4.el7.x86_64 61/135
| |
− | Installing : 2:vim-filesystem-7.4.629-7.el7.x86_64 62/135
| |
− | Installing : 2:vim-common-7.4.629-7.el7.x86_64 63/135
| |
− | Installing : pyparsing-1.5.6-9.el7.noarch 64/135
| |
− | Installing : systemtap-sdt-devel-4.0-13.el7.x86_64 65/135
| |
− | Installing : python-sssdconfig-1.16.5-10.el7_9.5.noarch 66/135
| |
− | Installing : xz-devel-5.2.2-1.el7.x86_64 67/135
| |
− | Installing : elfutils-devel-0.176-5.el7.x86_64 68/135
| |
− | Installing : libsss_nss_idmap-1.16.5-10.el7_9.5.x86_64 69/135
| |
− | Installing : sssd-client-1.16.5-10.el7_9.5.x86_64 70/135
| |
− | Installing : 1:openslp-2.0.0-8.el7_7.x86_64 71/135
| |
− | Installing : 2:tog-pegasus-libs-2.14.1-8.el7.x86_64 72/135
| |
− | Installing : cyrus-sasl-gssapi-2.1.26-23.el7.x86_64 73/135
| |
− | Installing : popt-devel-1.13-16.el7.x86_64 74/135
| |
− | Installing : rpm-devel-4.11.3-45.el7.x86_64 75/135
| |
− | Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 76/135
| |
− | Installing : gdbm-devel-1.10-8.el7.x86_64 77/135
| |
− | Installing : pcre-devel-8.32-17.el7.x86_64 78/135
| |
− | Installing : libsss_autofs-1.16.5-10.el7_9.5.x86_64 79/135
| |
− | Installing : kernel-headers-3.10.0-1160.6.1.el7.x86_64 80/135
| |
− | Installing : glibc-headers-2.17-317.el7.x86_64 81/135
| |
− | Installing : glibc-devel-2.17-317.el7.x86_64 82/135
| |
− | Installing : libnfsidmap-0.25-19.el7.x86_64 83/135
| |
− | Installing : http-parser-2.7.1-9.el7.x86_64 84/135
| |
− | Installing : libcom_err-devel-1.42.9-19.el7.x86_64 85/135
| |
− | Installing : 32:bind-libs-9.11.4-26.P2.el7_9.2.x86_64 86/135
| |
− | Installing : 32:bind-utils-9.11.4-26.P2.el7_9.2.x86_64 87/135
| |
− | Installing : autogen-libopts-5.18-5.el7.x86_64 88/135
| |
− | Installing : tcp_wrappers-devel-7.6-77.el7.x86_64 89/135
| |
− | Installing : gpm-libs-1.20.7-6.el7.x86_64 90/135
| |
− | Installing : libpath_utils-0.2.1-32.el7.x86_64 91/135
| |
− | Installing : libini_config-1.3.1-32.el7.x86_64 92/135
| |
− | Installing : ntpdate-4.2.6p5-29.el7.centos.2.x86_64 93/135
| |
− | Installing : libipa_hbac-1.16.5-10.el7_9.5.x86_64 94/135
| |
− | Installing : libsss_sudo-1.16.5-10.el7_9.5.x86_64 95/135
| |
− | Installing : libdb-devel-5.3.21-25.el7.x86_64 96/135
| |
− | Installing : perl-ExtUtils-Install-1.58-297.el7.noarch 97/135
| |
− | Installing : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 98/135
| |
− | Installing : 1:perl-ExtUtils-ParseXS-3.18-3.el7.noarch 99/135
| |
− | Installing : 4:perl-devel-5.16.3-297.el7.x86_64 100/135
| |
− | Installing : c-ares-1.10.0-3.el7.x86_64 101/135
| |
− | Installing : sssd-common-1.16.5-10.el7_9.5.x86_64 102/135
| |
− | Installing : sssd-krb5-common-1.16.5-10.el7_9.5.x86_64 103/135
| |
− | Installing : sssd-common-pac-1.16.5-10.el7_9.5.x86_64 104/135
| |
− | Installing : sssd-ipa-1.16.5-10.el7_9.5.x86_64 105/135
| |
− | Installing : sssd-ad-1.16.5-10.el7_9.5.x86_64 106/135
| |
− | Installing : sssd-ldap-1.16.5-10.el7_9.5.x86_64 107/135
| |
− | Installing : sssd-krb5-1.16.5-10.el7_9.5.x86_64 108/135
| |
− | Installing : sssd-proxy-1.16.5-10.el7_9.5.x86_64 109/135
| |
− | Installing : libverto-devel-0.2.5-4.el7.x86_64 110/135
| |
− | Installing : libsepol-devel-2.5-10.el7.x86_64 111/135
| |
− | Installing : libselinux-devel-2.5-15.el7.x86_64 112/135
| |
− | Installing : libkadm5-1.15.1-50.el7.x86_64 113/135
| |
− | Installing : krb5-devel-1.15.1-50.el7.x86_64 114/135
| |
− | Installing : 1:openssl-devel-1.0.2k-19.el7.x86_64 115/135
| |
− | Installing : 1:net-snmp-devel-5.7.2-49.el7.x86_64 116/135
| |
− | Installing : 1:net-snmp-perl-5.7.2-49.el7.x86_64 117/135
| |
− | Installing : sssd-1.16.5-10.el7_9.5.x86_64 118/135
| |
− | Installing : ntp-4.2.6p5-29.el7.centos.2.x86_64 119/135
| |
− | Installing : 2:vim-enhanced-7.4.629-7.el7.x86_64 120/135
| |
− | Installing : 2:tog-pegasus-2.14.1-8.el7.x86_64 121/135
| |
− | Installing : perl-DBD-SQLite-1.39-3.el7.x86_64 122/135
| |
− | Installing : perl-Date-Manip-6.41-2.el7.noarch 123/135
| |
− | Installing : oddjob-mkhomedir-0.31.5-4.el7.x86_64 124/135
| |
− | Installing : 1:net-snmp-utils-5.7.2-49.el7.x86_64 125/135
| |
− | Installing : 2:nmap-ncat-6.40-19.el7.x86_64 126/135
| |
− | Installing : net-tools-2.0-0.25.20131004git.el7.x86_64 127/135
| |
− | Installing : 3:traceroute-2.0.22-2.el7.x86_64 128/135
| |
− | Installing : 1:telnet-0.17-66.el7.x86_64 129/135
| |
− | Installing : wget-1.14-18.el7_6.1.x86_64 130/135
| |
− | Installing : tcp_wrappers-7.6-77.el7.x86_64 131/135
| |
− | Installing : tftp-5.2-22.el7.x86_64 132/135
| |
− | Installing : yum-cron-3.4.3-168.el7.centos.noarch 133/135
| |
− | Installing : 14:tcpdump-4.9.2-4.el7_7.1.x86_64 134/135
| |
| Installing : finger-0.17-52.el7.x86_64 135/135 | | Installing : finger-0.17-52.el7.x86_64 135/135 |
| Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/135 | | Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/135 |
− | Verifying : 1:net-snmp-agent-libs-5.7.2-49.el7.x86_64 2/135
| + | |
− | Verifying : sssd-krb5-common-1.16.5-10.el7_9.5.x86_64 3/135
| + | === SNIP === |
− | Verifying : libsss_certmap-1.16.5-10.el7_9.5.x86_64 4/135
| + | |
− | Verifying : 1:net-snmp-5.7.2-49.el7.x86_64 5/135
| |
− | Verifying : perl-ExtUtils-Install-1.58-297.el7.noarch 6/135
| |
− | Verifying : samba-client-libs-4.10.16-7.el7_9.x86_64 7/135
| |
− | Verifying : sssd-common-pac-1.16.5-10.el7_9.5.x86_64 8/135
| |
− | Verifying : sssd-1.16.5-10.el7_9.5.x86_64 9/135
| |
− | Verifying : 1:net-snmp-libs-5.7.2-49.el7.x86_64 10/135
| |
− | Verifying : libwbclient-4.10.16-7.el7_9.x86_64 11/135
| |
− | Verifying : libkadm5-1.15.1-50.el7.x86_64 12/135
| |
− | Verifying : libsepol-devel-2.5-10.el7.x86_64 13/135
| |
− | Verifying : libverto-devel-0.2.5-4.el7.x86_64 14/135
| |
− | Verifying : zlib-devel-1.2.7-18.el7.x86_64 15/135
| |
− | Verifying : 32:bind-utils-9.11.4-26.P2.el7_9.2.x86_64 16/135
| |
− | Verifying : perl-File-Temp-0.23.01-3.el7.noarch 17/135
| |
− | Verifying : libsss_idmap-1.16.5-10.el7_9.5.x86_64 18/135
| |
− | Verifying : c-ares-1.10.0-3.el7.x86_64 19/135
| |
− | Verifying : perl-DBI-1.627-4.el7.x86_64 20/135
| |
− | Verifying : sssd-client-1.16.5-10.el7_9.5.x86_64 21/135
| |
− | Verifying : libdb-devel-5.3.21-25.el7.x86_64 22/135
| |
− | Verifying : perl-Date-Manip-6.41-2.el7.noarch 23/135
| |
− | Verifying : libsss_sudo-1.16.5-10.el7_9.5.x86_64 24/135
| |
− | Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 25/135
| |
− | Verifying : libtevent-0.9.39-1.el7.x86_64 26/135
| |
− | Verifying : finger-0.17-52.el7.x86_64 27/135
| |
− | Verifying : libipa_hbac-1.16.5-10.el7_9.5.x86_64 28/135
| |
− | Verifying : 4:perl-devel-5.16.3-297.el7.x86_64 29/135
| |
− | Verifying : ntpdate-4.2.6p5-29.el7.centos.2.x86_64 30/135
| |
− | Verifying : 2:vim-common-7.4.629-7.el7.x86_64 31/135
| |
− | Verifying : libpath_utils-0.2.1-32.el7.x86_64 32/135
| |
− | Verifying : samba-common-4.10.16-7.el7_9.noarch 33/135
| |
− | Verifying : perl-File-Path-2.09-2.el7.noarch 34/135
| |
− | Verifying : gpm-libs-1.20.7-6.el7.x86_64 35/135
| |
− | Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 36/135
| |
− | Verifying : tcp_wrappers-devel-7.6-77.el7.x86_64 37/135
| |
− | Verifying : ntp-4.2.6p5-29.el7.centos.2.x86_64 38/135
| |
− | Verifying : 4:perl-macros-5.16.3-297.el7.x86_64 39/135
| |
− | Verifying : perl-DBD-SQLite-1.39-3.el7.x86_64 40/135
| |
− | Verifying : libldb-1.5.4-1.el7.x86_64 41/135
| |
− | Verifying : autogen-libopts-5.18-5.el7.x86_64 42/135
| |
− | Verifying : lm_sensors-devel-3.4.0-8.20160601gitf9185e5.el7.x86_64 43/135
| |
− | Verifying : 14:tcpdump-4.9.2-4.el7_7.1.x86_64 44/135
| |
− | Verifying : 32:bind-libs-9.11.4-26.P2.el7_9.2.x86_64 45/135
| |
− | Verifying : libtdb-1.3.18-1.el7.x86_64 46/135
| |
− | Verifying : libbasicobjects-0.1.1-32.el7.x86_64 47/135
| |
− | Verifying : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 48/135
| |
− | Verifying : 1:cups-libs-1.6.3-51.el7.x86_64 49/135
| |
− | Verifying : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 50/135
| |
− | Verifying : 1:perl-ExtUtils-ParseXS-3.18-3.el7.noarch 51/135
| |
− | Verifying : libcom_err-devel-1.42.9-19.el7.x86_64 52/135
| |
− | Verifying : libref_array-0.1.5-32.el7.x86_64 53/135
| |
− | Verifying : perl-Pod-Usage-1.63-3.el7.noarch 54/135
| |
− | Verifying : elfutils-libelf-devel-0.176-5.el7.x86_64 55/135
| |
− | Verifying : perl-Encode-2.51-7.el7.x86_64 56/135
| |
− | Verifying : http-parser-2.7.1-9.el7.x86_64 57/135
| |
− | Verifying : sssd-common-1.16.5-10.el7_9.5.x86_64 58/135
| |
− | Verifying : libnfsidmap-0.25-19.el7.x86_64 59/135
| |
− | Verifying : kernel-headers-3.10.0-1160.6.1.el7.x86_64 60/135
| |
− | Verifying : perl-threads-1.87-4.el7.x86_64 61/135
| |
− | Verifying : perl-Getopt-Long-2.40-3.el7.noarch 62/135
| |
− | Verifying : sssd-proxy-1.16.5-10.el7_9.5.x86_64 63/135
| |
− | Verifying : psmisc-22.20-17.el7.x86_64 64/135
| |
− | Verifying : 4:perl-5.16.3-297.el7.x86_64 65/135
| |
− | Verifying : libselinux-devel-2.5-15.el7.x86_64 66/135
| |
− | Verifying : yum-cron-3.4.3-168.el7.centos.noarch 67/135
| |
− | Verifying : libsss_autofs-1.16.5-10.el7_9.5.x86_64 68/135
| |
− | Verifying : perl-threads-shared-1.43-6.el7.x86_64 69/135
| |
− | Verifying : perl-Storable-2.45-3.el7.x86_64 70/135
| |
− | Verifying : glibc-devel-2.17-317.el7.x86_64 71/135
| |
− | Verifying : pcre-devel-8.32-17.el7.x86_64 72/135
| |
− | Verifying : sssd-ipa-1.16.5-10.el7_9.5.x86_64 73/135
| |
− | Verifying : gdbm-devel-1.10-8.el7.x86_64 74/135
| |
− | Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 75/135
| |
− | Verifying : 1:perl-parent-0.225-244.el7.noarch 76/135
| |
− | Verifying : sssd-ad-1.16.5-10.el7_9.5.x86_64 77/135
| |
− | Verifying : popt-devel-1.13-16.el7.x86_64 78/135
| |
− | Verifying : perl-Test-Harness-3.28-3.el7.noarch 79/135
| |
− | Verifying : 1:perl-Pod-Escapes-1.04-297.el7.noarch 80/135
| |
− | Verifying : libdhash-0.5.0-32.el7.x86_64 81/135
| |
− | Verifying : 2:tog-pegasus-2.14.1-8.el7.x86_64 82/135
| |
− | Verifying : lm_sensors-libs-3.4.0-8.20160601gitf9185e5.el7.x86_64 83/135
| |
− | Verifying : cyrus-sasl-gssapi-2.1.26-23.el7.x86_64 84/135
| |
− | Verifying : perl-Carp-1.26-244.el7.noarch 85/135
| |
− | Verifying : tftp-5.2-22.el7.x86_64 86/135
| |
− | Verifying : libtalloc-2.1.16-1.el7.x86_64 87/135
| |
− | Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 88/135
| |
− | Verifying : 1:openssl-devel-1.0.2k-19.el7.x86_64 89/135
| |
− | Verifying : 1:openslp-2.0.0-8.el7_7.x86_64 90/135
| |
− | Verifying : libsss_nss_idmap-1.16.5-10.el7_9.5.x86_64 91/135
| |
− | Verifying : perl-PlRPC-0.2020-14.el7.noarch 92/135
| |
− | Verifying : xz-devel-5.2.2-1.el7.x86_64 93/135
| |
− | Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 94/135
| |
− | Verifying : rpm-devel-4.11.3-45.el7.x86_64 95/135
| |
− | Verifying : krb5-devel-1.15.1-50.el7.x86_64 96/135
| |
− | Verifying : 1:net-snmp-devel-5.7.2-49.el7.x86_64 97/135
| |
− | Verifying : libsmbclient-4.10.16-7.el7_9.x86_64 98/135
| |
− | Verifying : tcp_wrappers-7.6-77.el7.x86_64 99/135
| |
− | Verifying : perl-Filter-1.49-3.el7.x86_64 100/135
| |
− | Verifying : oddjob-mkhomedir-0.31.5-4.el7.x86_64 101/135
| |
− | Verifying : wget-1.14-18.el7_6.1.x86_64 102/135
| |
− | Verifying : python-sssdconfig-1.16.5-10.el7_9.5.noarch 103/135
| |
− | Verifying : 2:vim-enhanced-7.4.629-7.el7.x86_64 104/135
| |
− | Verifying : samba-common-libs-4.10.16-7.el7_9.x86_64 105/135
| |
− | Verifying : 1:net-snmp-utils-5.7.2-49.el7.x86_64 106/135
| |
− | Verifying : 4:perl-libs-5.16.3-297.el7.x86_64 107/135
| |
− | Verifying : perl-IO-Compress-2.061-2.el7.noarch 108/135
| |
− | Verifying : perl-Exporter-5.68-3.el7.noarch 109/135
| |
− | Verifying : perl-constant-1.27-2.el7.noarch 110/135
| |
− | Verifying : perl-PathTools-3.40-5.el7.x86_64 111/135
| |
− | Verifying : sssd-ldap-1.16.5-10.el7_9.5.x86_64 112/135
| |
− | Verifying : elfutils-devel-0.176-5.el7.x86_64 113/135
| |
− | Verifying : pyparsing-1.5.6-9.el7.noarch 114/135
| |
− | Verifying : perl-Socket-2.010-5.el7.x86_64 115/135
| |
− | Verifying : 2:tog-pegasus-libs-2.14.1-8.el7.x86_64 116/135
| |
− | Verifying : 1:telnet-0.17-66.el7.x86_64 117/135
| |
− | Verifying : perl-Net-Daemon-0.48-5.el7.noarch 118/135
| |
− | Verifying : 3:traceroute-2.0.22-2.el7.x86_64 119/135
| |
− | Verifying : perl-ExtUtils-Manifest-1.61-244.el7.noarch 120/135
| |
− | Verifying : net-tools-2.0-0.25.20131004git.el7.x86_64 121/135
| |
− | Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 122/135
| |
− | Verifying : systemtap-sdt-devel-4.0-13.el7.x86_64 123/135
| |
− | Verifying : perl-Time-Local-1.2300-2.el7.noarch 124/135
| |
− | Verifying : libini_config-1.3.1-32.el7.x86_64 125/135
| |
− | Verifying : 1:net-snmp-perl-5.7.2-49.el7.x86_64 126/135
| |
− | Verifying : glibc-headers-2.17-317.el7.x86_64 127/135
| |
− | Verifying : libcollection-0.7.0-32.el7.x86_64 128/135
| |
− | Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 129/135
| |
− | Verifying : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 130/135
| |
− | Verifying : oddjob-0.31.5-4.el7.x86_64 131/135
| |
− | Verifying : 2:vim-filesystem-7.4.629-7.el7.x86_64 132/135
| |
− | Verifying : sssd-krb5-1.16.5-10.el7_9.5.x86_64 133/135
| |
− | Verifying : perl-podlators-2.5.1-3.el7.noarch 134/135
| |
| Verifying : 2:nmap-ncat-6.40-19.el7.x86_64 135/135 | | Verifying : 2:nmap-ncat-6.40-19.el7.x86_64 135/135 |
| | | |
Line 3,478: |
Line 345: |
| Dependency Installed: | | Dependency Installed: |
| autogen-libopts.x86_64 0:5.18-5.el7 | | autogen-libopts.x86_64 0:5.18-5.el7 |
− | bind-libs.x86_64 32:9.11.4-26.P2.el7_9.2
| + | |
− | c-ares.x86_64 0:1.10.0-3.el7
| + | === SNIP === |
− | cups-libs.x86_64 1:1.6.3-51.el7
| + | |
− | cyrus-sasl-gssapi.x86_64 0:2.1.26-23.el7
| |
− | elfutils-devel.x86_64 0:0.176-5.el7
| |
− | elfutils-libelf-devel.x86_64 0:0.176-5.el7
| |
− | gdbm-devel.x86_64 0:1.10-8.el7
| |
− | glibc-devel.x86_64 0:2.17-317.el7
| |
− | glibc-headers.x86_64 0:2.17-317.el7
| |
− | gpm-libs.x86_64 0:1.20.7-6.el7
| |
− | http-parser.x86_64 0:2.7.1-9.el7
| |
− | kernel-headers.x86_64 0:3.10.0-1160.6.1.el7
| |
− | keyutils-libs-devel.x86_64 0:1.5.8-3.el7
| |
− | krb5-devel.x86_64 0:1.15.1-50.el7
| |
− | libbasicobjects.x86_64 0:0.1.1-32.el7
| |
− | libcollection.x86_64 0:0.7.0-32.el7
| |
− | libcom_err-devel.x86_64 0:1.42.9-19.el7
| |
− | libdb-devel.x86_64 0:5.3.21-25.el7
| |
− | libdhash.x86_64 0:0.5.0-32.el7
| |
− | libini_config.x86_64 0:1.3.1-32.el7
| |
− | libipa_hbac.x86_64 0:1.16.5-10.el7_9.5
| |
− | libkadm5.x86_64 0:1.15.1-50.el7
| |
− | libldb.x86_64 0:1.5.4-1.el7
| |
− | libnfsidmap.x86_64 0:0.25-19.el7
| |
− | libpath_utils.x86_64 0:0.2.1-32.el7
| |
− | libref_array.x86_64 0:0.1.5-32.el7
| |
− | libselinux-devel.x86_64 0:2.5-15.el7
| |
− | libsepol-devel.x86_64 0:2.5-10.el7
| |
− | libsmbclient.x86_64 0:4.10.16-7.el7_9
| |
− | libsss_autofs.x86_64 0:1.16.5-10.el7_9.5
| |
− | libsss_certmap.x86_64 0:1.16.5-10.el7_9.5
| |
− | libsss_idmap.x86_64 0:1.16.5-10.el7_9.5
| |
− | libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.5
| |
− | libsss_sudo.x86_64 0:1.16.5-10.el7_9.5
| |
− | libtalloc.x86_64 0:2.1.16-1.el7
| |
− | libtdb.x86_64 0:1.3.18-1.el7
| |
− | libtevent.x86_64 0:0.9.39-1.el7
| |
− | libverto-devel.x86_64 0:0.2.5-4.el7
| |
− | libwbclient.x86_64 0:4.10.16-7.el7_9
| |
− | lm_sensors-devel.x86_64 0:3.4.0-8.20160601gitf9185e5.el7
| |
− | lm_sensors-libs.x86_64 0:3.4.0-8.20160601gitf9185e5.el7
| |
− | net-snmp-agent-libs.x86_64 1:5.7.2-49.el7
| |
− | net-snmp-devel.x86_64 1:5.7.2-49.el7
| |
− | net-snmp-libs.x86_64 1:5.7.2-49.el7
| |
− | ntpdate.x86_64 0:4.2.6p5-29.el7.centos.2
| |
− | oddjob.x86_64 0:0.31.5-4.el7
| |
− | openslp.x86_64 1:2.0.0-8.el7_7
| |
− | openssl-devel.x86_64 1:1.0.2k-19.el7
| |
− | pcre-devel.x86_64 0:8.32-17.el7
| |
− | perl.x86_64 4:5.16.3-297.el7
| |
− | perl-Carp.noarch 0:1.26-244.el7
| |
− | perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7
| |
− | perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7
| |
− | perl-DBI.x86_64 0:1.627-4.el7
| |
− | perl-Data-Dumper.x86_64 0:2.145-3.el7
| |
− | perl-Encode.x86_64 0:2.51-7.el7
| |
− | perl-Exporter.noarch 0:5.68-3.el7
| |
− | perl-ExtUtils-Install.noarch 0:1.58-297.el7
| |
− | perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7
| |
− | perl-ExtUtils-Manifest.noarch 0:1.61-244.el7
| |
− | perl-ExtUtils-ParseXS.noarch 1:3.18-3.el7
| |
− | perl-File-Path.noarch 0:2.09-2.el7
| |
− | perl-File-Temp.noarch 0:0.23.01-3.el7
| |
− | perl-Filter.x86_64 0:1.49-3.el7
| |
− | perl-Getopt-Long.noarch 0:2.40-3.el7
| |
− | perl-HTTP-Tiny.noarch 0:0.033-3.el7
| |
− | perl-IO-Compress.noarch 0:2.061-2.el7
| |
− | perl-Net-Daemon.noarch 0:0.48-5.el7
| |
− | perl-PathTools.x86_64 0:3.40-5.el7
| |
− | perl-PlRPC.noarch 0:0.2020-14.el7
| |
− | perl-Pod-Escapes.noarch 1:1.04-297.el7
| |
− | perl-Pod-Perldoc.noarch 0:3.20-4.el7
| |
− | perl-Pod-Simple.noarch 1:3.28-4.el7
| |
− | perl-Pod-Usage.noarch 0:1.63-3.el7
| |
− | perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
| |
− | perl-Socket.x86_64 0:2.010-5.el7
| |
− | perl-Storable.x86_64 0:2.45-3.el7
| |
− | perl-Test-Harness.noarch 0:3.28-3.el7
| |
− | perl-Text-ParseWords.noarch 0:3.29-4.el7
| |
− | perl-Time-HiRes.x86_64 4:1.9725-3.el7
| |
− | perl-Time-Local.noarch 0:1.2300-2.el7
| |
− | perl-constant.noarch 0:1.27-2.el7
| |
− | perl-devel.x86_64 4:5.16.3-297.el7
| |
− | perl-libs.x86_64 4:5.16.3-297.el7
| |
− | perl-macros.x86_64 4:5.16.3-297.el7
| |
− | perl-parent.noarch 1:0.225-244.el7
| |
− | perl-podlators.noarch 0:2.5.1-3.el7
| |
− | perl-threads.x86_64 0:1.87-4.el7
| |
− | perl-threads-shared.x86_64 0:1.43-6.el7
| |
− | popt-devel.x86_64 0:1.13-16.el7
| |
− | psmisc.x86_64 0:22.20-17.el7
| |
− | pyparsing.noarch 0:1.5.6-9.el7
| |
− | python-sssdconfig.noarch 0:1.16.5-10.el7_9.5
| |
− | rpm-devel.x86_64 0:4.11.3-45.el7
| |
− | samba-client-libs.x86_64 0:4.10.16-7.el7_9
| |
− | samba-common.noarch 0:4.10.16-7.el7_9
| |
− | samba-common-libs.x86_64 0:4.10.16-7.el7_9
| |
− | sssd-ad.x86_64 0:1.16.5-10.el7_9.5
| |
− | sssd-client.x86_64 0:1.16.5-10.el7_9.5
| |
− | sssd-common.x86_64 0:1.16.5-10.el7_9.5
| |
− | sssd-common-pac.x86_64 0:1.16.5-10.el7_9.5
| |
− | sssd-ipa.x86_64 0:1.16.5-10.el7_9.5
| |
− | sssd-krb5.x86_64 0:1.16.5-10.el7_9.5
| |
− | sssd-krb5-common.x86_64 0:1.16.5-10.el7_9.5
| |
− | sssd-ldap.x86_64 0:1.16.5-10.el7_9.5
| |
− | sssd-proxy.x86_64 0:1.16.5-10.el7_9.5
| |
− | systemtap-sdt-devel.x86_64 0:4.0-13.el7
| |
− | tcp_wrappers-devel.x86_64 0:7.6-77.el7
| |
− | tog-pegasus-libs.x86_64 2:2.14.1-8.el7
| |
− | vim-common.x86_64 2:7.4.629-7.el7
| |
− | vim-filesystem.x86_64 2:7.4.629-7.el7
| |
− | xz-devel.x86_64 0:5.2.2-1.el7
| |
| zlib-devel.x86_64 0:1.2.7-18.el7 | | zlib-devel.x86_64 0:1.2.7-18.el7 |
| | | |
Line 3,596: |
Line 354: |
| | | |
| == Fix Timezone == | | == Fix Timezone == |
| + | |
| + | This is just a preference, but it will standardize the timezone. |
| | | |
| <pre> | | <pre> |
Line 3,603: |
Line 363: |
| | | |
| == Disable RPF == | | == Disable RPF == |
| + | |
| + | Reverse Path Forwarding (RPF) is a security protection that will prevent inbound packets from entering an IP interface that does not have outbound routes to the source IP. It is not important to disable this if your server only has one interface, however if you have multiple network interfaces, and you may be receiving asymmetric traffic, this needs to be disabled to allow the packets to enter the system. |
| | | |
| <pre> | | <pre> |
Line 3,609: |
Line 371: |
| | | |
| == Install vmtools (if virtual) == | | == Install vmtools (if virtual) == |
| + | |
| + | '''Only do this step if you are installing on a virtual platform. This is not required if you are installing on bare metal.''' |
| | | |
| <pre> | | <pre> |
| [root@cn38-inverness-co ~]# yum -y install open-vm-tools | | [root@cn38-inverness-co ~]# yum -y install open-vm-tools |
| + | |
| Loaded plugins: fastestmirror | | Loaded plugins: fastestmirror |
| Loading mirror speeds from cached hostfile | | Loading mirror speeds from cached hostfile |
Line 3,705: |
Line 470: |
| </pre> | | </pre> |
| | | |
− | == Report Server == | + | == Reboot Server == |
| | | |
| <pre> | | <pre> |
Line 3,717: |
Line 482: |
| <pre> | | <pre> |
| [root@cn38-inverness-co ~]# rpm -qa | grep kernel | | [root@cn38-inverness-co ~]# rpm -qa | grep kernel |
| + | |
| kernel-tools-libs-3.10.0-1160.6.1.el7.x86_64 | | kernel-tools-libs-3.10.0-1160.6.1.el7.x86_64 |
| kernel-headers-3.10.0-1160.6.1.el7.x86_64 | | kernel-headers-3.10.0-1160.6.1.el7.x86_64 |
Line 3,725: |
Line 491: |
| | | |
| [root@cn38-inverness-co ~]# yum -y erase kernel-3.10.0-229.el7.x86_64 | | [root@cn38-inverness-co ~]# yum -y erase kernel-3.10.0-229.el7.x86_64 |
| + | |
| Loaded plugins: fastestmirror | | Loaded plugins: fastestmirror |
| Resolving Dependencies | | Resolving Dependencies |
Line 3,759: |
Line 526: |
| Complete! | | Complete! |
| </pre> | | </pre> |
| + | |
| + | = Download and Compile Asterisk 18.1.0 = |
| | | |
| == Install Development Packages == | | == Install Development Packages == |
| + | |
| + | We will be compiling Asterisk from source, so we will need to install some development tools. There may be some duplicates int he list that have already been installed earlier. |
| | | |
| <pre> | | <pre> |
− | [root@cn38-inverness-co ~]# yum -y install gcc ncurses-devel openssl-devel gcc-c++ gnutls-devel make wget openssh openssh-clients openssh-server ntp sendmail rsync ftp mysql mysql-server mysql-devel curl curl-devel traceroute telnet which rpm-build flex gcc newt-devel libusb-devel net-snmp-utils bison byacc libxml2-devel vixie-cron mailx xinetd tcpdump | + | [root@cn38-inverness-co ~]# yum -y install gcc ncurses-devel openssl-devel gcc-c++ gnutls-devel \ |
| + | make wget openssh openssh-clients openssh-server ntp sendmail rsync ftp mysql mysql-server \ |
| + | mysql-devel curl curl-devel traceroute telnet which rpm-build flex gcc newt-devel libusb-devel \ |
| + | net-snmp-utils bison byacc libxml2-devel vixie-cron mailx xinetd tcpdump |
| + | |
| Loaded plugins: fastestmirror | | Loaded plugins: fastestmirror |
| Loading mirror speeds from cached hostfile | | Loading mirror speeds from cached hostfile |
Line 3,770: |
Line 545: |
| * updates: mirror.centos.iad1.serverforge.org | | * updates: mirror.centos.iad1.serverforge.org |
| Package gcc-4.8.5-44.el7.x86_64 already installed and latest version | | Package gcc-4.8.5-44.el7.x86_64 already installed and latest version |
− | Package 1:openssl-devel-1.0.2k-19.el7.x86_64 already installed and latest version
| + | |
− | Package 1:make-3.82-24.el7.x86_64 already installed and latest version
| + | === SNIP === |
− | Package wget-1.14-18.el7_6.1.x86_64 already installed and latest version
| + | |
− | Package openssh-7.4p1-21.el7.x86_64 already installed and latest version
| |
− | Package openssh-clients-7.4p1-21.el7.x86_64 already installed and latest version
| |
− | Package openssh-server-7.4p1-21.el7.x86_64 already installed and latest version
| |
− | Package ntp-4.2.6p5-29.el7.centos.2.x86_64 already installed and latest version
| |
− | No package mysql-server available.
| |
− | Package curl-7.29.0-59.el7_9.1.x86_64 already installed and latest version
| |
− | Package 3:traceroute-2.0.22-2.el7.x86_64 already installed and latest version
| |
− | Package 1:telnet-0.17-66.el7.x86_64 already installed and latest version
| |
− | Package which-2.20-7.el7.x86_64 already installed and latest version
| |
− | Package gcc-4.8.5-44.el7.x86_64 already installed and latest version
| |
| Package 1:net-snmp-utils-5.7.2-49.el7.x86_64 already installed and latest version | | Package 1:net-snmp-utils-5.7.2-49.el7.x86_64 already installed and latest version |
| No package vixie-cron available. | | No package vixie-cron available. |
Line 3,789: |
Line 554: |
| --> Running transaction check | | --> Running transaction check |
| ---> Package bison.x86_64 0:3.0.4-2.el7 will be installed | | ---> Package bison.x86_64 0:3.0.4-2.el7 will be installed |
− | --> Processing Dependency: m4 >= 1.4 for package: bison-3.0.4-2.el7.x86_64
| + | |
− | ---> Package byacc.x86_64 0:1.9.20130304-3.el7 will be installed
| + | === SNIP === |
− | ---> Package flex.x86_64 0:2.5.37-6.el7 will be installed
| + | |
− | ---> Package ftp.x86_64 0:0.17-67.el7 will be installed
| |
− | ---> Package gcc-c++.x86_64 0:4.8.5-44.el7 will be installed
| |
− | --> Processing Dependency: libstdc++-devel = 4.8.5-44.el7 for package: gcc-c++-4.8.5-44.el7.x86_64
| |
− | ---> Package gnutls-devel.x86_64 0:3.3.29-9.el7_6 will be installed
| |
− | --> Processing Dependency: gnutls-dane(x86-64) = 3.3.29-9.el7_6 for package: gnutls-devel-3.3.29-9.el7_6.x86_64
| |
− | --> Processing Dependency: gnutls-c++(x86-64) = 3.3.29-9.el7_6 for package: gnutls-devel-3.3.29-9.el7_6.x86_64
| |
− | --> Processing Dependency: pkgconfig(p11-kit-1) for package: gnutls-devel-3.3.29-9.el7_6.x86_64
| |
− | --> Processing Dependency: pkgconfig(nettle) for package: gnutls-devel-3.3.29-9.el7_6.x86_64
| |
− | --> Processing Dependency: pkgconfig(libtasn1) for package: gnutls-devel-3.3.29-9.el7_6.x86_64
| |
− | --> Processing Dependency: pkgconfig(hogweed) for package: gnutls-devel-3.3.29-9.el7_6.x86_64
| |
− | --> Processing Dependency: libgnutlsxx.so.28()(64bit) for package: gnutls-devel-3.3.29-9.el7_6.x86_64
| |
− | --> Processing Dependency: libgnutls-dane.so.0()(64bit) for package: gnutls-devel-3.3.29-9.el7_6.x86_64
| |
− | ---> Package libcurl-devel.x86_64 0:7.29.0-59.el7_9.1 will be installed
| |
− | base/7/x86_64/filelists_db | 7.2 MB 00:00:00
| |
− | updates/7/x86_64/filelists_db | 2.1 MB 00:00:00
| |
− | ---> Package libusb-devel.x86_64 1:0.1.4-3.el7 will be installed
| |
− | --> Processing Dependency: libusb = 1:0.1.4-3.el7 for package: 1:libusb-devel-0.1.4-3.el7.x86_64
| |
− | --> Processing Dependency: libusb-0.1.so.4()(64bit) for package: 1:libusb-devel-0.1.4-3.el7.x86_64
| |
− | ---> Package libxml2-devel.x86_64 0:2.9.1-6.el7.5 will be installed
| |
− | ---> Package mailx.x86_64 0:12.5-19.el7 will be installed
| |
− | ---> Package mariadb.x86_64 1:5.5.68-1.el7 will be installed
| |
− | ---> Package mariadb-devel.x86_64 1:5.5.68-1.el7 will be installed
| |
− | ---> Package ncurses-devel.x86_64 0:5.9-14.20130511.el7_4 will be installed
| |
− | ---> Package newt-devel.x86_64 0:0.52.15-4.el7 will be installed
| |
− | --> Processing Dependency: slang-devel for package: newt-devel-0.52.15-4.el7.x86_64
| |
− | ---> Package rpm-build.x86_64 0:4.11.3-45.el7 will be installed
| |
− | --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-45.el7.x86_64
| |
− | --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-45.el7.x86_64
| |
− | --> Processing Dependency: unzip for package: rpm-build-4.11.3-45.el7.x86_64
| |
− | --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-45.el7.x86_64
| |
− | --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-45.el7.x86_64
| |
− | --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-45.el7.x86_64
| |
− | --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-45.el7.x86_64
| |
− | ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed
| |
− | ---> Package sendmail.x86_64 0:8.14.7-6.el7 will be installed
| |
− | --> Processing Dependency: procmail for package: sendmail-8.14.7-6.el7.x86_64
| |
− | --> Processing Dependency: /usr/sbin/saslauthd for package: sendmail-8.14.7-6.el7.x86_64
| |
− | --> Processing Dependency: libhesiod.so.0()(64bit) for package: sendmail-8.14.7-6.el7.x86_64
| |
− | ---> Package xinetd.x86_64 2:2.3.15-14.el7 will be installed
| |
− | --> Running transaction check
| |
− | ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
| |
− | ---> Package cyrus-sasl.x86_64 0:2.1.26-23.el7 will be installed
| |
− | ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed
| |
− | ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed
| |
− | ---> Package gnutls-c++.x86_64 0:3.3.29-9.el7_6 will be installed
| |
− | ---> Package gnutls-dane.x86_64 0:3.3.29-9.el7_6 will be installed
| |
− | --> Processing Dependency: libunbound.so.2()(64bit) for package: gnutls-dane-3.3.29-9.el7_6.x86_64
| |
− | ---> Package hesiod.x86_64 0:3.2.1-3.el7 will be installed
| |
− | ---> Package libstdc++-devel.x86_64 0:4.8.5-44.el7 will be installed
| |
− | ---> Package libtasn1-devel.x86_64 0:4.10-1.el7 will be installed
| |
− | ---> Package libusb.x86_64 1:0.1.4-3.el7 will be installed
| |
− | --> Processing Dependency: libusb-1.0.so.0()(64bit) for package: 1:libusb-0.1.4-3.el7.x86_64
| |
− | ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
| |
− | ---> Package nettle-devel.x86_64 0:2.7.1-8.el7 will be installed
| |
− | --> Processing Dependency: gmp-devel(x86-64) for package: nettle-devel-2.7.1-8.el7.x86_64
| |
− | ---> Package p11-kit-devel.x86_64 0:0.23.5-3.el7 will be installed
| |
− | ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed
| |
− | ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
| |
− | ---> Package procmail.x86_64 0:3.22-36.el7_4.1 will be installed
| |
− | ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
| |
− | --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
| |
− | --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
| |
− | --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
| |
− | --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
| |
− | ---> Package slang-devel.x86_64 0:2.2.4-11.el7 will be installed
| |
− | ---> Package unzip.x86_64 0:6.0-21.el7 will be installed
| |
− | --> Running transaction check
| |
− | ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
| |
− | ---> Package gmp-devel.x86_64 1:6.0.0-15.el7 will be installed
| |
− | ---> Package libusbx.x86_64 0:1.0.21-1.el7 will be installed
| |
− | ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
| |
− | ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
| |
− | ---> Package unbound-libs.x86_64 0:1.6.6-5.el7_8 will be installed
| |
− | --> Processing Dependency: libevent-2.0.so.5()(64bit) for package: unbound-libs-1.6.6-5.el7_8.x86_64
| |
− | ---> Package zip.x86_64 0:3.0-11.el7 will be installed
| |
− | --> Running transaction check
| |
| ---> Package libevent.x86_64 0:2.0.21-4.el7 will be installed | | ---> Package libevent.x86_64 0:2.0.21-4.el7 will be installed |
| --> Finished Dependency Resolution | | --> Finished Dependency Resolution |
Line 3,878: |
Line 567: |
| Installing: | | Installing: |
| bison x86_64 3.0.4-2.el7 base 674 k | | bison x86_64 3.0.4-2.el7 base 674 k |
− | byacc x86_64 1.9.20130304-3.el7 base 65 k
| + | |
− | flex x86_64 2.5.37-6.el7 base 293 k
| + | === SNIP === |
− | ftp x86_64 0.17-67.el7 base 61 k
| + | |
− | gcc-c++ x86_64 4.8.5-44.el7 base 7.2 M
| |
− | gnutls-devel x86_64 3.3.29-9.el7_6 base 1.4 M
| |
− | libcurl-devel x86_64 7.29.0-59.el7_9.1 updates 303 k
| |
− | libusb-devel x86_64 1:0.1.4-3.el7 base 33 k
| |
− | libxml2-devel x86_64 2.9.1-6.el7.5 base 1.1 M
| |
− | mailx x86_64 12.5-19.el7 base 245 k
| |
− | mariadb x86_64 1:5.5.68-1.el7 base 8.8 M
| |
− | mariadb-devel x86_64 1:5.5.68-1.el7 base 757 k
| |
− | ncurses-devel x86_64 5.9-14.20130511.el7_4 base 712 k
| |
− | newt-devel x86_64 0.52.15-4.el7 base 51 k
| |
− | rpm-build x86_64 4.11.3-45.el7 base 149 k
| |
− | rsync x86_64 3.1.2-10.el7 base 404 k
| |
− | sendmail x86_64 8.14.7-6.el7 base 737 k
| |
| xinetd x86_64 2:2.3.15-14.el7 base 128 k | | xinetd x86_64 2:2.3.15-14.el7 base 128 k |
| Installing for dependencies: | | Installing for dependencies: |
| bzip2 x86_64 1.0.6-13.el7 base 52 k | | bzip2 x86_64 1.0.6-13.el7 base 52 k |
− | cyrus-sasl x86_64 2.1.26-23.el7 base 88 k
| + | |
− | dwz x86_64 0.11-3.el7 base 99 k
| + | === SNIP === |
− | elfutils x86_64 0.176-5.el7 base 308 k
| + | |
− | gdb x86_64 7.6.1-120.el7 base 2.4 M
| |
− | gmp-devel x86_64 1:6.0.0-15.el7 base 181 k
| |
− | gnutls-c++ x86_64 3.3.29-9.el7_6 base 34 k
| |
− | gnutls-dane x86_64 3.3.29-9.el7_6 base 36 k
| |
− | hesiod x86_64 3.2.1-3.el7 base 30 k
| |
− | libevent x86_64 2.0.21-4.el7 base 214 k
| |
− | libstdc++-devel x86_64 4.8.5-44.el7 base 1.5 M
| |
− | libtasn1-devel x86_64 4.10-1.el7 base 75 k
| |
− | libusb x86_64 1:0.1.4-3.el7 base 19 k
| |
− | libusbx x86_64 1.0.21-1.el7 base 61 k
| |
− | m4 x86_64 1.4.16-10.el7 base 256 k
| |
− | nettle-devel x86_64 2.7.1-8.el7 base 471 k
| |
− | p11-kit-devel x86_64 0.23.5-3.el7 base 24 k
| |
− | patch x86_64 2.7.1-12.el7_7 base 111 k
| |
− | perl-Thread-Queue noarch 3.02-2.el7 base 17 k
| |
− | perl-srpm-macros noarch 1-8.el7 base 4.6 k
| |
− | procmail x86_64 3.22-36.el7_4.1 base 171 k
| |
− | python-srpm-macros noarch 3-34.el7 base 8.8 k
| |
− | redhat-rpm-config noarch 9.1.0-88.el7.centos base 81 k
| |
− | slang-devel x86_64 2.2.4-11.el7 base 91 k
| |
− | unbound-libs x86_64 1.6.6-5.el7_8 base 406 k
| |
− | unzip x86_64 6.0-21.el7 base 171 k
| |
| zip x86_64 3.0-11.el7 base 260 k | | zip x86_64 3.0-11.el7 base 260 k |
| | | |
Line 3,932: |
Line 586: |
| Downloading packages: | | Downloading packages: |
| (1/45): byacc-1.9.20130304-3.el7.x86_64.rpm | 65 kB 00:00:00 | | (1/45): byacc-1.9.20130304-3.el7.x86_64.rpm | 65 kB 00:00:00 |
− | (2/45): bzip2-1.0.6-13.el7.x86_64.rpm | 52 kB 00:00:00
| + | |
− | (3/45): cyrus-sasl-2.1.26-23.el7.x86_64.rpm | 88 kB 00:00:00
| + | === SNIP === |
− | (4/45): bison-3.0.4-2.el7.x86_64.rpm | 674 kB 00:00:00
| + | |
− | (5/45): dwz-0.11-3.el7.x86_64.rpm | 99 kB 00:00:00
| |
− | (6/45): elfutils-0.176-5.el7.x86_64.rpm | 308 kB 00:00:00
| |
− | (7/45): ftp-0.17-67.el7.x86_64.rpm | 61 kB 00:00:00
| |
− | (8/45): flex-2.5.37-6.el7.x86_64.rpm | 293 kB 00:00:00
| |
− | (9/45): gdb-7.6.1-120.el7.x86_64.rpm | 2.4 MB 00:00:00
| |
− | (10/45): gmp-devel-6.0.0-15.el7.x86_64.rpm | 181 kB 00:00:00
| |
− | (11/45): gcc-c++-4.8.5-44.el7.x86_64.rpm | 7.2 MB 00:00:00
| |
− | (12/45): gnutls-c++-3.3.29-9.el7_6.x86_64.rpm | 34 kB 00:00:00
| |
− | (13/45): gnutls-dane-3.3.29-9.el7_6.x86_64.rpm | 36 kB 00:00:00
| |
− | (14/45): hesiod-3.2.1-3.el7.x86_64.rpm | 30 kB 00:00:00
| |
− | (15/45): gnutls-devel-3.3.29-9.el7_6.x86_64.rpm | 1.4 MB 00:00:00
| |
− | (16/45): libevent-2.0.21-4.el7.x86_64.rpm | 214 kB 00:00:00
| |
− | (17/45): libstdc++-devel-4.8.5-44.el7.x86_64.rpm | 1.5 MB 00:00:00
| |
− | (18/45): libtasn1-devel-4.10-1.el7.x86_64.rpm | 75 kB 00:00:00
| |
− | (19/45): libusb-0.1.4-3.el7.x86_64.rpm | 19 kB 00:00:00
| |
− | (20/45): libusb-devel-0.1.4-3.el7.x86_64.rpm | 33 kB 00:00:00
| |
− | (21/45): libusbx-1.0.21-1.el7.x86_64.rpm | 61 kB 00:00:00
| |
− | (22/45): libxml2-devel-2.9.1-6.el7.5.x86_64.rpm | 1.1 MB 00:00:00
| |
− | (23/45): m4-1.4.16-10.el7.x86_64.rpm | 256 kB 00:00:00
| |
− | (24/45): libcurl-devel-7.29.0-59.el7_9.1.x86_64.rpm | 303 kB 00:00:00
| |
− | (25/45): mailx-12.5-19.el7.x86_64.rpm | 245 kB 00:00:00
| |
− | (26/45): mariadb-devel-5.5.68-1.el7.x86_64.rpm | 757 kB 00:00:00
| |
− | (27/45): ncurses-devel-5.9-14.20130511.el7_4.x86_64.rpm | 712 kB 00:00:00
| |
− | (28/45): mariadb-5.5.68-1.el7.x86_64.rpm | 8.8 MB 00:00:00
| |
− | (29/45): nettle-devel-2.7.1-8.el7.x86_64.rpm | 471 kB 00:00:00
| |
− | (30/45): p11-kit-devel-0.23.5-3.el7.x86_64.rpm | 24 kB 00:00:00
| |
− | (31/45): newt-devel-0.52.15-4.el7.x86_64.rpm | 51 kB 00:00:00
| |
− | (32/45): patch-2.7.1-12.el7_7.x86_64.rpm | 111 kB 00:00:00
| |
− | (33/45): perl-srpm-macros-1-8.el7.noarch.rpm | 4.6 kB 00:00:00
| |
− | (34/45): procmail-3.22-36.el7_4.1.x86_64.rpm | 171 kB 00:00:00
| |
− | (35/45): python-srpm-macros-3-34.el7.noarch.rpm | 8.8 kB 00:00:00
| |
− | (36/45): perl-Thread-Queue-3.02-2.el7.noarch.rpm | 17 kB 00:00:00
| |
− | (37/45): redhat-rpm-config-9.1.0-88.el7.centos.noarch.rpm | 81 kB 00:00:00
| |
− | (38/45): rsync-3.1.2-10.el7.x86_64.rpm | 404 kB 00:00:00
| |
− | (39/45): sendmail-8.14.7-6.el7.x86_64.rpm | 737 kB 00:00:00
| |
− | (40/45): rpm-build-4.11.3-45.el7.x86_64.rpm | 149 kB 00:00:00
| |
− | (41/45): slang-devel-2.2.4-11.el7.x86_64.rpm | 91 kB 00:00:00
| |
− | (42/45): unbound-libs-1.6.6-5.el7_8.x86_64.rpm | 406 kB 00:00:00
| |
− | (43/45): unzip-6.0-21.el7.x86_64.rpm | 171 kB 00:00:00
| |
− | (44/45): xinetd-2.3.15-14.el7.x86_64.rpm | 128 kB 00:00:00
| |
| (45/45): zip-3.0-11.el7.x86_64.rpm | 260 kB 00:00:00 | | (45/45): zip-3.0-11.el7.x86_64.rpm | 260 kB 00:00:00 |
| -------------------------------------------------------------------------------------------------------------- | | -------------------------------------------------------------------------------------------------------------- |
Line 3,983: |
Line 597: |
| Running transaction | | Running transaction |
| Installing : m4-1.4.16-10.el7.x86_64 1/45 | | Installing : m4-1.4.16-10.el7.x86_64 1/45 |
− | Installing : cyrus-sasl-2.1.26-23.el7.x86_64 2/45
| + | |
− | Installing : libstdc++-devel-4.8.5-44.el7.x86_64 3/45
| + | === SNIP === |
− | Installing : libtasn1-devel-4.10-1.el7.x86_64 4/45
| + | |
− | Installing : zip-3.0-11.el7.x86_64 5/45
| |
− | Installing : elfutils-0.176-5.el7.x86_64 6/45
| |
− | Installing : hesiod-3.2.1-3.el7.x86_64 7/45
| |
− | Installing : libevent-2.0.21-4.el7.x86_64 8/45
| |
− | Installing : unbound-libs-1.6.6-5.el7_8.x86_64 9/45
| |
− | Installing : gnutls-dane-3.3.29-9.el7_6.x86_64 10/45
| |
− | Installing : unzip-6.0-21.el7.x86_64 11/45
| |
− | Installing : libusbx-1.0.21-1.el7.x86_64 12/45
| |
− | Installing : 1:libusb-0.1.4-3.el7.x86_64 13/45
| |
− | Installing : patch-2.7.1-12.el7_7.x86_64 14/45
| |
− | Installing : python-srpm-macros-3-34.el7.noarch 15/45
| |
− | Installing : p11-kit-devel-0.23.5-3.el7.x86_64 16/45
| |
− | Installing : slang-devel-2.2.4-11.el7.x86_64 17/45
| |
− | Installing : dwz-0.11-3.el7.x86_64 18/45
| |
− | Installing : gdb-7.6.1-120.el7.x86_64 19/45
| |
− | Installing : perl-Thread-Queue-3.02-2.el7.noarch 20/45
| |
− | Installing : perl-srpm-macros-1-8.el7.noarch 21/45
| |
− | Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch 22/45
| |
− | Installing : procmail-3.22-36.el7_4.1.x86_64 23/45
| |
− | Installing : bzip2-1.0.6-13.el7.x86_64 24/45
| |
− | Installing : gnutls-c++-3.3.29-9.el7_6.x86_64 25/45
| |
− | Installing : 1:gmp-devel-6.0.0-15.el7.x86_64 26/45
| |
− | Installing : nettle-devel-2.7.1-8.el7.x86_64 27/45
| |
− | Installing : gnutls-devel-3.3.29-9.el7_6.x86_64 28/45
| |
− | Installing : rpm-build-4.11.3-45.el7.x86_64 29/45
| |
− | Installing : sendmail-8.14.7-6.el7.x86_64 30/45
| |
− | Installing : newt-devel-0.52.15-4.el7.x86_64 31/45
| |
− | Installing : 1:libusb-devel-0.1.4-3.el7.x86_64 32/45
| |
− | Installing : gcc-c++-4.8.5-44.el7.x86_64 33/45
| |
− | Installing : flex-2.5.37-6.el7.x86_64 34/45
| |
− | Installing : bison-3.0.4-2.el7.x86_64 35/45
| |
− | Installing : mailx-12.5-19.el7.x86_64 36/45
| |
− | Installing : 1:mariadb-5.5.68-1.el7.x86_64 37/45
| |
− | Installing : 1:mariadb-devel-5.5.68-1.el7.x86_64 38/45
| |
− | Installing : libcurl-devel-7.29.0-59.el7_9.1.x86_64 39/45
| |
− | Installing : libxml2-devel-2.9.1-6.el7.5.x86_64 40/45
| |
− | Installing : ftp-0.17-67.el7.x86_64 41/45
| |
− | Installing : ncurses-devel-5.9-14.20130511.el7_4.x86_64 42/45
| |
− | Installing : rsync-3.1.2-10.el7.x86_64 43/45
| |
− | Installing : byacc-1.9.20130304-3.el7.x86_64 44/45
| |
| Installing : 2:xinetd-2.3.15-14.el7.x86_64 45/45 | | Installing : 2:xinetd-2.3.15-14.el7.x86_64 45/45 |
| Verifying : gcc-c++-4.8.5-44.el7.x86_64 1/45 | | Verifying : gcc-c++-4.8.5-44.el7.x86_64 1/45 |
− | Verifying : 1:gmp-devel-6.0.0-15.el7.x86_64 2/45
| + | |
− | Verifying : 2:xinetd-2.3.15-14.el7.x86_64 3/45
| + | === SNIP === |
− | Verifying : gnutls-dane-3.3.29-9.el7_6.x86_64 4/45
| + | |
− | Verifying : byacc-1.9.20130304-3.el7.x86_64 5/45
| |
− | Verifying : newt-devel-0.52.15-4.el7.x86_64 6/45
| |
− | Verifying : m4-1.4.16-10.el7.x86_64 7/45
| |
− | Verifying : rsync-3.1.2-10.el7.x86_64 8/45
| |
− | Verifying : sendmail-8.14.7-6.el7.x86_64 9/45
| |
− | Verifying : 1:libusb-0.1.4-3.el7.x86_64 10/45
| |
− | Verifying : gnutls-c++-3.3.29-9.el7_6.x86_64 11/45
| |
− | Verifying : bzip2-1.0.6-13.el7.x86_64 12/45
| |
− | Verifying : procmail-3.22-36.el7_4.1.x86_64 13/45
| |
− | Verifying : perl-srpm-macros-1-8.el7.noarch 14/45
| |
− | Verifying : ncurses-devel-5.9-14.20130511.el7_4.x86_64 15/45
| |
− | Verifying : perl-Thread-Queue-3.02-2.el7.noarch 16/45
| |
− | Verifying : rpm-build-4.11.3-45.el7.x86_64 17/45
| |
− | Verifying : gdb-7.6.1-120.el7.x86_64 18/45
| |
− | Verifying : dwz-0.11-3.el7.x86_64 19/45
| |
− | Verifying : slang-devel-2.2.4-11.el7.x86_64 20/45
| |
− | Verifying : p11-kit-devel-0.23.5-3.el7.x86_64 21/45
| |
− | Verifying : python-srpm-macros-3-34.el7.noarch 22/45
| |
− | Verifying : patch-2.7.1-12.el7_7.x86_64 23/45
| |
− | Verifying : libusbx-1.0.21-1.el7.x86_64 24/45
| |
− | Verifying : unzip-6.0-21.el7.x86_64 25/45
| |
− | Verifying : ftp-0.17-67.el7.x86_64 26/45
| |
− | Verifying : libxml2-devel-2.9.1-6.el7.5.x86_64 27/45
| |
− | Verifying : libevent-2.0.21-4.el7.x86_64 28/45
| |
− | Verifying : 1:libusb-devel-0.1.4-3.el7.x86_64 29/45
| |
− | Verifying : flex-2.5.37-6.el7.x86_64 30/45
| |
− | Verifying : bison-3.0.4-2.el7.x86_64 31/45
| |
− | Verifying : libcurl-devel-7.29.0-59.el7_9.1.x86_64 32/45
| |
− | Verifying : hesiod-3.2.1-3.el7.x86_64 33/45
| |
− | Verifying : 1:mariadb-devel-5.5.68-1.el7.x86_64 34/45
| |
− | Verifying : elfutils-0.176-5.el7.x86_64 35/45
| |
− | Verifying : zip-3.0-11.el7.x86_64 36/45
| |
− | Verifying : unbound-libs-1.6.6-5.el7_8.x86_64 37/45
| |
− | Verifying : 1:mariadb-5.5.68-1.el7.x86_64 38/45
| |
− | Verifying : libtasn1-devel-4.10-1.el7.x86_64 39/45
| |
− | Verifying : libstdc++-devel-4.8.5-44.el7.x86_64 40/45
| |
− | Verifying : cyrus-sasl-2.1.26-23.el7.x86_64 41/45
| |
− | Verifying : mailx-12.5-19.el7.x86_64 42/45
| |
− | Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 43/45
| |
− | Verifying : nettle-devel-2.7.1-8.el7.x86_64 44/45
| |
| Verifying : gnutls-devel-3.3.29-9.el7_6.x86_64 45/45 | | Verifying : gnutls-devel-3.3.29-9.el7_6.x86_64 45/45 |
| | | |
Line 4,101: |
Line 635: |
| | | |
| Complete! | | Complete! |
− | [root@cn38-inverness-co ~]# ps -ef | grep ntp
| |
− | root 9837 3608 0 17:46 pts/0 00:00:00 grep --color=auto ntp
| |
− | [root@cn38-inverness-co ~]# cat /etc/ntp.conf
| |
− | # For more information about this file, see the man pages
| |
− | # ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5).
| |
− |
| |
− | driftfile /var/lib/ntp/drift
| |
− |
| |
− | # Permit time synchronization with our time source, but do not
| |
− | # permit the source to query or modify the service on this system.
| |
− | restrict default nomodify notrap nopeer noquery
| |
− |
| |
− | # Permit all access over the loopback interface. This could
| |
− | # be tightened as well, but to do so would effect some of
| |
− | # the administrative functions.
| |
− | restrict 127.0.0.1
| |
− | restrict ::1
| |
− |
| |
− | # Hosts on local network are less restricted.
| |
− | #restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
| |
− |
| |
− | # Use public servers from the pool.ntp.org project.
| |
− | # Please consider joining the pool (http://www.pool.ntp.org/join.html).
| |
− | server 0.centos.pool.ntp.org iburst
| |
− | server 1.centos.pool.ntp.org iburst
| |
− | server 2.centos.pool.ntp.org iburst
| |
− | server 3.centos.pool.ntp.org iburst
| |
− |
| |
− | #broadcast 192.168.1.255 autokey # broadcast server
| |
− | #broadcastclient # broadcast client
| |
− | #broadcast 224.0.1.1 autokey # multicast server
| |
− | #multicastclient 224.0.1.1 # multicast client
| |
− | #manycastserver 239.255.254.254 # manycast server
| |
− | #manycastclient 239.255.254.254 autokey # manycast client
| |
− |
| |
− | # Enable public key cryptography.
| |
− | #crypto
| |
− |
| |
− | includefile /etc/ntp/crypto/pw
| |
− |
| |
− | # Key file containing the keys and key identifiers used when operating
| |
− | # with symmetric key cryptography.
| |
− | keys /etc/ntp/keys
| |
− |
| |
− | # Specify the key identifiers which are trusted.
| |
− | #trustedkey 4 8 42
| |
− |
| |
− | # Specify the key identifier to use with the ntpdc utility.
| |
− | #requestkey 8
| |
− |
| |
− | # Specify the key identifier to use with the ntpq utility.
| |
− | #controlkey 8
| |
− |
| |
− | # Enable writing of statistics records.
| |
− | #statistics clockstats cryptostats loopstats peerstats
| |
− |
| |
− | # Disable the monitoring facility to prevent amplification attacks using ntpdc
| |
− | # monlist command when default restrict does not include the noquery flag. See
| |
− | # CVE-2013-5211 for more details.
| |
− | # Note: Monitoring will not be disabled with the limited restriction flag.
| |
− | disable monitor
| |
− | [root@cn38-inverness-co ~]# vi /etc/ntp.conf
| |
− | [root@cn38-inverness-co ~]# chkconfig ntpd
| |
− | Note: Forwarding request to 'systemctl is-enabled ntpd.service'.
| |
− | disabled
| |
− | [root@cn38-inverness-co ~]# systemctl enable ntpd.service
| |
− | Created symlink from /etc/systemd/system/multi-user.target.wants/ntpd.service to /usr/lib/systemd/system/ntpd.service.
| |
− | [root@cn38-inverness-co ~]# systemctl start ntpd.service
| |
− | [root@cn38-inverness-co ~]# ntpq -p
| |
− | remote refid st t when poll reach delay offset jitter
| |
− | ==============================================================================
| |
− | *sql2-inverness- 64.246.132.14 2 u - 64 1 0.458 2.580 0.002
| |
− | sql3-dallas-tx. 64.246.132.14 2 u 1 64 1 14.655 -2.788 0.005
| |
− | [root@cn38-inverness-co ~]# ntpq -p
| |
− | remote refid st t when poll reach delay offset jitter
| |
− | ==============================================================================
| |
− | *sql2-inverness- 64.246.132.14 2 u 5 64 1 0.439 2.581 0.020
| |
− | sql3-dallas-tx. 64.246.132.14 2 u 4 64 1 14.644 -2.841 0.053
| |
− | [root@cn38-inverness-co ~]# vi /etc/security/limits.conf
| |
− |
| |
| == Generate RSA Key == | | == Generate RSA Key == |
| | | |
Line 4,206: |
Line 660: |
| | | | | | | |
| +----[SHA256]-----+ | | +----[SHA256]-----+ |
| + | |
| + | </pre> |
| + | |
| + | == Install UW-IMAP library for IMAP integration for Voice Mails == |
| + | |
| + | We will want to configure Asterisk to store voicemails via IMAP instead of the local file system. This will allow better deployment of HA down the road. |
| + | |
| + | === Download uw-imap for storage === |
| + | |
| + | The UW-IMAP code is no longer maintained after the creator's death, so it's a good idea to archive the important parts. |
| + | |
| + | <pre> |
| + | [root@cn38-inverness-co ~]# wget https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/u/uw-imap-2007f-16.el7.x86_64.rpm |
| + | |
| + | --2020-12-02 18:34:30-- https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/u/uw-imap-2007f-16.el7.x86_64.rpm |
| + | Resolving download-ib01.fedoraproject.org (download-ib01.fedoraproject.org)... 152.19.134.145, 2610:28:3090:3001:dead:beef:cafe:fed6 |
| + | Connecting to download-ib01.fedoraproject.org (download-ib01.fedoraproject.org)|152.19.134.145|:443... connected. |
| + | HTTP request sent, awaiting response... 200 OK |
| + | Length: 68284 (67K) [application/x-rpm] |
| + | Saving to: ‘uw-imap-2007f-16.el7.x86_64.rpm’ |
| + | |
| + | 100%[====================================================================>] 68,284 --.-K/s in 0.09s |
| + | |
| + | 2020-12-02 18:34:31 (703 KB/s) - ‘uw-imap-2007f-16.el7.x86_64.rpm’ saved [68284/68284] |
| + | </pre> |
| + | |
| + | === Install EPEL repo === |
| + | |
| + | We'll use EPEL to install UW-IMAP, so we have to install that first. After installation, we can go back in and disable teh EPEL repo, if we desire. |
| + | |
| + | <pre> |
| + | |
| + | [root@cn38-inverness-co ~]# yum -y install epel-release |
| + | |
| + | Loaded plugins: fastestmirror |
| + | Loading mirror speeds from cached hostfile |
| + | * base: mirror.dal10.us.leaseweb.net |
| + | * extras: mirrors.tummy.com |
| + | * updates: mirror.centos.iad1.serverforge.org |
| + | Resolving Dependencies |
| + | --> Running transaction check |
| + | ---> Package epel-release.noarch 0:7-11 will be installed |
| + | --> Finished Dependency Resolution |
| + | |
| + | Dependencies Resolved |
| + | |
| + | ============================================================================================================== |
| + | Package Arch Version Repository Size |
| + | ============================================================================================================== |
| + | Installing: |
| + | epel-release noarch 7-11 extras 15 k |
| + | |
| + | Transaction Summary |
| + | ============================================================================================================== |
| + | Install 1 Package |
| + | |
| + | Total download size: 15 k |
| + | Installed size: 24 k |
| + | Downloading packages: |
| + | epel-release-7-11.noarch.rpm | 15 kB 00:00:00 |
| + | Running transaction check |
| + | Running transaction test |
| + | Transaction test succeeded |
| + | Running transaction |
| + | Installing : epel-release-7-11.noarch 1/1 |
| + | Verifying : epel-release-7-11.noarch 1/1 |
| + | |
| + | Installed: |
| + | epel-release.noarch 0:7-11 |
| + | |
| + | Complete! |
| + | |
| + | </pre> |
| + | |
| + | === Install uw-imap === |
| + | |
| + | Finally, the install of UW-IMAP. It will require an additional dependency be installed. |
| + | |
| + | <pre> |
| + | [root@cn38-inverness-co ~]# yum install uw-imap |
| + | |
| + | Loaded plugins: fastestmirror |
| + | Loading mirror speeds from cached hostfile |
| + | epel/x86_64/metalink | 13 kB 00:00:00 |
| + | * base: mirror.dal10.us.leaseweb.net |
| + | * epel: mirror.dal.nexril.net |
| + | * extras: mirrors.tummy.com |
| + | * updates: mirror.centos.iad1.serverforge.org |
| + | epel | 4.7 kB 00:00:00 |
| + | (1/3): epel/x86_64/group_gz | 95 kB 00:00:00 |
| + | (2/3): epel/x86_64/updateinfo | 1.0 MB 00:00:00 |
| + | (3/3): epel/x86_64/primary_db | 6.9 MB 00:00:00 |
| + | Resolving Dependencies |
| + | --> Running transaction check |
| + | ---> Package uw-imap.x86_64 0:2007f-16.el7 will be installed |
| + | --> Processing Dependency: libc-client(x86-64) = 2007f-16.el7 for package: uw-imap-2007f-16.el7.x86_64 |
| + | --> Processing Dependency: libc-client.so.2007()(64bit) for package: uw-imap-2007f-16.el7.x86_64 |
| + | --> Running transaction check |
| + | ---> Package libc-client.x86_64 0:2007f-16.el7 will be installed |
| + | --> Finished Dependency Resolution |
| + | |
| + | Dependencies Resolved |
| + | |
| + | ============================================================================================================== |
| + | Package Arch Version Repository Size |
| + | ============================================================================================================== |
| + | Installing: |
| + | uw-imap x86_64 2007f-16.el7 epel 67 k |
| + | Installing for dependencies: |
| + | libc-client x86_64 2007f-16.el7 epel 562 k |
| + | |
| + | Transaction Summary |
| + | ============================================================================================================== |
| + | Install 1 Package (+1 Dependent package) |
| + | |
| + | Total download size: 628 k |
| + | Installed size: 1.6 M |
| + | Is this ok [y/d/N]: y |
| + | Downloading packages: |
| + | warning: /var/cache/yum/x86_64/7/epel/packages/libc-client-2007f-16.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY |
| + | Public key for libc-client-2007f-16.el7.x86_64.rpm is not installed |
| + | (1/2): libc-client-2007f-16.el7.x86_64.rpm | 562 kB 00:00:00 |
| + | (2/2): uw-imap-2007f-16.el7.x86_64.rpm | 67 kB 00:00:00 |
| + | -------------------------------------------------------------------------------------------------------------- |
| + | Total 1.0 MB/s | 628 kB 00:00:00 |
| + | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 |
| + | Importing GPG key 0x352C64E5: |
| + | Userid : "Fedora EPEL (7) <epel@fedoraproject.org>" |
| + | Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5 |
| + | Package : epel-release-7-11.noarch (@extras) |
| + | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 |
| + | Is this ok [y/N]: y |
| + | Running transaction check |
| + | Running transaction test |
| + | Transaction test succeeded |
| + | Running transaction |
| + | Installing : libc-client-2007f-16.el7.x86_64 1/2 |
| + | Installing : uw-imap-2007f-16.el7.x86_64 2/2 |
| + | Verifying : libc-client-2007f-16.el7.x86_64 1/2 |
| + | Verifying : uw-imap-2007f-16.el7.x86_64 2/2 |
| + | |
| + | Installed: |
| + | uw-imap.x86_64 0:2007f-16.el7 |
| + | |
| + | Dependency Installed: |
| + | libc-client.x86_64 0:2007f-16.el7 |
| + | |
| + | Complete! |
| | | |
| </pre> | | </pre> |
| | | |
| == Download Asterisk 18.1.0 == | | == Download Asterisk 18.1.0 == |
| + | |
| + | Change directory to /usr/local/src and download the Asterisk source code. |
| | | |
| <pre> | | <pre> |
Line 4,215: |
Line 819: |
| | | |
| [root@cn38-inverness-co src]# wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18-current.tar.gz | | [root@cn38-inverness-co src]# wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18-current.tar.gz |
| + | |
| --2020-12-02 17:39:25-- https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18-current.tar.gz | | --2020-12-02 17:39:25-- https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18-current.tar.gz |
| Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee | | Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee |
Line 4,227: |
Line 832: |
| </pre> | | </pre> |
| | | |
− | == Uncompress Asterisk 18.1.0 === | + | For future reference, you can also find it directly here: |
| + | |
| + | [https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18.1.0.tar.gz https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18.1.0.tar.gz] |
| + | |
| + | == Uncompress Asterisk 18.1.0 == |
| | | |
| <pre> | | <pre> |
Line 4,236: |
Line 845: |
| | | |
| [root@cn38-inverness-co src]# cd asterisk-18.1.0/ | | [root@cn38-inverness-co src]# cd asterisk-18.1.0/ |
| + | |
| [root@cn38-inverness-co asterisk-18.1.0]# ls | | [root@cn38-inverness-co asterisk-18.1.0]# ls |
| addons channels include README-SERIOUSLY.bestpractices.md | | addons channels include README-SERIOUSLY.bestpractices.md |
Line 4,255: |
Line 865: |
| </pre> | | </pre> |
| | | |
| + | == Test the prereqs == |
| | | |
− | == Test the prereqs ==
| + | Run the '''"./contrib/scripts/install_prereq test"''' command in order to test the installed prerequesits. After it returns the things that need to be installed, you can just copy and paste that command. If there are packages that are not installed afterthe command due to not existing in the CentOS 7 main repo, they are probably not required. |
| | | |
| <pre> | | <pre> |
| | | |
| [root@cn38-inverness-co asterisk-18.1.0]# ./contrib/scripts/install_prereq test | | [root@cn38-inverness-co asterisk-18.1.0]# ./contrib/scripts/install_prereq test |
| + | |
| ############################################# | | ############################################# |
| ## test: test mode. | | ## test: test mode. |
| ## Use the commands here to install your system. | | ## Use the commands here to install your system. |
| ############################################# | | ############################################# |
− | yum install --skip-broken --assumeyes libedit-devel jansson-devel libuuid-devel sqlite-devel speex-devel speexdsp-devel libogg-devel libvorbis-devel alsa-lib-devel portaudio-devel xmlstarlet postgresql-devel unixODBC-devel neon-devel gmime-devel lua-devel uriparser-devel libxslt-devel mysql-devel bluez-libs-devel radcli-devel freetds-devel jack-audio-connection-kit-devel libcap-devel iksemel-devel corosynclib-devel libical-devel spandsp-devel libresample-devel uw-imap-devel binutils-devel libsrtp-devel gsm-devel doxygen graphviz openldap-devel hoard codec2-devel fftw-devel libsndfile-devel unbound-devel subversion | + | yum install --skip-broken --assumeyes libedit-devel jansson-devel \ |
| + | libuuid-devel sqlite-devel speex-devel speexdsp-devel libogg-devel libvorbis-devel alsa-lib-devel \ |
| + | portaudio-devel xmlstarlet postgresql-devel unixODBC-devel neon-devel gmime-devel lua-devel uriparser-devel \ |
| + | libxslt-devel mysql-devel bluez-libs-devel radcli-devel freetds-devel jack-audio-connection-kit-devel \ |
| + | libcap-devel iksemel-devel corosynclib-devel libical-devel spandsp-devel libresample-devel uw-imap-devel \ |
| + | binutils-devel libsrtp-devel gsm-devel doxygen graphviz openldap-devel hoard codec2-devel fftw-devel \ |
| + | libsndfile-devel unbound-devel subversion |
| + | |
| + | [root@cn38-inverness-co asterisk-18.1.0]# yum install --skip-broken --assumeyes libedit-devel jansson-devel \ |
| + | libuuid-devel sqlite-devel speex-devel speexdsp-devel libogg-devel libvorbis-devel alsa-lib-devel \ |
| + | portaudio-devel xmlstarlet postgresql-devel unixODBC-devel neon-devel gmime-devel lua-devel uriparser-devel \ |
| + | libxslt-devel mysql-devel bluez-libs-devel radcli-devel freetds-devel jack-audio-connection-kit-devel \ |
| + | libcap-devel iksemel-devel corosynclib-devel libical-devel spandsp-devel libresample-devel uw-imap-devel \ |
| + | binutils-devel libsrtp-devel gsm-devel doxygen graphviz openldap-devel hoard codec2-devel fftw-devel \ |
| + | libsndfile-devel unbound-devel subversion |
| | | |
− | [root@cn38-inverness-co asterisk-18.1.0]# yum install --skip-broken --assumeyes libedit-devel jansson-devel libuuid-devel sqlite-devel speex-devel speexdsp-devel libogg-devel libvorbis-devel alsa-lib-devel portaudio-devel xmlstarlet postgresql-devel unixODBC-devel neon-devel gmime-devel lua-devel uriparser-devel libxslt-devel mysql-devel bluez-libs-devel radcli-devel freetds-devel jack-audio-connection-kit-devel libcap-devel iksemel-devel corosynclib-devel libical-devel spandsp-devel libresample-devel uw-imap-devel binutils-devel libsrtp-devel gsm-devel doxygen graphviz openldap-devel hoard codec2-devel fftw-devel libsndfile-devel unbound-devel subversion
| |
| Loaded plugins: fastestmirror | | Loaded plugins: fastestmirror |
| Loading mirror speeds from cached hostfile | | Loading mirror speeds from cached hostfile |
Line 4,290: |
Line 915: |
| --> Running transaction check | | --> Running transaction check |
| ---> Package alsa-lib-devel.x86_64 0:1.1.8-1.el7 will be installed | | ---> Package alsa-lib-devel.x86_64 0:1.1.8-1.el7 will be installed |
− | ---> Package binutils-devel.x86_64 0:2.27-44.base.el7 will be installed
| + | |
− | ---> Package bluez-libs-devel.x86_64 0:5.44-7.el7 will be installed
| + | === SNIP === |
− | --> Processing Dependency: bluez-libs(x86-64) = 5.44-7.el7 for package: bluez-libs-devel-5.44-7.el7.x86_64
| + | |
− | --> Processing Dependency: libbluetooth.so.3()(64bit) for package: bluez-libs-devel-5.44-7.el7.x86_64
| |
− | ---> Package corosynclib-devel.x86_64 0:2.4.5-7.el7 will be installed
| |
− | --> Processing Dependency: corosynclib(x86-64) = 2.4.5-7.el7 for package: corosynclib-devel-2.4.5-7.el7.x86_64
| |
− | --> Processing Dependency: pkgconfig(libqb) for package: corosynclib-devel-2.4.5-7.el7.x86_64
| |
− | --> Processing Dependency: libvotequorum.so.8()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64
| |
− | --> Processing Dependency: libtotem_pg.so.5()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64
| |
− | --> Processing Dependency: libsam.so.4()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64
| |
− | --> Processing Dependency: libquorum.so.5()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64
| |
− | --> Processing Dependency: libcpg.so.4()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64
| |
− | --> Processing Dependency: libcorosync_common.so.4()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64
| |
− | --> Processing Dependency: libcmap.so.4()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64
| |
− | --> Processing Dependency: libcfg.so.6()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64
| |
− | ---> Package doxygen.x86_64 1:1.8.5-4.el7 will be installed
| |
− | ---> Package fftw-devel.x86_64 0:3.3.3-8.el7 will be installed
| |
− | --> Processing Dependency: fftw-libs(x86-64) = 3.3.3-8.el7 for package: fftw-devel-3.3.3-8.el7.x86_64
| |
− | --> Processing Dependency: fftw(x86-64) = 3.3.3-8.el7 for package: fftw-devel-3.3.3-8.el7.x86_64
| |
− | --> Processing Dependency: libfftw3l_threads.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64
| |
− | --> Processing Dependency: libfftw3l_omp.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64
| |
− | --> Processing Dependency: libfftw3l.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64
| |
− | --> Processing Dependency: libfftw3f_threads.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64
| |
− | --> Processing Dependency: libfftw3f_omp.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64
| |
− | --> Processing Dependency: libfftw3f.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64
| |
− | --> Processing Dependency: libfftw3_threads.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64
| |
− | --> Processing Dependency: libfftw3_omp.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64
| |
− | --> Processing Dependency: libfftw3.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64
| |
− | ---> Package graphviz.x86_64 0:2.30.1-22.el7 will be installed
| |
− | --> Processing Dependency: urw-fonts for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: librsvg-2.so.2()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libpango-1.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libjpeg.so.62()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libgs.so.9()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libgd.so.2()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libfontconfig.so.1()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libcairo.so.2()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libatk-1.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libXt.so.6()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libXrender.so.1()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libXpm.so.4()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libXmu.so.6()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libXext.so.6()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libXaw.so.7()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libX11.so.6()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libSM.so.6()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | --> Processing Dependency: libICE.so.6()(64bit) for package: graphviz-2.30.1-22.el7.x86_64
| |
− | ---> Package gsm-devel.x86_64 0:1.0.13-11.el7 will be installed
| |
− | --> Processing Dependency: gsm = 1.0.13-11.el7 for package: gsm-devel-1.0.13-11.el7.x86_64
| |
− | --> Processing Dependency: libgsm.so.1()(64bit) for package: gsm-devel-1.0.13-11.el7.x86_64
| |
− | ---> Package jansson-devel.x86_64 0:2.10-1.el7 will be installed
| |
− | ---> Package libcap-devel.x86_64 0:2.22-11.el7 will be installed
| |
− | ---> Package libedit-devel.x86_64 0:3.0-12.20121213cvs.el7 will be installed
| |
− | ---> Package libical-devel.x86_64 0:3.0.3-2.el7 will be installed
| |
− | --> Processing Dependency: libical(x86-64) = 3.0.3-2.el7 for package: libical-devel-3.0.3-2.el7.x86_64
| |
− | --> Processing Dependency: pkgconfig(icu-uc) for package: libical-devel-3.0.3-2.el7.x86_64
| |
− | --> Processing Dependency: pkgconfig(icu-i18n) for package: libical-devel-3.0.3-2.el7.x86_64
| |
− | --> Processing Dependency: libicalvcal.so.3()(64bit) for package: libical-devel-3.0.3-2.el7.x86_64
| |
− | --> Processing Dependency: libicalss_cxx.so.3()(64bit) for package: libical-devel-3.0.3-2.el7.x86_64
| |
− | --> Processing Dependency: libicalss.so.3()(64bit) for package: libical-devel-3.0.3-2.el7.x86_64
| |
− | --> Processing Dependency: libical_cxx.so.3()(64bit) for package: libical-devel-3.0.3-2.el7.x86_64
| |
− | --> Processing Dependency: libical.so.3()(64bit) for package: libical-devel-3.0.3-2.el7.x86_64
| |
− | ---> Package libogg-devel.x86_64 2:1.3.0-7.el7 will be installed
| |
− | --> Processing Dependency: libogg = 2:1.3.0-7.el7 for package: 2:libogg-devel-1.3.0-7.el7.x86_64
| |
− | --> Processing Dependency: automake for package: 2:libogg-devel-1.3.0-7.el7.x86_64
| |
− | --> Processing Dependency: libogg.so.0()(64bit) for package: 2:libogg-devel-1.3.0-7.el7.x86_64
| |
− | ---> Package libsndfile-devel.x86_64 0:1.0.25-12.el7 will be installed
| |
− | --> Processing Dependency: libsndfile(x86-64) = 1.0.25-12.el7 for package: libsndfile-devel-1.0.25-12.el7.x86_64
| |
− | --> Processing Dependency: libsndfile.so.1()(64bit) for package: libsndfile-devel-1.0.25-12.el7.x86_64
| |
− | ---> Package libsrtp-devel.x86_64 0:1.4.4-11.20101004cvs.el7 will be installed
| |
− | --> Processing Dependency: libsrtp = 1.4.4-11.20101004cvs.el7 for package: libsrtp-devel-1.4.4-11.20101004cvs.el7.x86_64
| |
− | --> Processing Dependency: libsrtp.so.0()(64bit) for package: libsrtp-devel-1.4.4-11.20101004cvs.el7.x86_64
| |
− | ---> Package libuuid-devel.x86_64 0:2.23.2-65.el7 will be installed
| |
− | ---> Package libvorbis-devel.x86_64 1:1.3.3-8.el7.1 will be installed
| |
− | --> Processing Dependency: libvorbis = 1:1.3.3-8.el7.1 for package: 1:libvorbis-devel-1.3.3-8.el7.1.x86_64
| |
− | --> Processing Dependency: libvorbisfile.so.3()(64bit) for package: 1:libvorbis-devel-1.3.3-8.el7.1.x86_64
| |
− | --> Processing Dependency: libvorbisenc.so.2()(64bit) for package: 1:libvorbis-devel-1.3.3-8.el7.1.x86_64
| |
− | --> Processing Dependency: libvorbis.so.0()(64bit) for package: 1:libvorbis-devel-1.3.3-8.el7.1.x86_64
| |
− | ---> Package libxslt-devel.x86_64 0:1.1.28-6.el7 will be installed
| |
− | --> Processing Dependency: libgcrypt-devel for package: libxslt-devel-1.1.28-6.el7.x86_64
| |
− | ---> Package lua-devel.x86_64 0:5.1.4-15.el7 will be installed
| |
− | ---> Package neon-devel.x86_64 0:0.30.0-4.el7 will be installed
| |
− | --> Processing Dependency: neon = 0.30.0-4.el7 for package: neon-devel-0.30.0-4.el7.x86_64
| |
− | --> Processing Dependency: expat-devel for package: neon-devel-0.30.0-4.el7.x86_64
| |
− | --> Processing Dependency: libneon.so.27()(64bit) for package: neon-devel-0.30.0-4.el7.x86_64
| |
− | ---> Package openldap-devel.x86_64 0:2.4.44-22.el7 will be installed
| |
− | --> Processing Dependency: cyrus-sasl-devel(x86-64) for package: openldap-devel-2.4.44-22.el7.x86_64
| |
− | ---> Package postgresql-devel.x86_64 0:9.2.24-4.el7_8 will be installed
| |
− | --> Processing Dependency: postgresql-libs(x86-64) = 9.2.24-4.el7_8 for package: postgresql-devel-9.2.24-4.el7_8.x86_64
| |
− | --> Processing Dependency: postgresql(x86-64) = 9.2.24-4.el7_8 for package: postgresql-devel-9.2.24-4.el7_8.x86_64
| |
− | --> Processing Dependency: libpq.so.5()(64bit) for package: postgresql-devel-9.2.24-4.el7_8.x86_64
| |
− | --> Processing Dependency: libpgtypes.so.3()(64bit) for package: postgresql-devel-9.2.24-4.el7_8.x86_64
| |
− | --> Processing Dependency: libecpg_compat.so.3()(64bit) for package: postgresql-devel-9.2.24-4.el7_8.x86_64
| |
− | --> Processing Dependency: libecpg.so.6()(64bit) for package: postgresql-devel-9.2.24-4.el7_8.x86_64
| |
− | ---> Package speex-devel.x86_64 0:1.2-0.19.rc1.el7 will be installed
| |
− | --> Processing Dependency: speex(x86-64) = 1.2-0.19.rc1.el7 for package: speex-devel-1.2-0.19.rc1.el7.x86_64
| |
− | --> Processing Dependency: libspeexdsp.so.1()(64bit) for package: speex-devel-1.2-0.19.rc1.el7.x86_64
| |
− | --> Processing Dependency: libspeex.so.1()(64bit) for package: speex-devel-1.2-0.19.rc1.el7.x86_64
| |
− | ---> Package sqlite-devel.x86_64 0:3.7.17-8.el7_7.1 will be installed
| |
− | ---> Package subversion.x86_64 0:1.7.14-16.el7 will be installed
| |
− | --> Processing Dependency: subversion-libs(x86-64) = 1.7.14-16.el7 for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_ra_svn-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_ra_neon-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_ra_local-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_fs_util-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_fs_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_fs_base-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64
| |
− | ---> Package unbound-devel.x86_64 0:1.6.6-5.el7_8 will be installed
| |
− | --> Processing Dependency: pkgconfig(python) for package: unbound-devel-1.6.6-5.el7_8.x86_64
| |
− | --> Processing Dependency: pkgconfig(libevent) for package: unbound-devel-1.6.6-5.el7_8.x86_64
| |
− | ---> Package unixODBC-devel.x86_64 0:2.3.1-14.el7 will be installed
| |
− | --> Processing Dependency: unixODBC(x86-64) = 2.3.1-14.el7 for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: libtemplate.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: libtdsS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: libsapdbS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: liboraodbcS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: liboplodbcS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: libodbctxtS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: libodbcnnS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: libodbcminiS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: libodbcdrvcfg2S.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: libodbcdrvcfg1S.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: libodbccr.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: libnn.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: libmimerS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | --> Processing Dependency: libesoobS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64
| |
− | ---> Package uriparser-devel.x86_64 0:0.7.5-10.el7 will be installed
| |
− | --> Processing Dependency: uriparser = 0.7.5-10.el7 for package: uriparser-devel-0.7.5-10.el7.x86_64
| |
− | --> Processing Dependency: liburiparser.so.1()(64bit) for package: uriparser-devel-0.7.5-10.el7.x86_64
| |
− | --> Running transaction check
| |
− | ---> Package apr.x86_64 0:1.4.8-7.el7 will be installed
| |
− | ---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
| |
− | ---> Package atk.x86_64 0:2.28.1-2.el7 will be installed
| |
− | ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
| |
− | --> Processing Dependency: autoconf >= 2.65 for package: automake-1.13.4-3.el7.noarch
| |
− | ---> Package bluez-libs.x86_64 0:5.44-7.el7 will be installed
| |
− | ---> Package cairo.x86_64 0:1.15.12-4.el7 will be installed
| |
− | --> Processing Dependency: libxcb.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64
| |
− | --> Processing Dependency: libxcb-shm.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64
| |
− | --> Processing Dependency: libxcb-render.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64
| |
− | --> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64
| |
− | --> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64
| |
− | --> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64
| |
− | ---> Package corosynclib.x86_64 0:2.4.5-7.el7 will be installed
| |
− | --> Processing Dependency: corosync = 2.4.5-7.el7 for package: corosynclib-2.4.5-7.el7.x86_64
| |
− | --> Processing Dependency: libqb.so.0()(64bit) for package: corosynclib-2.4.5-7.el7.x86_64
| |
− | ---> Package cyrus-sasl-devel.x86_64 0:2.1.26-23.el7 will be installed
| |
− | ---> Package expat-devel.x86_64 0:2.1.0-12.el7 will be installed
| |
− | ---> Package fftw.x86_64 0:3.3.3-8.el7 will be installed
| |
− | ---> Package fftw-libs.x86_64 0:3.3.3-8.el7 will be installed
| |
− | ---> Package fftw-libs-double.x86_64 0:3.3.3-8.el7 will be installed
| |
− | ---> Package fftw-libs-long.x86_64 0:3.3.3-8.el7 will be installed
| |
− | ---> Package fftw-libs-single.x86_64 0:3.3.3-8.el7 will be installed
| |
− | ---> Package fontconfig.x86_64 0:2.13.0-4.3.el7 will be installed
| |
− | --> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.13.0-4.3.el7.x86_64
| |
− | --> Processing Dependency: dejavu-sans-fonts for package: fontconfig-2.13.0-4.3.el7.x86_64
| |
− | ---> Package gd.x86_64 0:2.0.35-26.el7 will be installed
| |
− | ---> Package gdk-pixbuf2.x86_64 0:2.36.12-3.el7 will be installed
| |
− | --> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64
| |
− | --> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64
| |
− | --> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64
| |
− | ---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed
| |
− | ---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed
| |
− | --> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64
| |
− | --> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64
| |
− | --> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64
| |
− | --> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
| |
− | --> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
| |
− | --> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
| |
− | --> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
| |
− | --> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
| |
− | --> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
| |
− | --> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
| |
− | ---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed
| |
− | ---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
| |
− | ---> Package libX11.x86_64 0:1.6.7-3.el7_9 will be installed
| |
− | --> Processing Dependency: libX11-common >= 1.6.7-3.el7_9 for package: libX11-1.6.7-3.el7_9.x86_64
| |
− | ---> Package libXaw.x86_64 0:1.0.13-4.el7 will be installed
| |
− | ---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
| |
− | ---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed
| |
− | ---> Package libXpm.x86_64 0:3.5.12-1.el7 will be installed
| |
− | ---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed
| |
− | ---> Package libXt.x86_64 0:1.1.5-3.el7 will be installed
| |
− | ---> Package libevent-devel.x86_64 0:2.0.21-4.el7 will be installed
| |
− | ---> Package libgcrypt-devel.x86_64 0:1.5.3-14.el7 will be installed
| |
− | --> Processing Dependency: libgpg-error-devel for package: libgcrypt-devel-1.5.3-14.el7.x86_64
| |
− | ---> Package libgs.x86_64 0:9.25-5.el7 will be installed
| |
− | --> Processing Dependency: lcms2 >= 2.6 for package: libgs-9.25-5.el7.x86_64
| |
− | --> Processing Dependency: adobe-mappings-pdf for package: libgs-9.25-5.el7.x86_64
| |
− | --> Processing Dependency: adobe-mappings-cmap-deprecated for package: libgs-9.25-5.el7.x86_64
| |
− | --> Processing Dependency: adobe-mappings-cmap for package: libgs-9.25-5.el7.x86_64
| |
− | --> Processing Dependency: libpaper.so.1()(64bit) for package: libgs-9.25-5.el7.x86_64
| |
− | --> Processing Dependency: libopenjp2.so.7()(64bit) for package: libgs-9.25-5.el7.x86_64
| |
− | --> Processing Dependency: liblcms2.so.2()(64bit) for package: libgs-9.25-5.el7.x86_64
| |
− | ---> Package libical.x86_64 0:3.0.3-2.el7 will be installed
| |
− | --> Processing Dependency: libicuuc.so.50()(64bit) for package: libical-3.0.3-2.el7.x86_64
| |
− | --> Processing Dependency: libicui18n.so.50()(64bit) for package: libical-3.0.3-2.el7.x86_64
| |
− | ---> Package libicu-devel.x86_64 0:50.2-4.el7_7 will be installed
| |
− | ---> Package libjpeg-turbo.x86_64 0:1.2.90-8.el7 will be installed
| |
− | ---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
| |
− | ---> Package libqb-devel.x86_64 0:1.0.1-9.el7 will be installed
| |
− | ---> Package librsvg2.x86_64 0:2.40.20-1.el7 will be installed
| |
− | ---> Package libsndfile.x86_64 0:1.0.25-12.el7 will be installed
| |
− | --> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-12.el7.x86_64
| |
− | ---> Package libsrtp.x86_64 0:1.4.4-11.20101004cvs.el7 will be installed
| |
− | ---> Package libvorbis.x86_64 1:1.3.3-8.el7.1 will be installed
| |
− | ---> Package neon.x86_64 0:0.30.0-4.el7 will be installed
| |
− | --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-4.el7.x86_64
| |
− | ---> Package pango.x86_64 0:1.42.4-4.el7_7 will be installed
| |
− | --> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.42.4-4.el7_7.x86_64
| |
− | --> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.42.4-4.el7_7.x86_64
| |
− | --> Processing Dependency: harfbuzz(x86-64) >= 1.4.2 for package: pango-1.42.4-4.el7_7.x86_64
| |
− | --> Processing Dependency: fribidi(x86-64) >= 1.0 for package: pango-1.42.4-4.el7_7.x86_64
| |
− | --> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.42.4-4.el7_7.x86_64
| |
− | --> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64
| |
− | --> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64
| |
− | --> Processing Dependency: libfribidi.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64
| |
− | --> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.42.4-4.el7_7.x86_64
| |
− | ---> Package postgresql.x86_64 0:9.2.24-4.el7_8 will be installed
| |
− | ---> Package postgresql-libs.x86_64 0:9.2.24-4.el7_8 will be installed
| |
− | ---> Package python-devel.x86_64 0:2.7.5-90.el7 will be installed
| |
− | --> Processing Dependency: python2-rpm-macros > 3-30 for package: python-devel-2.7.5-90.el7.x86_64
| |
− | --> Processing Dependency: python-rpm-macros > 3-30 for package: python-devel-2.7.5-90.el7.x86_64
| |
− | ---> Package speex.x86_64 0:1.2-0.19.rc1.el7 will be installed
| |
− | ---> Package subversion-libs.x86_64 0:1.7.14-16.el7 will be installed
| |
− | ---> Package unixODBC.x86_64 0:2.3.1-14.el7 will be installed
| |
− | ---> Package uriparser.x86_64 0:0.7.5-10.el7 will be installed
| |
− | --> Processing Dependency: cpptest for package: uriparser-0.7.5-10.el7.x86_64
| |
− | ---> Package urw-base35-fonts.noarch 0:20170801-10.el7 will be installed
| |
− | --> Processing Dependency: urw-base35-fonts-common = 20170801-10.el7 for package: urw-base35-fonts-20170801-10.el7.noarch
| |
− | --> Processing Dependency: urw-base35-z003-fonts for package: urw-base35-fonts-20170801-10.el7.noarch
| |
− | --> Processing Dependency: urw-base35-standard-symbols-ps-fonts for package: urw-base35-fonts-20170801-10.el7.noarch
| |
− | --> Processing Dependency: urw-base35-p052-fonts for package: urw-base35-fonts-20170801-10.el7.noarch
| |
− | --> Processing Dependency: urw-base35-nimbus-sans-fonts for package: urw-base35-fonts-20170801-10.el7.noarch
| |
− | --> Processing Dependency: urw-base35-nimbus-roman-fonts for package: urw-base35-fonts-20170801-10.el7.noarch
| |
− | --> Processing Dependency: urw-base35-nimbus-mono-ps-fonts for package: urw-base35-fonts-20170801-10.el7.noarch
| |
− | --> Processing Dependency: urw-base35-gothic-fonts for package: urw-base35-fonts-20170801-10.el7.noarch
| |
− | --> Processing Dependency: urw-base35-d050000l-fonts for package: urw-base35-fonts-20170801-10.el7.noarch
| |
− | --> Processing Dependency: urw-base35-c059-fonts for package: urw-base35-fonts-20170801-10.el7.noarch
| |
− | --> Processing Dependency: urw-base35-bookman-fonts for package: urw-base35-fonts-20170801-10.el7.noarch
| |
− | --> Running transaction check
| |
− | ---> Package adobe-mappings-cmap.noarch 0:20171205-3.el7 will be installed
| |
− | ---> Package adobe-mappings-cmap-deprecated.noarch 0:20171205-3.el7 will be installed
| |
− | ---> Package adobe-mappings-pdf.noarch 0:20180407-1.el7 will be installed
| |
− | ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
| |
− | ---> Package corosync.x86_64 0:2.4.5-7.el7 will be installed
| |
− | --> Processing Dependency: libcgroup.so.1(CGROUP_0.32.1)(64bit) for package: corosync-2.4.5-7.el7.x86_64
| |
− | --> Processing Dependency: libcgroup.so.1(CGROUP_0.32)(64bit) for package: corosync-2.4.5-7.el7.x86_64
| |
− | --> Processing Dependency: libcgroup.so.1()(64bit) for package: corosync-2.4.5-7.el7.x86_64
| |
− | ---> Package cpptest.x86_64 0:1.1.1-9.el7 will be installed
| |
− | ---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed
| |
− | --> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch
| |
− | ---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed
| |
− | ---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
| |
− | ---> Package fribidi.x86_64 0:1.0.2-1.el7_7.1 will be installed
| |
− | ---> Package gtk-update-icon-cache.x86_64 0:3.22.30-6.el7 will be installed
| |
− | ---> Package harfbuzz.x86_64 0:1.7.5-2.el7 will be installed
| |
− | --> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.7.5-2.el7.x86_64
| |
− | ---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
| |
− | ---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed
| |
− | ---> Package lcms2.x86_64 0:2.6-3.el7 will be installed
| |
− | ---> Package libX11-common.noarch 0:1.6.7-3.el7_9 will be installed
| |
− | ---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
| |
− | ---> Package libXcursor.x86_64 0:1.1.15-1.el7 will be installed
| |
− | ---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
| |
− | ---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed
| |
− | ---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed
| |
− | ---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed
| |
− | ---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
| |
− | ---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed
| |
− | ---> Package libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
| |
− | --> Processing Dependency: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64
| |
− | --> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64
| |
− | --> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64
| |
− | ---> Package libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
| |
− | --> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64
| |
− | ---> Package libgpg-error-devel.x86_64 0:1.12-3.el7 will be installed
| |
− | ---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed
| |
− | ---> Package libpaper.x86_64 0:1.1.24-9.el7 will be installed
| |
− | ---> Package libqb.x86_64 0:1.0.1-9.el7 will be installed
| |
− | ---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
| |
− | ---> Package libtiff.x86_64 0:4.0.3-35.el7 will be installed
| |
− | --> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-35.el7.x86_64
| |
− | ---> Package libxcb.x86_64 0:1.13-1.el7 will be installed
| |
− | --> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.13-1.el7.x86_64
| |
− | ---> Package openjpeg2.x86_64 0:2.3.1-3.el7_7 will be installed
| |
− | ---> Package pakchois.x86_64 0:0.4-10.el7 will be installed
| |
− | ---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed
| |
− | ---> Package python-rpm-macros.noarch 0:3-34.el7 will be installed
| |
− | ---> Package python2-rpm-macros.noarch 0:3-34.el7 will be installed
| |
− | ---> Package urw-base35-bookman-fonts.noarch 0:20170801-10.el7 will be installed
| |
− | --> Processing Dependency: xorg-x11-server-utils for package: urw-base35-bookman-fonts-20170801-10.el7.noarch
| |
− | --> Processing Dependency: xorg-x11-server-utils for package: urw-base35-bookman-fonts-20170801-10.el7.noarch
| |
− | --> Processing Dependency: xorg-x11-font-utils for package: urw-base35-bookman-fonts-20170801-10.el7.noarch
| |
− | --> Processing Dependency: xorg-x11-font-utils for package: urw-base35-bookman-fonts-20170801-10.el7.noarch
| |
− | ---> Package urw-base35-c059-fonts.noarch 0:20170801-10.el7 will be installed
| |
− | ---> Package urw-base35-d050000l-fonts.noarch 0:20170801-10.el7 will be installed
| |
− | ---> Package urw-base35-fonts-common.noarch 0:20170801-10.el7 will be installed
| |
− | ---> Package urw-base35-gothic-fonts.noarch 0:20170801-10.el7 will be installed
| |
− | ---> Package urw-base35-nimbus-mono-ps-fonts.noarch 0:20170801-10.el7 will be installed
| |
− | ---> Package urw-base35-nimbus-roman-fonts.noarch 0:20170801-10.el7 will be installed
| |
− | ---> Package urw-base35-nimbus-sans-fonts.noarch 0:20170801-10.el7 will be installed
| |
− | ---> Package urw-base35-p052-fonts.noarch 0:20170801-10.el7 will be installed
| |
− | ---> Package urw-base35-standard-symbols-ps-fonts.noarch 0:20170801-10.el7 will be installed
| |
− | ---> Package urw-base35-z003-fonts.noarch 0:20170801-10.el7 will be installed
| |
− | --> Running transaction check
| |
− | ---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed
| |
− | ---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed
| |
− | ---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
| |
− | ---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
| |
− | ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
| |
− | ---> Package libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
| |
− | ---> Package mesa-libEGL.x86_64 0:18.3.4-12.el7_9 will be installed
| |
− | --> Processing Dependency: mesa-libgbm = 18.3.4-12.el7_9 for package: mesa-libEGL-18.3.4-12.el7_9.x86_64
| |
− | --> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64
| |
− | --> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64
| |
− | --> Processing Dependency: libwayland-client.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64
| |
− | --> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64
| |
− | --> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64
| |
− | ---> Package mesa-libGL.x86_64 0:18.3.4-12.el7_9 will be installed
| |
− | --> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-18.3.4-12.el7_9.x86_64
| |
− | ---> Package xorg-x11-font-utils.x86_64 1:7.5-21.el7 will be installed
| |
− | --> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-21.el7.x86_64
| |
− | ---> Package xorg-x11-server-utils.x86_64 0:7.7-20.el7 will be installed
| |
− | --> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils-7.7-20.el7.x86_64
| |
− | --> Running transaction check
| |
− | ---> Package libXxf86misc.x86_64 0:1.0.3-7.1.el7 will be installed
| |
− | ---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed
| |
− | ---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed
| |
− | ---> Package libwayland-client.x86_64 0:1.15.0-1.el7 will be installed
| |
− | ---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed
| |
− | ---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
| |
− | ---> Package mesa-libgbm.x86_64 0:18.3.4-12.el7_9 will be installed
| |
| ---> Package mesa-libglapi.x86_64 0:18.3.4-12.el7_9 will be installed | | ---> Package mesa-libglapi.x86_64 0:18.3.4-12.el7_9 will be installed |
| --> Finished Dependency Resolution | | --> Finished Dependency Resolution |
Line 4,648: |
Line 928: |
| Installing: | | Installing: |
| alsa-lib-devel x86_64 1.1.8-1.el7 base 963 k | | alsa-lib-devel x86_64 1.1.8-1.el7 base 963 k |
− | binutils-devel x86_64 2.27-44.base.el7 base 881 k
| + | |
− | bluez-libs-devel x86_64 5.44-7.el7 base 48 k
| + | === SNIP === |
− | corosynclib-devel x86_64 2.4.5-7.el7 base 197 k
| + | |
− | doxygen x86_64 1:1.8.5-4.el7 base 3.6 M
| |
− | fftw-devel x86_64 3.3.3-8.el7 base 128 k
| |
− | graphviz x86_64 2.30.1-22.el7 base 1.3 M
| |
− | gsm-devel x86_64 1.0.13-11.el7 base 14 k
| |
− | jansson-devel x86_64 2.10-1.el7 base 8.9 k
| |
− | libcap-devel x86_64 2.22-11.el7 base 26 k
| |
− | libedit-devel x86_64 3.0-12.20121213cvs.el7 base 32 k
| |
− | libical-devel x86_64 3.0.3-2.el7 base 94 k
| |
− | libogg-devel x86_64 2:1.3.0-7.el7 base 13 k
| |
− | libsndfile-devel x86_64 1.0.25-12.el7 base 139 k
| |
− | libsrtp-devel x86_64 1.4.4-11.20101004cvs.el7 base 39 k
| |
− | libuuid-devel x86_64 2.23.2-65.el7 base 93 k
| |
− | libvorbis-devel x86_64 1:1.3.3-8.el7.1 base 21 k
| |
− | libxslt-devel x86_64 1.1.28-6.el7 base 309 k
| |
− | lua-devel x86_64 5.1.4-15.el7 base 21 k
| |
− | neon-devel x86_64 0.30.0-4.el7 base 110 k
| |
− | openldap-devel x86_64 2.4.44-22.el7 base 804 k
| |
− | postgresql-devel x86_64 9.2.24-4.el7_8 base 952 k
| |
− | speex-devel x86_64 1.2-0.19.rc1.el7 base 428 k
| |
− | sqlite-devel x86_64 3.7.17-8.el7_7.1 base 104 k
| |
− | subversion x86_64 1.7.14-16.el7 base 1.0 M
| |
− | unbound-devel x86_64 1.6.6-5.el7_8 base 45 k
| |
− | unixODBC-devel x86_64 2.3.1-14.el7 base 55 k
| |
| uriparser-devel x86_64 0.7.5-10.el7 base 138 k | | uriparser-devel x86_64 0.7.5-10.el7 base 138 k |
| Installing for dependencies: | | Installing for dependencies: |
| adobe-mappings-cmap noarch 20171205-3.el7 base 2.1 M | | adobe-mappings-cmap noarch 20171205-3.el7 base 2.1 M |
− | adobe-mappings-cmap-deprecated noarch 20171205-3.el7 base 114 k
| + | |
− | adobe-mappings-pdf noarch 20180407-1.el7 base 703 k
| + | === SNIP === |
− | apr x86_64 1.4.8-7.el7 base 104 k
| + | |
− | apr-util x86_64 1.5.2-6.el7 base 92 k
| |
− | atk x86_64 2.28.1-2.el7 base 263 k
| |
− | autoconf noarch 2.69-11.el7 base 701 k
| |
− | automake noarch 1.13.4-3.el7 base 679 k
| |
− | bluez-libs x86_64 5.44-7.el7 base 81 k
| |
− | cairo x86_64 1.15.12-4.el7 base 741 k
| |
− | corosync x86_64 2.4.5-7.el7 base 222 k
| |
− | corosynclib x86_64 2.4.5-7.el7 base 137 k
| |
− | cpptest x86_64 1.1.1-9.el7 base 47 k
| |
− | cyrus-sasl-devel x86_64 2.1.26-23.el7 base 310 k
| |
− | dejavu-fonts-common noarch 2.33-6.el7 base 64 k
| |
− | dejavu-sans-fonts noarch 2.33-6.el7 base 1.4 M
| |
− | expat-devel x86_64 2.1.0-12.el7 base 57 k
| |
− | fftw x86_64 3.3.3-8.el7 base 45 k
| |
− | fftw-libs x86_64 3.3.3-8.el7 base 8.5 k
| |
− | fftw-libs-double x86_64 3.3.3-8.el7 base 759 k
| |
− | fftw-libs-long x86_64 3.3.3-8.el7 base 495 k
| |
− | fftw-libs-single x86_64 3.3.3-8.el7 base 766 k
| |
− | flac-libs x86_64 1.3.0-5.el7_1 base 169 k
| |
− | fontconfig x86_64 2.13.0-4.3.el7 base 254 k
| |
− | fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
| |
− | fribidi x86_64 1.0.2-1.el7_7.1 base 79 k
| |
− | gd x86_64 2.0.35-26.el7 base 146 k
| |
− | gdk-pixbuf2 x86_64 2.36.12-3.el7 base 570 k
| |
− | graphite2 x86_64 1.3.10-1.el7_3 base 115 k
| |
− | gsm x86_64 1.0.13-11.el7 base 30 k
| |
− | gtk-update-icon-cache x86_64 3.22.30-6.el7 updates 27 k
| |
− | gtk2 x86_64 2.24.31-1.el7 base 3.4 M
| |
− | harfbuzz x86_64 1.7.5-2.el7 base 267 k
| |
− | hicolor-icon-theme noarch 0.12-7.el7 base 42 k
| |
− | jasper-libs x86_64 1.900.1-33.el7 base 150 k
| |
− | jbigkit-libs x86_64 2.0-11.el7 base 46 k
| |
− | lcms2 x86_64 2.6-3.el7 base 150 k
| |
− | libICE x86_64 1.0.9-9.el7 base 66 k
| |
− | libSM x86_64 1.2.2-2.el7 base 39 k
| |
− | libX11 x86_64 1.6.7-3.el7_9 updates 607 k
| |
− | libX11-common noarch 1.6.7-3.el7_9 updates 164 k
| |
− | libXau x86_64 1.0.8-2.1.el7 base 29 k
| |
− | libXaw x86_64 1.0.13-4.el7 base 192 k
| |
− | libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
| |
− | libXcursor x86_64 1.1.15-1.el7 base 30 k
| |
− | libXdamage x86_64 1.1.4-4.1.el7 base 20 k
| |
− | libXext x86_64 1.3.3-3.el7 base 39 k
| |
− | libXfixes x86_64 5.0.3-1.el7 base 18 k
| |
− | libXft x86_64 2.3.2-2.el7 base 58 k
| |
− | libXi x86_64 1.7.9-1.el7 base 40 k
| |
− | libXinerama x86_64 1.1.3-2.1.el7 base 14 k
| |
− | libXmu x86_64 1.1.2-2.el7 base 71 k
| |
− | libXpm x86_64 3.5.12-1.el7 base 55 k
| |
− | libXrandr x86_64 1.5.1-2.el7 base 27 k
| |
− | libXrender x86_64 0.9.10-1.el7 base 26 k
| |
− | libXt x86_64 1.1.5-3.el7 base 173 k
| |
− | libXxf86misc x86_64 1.0.3-7.1.el7 base 19 k
| |
− | libXxf86vm x86_64 1.1.4-1.el7 base 18 k
| |
− | libcgroup x86_64 0.41-21.el7 base 66 k
| |
− | libevent-devel x86_64 2.0.21-4.el7 base 85 k
| |
− | libfontenc x86_64 1.1.3-3.el7 base 31 k
| |
− | libgcrypt-devel x86_64 1.5.3-14.el7 base 129 k
| |
− | libglvnd x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 89 k
| |
− | libglvnd-egl x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 44 k
| |
− | libglvnd-glx x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 125 k
| |
− | libgpg-error-devel x86_64 1.12-3.el7 base 16 k
| |
− | libgs x86_64 9.25-5.el7 base 4.6 M
| |
− | libical x86_64 3.0.3-2.el7 base 265 k
| |
− | libicu x86_64 50.2-4.el7_7 base 6.9 M
| |
− | libicu-devel x86_64 50.2-4.el7_7 base 703 k
| |
− | libjpeg-turbo x86_64 1.2.90-8.el7 base 135 k
| |
− | libogg x86_64 2:1.3.0-7.el7 base 24 k
| |
− | libpaper x86_64 1.1.24-9.el7 base 37 k
| |
− | libqb x86_64 1.0.1-9.el7 base 96 k
| |
− | libqb-devel x86_64 1.0.1-9.el7 base 91 k
| |
− | librsvg2 x86_64 2.40.20-1.el7 base 132 k
| |
− | libsndfile x86_64 1.0.25-12.el7 base 149 k
| |
− | libsrtp x86_64 1.4.4-11.20101004cvs.el7 base 275 k
| |
− | libthai x86_64 0.1.14-9.el7 base 187 k
| |
− | libtiff x86_64 4.0.3-35.el7 base 172 k
| |
− | libvorbis x86_64 1:1.3.3-8.el7.1 base 204 k
| |
− | libwayland-client x86_64 1.15.0-1.el7 base 33 k
| |
− | libwayland-server x86_64 1.15.0-1.el7 base 39 k
| |
− | libxcb x86_64 1.13-1.el7 base 214 k
| |
− | libxshmfence x86_64 1.2-1.el7 base 7.2 k
| |
− | mesa-libEGL x86_64 18.3.4-12.el7_9 updates 110 k
| |
− | mesa-libGL x86_64 18.3.4-12.el7_9 updates 166 k
| |
− | mesa-libgbm x86_64 18.3.4-12.el7_9 updates 39 k
| |
− | mesa-libglapi x86_64 18.3.4-12.el7_9 updates 46 k
| |
− | neon x86_64 0.30.0-4.el7 base 166 k
| |
− | openjpeg2 x86_64 2.3.1-3.el7_7 base 153 k
| |
− | pakchois x86_64 0.4-10.el7 base 14 k
| |
− | pango x86_64 1.42.4-4.el7_7 base 280 k
| |
− | pixman x86_64 0.34.0-1.el7 base 248 k
| |
− | postgresql x86_64 9.2.24-4.el7_8 base 3.0 M
| |
− | postgresql-libs x86_64 9.2.24-4.el7_8 base 234 k
| |
− | python-devel x86_64 2.7.5-90.el7 updates 399 k
| |
− | python-rpm-macros noarch 3-34.el7 base 9.1 k
| |
− | python2-rpm-macros noarch 3-34.el7 base 8.1 k
| |
− | speex x86_64 1.2-0.19.rc1.el7 base 98 k
| |
− | subversion-libs x86_64 1.7.14-16.el7 base 922 k
| |
− | unixODBC x86_64 2.3.1-14.el7 base 413 k
| |
− | uriparser x86_64 0.7.5-10.el7 base 108 k
| |
− | urw-base35-bookman-fonts noarch 20170801-10.el7 base 852 k
| |
− | urw-base35-c059-fonts noarch 20170801-10.el7 base 879 k
| |
− | urw-base35-d050000l-fonts noarch 20170801-10.el7 base 75 k
| |
− | urw-base35-fonts noarch 20170801-10.el7 base 7.6 k
| |
− | urw-base35-fonts-common noarch 20170801-10.el7 base 19 k
| |
− | urw-base35-gothic-fonts noarch 20170801-10.el7 base 650 k
| |
− | urw-base35-nimbus-mono-ps-fonts noarch 20170801-10.el7 base 796 k
| |
− | urw-base35-nimbus-roman-fonts noarch 20170801-10.el7 base 860 k
| |
− | urw-base35-nimbus-sans-fonts noarch 20170801-10.el7 base 1.3 M
| |
− | urw-base35-p052-fonts noarch 20170801-10.el7 base 978 k
| |
− | urw-base35-standard-symbols-ps-fonts noarch 20170801-10.el7 base 40 k
| |
− | urw-base35-z003-fonts noarch 20170801-10.el7 base 275 k
| |
− | xorg-x11-font-utils x86_64 1:7.5-21.el7 base 104 k
| |
| xorg-x11-server-utils x86_64 7.7-20.el7 base 178 k | | xorg-x11-server-utils x86_64 7.7-20.el7 base 178 k |
| | | |
Line 4,802: |
Line 947: |
| Downloading packages: | | Downloading packages: |
| (1/145): adobe-mappings-cmap-deprecated-20171205-3.el7.noarch.rpm | 114 kB 00:00:00 | | (1/145): adobe-mappings-cmap-deprecated-20171205-3.el7.noarch.rpm | 114 kB 00:00:00 |
− | (2/145): adobe-mappings-pdf-20180407-1.el7.noarch.rpm | 703 kB 00:00:00
| + | |
− | (3/145): adobe-mappings-cmap-20171205-3.el7.noarch.rpm | 2.1 MB 00:00:00
| + | === SNIP === |
− | (4/145): apr-1.4.8-7.el7.x86_64.rpm | 104 kB 00:00:00
| + | |
− | (5/145): alsa-lib-devel-1.1.8-1.el7.x86_64.rpm | 963 kB 00:00:00
| |
− | (6/145): apr-util-1.5.2-6.el7.x86_64.rpm | 92 kB 00:00:00
| |
− | (7/145): atk-2.28.1-2.el7.x86_64.rpm | 263 kB 00:00:00
| |
− | (8/145): autoconf-2.69-11.el7.noarch.rpm | 701 kB 00:00:00
| |
− | (9/145): automake-1.13.4-3.el7.noarch.rpm | 679 kB 00:00:00
| |
− | (10/145): bluez-libs-5.44-7.el7.x86_64.rpm | 81 kB 00:00:00
| |
− | (11/145): binutils-devel-2.27-44.base.el7.x86_64.rpm | 881 kB 00:00:00
| |
− | (12/145): bluez-libs-devel-5.44-7.el7.x86_64.rpm | 48 kB 00:00:00
| |
− | (13/145): cairo-1.15.12-4.el7.x86_64.rpm | 741 kB 00:00:00
| |
− | (14/145): corosync-2.4.5-7.el7.x86_64.rpm | 222 kB 00:00:00
| |
− | (15/145): corosynclib-2.4.5-7.el7.x86_64.rpm | 137 kB 00:00:00
| |
− | (16/145): corosynclib-devel-2.4.5-7.el7.x86_64.rpm | 197 kB 00:00:00
| |
− | (17/145): cpptest-1.1.1-9.el7.x86_64.rpm | 47 kB 00:00:00
| |
− | (18/145): cyrus-sasl-devel-2.1.26-23.el7.x86_64.rpm | 310 kB 00:00:00
| |
− | (19/145): dejavu-fonts-common-2.33-6.el7.noarch.rpm | 64 kB 00:00:00
| |
− | (20/145): dejavu-sans-fonts-2.33-6.el7.noarch.rpm | 1.4 MB 00:00:00
| |
− | (21/145): doxygen-1.8.5-4.el7.x86_64.rpm | 3.6 MB 00:00:00
| |
− | (22/145): expat-devel-2.1.0-12.el7.x86_64.rpm | 57 kB 00:00:00
| |
− | (23/145): fftw-3.3.3-8.el7.x86_64.rpm | 45 kB 00:00:00
| |
− | (24/145): fftw-devel-3.3.3-8.el7.x86_64.rpm | 128 kB 00:00:00
| |
− | (25/145): fftw-libs-3.3.3-8.el7.x86_64.rpm | 8.5 kB 00:00:00
| |
− | (26/145): fftw-libs-double-3.3.3-8.el7.x86_64.rpm | 759 kB 00:00:00
| |
− | (27/145): fftw-libs-long-3.3.3-8.el7.x86_64.rpm | 495 kB 00:00:00
| |
− | (28/145): fftw-libs-single-3.3.3-8.el7.x86_64.rpm | 766 kB 00:00:00
| |
− | (29/145): flac-libs-1.3.0-5.el7_1.x86_64.rpm | 169 kB 00:00:00
| |
− | (30/145): fontconfig-2.13.0-4.3.el7.x86_64.rpm | 254 kB 00:00:00
| |
− | (31/145): fontpackages-filesystem-1.44-8.el7.noarch.rpm | 9.9 kB 00:00:00
| |
− | (32/145): fribidi-1.0.2-1.el7_7.1.x86_64.rpm | 79 kB 00:00:00
| |
− | (33/145): gd-2.0.35-26.el7.x86_64.rpm | 146 kB 00:00:00
| |
− | (34/145): graphite2-1.3.10-1.el7_3.x86_64.rpm | 115 kB 00:00:00
| |
− | (35/145): gdk-pixbuf2-2.36.12-3.el7.x86_64.rpm | 570 kB 00:00:00
| |
− | (36/145): gsm-1.0.13-11.el7.x86_64.rpm | 30 kB 00:00:00
| |
− | (37/145): graphviz-2.30.1-22.el7.x86_64.rpm | 1.3 MB 00:00:00
| |
− | (38/145): gsm-devel-1.0.13-11.el7.x86_64.rpm | 14 kB 00:00:00
| |
− | (39/145): harfbuzz-1.7.5-2.el7.x86_64.rpm | 267 kB 00:00:00
| |
− | (40/145): gtk2-2.24.31-1.el7.x86_64.rpm | 3.4 MB 00:00:00
| |
− | (41/145): hicolor-icon-theme-0.12-7.el7.noarch.rpm | 42 kB 00:00:00
| |
− | (42/145): jansson-devel-2.10-1.el7.x86_64.rpm | 8.9 kB 00:00:00
| |
− | (43/145): gtk-update-icon-cache-3.22.30-6.el7.x86_64.rpm | 27 kB 00:00:00
| |
− | (44/145): jasper-libs-1.900.1-33.el7.x86_64.rpm | 150 kB 00:00:00
| |
− | (45/145): jbigkit-libs-2.0-11.el7.x86_64.rpm | 46 kB 00:00:00
| |
− | (46/145): lcms2-2.6-3.el7.x86_64.rpm | 150 kB 00:00:00
| |
− | (47/145): libICE-1.0.9-9.el7.x86_64.rpm | 66 kB 00:00:00
| |
− | (48/145): libSM-1.2.2-2.el7.x86_64.rpm | 39 kB 00:00:00
| |
− | (49/145): libXau-1.0.8-2.1.el7.x86_64.rpm | 29 kB 00:00:00
| |
− | (50/145): libXaw-1.0.13-4.el7.x86_64.rpm | 192 kB 00:00:00
| |
− | (51/145): libXcomposite-0.4.4-4.1.el7.x86_64.rpm | 22 kB 00:00:00
| |
− | (52/145): libXcursor-1.1.15-1.el7.x86_64.rpm | 30 kB 00:00:00
| |
− | (53/145): libXdamage-1.1.4-4.1.el7.x86_64.rpm | 20 kB 00:00:00
| |
− | (54/145): libXext-1.3.3-3.el7.x86_64.rpm | 39 kB 00:00:00
| |
− | (55/145): libX11-1.6.7-3.el7_9.x86_64.rpm | 607 kB 00:00:00
| |
− | (56/145): libXfixes-5.0.3-1.el7.x86_64.rpm | 18 kB 00:00:00
| |
− | (57/145): libXft-2.3.2-2.el7.x86_64.rpm | 58 kB 00:00:00
| |
− | (58/145): libXi-1.7.9-1.el7.x86_64.rpm | 40 kB 00:00:00
| |
− | (59/145): libXinerama-1.1.3-2.1.el7.x86_64.rpm | 14 kB 00:00:00
| |
− | (60/145): libX11-common-1.6.7-3.el7_9.noarch.rpm | 164 kB 00:00:00
| |
− | (61/145): libXmu-1.1.2-2.el7.x86_64.rpm | 71 kB 00:00:00
| |
− | (62/145): libXpm-3.5.12-1.el7.x86_64.rpm | 55 kB 00:00:00
| |
− | (63/145): libXrandr-1.5.1-2.el7.x86_64.rpm | 27 kB 00:00:00
| |
− | (64/145): libXrender-0.9.10-1.el7.x86_64.rpm | 26 kB 00:00:00
| |
− | (65/145): libXt-1.1.5-3.el7.x86_64.rpm | 173 kB 00:00:00
| |
− | (66/145): libXxf86misc-1.0.3-7.1.el7.x86_64.rpm | 19 kB 00:00:00
| |
− | (67/145): libXxf86vm-1.1.4-1.el7.x86_64.rpm | 18 kB 00:00:00
| |
− | (68/145): libcap-devel-2.22-11.el7.x86_64.rpm | 26 kB 00:00:00
| |
− | (69/145): libcgroup-0.41-21.el7.x86_64.rpm | 66 kB 00:00:00
| |
− | (70/145): libedit-devel-3.0-12.20121213cvs.el7.x86_64.rpm | 32 kB 00:00:00
| |
− | (71/145): libevent-devel-2.0.21-4.el7.x86_64.rpm | 85 kB 00:00:00
| |
− | (72/145): libfontenc-1.1.3-3.el7.x86_64.rpm | 31 kB 00:00:00
| |
− | (73/145): libgcrypt-devel-1.5.3-14.el7.x86_64.rpm | 129 kB 00:00:00
| |
− | (74/145): libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 89 kB 00:00:00
| |
− | (75/145): libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 44 kB 00:00:00
| |
− | (76/145): libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 125 kB 00:00:00
| |
− | (77/145): libgpg-error-devel-1.12-3.el7.x86_64.rpm | 16 kB 00:00:00
| |
− | (78/145): libical-3.0.3-2.el7.x86_64.rpm | 265 kB 00:00:00
| |
− | (79/145): libgs-9.25-5.el7.x86_64.rpm | 4.6 MB 00:00:00
| |
− | (80/145): libical-devel-3.0.3-2.el7.x86_64.rpm | 94 kB 00:00:00
| |
− | (81/145): libicu-devel-50.2-4.el7_7.x86_64.rpm | 703 kB 00:00:00
| |
− | (82/145): libjpeg-turbo-1.2.90-8.el7.x86_64.rpm | 135 kB 00:00:00
| |
− | (83/145): libogg-1.3.0-7.el7.x86_64.rpm | 24 kB 00:00:00
| |
− | (84/145): libicu-50.2-4.el7_7.x86_64.rpm | 6.9 MB 00:00:00
| |
− | (85/145): libogg-devel-1.3.0-7.el7.x86_64.rpm | 13 kB 00:00:00
| |
− | (86/145): libpaper-1.1.24-9.el7.x86_64.rpm | 37 kB 00:00:00
| |
− | (87/145): libqb-1.0.1-9.el7.x86_64.rpm | 96 kB 00:00:00
| |
− | (88/145): libqb-devel-1.0.1-9.el7.x86_64.rpm | 91 kB 00:00:00
| |
− | (89/145): librsvg2-2.40.20-1.el7.x86_64.rpm | 132 kB 00:00:00
| |
− | (90/145): libsndfile-1.0.25-12.el7.x86_64.rpm | 149 kB 00:00:00
| |
− | (91/145): libsndfile-devel-1.0.25-12.el7.x86_64.rpm | 139 kB 00:00:00
| |
− | (92/145): libsrtp-1.4.4-11.20101004cvs.el7.x86_64.rpm | 275 kB 00:00:00
| |
− | (93/145): libsrtp-devel-1.4.4-11.20101004cvs.el7.x86_64.rpm | 39 kB 00:00:00
| |
− | (94/145): libthai-0.1.14-9.el7.x86_64.rpm | 187 kB 00:00:00
| |
− | (95/145): libtiff-4.0.3-35.el7.x86_64.rpm | 172 kB 00:00:00
| |
− | (96/145): libuuid-devel-2.23.2-65.el7.x86_64.rpm | 93 kB 00:00:00
| |
− | (97/145): libvorbis-1.3.3-8.el7.1.x86_64.rpm | 204 kB 00:00:00
| |
− | (98/145): libwayland-client-1.15.0-1.el7.x86_64.rpm | 33 kB 00:00:00
| |
− | (99/145): libvorbis-devel-1.3.3-8.el7.1.x86_64.rpm | 21 kB 00:00:00
| |
− | (100/145): libwayland-server-1.15.0-1.el7.x86_64.rpm | 39 kB 00:00:00
| |
− | (101/145): libxcb-1.13-1.el7.x86_64.rpm | 214 kB 00:00:00
| |
− | (102/145): libxshmfence-1.2-1.el7.x86_64.rpm | 7.2 kB 00:00:00
| |
− | (103/145): libxslt-devel-1.1.28-6.el7.x86_64.rpm | 309 kB 00:00:00
| |
− | (104/145): lua-devel-5.1.4-15.el7.x86_64.rpm | 21 kB 00:00:00
| |
− | (105/145): mesa-libEGL-18.3.4-12.el7_9.x86_64.rpm | 110 kB 00:00:00
| |
− | (106/145): mesa-libgbm-18.3.4-12.el7_9.x86_64.rpm | 39 kB 00:00:00
| |
− | (107/145): mesa-libglapi-18.3.4-12.el7_9.x86_64.rpm | 46 kB 00:00:00
| |
− | (108/145): neon-0.30.0-4.el7.x86_64.rpm | 166 kB 00:00:00
| |
− | (109/145): mesa-libGL-18.3.4-12.el7_9.x86_64.rpm | 166 kB 00:00:00
| |
− | (110/145): openjpeg2-2.3.1-3.el7_7.x86_64.rpm | 153 kB 00:00:00
| |
− | (111/145): openldap-devel-2.4.44-22.el7.x86_64.rpm | 804 kB 00:00:00
| |
− | (112/145): pakchois-0.4-10.el7.x86_64.rpm | 14 kB 00:00:00
| |
− | (113/145): pango-1.42.4-4.el7_7.x86_64.rpm | 280 kB 00:00:00
| |
− | (114/145): neon-devel-0.30.0-4.el7.x86_64.rpm | 110 kB 00:00:00
| |
− | (115/145): pixman-0.34.0-1.el7.x86_64.rpm | 248 kB 00:00:00
| |
− | (116/145): postgresql-devel-9.2.24-4.el7_8.x86_64.rpm | 952 kB 00:00:00
| |
− | (117/145): postgresql-libs-9.2.24-4.el7_8.x86_64.rpm | 234 kB 00:00:00
| |
− | (118/145): python-rpm-macros-3-34.el7.noarch.rpm | 9.1 kB 00:00:00
| |
− | (119/145): python-devel-2.7.5-90.el7.x86_64.rpm | 399 kB 00:00:00
| |
− | (120/145): python2-rpm-macros-3-34.el7.noarch.rpm | 8.1 kB 00:00:00
| |
− | (121/145): postgresql-9.2.24-4.el7_8.x86_64.rpm | 3.0 MB 00:00:00
| |
− | (122/145): speex-1.2-0.19.rc1.el7.x86_64.rpm | 98 kB 00:00:00
| |
− | (123/145): sqlite-devel-3.7.17-8.el7_7.1.x86_64.rpm | 104 kB 00:00:00
| |
− | (124/145): speex-devel-1.2-0.19.rc1.el7.x86_64.rpm | 428 kB 00:00:00
| |
− | (125/145): subversion-1.7.14-16.el7.x86_64.rpm | 1.0 MB 00:00:00
| |
− | (126/145): subversion-libs-1.7.14-16.el7.x86_64.rpm | 922 kB 00:00:00
| |
− | (127/145): unbound-devel-1.6.6-5.el7_8.x86_64.rpm | 45 kB 00:00:00
| |
− | (128/145): unixODBC-2.3.1-14.el7.x86_64.rpm | 413 kB 00:00:00
| |
− | (129/145): unixODBC-devel-2.3.1-14.el7.x86_64.rpm | 55 kB 00:00:00
| |
− | (130/145): uriparser-0.7.5-10.el7.x86_64.rpm | 108 kB 00:00:00
| |
− | (131/145): uriparser-devel-0.7.5-10.el7.x86_64.rpm | 138 kB 00:00:00
| |
− | (132/145): urw-base35-bookman-fonts-20170801-10.el7.noarch.rpm | 852 kB 00:00:00
| |
− | (133/145): urw-base35-c059-fonts-20170801-10.el7.noarch.rpm | 879 kB 00:00:00
| |
− | (134/145): urw-base35-d050000l-fonts-20170801-10.el7.noarch.rpm | 75 kB 00:00:00
| |
− | (135/145): urw-base35-fonts-20170801-10.el7.noarch.rpm | 7.6 kB 00:00:00
| |
− | (136/145): urw-base35-fonts-common-20170801-10.el7.noarch.rpm | 19 kB 00:00:00
| |
− | (137/145): urw-base35-gothic-fonts-20170801-10.el7.noarch.rpm | 650 kB 00:00:00
| |
− | (138/145): urw-base35-nimbus-mono-ps-fonts-20170801-10.el7.noarch.rpm | 796 kB 00:00:00
| |
− | (139/145): urw-base35-nimbus-roman-fonts-20170801-10.el7.noarch.rpm | 860 kB 00:00:00
| |
− | (140/145): urw-base35-nimbus-sans-fonts-20170801-10.el7.noarch.rpm | 1.3 MB 00:00:00
| |
− | (141/145): urw-base35-p052-fonts-20170801-10.el7.noarch.rpm | 978 kB 00:00:00
| |
− | (142/145): urw-base35-standard-symbols-ps-fonts-20170801-10.el7.noarch.rpm | 40 kB 00:00:00
| |
− | (143/145): urw-base35-z003-fonts-20170801-10.el7.noarch.rpm | 275 kB 00:00:00
| |
− | (144/145): xorg-x11-font-utils-7.5-21.el7.x86_64.rpm | 104 kB 00:00:00
| |
| (145/145): xorg-x11-server-utils-7.7-20.el7.x86_64.rpm | 178 kB 00:00:00 | | (145/145): xorg-x11-server-utils-7.7-20.el7.x86_64.rpm | 178 kB 00:00:00 |
| -------------------------------------------------------------------------------------------------------------- | | -------------------------------------------------------------------------------------------------------------- |
Line 4,953: |
Line 958: |
| Running transaction | | Running transaction |
| Installing : libjpeg-turbo-1.2.90-8.el7.x86_64 1/145 | | Installing : libjpeg-turbo-1.2.90-8.el7.x86_64 1/145 |
− | Installing : 2:libogg-1.3.0-7.el7.x86_64 2/145
| + | |
− | Installing : libICE-1.0.9-9.el7.x86_64 3/145
| + | === SNIP === |
− | Installing : libqb-1.0.1-9.el7.x86_64 4/145
| + | |
− | Installing : fftw-libs-long-3.3.3-8.el7.x86_64 5/145
| |
− | Installing : fftw-libs-single-3.3.3-8.el7.x86_64 6/145
| |
− | Installing : mesa-libglapi-18.3.4-12.el7_9.x86_64 7/145
| |
− | Installing : fontpackages-filesystem-1.44-8.el7.noarch 8/145
| |
− | Installing : urw-base35-fonts-common-20170801-10.el7.noarch 9/145
| |
− | Installing : apr-1.4.8-7.el7.x86_64 10/145
| |
− | Installing : fftw-libs-double-3.3.3-8.el7.x86_64 11/145
| |
− | Installing : apr-util-1.5.2-6.el7.x86_64 12/145
| |
− | Installing : libSM-1.2.2-2.el7.x86_64 13/145
| |
− | Installing : 1:libvorbis-1.3.3-8.el7.1.x86_64 14/145
| |
− | Installing : libxshmfence-1.2-1.el7.x86_64 15/145
| |
− | Installing : postgresql-libs-9.2.24-4.el7_8.x86_64 16/145
| |
− | Installing : atk-2.28.1-2.el7.x86_64 17/145
| |
− | Installing : gsm-1.0.13-11.el7.x86_64 18/145
| |
− | Installing : libicu-50.2-4.el7_7.x86_64 19/145
| |
− | Installing : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 20/145
| |
− | Installing : adobe-mappings-cmap-20171205-3.el7.noarch 21/145
| |
− | Installing : libwayland-server-1.15.0-1.el7.x86_64 22/145
| |
− | Installing : mesa-libgbm-18.3.4-12.el7_9.x86_64 23/145
| |
− | Installing : adobe-mappings-cmap-deprecated-20171205-3.el7.noarch 24/145
| |
− | Installing : libicu-devel-50.2-4.el7_7.x86_64 25/145
| |
− | Installing : libical-3.0.3-2.el7.x86_64 26/145
| |
− | Installing : postgresql-9.2.24-4.el7_8.x86_64 27/145
| |
− | Installing : fftw-3.3.3-8.el7.x86_64 28/145
| |
− | Installing : fftw-libs-3.3.3-8.el7.x86_64 29/145
| |
− | Installing : dejavu-fonts-common-2.33-6.el7.noarch 30/145
| |
− | Installing : dejavu-sans-fonts-2.33-6.el7.noarch 31/145
| |
− | Installing : fontconfig-2.13.0-4.3.el7.x86_64 32/145
| |
− | Installing : libqb-devel-1.0.1-9.el7.x86_64 33/145
| |
− | Installing : flac-libs-1.3.0-5.el7_1.x86_64 34/145
| |
− | Installing : libsndfile-1.0.25-12.el7.x86_64 35/145
| |
− | Installing : jasper-libs-1.900.1-33.el7.x86_64 36/145
| |
− | Installing : libcgroup-0.41-21.el7.x86_64 37/145
| |
− | Installing : corosynclib-2.4.5-7.el7.x86_64 38/145
| |
− | Installing : corosync-2.4.5-7.el7.x86_64 39/145
| |
− | Installing : libfontenc-1.1.3-3.el7.x86_64 40/145
| |
− | Installing : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 41/145
| |
− | Installing : lcms2-2.6-3.el7.x86_64 42/145
| |
− | Installing : expat-devel-2.1.0-12.el7.x86_64 43/145
| |
− | Installing : jbigkit-libs-2.0-11.el7.x86_64 44/145
| |
− | Installing : libtiff-4.0.3-35.el7.x86_64 45/145
| |
− | Installing : adobe-mappings-pdf-20180407-1.el7.noarch 46/145
| |
− | Installing : openjpeg2-2.3.1-3.el7_7.x86_64 47/145
| |
− | Installing : cyrus-sasl-devel-2.1.26-23.el7.x86_64 48/145
| |
− | Installing : libthai-0.1.14-9.el7.x86_64 49/145
| |
− | Installing : libpaper-1.1.24-9.el7.x86_64 50/145
| |
− | Installing : libsrtp-1.4.4-11.20101004cvs.el7.x86_64 51/145
| |
− | Installing : pakchois-0.4-10.el7.x86_64 52/145
| |
− | Installing : neon-0.30.0-4.el7.x86_64 53/145
| |
− | Installing : subversion-libs-1.7.14-16.el7.x86_64 54/145
| |
− | Installing : bluez-libs-5.44-7.el7.x86_64 55/145
| |
− | Installing : cpptest-1.1.1-9.el7.x86_64 56/145
| |
− | Installing : uriparser-0.7.5-10.el7.x86_64 57/145
| |
− | Installing : fribidi-1.0.2-1.el7_7.1.x86_64 58/145
| |
− | Installing : python-rpm-macros-3-34.el7.noarch 59/145
| |
− | Installing : hicolor-icon-theme-0.12-7.el7.noarch 60/145
| |
− | Installing : libwayland-client-1.15.0-1.el7.x86_64 61/145
| |
− | Installing : pixman-0.34.0-1.el7.x86_64 62/145
| |
− | Installing : libevent-devel-2.0.21-4.el7.x86_64 63/145
| |
− | Installing : graphite2-1.3.10-1.el7_3.x86_64 64/145
| |
− | Installing : harfbuzz-1.7.5-2.el7.x86_64 65/145
| |
− | Installing : speex-1.2-0.19.rc1.el7.x86_64 66/145
| |
− | Installing : unixODBC-2.3.1-14.el7.x86_64 67/145
| |
− | Installing : libgpg-error-devel-1.12-3.el7.x86_64 68/145
| |
− | Installing : libgcrypt-devel-1.5.3-14.el7.x86_64 69/145
| |
− | Installing : libXau-1.0.8-2.1.el7.x86_64 70/145
| |
− | Installing : libxcb-1.13-1.el7.x86_64 71/145
| |
− | Installing : autoconf-2.69-11.el7.noarch 72/145
| |
− | Installing : automake-1.13.4-3.el7.noarch 73/145
| |
− | Installing : 2:libogg-devel-1.3.0-7.el7.x86_64 74/145
| |
− | Installing : python2-rpm-macros-3-34.el7.noarch 75/145
| |
− | Installing : python-devel-2.7.5-90.el7.x86_64 76/145
| |
− | Installing : libX11-common-1.6.7-3.el7_9.noarch 77/145
| |
− | Installing : libX11-1.6.7-3.el7_9.x86_64 78/145
| |
− | Installing : libXext-1.3.3-3.el7.x86_64 79/145
| |
− | Installing : libXrender-0.9.10-1.el7.x86_64 80/145
| |
− | Installing : libXfixes-5.0.3-1.el7.x86_64 81/145
| |
− | Installing : gdk-pixbuf2-2.36.12-3.el7.x86_64 82/145
| |
− | Installing : libXt-1.1.5-3.el7.x86_64 83/145
| |
− | Installing : libXmu-1.1.2-2.el7.x86_64 84/145
| |
− | Installing : libXpm-3.5.12-1.el7.x86_64 85/145
| |
− | Installing : libXcursor-1.1.15-1.el7.x86_64 86/145
| |
− | Installing : libXdamage-1.1.4-4.1.el7.x86_64 87/145
| |
− | Installing : libXrandr-1.5.1-2.el7.x86_64 88/145
| |
− | Installing : libXi-1.7.9-1.el7.x86_64 89/145
| |
− | Installing : libXinerama-1.1.3-2.1.el7.x86_64 90/145
| |
− | Installing : libXxf86vm-1.1.4-1.el7.x86_64 91/145
| |
− | Installing : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 92/145
| |
− | Installing : mesa-libGL-18.3.4-12.el7_9.x86_64 93/145
| |
− | Installing : gd-2.0.35-26.el7.x86_64 94/145
| |
− | Installing : libXaw-1.0.13-4.el7.x86_64 95/145
| |
− | Installing : gtk-update-icon-cache-3.22.30-6.el7.x86_64 96/145
| |
− | Installing : libXft-2.3.2-2.el7.x86_64 97/145
| |
− | Installing : libXxf86misc-1.0.3-7.1.el7.x86_64 98/145
| |
− | Installing : xorg-x11-server-utils-7.7-20.el7.x86_64 99/145
| |
− | Installing : urw-base35-c059-fonts-20170801-10.el7.noarch 100/145
| |
− | Installing : urw-base35-d050000l-fonts-20170801-10.el7.noarch 101/145
| |
− | Installing : urw-base35-gothic-fonts-20170801-10.el7.noarch 102/145
| |
− | Installing : urw-base35-z003-fonts-20170801-10.el7.noarch 103/145
| |
− | Installing : urw-base35-nimbus-sans-fonts-20170801-10.el7.noarch 104/145
| |
− | Installing : urw-base35-bookman-fonts-20170801-10.el7.noarch 105/145
| |
− | Installing : urw-base35-standard-symbols-ps-fonts-20170801-10.el7.noarch 106/145
| |
− | Installing : urw-base35-p052-fonts-20170801-10.el7.noarch 107/145
| |
− | Installing : urw-base35-nimbus-roman-fonts-20170801-10.el7.noarch 108/145
| |
− | Installing : urw-base35-nimbus-mono-ps-fonts-20170801-10.el7.noarch 109/145
| |
− | Installing : urw-base35-fonts-20170801-10.el7.noarch 110/145
| |
− | Installing : libgs-9.25-5.el7.x86_64 111/145
| |
− | Installing : libXcomposite-0.4.4-4.1.el7.x86_64 112/145
| |
− | Installing : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 113/145
| |
− | Installing : mesa-libEGL-18.3.4-12.el7_9.x86_64 114/145
| |
− | Installing : cairo-1.15.12-4.el7.x86_64 115/145
| |
− | Installing : pango-1.42.4-4.el7_7.x86_64 116/145
| |
− | Installing : librsvg2-2.40.20-1.el7.x86_64 117/145
| |
− | Installing : gtk2-2.24.31-1.el7.x86_64 118/145
| |
− | Installing : graphviz-2.30.1-22.el7.x86_64 119/145
| |
− | Installing : unbound-devel-1.6.6-5.el7_8.x86_64 120/145
| |
− | Installing : 1:libvorbis-devel-1.3.3-8.el7.1.x86_64 121/145
| |
− | Installing : libxslt-devel-1.1.28-6.el7.x86_64 122/145
| |
− | Installing : unixODBC-devel-2.3.1-14.el7.x86_64 123/145
| |
− | Installing : speex-devel-1.2-0.19.rc1.el7.x86_64 124/145
| |
− | Installing : uriparser-devel-0.7.5-10.el7.x86_64 125/145
| |
− | Installing : bluez-libs-devel-5.44-7.el7.x86_64 126/145
| |
− | Installing : subversion-1.7.14-16.el7.x86_64 127/145
| |
− | Installing : neon-devel-0.30.0-4.el7.x86_64 128/145
| |
− | Installing : libsrtp-devel-1.4.4-11.20101004cvs.el7.x86_64 129/145
| |
− | Installing : openldap-devel-2.4.44-22.el7.x86_64 130/145
| |
− | Installing : corosynclib-devel-2.4.5-7.el7.x86_64 131/145
| |
− | Installing : libsndfile-devel-1.0.25-12.el7.x86_64 132/145
| |
− | Installing : fftw-devel-3.3.3-8.el7.x86_64 133/145
| |
− | Installing : postgresql-devel-9.2.24-4.el7_8.x86_64 134/145
| |
− | Installing : libical-devel-3.0.3-2.el7.x86_64 135/145
| |
− | Installing : gsm-devel-1.0.13-11.el7.x86_64 136/145
| |
− | Installing : sqlite-devel-3.7.17-8.el7_7.1.x86_64 137/145
| |
− | Installing : libuuid-devel-2.23.2-65.el7.x86_64 138/145
| |
− | Installing : binutils-devel-2.27-44.base.el7.x86_64 139/145
| |
− | Installing : libcap-devel-2.22-11.el7.x86_64 140/145
| |
− | Installing : lua-devel-5.1.4-15.el7.x86_64 141/145
| |
− | Installing : alsa-lib-devel-1.1.8-1.el7.x86_64 142/145
| |
− | Installing : jansson-devel-2.10-1.el7.x86_64 143/145
| |
− | Installing : 1:doxygen-1.8.5-4.el7.x86_64 144/145
| |
| Installing : libedit-devel-3.0-12.20121213cvs.el7.x86_64 145/145 | | Installing : libedit-devel-3.0-12.20121213cvs.el7.x86_64 145/145 |
| Verifying : libXext-1.3.3-3.el7.x86_64 1/145 | | Verifying : libXext-1.3.3-3.el7.x86_64 1/145 |
− | Verifying : libXi-1.7.9-1.el7.x86_64 2/145
| + | |
− | Verifying : libXrender-0.9.10-1.el7.x86_64 3/145
| + | === SNIP === |
− | Verifying : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 4/145
| + | |
− | Verifying : libwayland-server-1.15.0-1.el7.x86_64 5/145
| |
− | Verifying : fftw-3.3.3-8.el7.x86_64 6/145
| |
− | Verifying : unixODBC-devel-2.3.1-14.el7.x86_64 7/145
| |
− | Verifying : adobe-mappings-cmap-20171205-3.el7.noarch 8/145
| |
− | Verifying : fftw-libs-double-3.3.3-8.el7.x86_64 9/145
| |
− | Verifying : uriparser-devel-0.7.5-10.el7.x86_64 10/145
| |
− | Verifying : adobe-mappings-cmap-deprecated-20171205-3.el7.noarch 11/145
| |
− | Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 12/145
| |
− | Verifying : urw-base35-fonts-common-20170801-10.el7.noarch 13/145
| |
− | Verifying : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 14/145
| |
− | Verifying : libXpm-3.5.12-1.el7.x86_64 15/145
| |
− | Verifying : gsm-devel-1.0.13-11.el7.x86_64 16/145
| |
− | Verifying : libX11-common-1.6.7-3.el7_9.noarch 17/145
| |
− | Verifying : libX11-1.6.7-3.el7_9.x86_64 18/145
| |
− | Verifying : apr-util-1.5.2-6.el7.x86_64 19/145
| |
− | Verifying : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 20/145
| |
− | Verifying : subversion-libs-1.7.14-16.el7.x86_64 21/145
| |
− | Verifying : librsvg2-2.40.20-1.el7.x86_64 22/145
| |
− | Verifying : python2-rpm-macros-3-34.el7.noarch 23/145
| |
− | Verifying : autoconf-2.69-11.el7.noarch 24/145
| |
− | Verifying : libXau-1.0.8-2.1.el7.x86_64 25/145
| |
− | Verifying : libsndfile-devel-1.0.25-12.el7.x86_64 26/145
| |
− | Verifying : libedit-devel-3.0-12.20121213cvs.el7.x86_64 27/145
| |
− | Verifying : libXcursor-1.1.15-1.el7.x86_64 28/145
| |
− | Verifying : libgpg-error-devel-1.12-3.el7.x86_64 29/145
| |
− | Verifying : 1:libvorbis-devel-1.3.3-8.el7.1.x86_64 30/145
| |
− | Verifying : uriparser-0.7.5-10.el7.x86_64 31/145
| |
− | Verifying : libXxf86misc-1.0.3-7.1.el7.x86_64 32/145
| |
− | Verifying : libICE-1.0.9-9.el7.x86_64 33/145
| |
− | Verifying : neon-devel-0.30.0-4.el7.x86_64 34/145
| |
− | Verifying : libgs-9.25-5.el7.x86_64 35/145
| |
− | Verifying : libicu-devel-50.2-4.el7_7.x86_64 36/145
| |
− | Verifying : unixODBC-2.3.1-14.el7.x86_64 37/145
| |
− | Verifying : 2:libogg-devel-1.3.0-7.el7.x86_64 38/145
| |
− | Verifying : automake-1.13.4-3.el7.noarch 39/145
| |
− | Verifying : speex-1.2-0.19.rc1.el7.x86_64 40/145
| |
− | Verifying : 1:doxygen-1.8.5-4.el7.x86_64 41/145
| |
− | Verifying : python-devel-2.7.5-90.el7.x86_64 42/145
| |
− | Verifying : urw-base35-c059-fonts-20170801-10.el7.noarch 43/145
| |
− | Verifying : apr-1.4.8-7.el7.x86_64 44/145
| |
− | Verifying : libxslt-devel-1.1.28-6.el7.x86_64 45/145
| |
− | Verifying : urw-base35-d050000l-fonts-20170801-10.el7.noarch 46/145
| |
− | Verifying : speex-devel-1.2-0.19.rc1.el7.x86_64 47/145
| |
− | Verifying : libicu-50.2-4.el7_7.x86_64 48/145
| |
− | Verifying : jansson-devel-2.10-1.el7.x86_64 49/145
| |
− | Verifying : mesa-libGL-18.3.4-12.el7_9.x86_64 50/145
| |
− | Verifying : libqb-devel-1.0.1-9.el7.x86_64 51/145
| |
− | Verifying : unbound-devel-1.6.6-5.el7_8.x86_64 52/145
| |
− | Verifying : graphite2-1.3.10-1.el7_3.x86_64 53/145
| |
− | Verifying : bluez-libs-devel-5.44-7.el7.x86_64 54/145
| |
− | Verifying : gsm-1.0.13-11.el7.x86_64 55/145
| |
− | Verifying : corosync-2.4.5-7.el7.x86_64 56/145
| |
− | Verifying : libXmu-1.1.2-2.el7.x86_64 57/145
| |
− | Verifying : libevent-devel-2.0.21-4.el7.x86_64 58/145
| |
− | Verifying : gd-2.0.35-26.el7.x86_64 59/145
| |
− | Verifying : pixman-0.34.0-1.el7.x86_64 60/145
| |
− | Verifying : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 61/145
| |
− | Verifying : jasper-libs-1.900.1-33.el7.x86_64 62/145
| |
− | Verifying : 2:libogg-1.3.0-7.el7.x86_64 63/145
| |
− | Verifying : alsa-lib-devel-1.1.8-1.el7.x86_64 64/145
| |
− | Verifying : urw-base35-gothic-fonts-20170801-10.el7.noarch 65/145
| |
− | Verifying : libXfixes-5.0.3-1.el7.x86_64 66/145
| |
− | Verifying : atk-2.28.1-2.el7.x86_64 67/145
| |
− | Verifying : fontconfig-2.13.0-4.3.el7.x86_64 68/145
| |
− | Verifying : 1:libvorbis-1.3.3-8.el7.1.x86_64 69/145
| |
− | Verifying : gdk-pixbuf2-2.36.12-3.el7.x86_64 70/145
| |
− | Verifying : libXaw-1.0.13-4.el7.x86_64 71/145
| |
− | Verifying : urw-base35-z003-fonts-20170801-10.el7.noarch 72/145
| |
− | Verifying : subversion-1.7.14-16.el7.x86_64 73/145
| |
− | Verifying : urw-base35-nimbus-sans-fonts-20170801-10.el7.noarch 74/145
| |
− | Verifying : libsndfile-1.0.25-12.el7.x86_64 75/145
| |
− | Verifying : openldap-devel-2.4.44-22.el7.x86_64 76/145
| |
− | Verifying : libwayland-client-1.15.0-1.el7.x86_64 77/145
| |
− | Verifying : fontpackages-filesystem-1.44-8.el7.noarch 78/145
| |
− | Verifying : libical-3.0.3-2.el7.x86_64 79/145
| |
− | Verifying : hicolor-icon-theme-0.12-7.el7.noarch 80/145
| |
− | Verifying : mesa-libglapi-18.3.4-12.el7_9.x86_64 81/145
| |
− | Verifying : python-rpm-macros-3-34.el7.noarch 82/145
| |
− | Verifying : pango-1.42.4-4.el7_7.x86_64 83/145
| |
− | Verifying : fribidi-1.0.2-1.el7_7.1.x86_64 84/145
| |
− | Verifying : postgresql-libs-9.2.24-4.el7_8.x86_64 85/145
| |
− | Verifying : cpptest-1.1.1-9.el7.x86_64 86/145
| |
− | Verifying : libjpeg-turbo-1.2.90-8.el7.x86_64 87/145
| |
− | Verifying : postgresql-9.2.24-4.el7_8.x86_64 88/145
| |
− | Verifying : lua-devel-5.1.4-15.el7.x86_64 89/145
| |
− | Verifying : harfbuzz-1.7.5-2.el7.x86_64 90/145
| |
− | Verifying : fftw-libs-single-3.3.3-8.el7.x86_64 91/145
| |
− | Verifying : libXrandr-1.5.1-2.el7.x86_64 92/145
| |
− | Verifying : urw-base35-bookman-fonts-20170801-10.el7.noarch 93/145
| |
− | Verifying : libgcrypt-devel-1.5.3-14.el7.x86_64 94/145
| |
− | Verifying : mesa-libgbm-18.3.4-12.el7_9.x86_64 95/145
| |
− | Verifying : libxshmfence-1.2-1.el7.x86_64 96/145
| |
− | Verifying : libSM-1.2.2-2.el7.x86_64 97/145
| |
− | Verifying : urw-base35-standard-symbols-ps-fonts-20170801-10.el7.noarch 98/145
| |
− | Verifying : libcap-devel-2.22-11.el7.x86_64 99/145
| |
− | Verifying : xorg-x11-server-utils-7.7-20.el7.x86_64 100/145
| |
− | Verifying : corosynclib-2.4.5-7.el7.x86_64 101/145
| |
− | Verifying : libXdamage-1.1.4-4.1.el7.x86_64 102/145
| |
− | Verifying : bluez-libs-5.44-7.el7.x86_64 103/145
| |
− | Verifying : pakchois-0.4-10.el7.x86_64 104/145
| |
− | Verifying : graphviz-2.30.1-22.el7.x86_64 105/145
| |
− | Verifying : mesa-libEGL-18.3.4-12.el7_9.x86_64 106/145
| |
− | Verifying : libsrtp-1.4.4-11.20101004cvs.el7.x86_64 107/145
| |
− | Verifying : binutils-devel-2.27-44.base.el7.x86_64 108/145
| |
− | Verifying : libuuid-devel-2.23.2-65.el7.x86_64 109/145
| |
− | Verifying : libXinerama-1.1.3-2.1.el7.x86_64 110/145
| |
− | Verifying : libpaper-1.1.24-9.el7.x86_64 111/145
| |
− | Verifying : neon-0.30.0-4.el7.x86_64 112/145
| |
− | Verifying : libXxf86vm-1.1.4-1.el7.x86_64 113/145
| |
− | Verifying : urw-base35-p052-fonts-20170801-10.el7.noarch 114/145
| |
− | Verifying : urw-base35-nimbus-roman-fonts-20170801-10.el7.noarch 115/145
| |
− | Verifying : fftw-libs-long-3.3.3-8.el7.x86_64 116/145
| |
− | Verifying : libXt-1.1.5-3.el7.x86_64 117/145
| |
− | Verifying : gtk2-2.24.31-1.el7.x86_64 118/145
| |
− | Verifying : libsrtp-devel-1.4.4-11.20101004cvs.el7.x86_64 119/145
| |
− | Verifying : libtiff-4.0.3-35.el7.x86_64 120/145
| |
− | Verifying : dejavu-fonts-common-2.33-6.el7.noarch 121/145
| |
− | Verifying : libthai-0.1.14-9.el7.x86_64 122/145
| |
− | Verifying : postgresql-devel-9.2.24-4.el7_8.x86_64 123/145
| |
− | Verifying : libxcb-1.13-1.el7.x86_64 124/145
| |
− | Verifying : libXft-2.3.2-2.el7.x86_64 125/145
| |
− | Verifying : cyrus-sasl-devel-2.1.26-23.el7.x86_64 126/145
| |
− | Verifying : gtk-update-icon-cache-3.22.30-6.el7.x86_64 127/145
| |
− | Verifying : libical-devel-3.0.3-2.el7.x86_64 128/145
| |
− | Verifying : fftw-devel-3.3.3-8.el7.x86_64 129/145
| |
− | Verifying : openjpeg2-2.3.1-3.el7_7.x86_64 130/145
| |
− | Verifying : flac-libs-1.3.0-5.el7_1.x86_64 131/145
| |
− | Verifying : libqb-1.0.1-9.el7.x86_64 132/145
| |
− | Verifying : urw-base35-nimbus-mono-ps-fonts-20170801-10.el7.noarch 133/145
| |
− | Verifying : adobe-mappings-pdf-20180407-1.el7.noarch 134/145
| |
− | Verifying : jbigkit-libs-2.0-11.el7.x86_64 135/145
| |
− | Verifying : cairo-1.15.12-4.el7.x86_64 136/145
| |
− | Verifying : expat-devel-2.1.0-12.el7.x86_64 137/145
| |
− | Verifying : lcms2-2.6-3.el7.x86_64 138/145
| |
− | Verifying : corosynclib-devel-2.4.5-7.el7.x86_64 139/145
| |
− | Verifying : dejavu-sans-fonts-2.33-6.el7.noarch 140/145
| |
− | Verifying : sqlite-devel-3.7.17-8.el7_7.1.x86_64 141/145
| |
− | Verifying : urw-base35-fonts-20170801-10.el7.noarch 142/145
| |
− | Verifying : fftw-libs-3.3.3-8.el7.x86_64 143/145
| |
− | Verifying : libfontenc-1.1.3-3.el7.x86_64 144/145
| |
| Verifying : libcgroup-0.41-21.el7.x86_64 145/145 | | Verifying : libcgroup-0.41-21.el7.x86_64 145/145 |
| | | |
| Installed: | | Installed: |
| alsa-lib-devel.x86_64 0:1.1.8-1.el7 binutils-devel.x86_64 0:2.27-44.base.el7 | | alsa-lib-devel.x86_64 0:1.1.8-1.el7 binutils-devel.x86_64 0:2.27-44.base.el7 |
− | bluez-libs-devel.x86_64 0:5.44-7.el7 corosynclib-devel.x86_64 0:2.4.5-7.el7
| + | |
− | doxygen.x86_64 1:1.8.5-4.el7 fftw-devel.x86_64 0:3.3.3-8.el7
| + | === SNIP === |
− | graphviz.x86_64 0:2.30.1-22.el7 gsm-devel.x86_64 0:1.0.13-11.el7
| + | |
− | jansson-devel.x86_64 0:2.10-1.el7 libcap-devel.x86_64 0:2.22-11.el7
| |
− | libedit-devel.x86_64 0:3.0-12.20121213cvs.el7 libical-devel.x86_64 0:3.0.3-2.el7
| |
− | libogg-devel.x86_64 2:1.3.0-7.el7 libsndfile-devel.x86_64 0:1.0.25-12.el7
| |
− | libsrtp-devel.x86_64 0:1.4.4-11.20101004cvs.el7 libuuid-devel.x86_64 0:2.23.2-65.el7
| |
− | libvorbis-devel.x86_64 1:1.3.3-8.el7.1 libxslt-devel.x86_64 0:1.1.28-6.el7
| |
− | lua-devel.x86_64 0:5.1.4-15.el7 neon-devel.x86_64 0:0.30.0-4.el7
| |
− | openldap-devel.x86_64 0:2.4.44-22.el7 postgresql-devel.x86_64 0:9.2.24-4.el7_8
| |
− | speex-devel.x86_64 0:1.2-0.19.rc1.el7 sqlite-devel.x86_64 0:3.7.17-8.el7_7.1
| |
− | subversion.x86_64 0:1.7.14-16.el7 unbound-devel.x86_64 0:1.6.6-5.el7_8
| |
− | unixODBC-devel.x86_64 0:2.3.1-14.el7 uriparser-devel.x86_64 0:0.7.5-10.el7
| |
| | | |
| Dependency Installed: | | Dependency Installed: |
| adobe-mappings-cmap.noarch 0:20171205-3.el7 | | adobe-mappings-cmap.noarch 0:20171205-3.el7 |
− | adobe-mappings-cmap-deprecated.noarch 0:20171205-3.el7
| + | |
− | adobe-mappings-pdf.noarch 0:20180407-1.el7
| + | === SNIP === |
− | apr.x86_64 0:1.4.8-7.el7
| |
− | apr-util.x86_64 0:1.5.2-6.el7
| |
− | atk.x86_64 0:2.28.1-2.el7
| |
− | autoconf.noarch 0:2.69-11.el7
| |
− | automake.noarch 0:1.13.4-3.el7
| |
− | bluez-libs.x86_64 0:5.44-7.el7
| |
− | cairo.x86_64 0:1.15.12-4.el7
| |
− | corosync.x86_64 0:2.4.5-7.el7
| |
− | corosynclib.x86_64 0:2.4.5-7.el7
| |
− | cpptest.x86_64 0:1.1.1-9.el7
| |
− | cyrus-sasl-devel.x86_64 0:2.1.26-23.el7
| |
− | dejavu-fonts-common.noarch 0:2.33-6.el7
| |
− | dejavu-sans-fonts.noarch 0:2.33-6.el7
| |
− | expat-devel.x86_64 0:2.1.0-12.el7
| |
− | fftw.x86_64 0:3.3.3-8.el7
| |
− | fftw-libs.x86_64 0:3.3.3-8.el7
| |
− | fftw-libs-double.x86_64 0:3.3.3-8.el7
| |
− | fftw-libs-long.x86_64 0:3.3.3-8.el7
| |
− | fftw-libs-single.x86_64 0:3.3.3-8.el7
| |
− | flac-libs.x86_64 0:1.3.0-5.el7_1
| |
− | fontconfig.x86_64 0:2.13.0-4.3.el7
| |
− | fontpackages-filesystem.noarch 0:1.44-8.el7
| |
− | fribidi.x86_64 0:1.0.2-1.el7_7.1
| |
− | gd.x86_64 0:2.0.35-26.el7
| |
− | gdk-pixbuf2.x86_64 0:2.36.12-3.el7
| |
− | graphite2.x86_64 0:1.3.10-1.el7_3
| |
− | gsm.x86_64 0:1.0.13-11.el7
| |
− | gtk-update-icon-cache.x86_64 0:3.22.30-6.el7
| |
− | gtk2.x86_64 0:2.24.31-1.el7
| |
− | harfbuzz.x86_64 0:1.7.5-2.el7
| |
− | hicolor-icon-theme.noarch 0:0.12-7.el7
| |
− | jasper-libs.x86_64 0:1.900.1-33.el7
| |
− | jbigkit-libs.x86_64 0:2.0-11.el7
| |
− | lcms2.x86_64 0:2.6-3.el7
| |
− | libICE.x86_64 0:1.0.9-9.el7
| |
− | libSM.x86_64 0:1.2.2-2.el7
| |
− | libX11.x86_64 0:1.6.7-3.el7_9
| |
− | libX11-common.noarch 0:1.6.7-3.el7_9
| |
− | libXau.x86_64 0:1.0.8-2.1.el7
| |
− | libXaw.x86_64 0:1.0.13-4.el7
| |
− | libXcomposite.x86_64 0:0.4.4-4.1.el7
| |
− | libXcursor.x86_64 0:1.1.15-1.el7
| |
− | libXdamage.x86_64 0:1.1.4-4.1.el7
| |
− | libXext.x86_64 0:1.3.3-3.el7
| |
− | libXfixes.x86_64 0:5.0.3-1.el7
| |
− | libXft.x86_64 0:2.3.2-2.el7
| |
− | libXi.x86_64 0:1.7.9-1.el7
| |
− | libXinerama.x86_64 0:1.1.3-2.1.el7
| |
− | libXmu.x86_64 0:1.1.2-2.el7
| |
− | libXpm.x86_64 0:3.5.12-1.el7
| |
− | libXrandr.x86_64 0:1.5.1-2.el7
| |
− | libXrender.x86_64 0:0.9.10-1.el7
| |
− | libXt.x86_64 0:1.1.5-3.el7
| |
− | libXxf86misc.x86_64 0:1.0.3-7.1.el7
| |
− | libXxf86vm.x86_64 0:1.1.4-1.el7
| |
− | libcgroup.x86_64 0:0.41-21.el7
| |
− | libevent-devel.x86_64 0:2.0.21-4.el7
| |
− | libfontenc.x86_64 0:1.1.3-3.el7
| |
− | libgcrypt-devel.x86_64 0:1.5.3-14.el7
| |
− | libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7
| |
− | libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7
| |
− | libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7
| |
− | libgpg-error-devel.x86_64 0:1.12-3.el7
| |
− | libgs.x86_64 0:9.25-5.el7
| |
− | libical.x86_64 0:3.0.3-2.el7
| |
− | libicu.x86_64 0:50.2-4.el7_7
| |
− | libicu-devel.x86_64 0:50.2-4.el7_7
| |
− | libjpeg-turbo.x86_64 0:1.2.90-8.el7
| |
− | libogg.x86_64 2:1.3.0-7.el7
| |
− | libpaper.x86_64 0:1.1.24-9.el7
| |
− | libqb.x86_64 0:1.0.1-9.el7
| |
− | libqb-devel.x86_64 0:1.0.1-9.el7
| |
− | librsvg2.x86_64 0:2.40.20-1.el7
| |
− | libsndfile.x86_64 0:1.0.25-12.el7
| |
− | libsrtp.x86_64 0:1.4.4-11.20101004cvs.el7
| |
− | libthai.x86_64 0:0.1.14-9.el7
| |
− | libtiff.x86_64 0:4.0.3-35.el7
| |
− | libvorbis.x86_64 1:1.3.3-8.el7.1
| |
− | libwayland-client.x86_64 0:1.15.0-1.el7
| |
− | libwayland-server.x86_64 0:1.15.0-1.el7
| |
− | libxcb.x86_64 0:1.13-1.el7
| |
− | libxshmfence.x86_64 0:1.2-1.el7
| |
− | mesa-libEGL.x86_64 0:18.3.4-12.el7_9
| |
− | mesa-libGL.x86_64 0:18.3.4-12.el7_9
| |
− | mesa-libgbm.x86_64 0:18.3.4-12.el7_9
| |
− | mesa-libglapi.x86_64 0:18.3.4-12.el7_9
| |
− | neon.x86_64 0:0.30.0-4.el7
| |
− | openjpeg2.x86_64 0:2.3.1-3.el7_7
| |
− | pakchois.x86_64 0:0.4-10.el7
| |
− | pango.x86_64 0:1.42.4-4.el7_7
| |
− | pixman.x86_64 0:0.34.0-1.el7
| |
− | postgresql.x86_64 0:9.2.24-4.el7_8
| |
− | postgresql-libs.x86_64 0:9.2.24-4.el7_8
| |
− | python-devel.x86_64 0:2.7.5-90.el7
| |
− | python-rpm-macros.noarch 0:3-34.el7
| |
− | python2-rpm-macros.noarch 0:3-34.el7
| |
− | speex.x86_64 0:1.2-0.19.rc1.el7
| |
− | subversion-libs.x86_64 0:1.7.14-16.el7
| |
− | unixODBC.x86_64 0:2.3.1-14.el7
| |
− | uriparser.x86_64 0:0.7.5-10.el7
| |
− | urw-base35-bookman-fonts.noarch 0:20170801-10.el7
| |
− | urw-base35-c059-fonts.noarch 0:20170801-10.el7
| |
− | urw-base35-d050000l-fonts.noarch 0:20170801-10.el7
| |
− | urw-base35-fonts.noarch 0:20170801-10.el7
| |
− | urw-base35-fonts-common.noarch 0:20170801-10.el7
| |
− | urw-base35-gothic-fonts.noarch 0:20170801-10.el7
| |
− | urw-base35-nimbus-mono-ps-fonts.noarch 0:20170801-10.el7
| |
− | urw-base35-nimbus-roman-fonts.noarch 0:20170801-10.el7
| |
− | urw-base35-nimbus-sans-fonts.noarch 0:20170801-10.el7
| |
− | urw-base35-p052-fonts.noarch 0:20170801-10.el7
| |
− | urw-base35-standard-symbols-ps-fonts.noarch 0:20170801-10.el7
| |
− | urw-base35-z003-fonts.noarch 0:20170801-10.el7
| |
− | xorg-x11-font-utils.x86_64 1:7.5-21.el7
| |
− | xorg-x11-server-utils.x86_64 0:7.7-20.el7
| |
| | | |
| Complete! | | Complete! |
Line 5,382: |
Line 983: |
| | | |
| == Run ./configure for Asterisk == | | == Run ./configure for Asterisk == |
| + | |
| + | For CentOS 7.X, you will get an error about needing a newer version of jansson library. It may be possible to manually install the newer version, however it is probaly fine to just use the '''--with-jansson-bundled''' flag to include the version bundled with Asterisk source code. |
| + | |
| + | In addition, we will want to load the bundled pjsip channel drivers, with the '''--with-pjproject-pundled'''. |
| + | |
| + | Hopefully this completed without any issues, however you should look over the output to ensure it is what you are expecting. |
| | | |
| <pre> | | <pre> |
− | [root@cn38-inverness-co asterisk-18.1.0]# ./configure --with-jansson-bundled | + | [root@cn38-inverness-co asterisk-18.1.0]# ./configure --with-jansson-bundled --with-pjproject-bundled |
| + | |
| checking build system type... x86_64-pc-linux-gnu | | checking build system type... x86_64-pc-linux-gnu |
− | checking host system type... x86_64-pc-linux-gnu
| + | |
− | checking for gcc... gcc
| + | === SNIP === |
− | checking whether the C compiler works... yes
| + | |
− | checking for C compiler default output file name... a.out
| |
− | checking for suffix of executables...
| |
− | checking whether we are cross compiling... no
| |
− | checking for suffix of object files... o
| |
− | checking whether we are using the GNU C compiler... yes
| |
− | checking whether gcc accepts -g... yes
| |
− | checking for gcc option to accept ISO C89... none needed
| |
− | checking how to run the C preprocessor... gcc -E
| |
− | checking for grep that handles long lines and -e... /bin/grep
| |
− | checking for egrep... /bin/grep -E
| |
− | checking for ANSI C header files... yes
| |
− | checking for sys/types.h... yes
| |
− | checking for sys/stat.h... yes
| |
− | checking for stdlib.h... yes
| |
− | checking for string.h... yes
| |
− | checking for memory.h... yes
| |
− | checking for strings.h... yes
| |
− | checking for inttypes.h... yes
| |
− | checking for stdint.h... yes
| |
− | checking for unistd.h... yes
| |
− | checking minix/config.h usability... no
| |
− | checking minix/config.h presence... no
| |
− | checking for minix/config.h... no
| |
− | checking whether it is safe to define __EXTENSIONS__... yes
| |
− | checking whether char is unsigned... no
| |
− | checking for uname... /bin/uname
| |
− | checking for g++... g++
| |
− | checking whether we are using the GNU C++ compiler... yes
| |
− | checking whether g++ accepts -g... yes
| |
− | checking how to run the C preprocessor... gcc -E
| |
− | checking how to run the C++ preprocessor... g++ -E
| |
− | checking for a sed that does not truncate output... /bin/sed
| |
− | checking for egrep... grep -E
| |
− | checking for ld used by gcc... /bin/ld
| |
− | checking if the linker (/bin/ld) is GNU ld... yes
| |
− | checking for gawk... gawk
| |
− | checking for a BSD-compatible install... /bin/install -c
| |
− | checking whether ln -s works... yes
| |
− | checking for ranlib... ranlib
| |
− | checking for GNU make... make
| |
− | checking for egrep... (cached) /bin/grep -E
| |
− | checking for strip... strip
| |
− | checking for ar... ar
| |
− | checking for bison... /bin/bison
| |
− | checking for cmp... /bin/cmp
| |
− | checking for cat... /bin/cat
| |
− | checking for cut... /bin/cut
| |
− | checking for flex... /bin/flex
| |
− | checking for grep... (cached) /bin/grep
| |
− | checking for python2.7... /bin/python2.7
| |
− | checking for find... /bin/find
| |
− | checking for basename... /bin/basename
| |
− | checking for dirname... /bin/dirname
| |
− | checking for sh... /bin/sh
| |
− | checking for ln... /bin/ln
| |
− | checking for doxygen... /bin/doxygen
| |
− | checking for dot... /bin/dot
| |
− | checking for wget... /bin/wget
| |
− | checking for curl... /bin/curl
| |
− | checking for xmllint... /bin/xmllint
| |
− | checking for xmlstarlet... no
| |
− | checking for xml... no
| |
− | checking for bash... /bin/sh
| |
− | checking for git... :
| |
− | checking for alembic... :
| |
− | checking for bzip2... /bin/bzip2
| |
− | checking for tar... /bin/tar
| |
− | checking for patch... /bin/patch
| |
− | checking for sed... (cached) /bin/sed
| |
− | checking for nm... /bin/nm
| |
− | checking for ldconfig... /sbin/ldconfig
| |
− | checking for sha1sum... /bin/sha1sum
| |
− | checking for openssl... /bin/openssl
| |
− | checking for bison that supports parse-param... /bin/bison
| |
− | checking for soxmix... no
| |
− | checking for md5... no
| |
− | checking for md5sum... md5sum
| |
− | checking for a sed that does not truncate output... (cached) /bin/sed
| |
− | checking whether gcc is Clang... no
| |
− | checking whether pthreads work with -pthread... yes
| |
− | checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
| |
− | checking whether more special flags are required for pthreads... no
| |
− | checking for PTHREAD_PRIO_INHERIT... yes
| |
− | checking for RAII support... checking for gcc -fnested-functions... no
| |
− | checking for clang strsep/strcmp optimization... no
| |
− | checking for embedded jansson (may have to download)... configuring
| |
− | [jansson] Downloading https://raw.githubusercontent.com/asterisk/third-party/master/jansson/2.12/jansson-2.12.tar.bz2 to /tmp/jansson-2.12.tar.bz2
| |
− | [jansson] Verifying /tmp/jansson-2.12.tar.bz2
| |
− | [jansson] Verify successful
| |
− | [jansson] Verifying /tmp/jansson-2.12.tar.bz2
| |
− | [jansson] Verify successful
| |
− | [jansson] Unpacking /tmp/jansson-2.12.tar.bz2
| |
− | [jansson] Applying patches /usr/local/src/asterisk-18.1.0/third-party/jansson/patches /usr/local/src/asterisk-18.1.0/third-party/jansson/source
| |
− | No patches in /usr/local/src/asterisk-18.1.0/third-party/jansson/patches
| |
− | [jansson] Rebuilding
| |
− | [jansson] Configuring
| |
− | checking for bundled jansson... yes
| |
− | checking for embedded pjproject (may have to download)... configuring
| |
− | checking for bundled pjproject... yes
| |
− | checking for gawk... (cached) gawk
| |
− | checking for curl-config... /bin/curl-config
| |
− | checking for the version of libcurl... 7.29.0
| |
− | checking for libcurl >= version 7.10.1... yes
| |
− | checking whether libcurl is usable... yes
| |
− | checking for curl_free... yes
| |
− | checking for size_t... yes
| |
− | checking for working alloca.h... yes
| |
− | checking for alloca... yes
| |
− | checking for dirent.h that defines DIR... yes
| |
− | checking for library containing opendir... none required
| |
− | checking for ANSI C header files... (cached) yes
| |
− | checking for sys/wait.h that is POSIX.1 compatible... yes
| |
− | checking for sys/types.h... (cached) yes
| |
− | checking for netinet/in.h... yes
| |
− | checking for arpa/nameser.h... yes
| |
− | checking for netdb.h... yes
| |
− | checking for resolv.h... yes
| |
− | checking for arpa/nameser.h... (cached) yes
| |
− | checking assert.h usability... yes
| |
− | checking assert.h presence... yes
| |
− | checking for assert.h... yes
| |
− | checking ctype.h usability... yes
| |
− | checking ctype.h presence... yes
| |
− | checking for ctype.h... yes
| |
− | checking dlfcn.h usability... yes
| |
− | checking dlfcn.h presence... yes
| |
− | checking for dlfcn.h... yes
| |
− | checking errno.h usability... yes
| |
− | checking errno.h presence... yes
| |
− | checking for errno.h... yes
| |
− | checking fcntl.h usability... yes
| |
− | checking fcntl.h presence... yes
| |
− | checking for fcntl.h... yes
| |
− | checking float.h usability... yes
| |
− | checking float.h presence... yes
| |
− | checking for float.h... yes
| |
− | checking grp.h usability... yes
| |
− | checking grp.h presence... yes
| |
− | checking for grp.h... yes
| |
− | checking for inttypes.h... (cached) yes
| |
− | checking limits.h usability... yes
| |
− | checking limits.h presence... yes
| |
− | checking for limits.h... yes
| |
− | checking locale.h usability... yes
| |
− | checking locale.h presence... yes
| |
− | checking for locale.h... yes
| |
− | checking math.h usability... yes
| |
− | checking math.h presence... yes
| |
− | checking for math.h... yes
| |
− | checking pwd.h usability... yes
| |
− | checking pwd.h presence... yes
| |
− | checking for pwd.h... yes
| |
− | checking for netinet/in.h... (cached) yes
| |
− | checking regex.h usability... yes
| |
− | checking regex.h presence... yes
| |
− | checking for regex.h... yes
| |
− | checking sched.h usability... yes
| |
− | checking sched.h presence... yes
| |
− | checking for sched.h... yes
| |
− | checking stdarg.h usability... yes
| |
− | checking stdarg.h presence... yes
| |
− | checking for stdarg.h... yes
| |
− | checking for stdint.h... (cached) yes
| |
− | checking stdio.h usability... yes
| |
− | checking stdio.h presence... yes
| |
− | checking for stdio.h... yes
| |
− | checking for stdlib.h... (cached) yes
| |
− | checking for string.h... (cached) yes
| |
− | checking syslog.h usability... yes
| |
− | checking syslog.h presence... yes
| |
− | checking for syslog.h... yes
| |
− | checking sys/file.h usability... yes
| |
− | checking sys/file.h presence... yes
| |
− | checking for sys/file.h... yes
| |
− | checking sys/ioctl.h usability... yes
| |
− | checking sys/ioctl.h presence... yes
| |
− | checking for sys/ioctl.h... yes
| |
− | checking sys/param.h usability... yes
| |
− | checking sys/param.h presence... yes
| |
− | checking for sys/param.h... yes
| |
− | checking sys/resource.h usability... yes
| |
− | checking sys/resource.h presence... yes
| |
− | checking for sys/resource.h... yes
| |
− | checking sys/socket.h usability... yes
| |
− | checking sys/socket.h presence... yes
| |
− | checking for sys/socket.h... yes
| |
− | checking for sys/stat.h... (cached) yes
| |
− | checking sys/time.h usability... yes
| |
− | checking sys/time.h presence... yes
| |
− | checking for sys/time.h... yes
| |
− | checking for sys/types.h... (cached) yes
| |
− | checking sys/un.h usability... yes
| |
− | checking sys/un.h presence... yes
| |
− | checking for sys/un.h... yes
| |
− | checking termios.h usability... yes
| |
− | checking termios.h presence... yes
| |
− | checking for termios.h... yes
| |
− | checking time.h usability... yes
| |
− | checking time.h presence... yes
| |
− | checking for time.h... yes
| |
− | checking for unistd.h... (cached) yes
| |
− | checking arpa/inet.h usability... yes
| |
− | checking arpa/inet.h presence... yes
| |
− | checking for arpa/inet.h... yes
| |
− | checking libintl.h usability... yes
| |
− | checking libintl.h presence... yes
| |
− | checking for libintl.h... yes
| |
− | checking malloc.h usability... yes
| |
− | checking malloc.h presence... yes
| |
− | checking for malloc.h... yes
| |
− | checking for netdb.h... (cached) yes
| |
− | checking stddef.h usability... yes
| |
− | checking stddef.h presence... yes
| |
− | checking for stddef.h... yes
| |
− | checking for strings.h... (cached) yes
| |
− | checking sys/event.h usability... no
| |
− | checking sys/event.h presence... no
| |
− | checking for sys/event.h... no
| |
− | checking utime.h usability... yes
| |
− | checking utime.h presence... yes
| |
− | checking for utime.h... yes
| |
− | checking for pkg-config... /bin/pkg-config
| |
− | checking pkg-config is at least version 0.9.0... yes
| |
− | checking for LIBEDIT... yes
| |
− | checking for Testing for libedit unicode support... no
| |
− | checking for uuid_generate_random in -luuid... yes
| |
− | checking uuid/uuid.h usability... yes
| |
− | checking uuid/uuid.h presence... yes
| |
− | checking for uuid/uuid.h... yes
| |
− | checking for clock_gettime in -lrt... yes
| |
− | checking for xml2-config... /bin/xml2-config
| |
− | checking for uriParseUriA in -luriparser... yes
| |
− | checking uriparser/Uri.h usability... yes
| |
− | checking uriparser/Uri.h presence... yes
| |
− | checking for uriparser/Uri.h... yes
| |
− | checking for xsltLoadStylesheetPI in -lxslt... yes
| |
− | checking libxslt/xsltInternals.h usability... yes
| |
− | checking libxslt/xsltInternals.h presence... yes
| |
− | checking for libxslt/xsltInternals.h... yes
| |
− | checking for xsltCleanupGlobals in -lxslt... yes
| |
− | checking for libxslt/xsltInternals.h... (cached) yes
| |
− | checking xlocale.h usability... yes
| |
− | checking xlocale.h presence... yes
| |
− | checking for xlocale.h... yes
| |
− | checking winsock.h usability... no
| |
− | checking winsock.h presence... no
| |
− | checking for winsock.h... no
| |
− | checking winsock2.h usability... no
| |
− | checking winsock2.h presence... no
| |
− | checking for winsock2.h... no
| |
− | checking sys/poll.h usability... yes
| |
− | checking sys/poll.h presence... yes
| |
− | checking for sys/poll.h... yes
| |
− | checking for special C compiler options needed for large files... no
| |
− | checking for _FILE_OFFSET_BITS value needed for large files... no
| |
− | checking for stdbool.h that conforms to C99... yes
| |
− | checking for _Bool... yes
| |
− | checking for an ANSI C-conforming const... yes
| |
− | checking for uid_t in sys/types.h... yes
| |
− | checking for inline... inline
| |
− | checking for long double with more range or precision than double... yes
| |
− | checking for mode_t... yes
| |
− | checking for off_t... yes
| |
− | checking for pid_t... yes
| |
− | checking for size_t... (cached) yes
| |
− | checking for struct stat.st_blksize... yes
| |
− | checking for struct ucred.uid... yes
| |
− | checking for struct ucred.cr_uid... no
| |
− | checking for struct sockpeercred.uid... no
| |
− | checking for struct ifreq.ifr_ifru.ifru_hwaddr... yes
| |
− | checking whether time.h and sys/time.h may both be included... yes
| |
− | checking whether struct tm is in sys/time.h or time.h... time.h
| |
− | checking for working volatile... yes
| |
− | checking for ptrdiff_t... yes
| |
− | checking for struct stat.st_mtim... yes
| |
− | checking for struct stat.st_mtimensec... no
| |
− | checking for struct stat.st_mtimespec... no
| |
− | checking for unistd.h... (cached) yes
| |
− | checking for working chown... yes
| |
− | checking whether closedir returns void... no
| |
− | checking for error_at_line... yes
| |
− | checking vfork.h usability... no
| |
− | checking vfork.h presence... no
| |
− | checking for vfork.h... no
| |
− | checking for fork... yes
| |
− | checking for vfork... yes
| |
− | checking for working fork... yes
| |
− | checking for working vfork... (cached) yes
| |
− | checking for _LARGEFILE_SOURCE value needed for large files... no
| |
− | checking whether gcc needs -traditional... no
| |
− | checking for working memcmp... yes
| |
− | checking for stdlib.h... (cached) yes
| |
− | checking for unistd.h... (cached) yes
| |
− | checking for sys/param.h... (cached) yes
| |
− | checking for utime.h... (cached) yes
| |
− | checking for getpagesize... yes
| |
− | checking for working mmap... yes
| |
− | checking sys/select.h usability... yes
| |
− | checking sys/select.h presence... yes
| |
− | checking for sys/select.h... yes
| |
− | checking for sys/socket.h... (cached) yes
| |
− | checking types of arguments for select... int,fd_set *,struct timeval *
| |
− | checking whether lstat correctly handles trailing slash... yes
| |
− | checking whether stat accepts an empty string... no
| |
− | checking for working strcoll... yes
| |
− | checking for strftime... yes
| |
− | checking for working strnlen... yes
| |
− | checking for working strtod... yes
| |
− | checking whether utime accepts a null argument... yes
| |
− | checking for vprintf... yes
| |
− | checking for _doprnt... no
| |
− | checking for asprintf... yes
| |
− | checking for atexit... yes
| |
− | checking for closefrom... no
| |
− | checking for dup2... yes
| |
− | checking for eaccess... yes
| |
− | checking for endpwent... yes
| |
− | checking for euidaccess... yes
| |
− | checking for ffsll... yes
| |
− | checking for ftruncate... yes
| |
− | checking for getcwd... yes
| |
− | checking for gethostbyname... yes
| |
− | checking for gethostname... yes
| |
− | checking for getloadavg... yes
| |
− | checking for gettimeofday... yes
| |
− | checking for glob... yes
| |
− | checking for ioperm... yes
| |
− | checking for inet_ntoa... yes
| |
− | checking for isascii... yes
| |
− | checking for memchr... yes
| |
− | checking for memmove... yes
| |
− | checking for memset... yes
| |
− | checking for mkdir... yes
| |
− | checking for mkdtemp... yes
| |
− | checking for munmap... yes
| |
− | checking for newlocale... yes
| |
− | checking for pipe2... yes
| |
− | checking for ppoll... yes
| |
− | checking for putenv... yes
| |
− | checking for re_comp... yes
| |
− | checking for regcomp... yes
| |
− | checking for select... yes
| |
− | checking for setenv... yes
| |
− | checking for socket... yes
| |
− | checking for strcasecmp... yes
| |
− | checking for strcasestr... yes
| |
− | checking for strchr... yes
| |
− | checking for strcspn... yes
| |
− | checking for strdup... yes
| |
− | checking for strerror... yes
| |
− | checking for strlcat... no
| |
− | checking for strlcpy... no
| |
− | checking for strncasecmp... yes
| |
− | checking for strndup... yes
| |
− | checking for strnlen... yes
| |
− | checking for strrchr... yes
| |
− | checking for strsep... yes
| |
− | checking for strspn... yes
| |
− | checking for strstr... yes
| |
− | checking for strtod... (cached) yes
| |
− | checking for strtol... yes
| |
− | checking for strtold... yes
| |
− | checking for strtoq... yes
| |
− | checking for unsetenv... yes
| |
− | checking for uselocale... yes
| |
− | checking for utime... yes
| |
− | checking for vasprintf... yes
| |
− | checking for getpeereid... no
| |
− | checking for sysctl... yes
| |
− | checking for swapctl... no
| |
− | checking for malloc_trim... yes
| |
− | checking for htonll... no
| |
− | checking for ntohll... no
| |
− | checking for sqrt in -lm... yes
| |
− | checking for exp2... yes
| |
− | checking for log2... yes
| |
− | checking for exp10... yes
| |
− | checking for log10... yes
| |
− | checking for sin... yes
| |
− | checking for cos... yes
| |
− | checking for tan... yes
| |
− | checking for asin... yes
| |
− | checking for acos... yes
| |
− | checking for atan... yes
| |
− | checking for atan2... yes
| |
− | checking for pow... yes
| |
− | checking for rint... yes
| |
− | checking for exp... yes
| |
− | checking for log... yes
| |
− | checking for remainder... yes
| |
− | checking for fmod... yes
| |
− | checking for round... yes
| |
− | checking for roundf... yes
| |
− | checking for trunc... yes
| |
− | checking for floor... yes
| |
− | checking for ceil... yes
| |
− | checking for exp2l... yes
| |
− | checking for log2l... yes
| |
− | checking for exp10l... yes
| |
− | checking for log10l... yes
| |
− | checking for sinl... yes
| |
− | checking for cosl... yes
| |
− | checking for tanl... yes
| |
− | checking for asinl... yes
| |
− | checking for acosl... yes
| |
− | checking for atanl... yes
| |
− | checking for atan2l... yes
| |
− | checking for powl... yes
| |
− | checking for sqrtl... yes
| |
− | checking for rintl... yes
| |
− | checking for expl... yes
| |
− | checking for logl... yes
| |
− | checking for remainderl... yes
| |
− | checking for fmodl... yes
| |
− | checking for roundl... yes
| |
− | checking for truncl... yes
| |
− | checking for floorl... yes
| |
− | checking for ceill... yes
| |
− | checking for LLONG_MAX in limits.h... yes
| |
− | checking for timersub in time.h... yes
| |
− | checking for a version of GNU ld that supports the --dynamic-list flag... yes
| |
− | checking for sys/poll.h... (cached) yes
| |
− | checking for inet_aton... yes
| |
− | checking for IP_PKTINFO... yes
| |
− | checking for library containing gethostbyname_r... none required
| |
− | checking for gethostbyname_r with 6 arguments... yes
| |
− | checking for gethostbyname_r with 5 arguments... no
| |
− | checking byteswap.h usability... yes
| |
− | checking byteswap.h presence... yes
| |
− | checking for byteswap.h... yes
| |
− | checking for __swap16 variant of <sys/endian.h> byteswapping macros... no
| |
− | checking for bswap16 variant of <sys/endian.h> byteswapping macros... no
| |
− | checking for locale_t in locale.h... yes
| |
− | checking for O_EVTONLY in fcntl.h... no
| |
− | checking for O_SYMLINK in fcntl.h... no
| |
− | checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... yes
| |
− | checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... yes
| |
− | checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... yes
| |
− | checking for PTHREAD_MUTEX_ADAPTIVE_NP in pthread.h... yes
| |
− | checking for pthread_spinlock_t in pthread.h... yes
| |
− | checking for pthread_rwlock_timedwrlock() in pthread.h... yes
| |
− | checking for working unnamed semaphores... yes
| |
− | checking if PTHREAD_ONCE_INIT needs braces... no
| |
− | checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... yes
| |
− | checking whether we can compare a mutex to its initial value... no
| |
− | checking sys/thr.h usability... no
| |
− | checking sys/thr.h presence... no
| |
− | checking for sys/thr.h... no
| |
− | checking for compiler sync operations... yes
| |
− | checking for compiler atomic operations... yes
| |
− | checking if your system printf is NULL-safe.... (null)yes
| |
− | checking if socket() accepts SOCK_NONBLOCK... yes
| |
− | checking if we can increase the maximum select-able file descriptor... no
| |
− | checking if we have usable eventfd support... yes
| |
− | checking for compiler 'attribute pure' support... yes
| |
− | checking for compiler 'attribute malloc' support... yes
| |
− | checking for compiler 'attribute const' support... yes
| |
− | checking for compiler 'attribute unused' support... yes
| |
− | checking for compiler 'attribute always_inline' support... no
| |
− | checking for compiler 'attribute deprecated' support... yes
| |
− | checking for compiler 'attribute sentinel' support... yes
| |
− | checking for compiler 'attribute warn_unused_result' support... yes
| |
− | checking for compiler 'attribute may_alias' support... yes
| |
− | checking for compiler 'attribute constructor' support... yes
| |
− | checking for compiler 'attribute destructor' support... yes
| |
− | checking for compiler 'attribute noreturn' support... yes
| |
− | checking for -fsanitize=address support... yes
| |
− | checking for -fsanitize=thread support... yes
| |
− | checking for -fsanitize=leak support... no
| |
− | checking for -fsanitize=undefined support... no
| |
− | checking for -Wdeclaration-after-statement support... yes
| |
− | checking for -Wtrampolines support... yes
| |
− | checking for _FORTIFY_SOURCE support... yes
| |
− | checking for -fno-strict-overflow... yes
| |
− | checking for -Wno-format-truncation... yes
| |
− | checking for -Wno-stringop-truncation... yes
| |
− | checking for -Wshadow... yes
| |
− | checking for -march=native support... yes
| |
− | checking whether to use rpath... not needed
| |
− | checking for sysinfo... yes
| |
− | checking for library containing res_9_ninit... no
| |
− | checking for res_ninit... yes
| |
− | checking for library containing res_9_ndestroy... no
| |
− | checking for res_ndestroy... no
| |
− | checking for library containing res_9_close... no
| |
− | checking for res_close... no
| |
− | checking for BIND_8_COMPAT required... no
| |
− | checking for GLOB_NOMAGIC in glob.h... yes
| |
− | checking for GLOB_BRACE in glob.h... yes
| |
− | checking for RTLD_NOLOAD in dlfcn.h... yes
| |
− | checking for IP_MTU_DISCOVER in netinet/in.h... yes
| |
− | checking size of int... 4
| |
− | checking size of long... 8
| |
− | checking size of long long... 8
| |
− | checking size of char *... 8
| |
− | checking size of long... (cached) 8
| |
− | checking size of long long... (cached) 8
| |
− | checking size of fd_set.fds_bits... (cached) 8
| |
− | checking for dladdr in dlfcn.h... yes
| |
− | checking for snd_pcm_open in -lasound... yes
| |
− | checking alsa/asoundlib.h usability... yes
| |
− | checking alsa/asoundlib.h presence... yes
| |
− | checking for alsa/asoundlib.h... yes
| |
− | checking for bfd_openr in -lbfd... yes
| |
− | checking bfd.h usability... yes
| |
− | checking bfd.h presence... yes
| |
− | checking for bfd.h... yes
| |
− | checking for cap_from_text in -lcap... yes
| |
− | checking sys/capability.h usability... yes
| |
− | checking sys/capability.h presence... yes
| |
− | checking for sys/capability.h... yes
| |
− | checking for DAHDI_RESET_COUNTERS in dahdi/user.h... no
| |
− | checking for DAHDI_DEFAULT_MTU_MRU in dahdi/user.h... no
| |
− | checking for DAHDI_CODE in dahdi/user.h... no
| |
− | checking for DAHDI_POLICY_HALF_FULL in dahdi/user.h... no
| |
− | checking for enhanced dahdi vmwi support... no
| |
− | checking if "int foo = DAHDI_ECHOCANCEL_FAX_MODE" compiles using dahdi/user.h... no
| |
− | checking for getifaddrs() support... yes
| |
− | checking for timerfd support... yes
| |
− | checking for gsm_create in -lgsm... yes
| |
− | checking gsm.h usability... yes
| |
− | checking gsm.h presence... yes
| |
− | checking for gsm.h... yes
| |
− | checking gsm/gsm.h usability... yes
| |
− | checking gsm/gsm.h presence... yes
| |
− | checking for gsm/gsm.h... yes
| |
− | checking for ILBC... no
| |
− | checking for iconv_open in -liconv... no
| |
− | checking for libiconv_open in -liconv... no
| |
− | checking for iconv_close in -lc... yes
| |
− | checking iconv.h usability... yes
| |
− | checking iconv.h presence... yes
| |
− | checking for iconv.h... yes
| |
− | checking for icaltimezone_get_utc_timezone in -lical... yes
| |
− | checking libical/ical.h usability... yes
| |
− | checking libical/ical.h presence... yes
| |
− | checking for libical/ical.h... yes
| |
− | checking for iks_start_sasl in -liksemel... no
| |
− | checking for UW IMAP Toolkit c-client library... no
| |
− | checking for system c-client library...... no
| |
− | checking for SQLConnect in -liodbc... no
| |
− | checking for inotify_init in -lc... yes
| |
− | checking sys/inotify.h usability... yes
| |
− | checking sys/inotify.h presence... yes
| |
− | checking for sys/inotify.h... yes
| |
− | checking for jack_activate in -ljack... no
| |
− | checking for kqueue in -lc... no
| |
− | checking for kevent64... no
| |
− | checking for ldap_initialize in -lldap... yes
| |
− | checking ldap.h usability... yes
| |
− | checking ldap.h presence... yes
| |
− | checking for ldap.h... yes
| |
− | checking for mISDN_open in -lmISDN... no
| |
− | checking for mysql_config... /bin/mysql_config
| |
− | checking for MySQL client bool support... no
| |
− | checking for MySQL client my_bool support... yes
| |
− | checking for nbs_connect in -lnbs... no
| |
− | checking for neon-config... /bin/neon-config
| |
− | checking for neon-config... /bin/neon-config
| |
− | checking for net-snmp-config... /bin/net-snmp-config
| |
− | checking for newtBell in -lnewt... yes
| |
− | checking newt.h usability... yes
| |
− | checking newt.h presence... yes
| |
− | checking for newt.h... yes
| |
− | checking for ub_ctx_delete in -lunbound... yes
| |
− | checking unbound.h usability... yes
| |
− | checking unbound.h presence... yes
| |
− | checking for unbound.h... yes
| |
− | checking for unbound version >= 1.5... yes
| |
− | checking for SQLConnect in -lodbc... yes
| |
− | checking sql.h usability... yes
| |
− | checking sql.h presence... yes
| |
− | checking for sql.h... yes
| |
− | checking for ogg_stream_init in -logg... yes
| |
− | checking ogg/ogg.h usability... yes
| |
− | checking ogg/ogg.h presence... yes
| |
− | checking for ogg/ogg.h... yes
| |
− | checking for backtrace in -lexecinfo... no
| |
− | checking for backtrace in -lc... yes
| |
− | checking execinfo.h usability... yes
| |
− | checking execinfo.h presence... yes
| |
− | checking for execinfo.h... yes
| |
− | checking for ba2str in -lbluetooth... yes
| |
− | checking bluetooth/bluetooth.h usability... yes
| |
− | checking bluetooth/bluetooth.h presence... yes
| |
− | checking for bluetooth/bluetooth.h... yes
| |
− | checking for bs_version in -lbeanstalk... no
| |
− | checking linux/soundcard.h usability... yes
| |
− | checking linux/soundcard.h presence... yes
| |
− | checking for linux/soundcard.h... yes
| |
− | checking for pg_config... /bin/pg_config
| |
− | checking for PQescapeStringConn in -lpq... yes
| |
− | checking for pg_encoding_to_char within Postgres headers... yes
| |
− | checking for poptStrerror in -lpopt... yes
| |
− | checking popt.h usability... yes
| |
− | checking popt.h presence... yes
| |
− | checking for popt.h... yes
| |
− | checking for PORTAUDIO... no
| |
− | checking for Pa_GetDeviceCount in -lportaudio... no
| |
− | checking for pri_connected_line_update in -lpri... no
| |
− | checking for resample_open in -lresample... no
| |
− | checking for fftw_malloc in -lfftw3... yes
| |
− | checking fftw3.h usability... yes
| |
− | checking fftw3.h presence... yes
| |
− | checking for fftw3.h... yes
| |
− | checking for sf_open in -lsndfile... yes
| |
− | checking sndfile.h usability... yes
| |
− | checking sndfile.h presence... yes
| |
− | checking for sndfile.h... yes
| |
− | checking for minimum version of SpanDSP... no
| |
− | checking for ss7_set_isup_timer in -lss7... no
| |
− | checking for openr2_chan_new in -lopenr2... no
| |
− | checking for opus_encoder_create in -lopus... no
| |
− | checking for op_open_callbacks in -lopusfile... no
| |
− | checking for luaL_newstate in -llua5.4... no
| |
− | checking for luaL_newstate in -llua5.3... no
| |
− | checking for luaL_newstate in -llua5.2... no
| |
− | checking for luaL_newstate in -llua5.1... no
| |
− | checking for luaL_newstate in -llua... yes
| |
− | checking lua.h usability... yes
| |
− | checking lua.h presence... yes
| |
− | checking for lua.h... yes
| |
− | checking for rc_read_config in -lfreeradius-client... no
| |
− | checking for rc_read_config in -lradiusclient-ng... no
| |
− | checking for rc_read_config in -lradcli... no
| |
− | checking for codec2_create in -lcodec2... no
| |
− | checking for cpg_join in -lcpg... yes
| |
− | checking corosync/cpg.h usability... yes
| |
− | checking corosync/cpg.h presence... yes
| |
− | checking for corosync/cpg.h... yes
| |
− | checking for corosync_cfg_state_track in -lcfg... no
| |
− | checking for speex_encode in -lspeex... yes
| |
− | checking speex/speex.h usability... yes
| |
− | checking speex/speex.h presence... yes
| |
− | checking for speex/speex.h... yes
| |
− | checking for speex_preprocess_ctl in -lspeex... no
| |
− | checking for speex_preprocess_ctl in -lspeexdsp... yes
| |
− | checking for speex/speex.h... (cached) yes
| |
− | checking for sqlite_exec in -lsqlite... no
| |
− | checking for sqlite3_open in -lsqlite3... yes
| |
− | checking sqlite3.h usability... yes
| |
− | checking sqlite3.h presence... yes
| |
− | checking for sqlite3.h... yes
| |
− | checking for crypt in -lcrypt... yes
| |
− | checking crypt.h usability... yes
| |
− | checking crypt.h presence... yes
| |
− | checking for crypt.h... yes
| |
− | checking for crypt... no
| |
− | checking for crypt_r in -lcrypt... yes
| |
− | checking for AES_encrypt in -lcrypto... yes
| |
− | checking openssl/aes.h usability... yes
| |
− | checking openssl/aes.h presence... yes
| |
− | checking for openssl/aes.h... yes
| |
− | checking for SSL_connect in -lssl... yes
| |
− | checking openssl/ssl.h usability... yes
| |
− | checking openssl/ssl.h presence... yes
| |
− | checking for openssl/ssl.h... yes
| |
− | checking for BIO_meth_new in -lssl... no
| |
− | checking osp/osp.h usability... no
| |
− | checking osp/osp.h presence... no
| |
− | checking for osp/osp.h... no
| |
− | checking for srtp_init in -lsrtp2... no
| |
− | checking for srtp_init in -lsrtp... yes
| |
− | checking srtp/srtp.h usability... yes
| |
− | checking srtp/srtp.h presence... yes
| |
− | checking for srtp/srtp.h... yes
| |
− | checking for the ability of -lsrtp to be linked in a shared object... yes
| |
− | checking for crypto_policy_set_aes_cm_256_hmac_sha1_80 in -lsrtp... yes
| |
− | checking for crypto_policy_set_aes_cm_192_hmac_sha1_80 in -lsrtp... no
| |
− | checking for crypto_policy_set_aes_gcm_128_8_auth in -lsrtp... no
| |
− | checking for srtp_shutdown in -lsrtp... yes
| |
− | checking for srtp/srtp.h... (cached) yes
| |
− | checking for srtp_get_version_string in -lsrtp... no
| |
− | checking for GMIME... no
| |
− | checking for GMIME... no
| |
− | checking for GMIME... no
| |
− | checking for GMIME... no
| |
− | checking for GMIME... no
| |
− | checking for malloc in -lhoard... no
| |
− | checking for dbinit in -lsybdb... no
| |
− | checking for tone_zone_find_by_num in -ltonezone... no
| |
− | checking for tone_zone_find in -ltonezone... no
| |
− | checking for vorbis_info_init in -lvorbis... yes
| |
− | checking vorbis/codec.h usability... yes
| |
− | checking vorbis/codec.h presence... yes
| |
− | checking for vorbis/codec.h... yes
| |
− | checking for OV_CALLBACKS_NOCLOSE declared in vorbis/vorbisfile.h... yes
| |
− | checking for vpb_open in -lvpb... no
| |
− | checking for compress in -lz... yes
| |
− | checking zlib.h usability... yes
| |
− | checking zlib.h presence... yes
| |
− | checking for zlib.h... yes
| |
− | checking whether ODBC has support for Unicode types... yes
| |
− | checking linux/compiler.h usability... no
| |
− | checking linux/compiler.h presence... no
| |
− | checking for linux/compiler.h... no
| |
− | checking for linux/ixjuser.h... yes
| |
− | checking for MSG_NOSIGNAL in sys/socket.h... yes
| |
− | checking for SO_NOSIGPIPE in sys/socket.h... no
| |
− | checking for sdl-config... no
| |
− | checking for IMG_Load in -lSDL_image... no
| |
− | checking for sws_getContext in -lavcodec... no
| |
− | checking linux/videodev.h usability... no
| |
− | checking linux/videodev.h presence... no
| |
− | checking for linux/videodev.h... no
| |
− | checking for XOpenDisplay in -lX11... no
| |
− | checking for XOpenDisplay in -lX11... (cached) no
| |
− | checking for /sbin/launchd... no
| |
− | checking for GTK2... no
| |
− | checking for SYSTEMD... no
| |
− | checking for LOG_AUTH in syslog.h... yes
| |
− | checking for LOG_AUTHPRIV in syslog.h... yes
| |
− | checking for LOG_CRON in syslog.h... yes
| |
− | checking for LOG_DAEMON in syslog.h... yes
| |
− | checking for LOG_FTP in syslog.h... yes
| |
− | checking for LOG_KERN in syslog.h... yes
| |
− | checking for LOG_LPR in syslog.h... yes
| |
− | checking for LOG_MAIL in syslog.h... yes
| |
− | checking for LOG_NEWS in syslog.h... yes
| |
− | checking for LOG_SYSLOG in syslog.h... yes
| |
− | checking for LOG_UUCP in syslog.h... yes
| |
− | checking for bridges/bridge_softmix/include/hrirs.h... yes
| |
− | checking for mandatory modules: JANSSON PJPROJECT... ok
| |
− | configure: creating ./config.status
| |
− | config.status: creating build_tools/menuselect-deps
| |
− | config.status: creating makeopts
| |
− | config.status: creating include/asterisk/autoconfig.h
| |
− | checking build system type... x86_64-unknown-linux-gnu
| |
− | checking host system type... x86_64-unknown-linux-gnu
| |
− | checking for gcc... gcc
| |
− | checking whether the C compiler works... yes
| |
− | checking for C compiler default output file name... a.out
| |
− | checking for suffix of executables...
| |
− | checking whether we are cross compiling... no
| |
− | checking for suffix of object files... o
| |
− | checking whether we are using the GNU C compiler... yes
| |
− | checking whether gcc accepts -g... yes
| |
− | checking for gcc option to accept ISO C89... none needed
| |
− | checking for GNU make... make
| |
− | checking how to run the C preprocessor... gcc -E
| |
− | checking for grep that handles long lines and -e... /bin/grep
| |
− | checking for egrep... /bin/grep -E
| |
− | checking for ANSI C header files... yes
| |
− | checking for sys/types.h... yes
| |
− | checking for sys/stat.h... yes
| |
− | checking for stdlib.h... yes
| |
− | checking for string.h... yes
| |
− | checking for memory.h... yes
| |
− | checking for strings.h... yes
| |
− | checking for inttypes.h... yes
| |
− | checking for stdint.h... yes
| |
− | checking for unistd.h... yes
| |
− | checking for size_t... yes
| |
− | checking for working alloca.h... yes
| |
− | checking for alloca... yes
| |
− | checking for asprintf... yes
| |
− | checking for getloadavg... yes
| |
− | checking for setenv... yes
| |
− | checking for strcasestr... yes
| |
− | checking for strndup... yes
| |
− | checking for strnlen... yes
| |
− | checking for strsep... yes
| |
− | checking for unsetenv... yes
| |
− | checking for vasprintf... yes
| |
− | checking for newtBell in -lnewt... yes
| |
− | checking newt.h usability... yes
| |
− | checking newt.h presence... yes
| |
− | checking for newt.h... yes
| |
− | checking for initscr in -lncurses... yes
| |
− | checking ncurses.h usability... yes
| |
− | checking ncurses.h presence... yes
| |
− | checking for ncurses.h... yes
| |
− | checking for keypad in -ltinfo... yes
| |
− | checking for ncurses.h... (cached) yes
| |
− | checking for a sed that does not truncate output... /bin/sed
| |
− | checking for xml2-config... /bin/xml2-config
| |
| checking for pkg-config... /bin/pkg-config | | checking for pkg-config... /bin/pkg-config |
| checking pkg-config is at least version 0.9.0... yes | | checking pkg-config is at least version 0.9.0... yes |
Line 6,203: |
Line 1,035: |
| </pre> | | </pre> |
| | | |
− | == Download uw-imap for storage == | + | == make menuselect == |
| | | |
− | <pre>
| + | By default, a lot of options are not included in the Asterisk build, and need to be configured. This is done by running the '''"make menu"''' command in the asterisk build directory. |
− | [root@cn38-inverness-co ~]# wget https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/u/uw-imap-2007f-16.el7.x86_64.rpm
| |
− | --2020-12-02 18:34:30-- https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/u/uw-imap-2007f-16.el7.x86_64.rpm
| |
− | Resolving download-ib01.fedoraproject.org (download-ib01.fedoraproject.org)... 152.19.134.145, 2610:28:3090:3001:dead:beef:cafe:fed6
| |
− | Connecting to download-ib01.fedoraproject.org (download-ib01.fedoraproject.org)|152.19.134.145|:443... connected.
| |
− | HTTP request sent, awaiting response... 200 OK
| |
− | Length: 68284 (67K) [application/x-rpm]
| |
− | Saving to: ‘uw-imap-2007f-16.el7.x86_64.rpm’
| |
− | | |
− | 100%[====================================================================>] 68,284 --.-K/s in 0.09s
| |
− | | |
− | 2020-12-02 18:34:31 (703 KB/s) - ‘uw-imap-2007f-16.el7.x86_64.rpm’ saved [68284/68284]
| |
− | </pre>
| |
− | | |
− | == Install EPEL repo ==
| |
| | | |
| <pre> | | <pre> |
| + | [root@cn38-inverness-co asterisk-18.1.0]# make menuselect |
| | | |
− | [root@cn38-inverness-co ~]# yum -y install epel-release
| + | CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" gmenuselect |
− | Loaded plugins: fastestmirror
| + | make[1]: Entering directory `/usr/local/src/asterisk-18.1.0/menuselect' |
− | Loading mirror speeds from cached hostfile
| + | make[1]: Nothing to be done for `gmenuselect'. |
− | * base: mirror.dal10.us.leaseweb.net
| + | make[1]: Leaving directory `/usr/local/src/asterisk-18.1.0/menuselect' |
− | * extras: mirrors.tummy.com
| + | make[1]: Entering directory `/usr/local/src/asterisk-18.1.0' |
− | * updates: mirror.centos.iad1.serverforge.org
| + | menuselect changes saved! |
− | Resolving Dependencies
| + | make[1]: Leaving directory `/usr/local/src/asterisk-18.1.0' |
− | --> Running transaction check
| |
− | ---> Package epel-release.noarch 0:7-11 will be installed
| |
− | --> Finished Dependency Resolution
| |
− | | |
− | Dependencies Resolved
| |
− | | |
− | ==============================================================================================================
| |
− | Package Arch Version Repository Size
| |
− | ==============================================================================================================
| |
− | Installing:
| |
− | epel-release noarch 7-11 extras 15 k
| |
− | | |
− | Transaction Summary
| |
− | ==============================================================================================================
| |
− | Install 1 Package
| |
− | | |
− | Total download size: 15 k
| |
− | Installed size: 24 k
| |
− | Downloading packages:
| |
− | epel-release-7-11.noarch.rpm | 15 kB 00:00:00
| |
− | Running transaction check
| |
− | Running transaction test
| |
− | Transaction test succeeded
| |
− | Running transaction
| |
− | Installing : epel-release-7-11.noarch 1/1
| |
− | Verifying : epel-release-7-11.noarch 1/1
| |
− | | |
− | Installed:
| |
− | epel-release.noarch 0:7-11
| |
− | | |
− | Complete!
| |
| | | |
| </pre> | | </pre> |
| | | |
− | == Install uw-imap ==
| + | In '''Add-ons''', select '''chan_ooh323''', '''format_mp3''', '''res_config_mysql''', '''app_mysql''' and '''crd_mysql'''. |
| | | |
− | <pre>
| + | [[File:Asterisk1810-Add-ons.png|none|frame|Add-ons]] |
− | [root@cn38-inverness-co ~]# yum install uw-imap | |
− | Loaded plugins: fastestmirror
| |
− | Loading mirror speeds from cached hostfile
| |
− | epel/x86_64/metalink | 13 kB 00:00:00
| |
− | * base: mirror.dal10.us.leaseweb.net
| |
− | * epel: mirror.dal.nexril.net
| |
− | * extras: mirrors.tummy.com
| |
− | * updates: mirror.centos.iad1.serverforge.org
| |
− | epel | 4.7 kB 00:00:00
| |
− | (1/3): epel/x86_64/group_gz | 95 kB 00:00:00
| |
− | (2/3): epel/x86_64/updateinfo | 1.0 MB 00:00:00
| |
− | (3/3): epel/x86_64/primary_db | 6.9 MB 00:00:00
| |
− | Resolving Dependencies
| |
− | --> Running transaction check | |
− | ---> Package uw-imap.x86_64 0:2007f-16.el7 will be installed
| |
− | --> Processing Dependency: libc-client(x86-64) = 2007f-16.el7 for package: uw-imap-2007f-16.el7.x86_64
| |
− | --> Processing Dependency: libc-client.so.2007()(64bit) for package: uw-imap-2007f-16.el7.x86_64
| |
− | --> Running transaction check
| |
− | ---> Package libc-client.x86_64 0:2007f-16.el7 will be installed
| |
− | --> Finished Dependency Resolution
| |
| | | |
− | Dependencies Resolved
| + | In '''Core Sound Packages''', select '''EN-WAV''', '''EN-ULAW''', '''EN-ALAW''', '''EN-GSM''', '''EN-G729''', '''EN-G722''', '''EN-SLN16''', '''EN-SIREN7''', and '''EN-SIREN14'''. |
| | | |
− | ==============================================================================================================
| + | [[File:Asterisk1810-coresound.png|none|frame|Core Sound Packages]] |
− | Package Arch Version Repository Size
| |
− | ==============================================================================================================
| |
− | Installing:
| |
− | uw-imap x86_64 2007f-16.el7 epel 67 k
| |
− | Installing for dependencies:
| |
− | libc-client x86_64 2007f-16.el7 epel 562 k
| |
| | | |
− | Transaction Summary
| + | In '''Music On Hold File Packages''', select '''WAV''', '''ULAW''', '''ALAW''', '''GSM'''. |
− | ==============================================================================================================
| |
− | Install 1 Package (+1 Dependent package)
| |
| | | |
− | Total download size: 628 k
| + | [[File:Asterisk1810-musiconhold.png|none|frame|Music On Hold File Packages]] |
− | Installed size: 1.6 M
| |
− | Is this ok [y/d/N]: y
| |
− | Downloading packages:
| |
− | warning: /var/cache/yum/x86_64/7/epel/packages/libc-client-2007f-16.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
| |
− | Public key for libc-client-2007f-16.el7.x86_64.rpm is not installed
| |
− | (1/2): libc-client-2007f-16.el7.x86_64.rpm | 562 kB 00:00:00
| |
− | (2/2): uw-imap-2007f-16.el7.x86_64.rpm | 67 kB 00:00:00
| |
− | --------------------------------------------------------------------------------------------------------------
| |
− | Total 1.0 MB/s | 628 kB 00:00:00
| |
− | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
| |
− | Importing GPG key 0x352C64E5:
| |
− | Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
| |
− | Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
| |
− | Package : epel-release-7-11.noarch (@extras)
| |
− | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
| |
− | Is this ok [y/N]: y
| |
− | Running transaction check
| |
− | Running transaction test
| |
− | Transaction test succeeded
| |
− | Running transaction
| |
− | Installing : libc-client-2007f-16.el7.x86_64 1/2
| |
− | Installing : uw-imap-2007f-16.el7.x86_64 2/2
| |
− | Verifying : libc-client-2007f-16.el7.x86_64 1/2
| |
− | Verifying : uw-imap-2007f-16.el7.x86_64 2/2
| |
| | | |
− | Installed:
| + | In '''Extras Sound Packages''', select '''WAV''', '''ULAW''', '''ALAW''', '''GSM'''. |
− | uw-imap.x86_64 0:2007f-16.el7
| |
| | | |
− | Dependency Installed:
| + | [[File:Asterisk1810-extrasound.png|none|frame|Extras Sound Packages]] |
− | libc-client.x86_64 0:2007f-16.el7
| |
| | | |
− | Complete!
| + | In '''Applications''', select '''app_voicemail''', '''app_voicemail_imap''', '''app_voicemail_odbc''', '''app_macro'''. |
| | | |
− | </pre>
| + | [[File:Asterisk1810-applications1.png|none|frame|Applications Voicemail]] |
| + | [[File:Asterisk1810-applications2.png|none|frame|Applications Macro]] |
| | | |
− | == make menuselect == | + | == Download MP3 sources == |
| | | |
− | You will need to select some additional things here.
| + | Download the required MP3 sources by running the '''contrib/scripts/get_mp3_source.sh''' command. |
| | | |
| <pre> | | <pre> |
− | [root@cn38-inverness-co asterisk-18.1.0]# make menuselect | + | [root@cn38-inverness-co asterisk-18.1.0]# contrib/scripts/get_mp3_source.sh |
− | CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" gmenuselect
| |
− | make[1]: Entering directory `/usr/local/src/asterisk-18.1.0/menuselect'
| |
− | make[1]: Nothing to be done for `gmenuselect'.
| |
− | make[1]: Leaving directory `/usr/local/src/asterisk-18.1.0/menuselect'
| |
− | make[1]: Entering directory `/usr/local/src/asterisk-18.1.0'
| |
− | menuselect changes saved!
| |
− | make[1]: Leaving directory `/usr/local/src/asterisk-18.1.0'
| |
− | | |
− | </pre>
| |
− | | |
− | == Download MP# sources ==
| |
| | | |
− | <pre>
| |
− | [root@cn38-inverness-co asterisk-18.1.0]# sudo contrib/scripts/get_mp3_source.sh
| |
| A addons/mp3 | | A addons/mp3 |
| A addons/mp3/MPGLIB_TODO | | A addons/mp3/MPGLIB_TODO |
Line 6,376: |
Line 1,098: |
| </pre> | | </pre> |
| | | |
− | == Build Asterisk 18.1.0 == | + | == Compile Asterisk 18.1.0 == |
| + | |
| + | We compile the Asterisk code by running the '''make''' command inside the build directory. This should compile at this point, but if there are any errors, additional changes to the system may be required. ''The output below is shortened for space.'' |
| | | |
| <pre> | | <pre> |
| [root@cn38-inverness-co asterisk-18.1.0]# make | | [root@cn38-inverness-co asterisk-18.1.0]# make |
| + | |
| [CC] astcanary.c -> astcanary.o | | [CC] astcanary.c -> astcanary.o |
| [LD] astcanary.o -> astcanary | | [LD] astcanary.o -> astcanary |
Line 6,412: |
Line 1,137: |
| </pre> | | </pre> |
| | | |
− | == Run make install for Asterist 18.1.0 == | + | == Install for Asterisk 18.1.0 == |
| + | |
| + | We install Asterisk by running the '''make install''' command in the Asterisk build directory. |
| | | |
| <pre> | | <pre> |
Line 6,665: |
Line 1,392: |
| | | |
| == Install Program Docs == | | == Install Program Docs == |
| + | |
| + | Install the program documentation by running the '''make progdocs''' command. |
| | | |
| <pre> | | <pre> |
| [root@cn38-inverness-co asterisk-18.1.0]# make progdocs | | [root@cn38-inverness-co asterisk-18.1.0]# make progdocs |
| + | |
| # Enable DOT | | # Enable DOT |
| # Set Doxygen PROJECT_NUMBER variable | | # Set Doxygen PROJECT_NUMBER variable |
Line 6,703: |
Line 1,433: |
| finished... | | finished... |
| # Remove configuration backup file | | # Remove configuration backup file |
| + | </pre> |
| + | |
| + | == Make the Asterisk 18.1.0 sample configuration == |
| + | |
| + | <pre> |
| + | [root@cn38-inverness-co asterisk-18.1.0]# make samples |
| + | Installing adsi config files... |
| + | /bin/install -c -d "/etc/asterisk" |
| + | Installing configs/samples/asterisk.adsi |
| + | Installing configs/samples/telcordia-1.adsi |
| + | Installing other config files... |
| + | Installing file configs/samples/acl.conf.sample |
| + | Installing file configs/samples/adsi.conf.sample |
| + | Installing file configs/samples/agents.conf.sample |
| + | Installing file configs/samples/alarmreceiver.conf.sample |
| + | Installing file configs/samples/alsa.conf.sample |
| + | Installing file configs/samples/amd.conf.sample |
| + | Installing file configs/samples/app_mysql.conf.sample |
| + | Installing file configs/samples/app_skel.conf.sample |
| + | Installing file configs/samples/ari.conf.sample |
| + | Installing file configs/samples/ast_debug_tools.conf.sample |
| + | Installing file configs/samples/asterisk.conf.sample |
| + | Installing file configs/samples/calendar.conf.sample |
| + | Installing file configs/samples/ccss.conf.sample |
| + | Installing file configs/samples/cdr_adaptive_odbc.conf.sample |
| + | Installing file configs/samples/cdr_beanstalkd.conf.sample |
| + | Installing file configs/samples/cdr.conf.sample |
| + | Installing file configs/samples/cdr_custom.conf.sample |
| + | Installing file configs/samples/cdr_manager.conf.sample |
| + | Installing file configs/samples/cdr_mysql.conf.sample |
| + | Installing file configs/samples/cdr_odbc.conf.sample |
| + | Installing file configs/samples/cdr_pgsql.conf.sample |
| + | Installing file configs/samples/cdr_sqlite3_custom.conf.sample |
| + | Installing file configs/samples/cdr_syslog.conf.sample |
| + | Installing file configs/samples/cdr_tds.conf.sample |
| + | Installing file configs/samples/cel_beanstalkd.conf.sample |
| + | Installing file configs/samples/cel.conf.sample |
| + | Installing file configs/samples/cel_custom.conf.sample |
| + | Installing file configs/samples/cel_odbc.conf.sample |
| + | Installing file configs/samples/cel_pgsql.conf.sample |
| + | Installing file configs/samples/cel_sqlite3_custom.conf.sample |
| + | Installing file configs/samples/cel_tds.conf.sample |
| + | Installing file configs/samples/chan_dahdi.conf.sample |
| + | Installing file configs/samples/chan_mobile.conf.sample |
| + | Installing file configs/samples/cli_aliases.conf.sample |
| + | Installing file configs/samples/cli.conf.sample |
| + | Installing file configs/samples/cli_permissions.conf.sample |
| + | Installing file configs/samples/codecs.conf.sample |
| + | Installing file configs/samples/confbridge.conf.sample |
| + | Installing file configs/samples/config_test.conf.sample |
| + | Installing file configs/samples/console.conf.sample |
| + | Installing file configs/samples/dbsep.conf.sample |
| + | Installing file configs/samples/dnsmgr.conf.sample |
| + | Installing file configs/samples/dsp.conf.sample |
| + | Installing file configs/samples/dundi.conf.sample |
| + | Installing file configs/samples/enum.conf.sample |
| + | Installing file configs/samples/extconfig.conf.sample |
| + | Installing file configs/samples/extensions.ael.sample |
| + | Installing file configs/samples/extensions.conf.sample |
| + | Installing file configs/samples/extensions.lua.sample |
| + | Installing file configs/samples/extensions_minivm.conf.sample |
| + | Installing file configs/samples/features.conf.sample |
| + | Installing file configs/samples/festival.conf.sample |
| + | Installing file configs/samples/followme.conf.sample |
| + | Installing file configs/samples/func_odbc.conf.sample |
| + | Installing file configs/samples/hep.conf.sample |
| + | Installing file configs/samples/http.conf.sample |
| + | Installing file configs/samples/iax.conf.sample |
| + | Installing file configs/samples/iaxprov.conf.sample |
| + | Installing file configs/samples/indications.conf.sample |
| + | Installing file configs/samples/logger.conf.sample |
| + | Installing file configs/samples/manager.conf.sample |
| + | Installing file configs/samples/meetme.conf.sample |
| + | Installing file configs/samples/mgcp.conf.sample |
| + | Installing file configs/samples/minivm.conf.sample |
| + | Installing file configs/samples/misdn.conf.sample |
| + | Installing file configs/samples/modules.conf.sample |
| + | Installing file configs/samples/motif.conf.sample |
| + | Installing file configs/samples/musiconhold.conf.sample |
| + | Installing file configs/samples/muted.conf.sample |
| + | Installing file configs/samples/ooh323.conf.sample |
| + | Installing file configs/samples/osp.conf.sample |
| + | Installing file configs/samples/oss.conf.sample |
| + | Installing file configs/samples/phone.conf.sample |
| + | Installing file configs/samples/phoneprov.conf.sample |
| + | Installing file configs/samples/pjproject.conf.sample |
| + | Installing file configs/samples/pjsip.conf.sample |
| + | Installing file configs/samples/pjsip_notify.conf.sample |
| + | Installing file configs/samples/pjsip_wizard.conf.sample |
| + | Installing file configs/samples/prometheus.conf.sample |
| + | Installing file configs/samples/queuerules.conf.sample |
| + | Installing file configs/samples/queues.conf.sample |
| + | Installing file configs/samples/res_config_mysql.conf.sample |
| + | Installing file configs/samples/res_config_sqlite3.conf.sample |
| + | Installing file configs/samples/res_config_sqlite.conf.sample |
| + | Installing file configs/samples/res_corosync.conf.sample |
| + | Installing file configs/samples/res_curl.conf.sample |
| + | Installing file configs/samples/res_fax.conf.sample |
| + | Installing file configs/samples/res_ldap.conf.sample |
| + | Installing file configs/samples/res_odbc.conf.sample |
| + | Installing file configs/samples/resolver_unbound.conf.sample |
| + | Installing file configs/samples/res_parking.conf.sample |
| + | Installing file configs/samples/res_pgsql.conf.sample |
| + | Installing file configs/samples/res_pktccops.conf.sample |
| + | Installing file configs/samples/res_snmp.conf.sample |
| + | Installing file configs/samples/res_stun_monitor.conf.sample |
| + | Installing file configs/samples/rtp.conf.sample |
| + | Installing file configs/samples/say.conf.sample |
| + | Installing file configs/samples/sip.conf.sample |
| + | Installing file configs/samples/sip_notify.conf.sample |
| + | Installing file configs/samples/skinny.conf.sample |
| + | Installing file configs/samples/sla.conf.sample |
| + | Installing file configs/samples/smdi.conf.sample |
| + | Installing file configs/samples/sorcery.conf.sample |
| + | Installing file configs/samples/ss7.timers.sample |
| + | Installing file configs/samples/stasis.conf.sample |
| + | Installing file configs/samples/statsd.conf.sample |
| + | Installing file configs/samples/stir_shaken.conf.sample |
| + | Installing file configs/samples/test_sorcery.conf.sample |
| + | Installing file configs/samples/udptl.conf.sample |
| + | Installing file configs/samples/unistim.conf.sample |
| + | Installing file configs/samples/users.conf.sample |
| + | Installing file configs/samples/voicemail.conf.sample |
| + | Installing file configs/samples/vpb.conf.sample |
| + | Installing file configs/samples/xmpp.conf.sample |
| + | Updating asterisk.conf |
| + | /bin/install -c -d "/var/spool/asterisk/voicemail/default/1234/INBOX" |
| + | build_tools/make_sample_voicemail "//var/lib/asterisk" "//var/spool/asterisk" |
| + | Installing file phoneprov/000000000000.cfg |
| + | Installing file phoneprov/000000000000-directory.xml |
| + | Installing file phoneprov/000000000000-phone.cfg |
| + | Installing file phoneprov/polycom_line.xml |
| + | Installing file phoneprov/polycom.xml |
| + | Installing file phoneprov/snom-mac.xml |
| </pre> | | </pre> |
| | | |
Line 6,741: |
Line 1,605: |
| <pre> | | <pre> |
| [root@cn38-inverness-co asterisk-18.1.0]# sudo systemctl enable asterisk | | [root@cn38-inverness-co asterisk-18.1.0]# sudo systemctl enable asterisk |
| + | |
| asterisk.service is not a native service, redirecting to /sbin/chkconfig. | | asterisk.service is not a native service, redirecting to /sbin/chkconfig. |
| Executing /sbin/chkconfig asterisk on | | Executing /sbin/chkconfig asterisk on |
| + | |
| [root@cn38-inverness-co asterisk-18.1.0]# sudo systemctl start asterisk | | [root@cn38-inverness-co asterisk-18.1.0]# sudo systemctl start asterisk |
| + | |
| </pre> | | </pre> |
| | | |
Line 6,750: |
Line 1,617: |
| <pre> | | <pre> |
| [root@cn38-inverness-co asterisk-18.1.0]# asterisk -rvv | | [root@cn38-inverness-co asterisk-18.1.0]# asterisk -rvv |
| + | |
| parse error: No category context for line 1 of /etc/asterisk/asterisk.conf | | parse error: No category context for line 1 of /etc/asterisk/asterisk.conf |
| Unable to open specified master config file '/etc/asterisk/asterisk.conf', using built-in defaults | | Unable to open specified master config file '/etc/asterisk/asterisk.conf', using built-in defaults |
Line 6,767: |
Line 1,635: |
| | | |
| = Configure Asterisk = | | = Configure Asterisk = |
| + | |
| + | == Version 1.8 to 18.1.0 Errors == |
| + | |
| + | chan_agent => chan_agent_pool |
| + | |
| + | chan_local => Asterisk core, no loadable module |
| + | |
| + | bridge_multiplexed => ? |
| + | |
| + | app_meetme => Part of DAHDI. Replaced by app_confbridge |
| + | |
| + | |
| + | Failed to resolve dependencies for func_curl => load res_curl.co to modules.conf |
| + | |
| + | Failed to resolve dependencies for res_config_curl => load res_curl.co to modules.conf |
| + | |
| + | Failed to resolve dependencies for app_page => Disable if not in the dial plan. |
| + | |
| + | MOH errors => Copy MOH directories from 1.8 VG to 18.1 VG. |