MrMEEE / awx-build

144 stars 39 forks source link

Missing requirements in latest build #15

Closed Lobout closed 6 years ago

Lobout commented 6 years ago

looks like the latest build is missing the bcrypt requirements

ERROR! Unexpected Exception, this is probably a bug: The 'bcrypt>=3.1.3' distribution was not found and is required by paramiko

This affect being able to run the inventory script to obtain inventory from Satellite

MrMEEE commented 6 years ago

hmmm... It works here (ignore the ssl error):

2018-04-16 21:15:44,748 INFO awx.main.commands.inventory_import Updating inventory 4: Katello 2018-04-16 21:15:44,775 INFO awx.main.commands.inventory_import Reading Ansible inventory source: /opt/awx/embedded/lib/python2.7/site-packages/awx/plugins/inventory/foreman.py 2018-04-16 21:15:51,986 ERROR awx.main.commands.inventory_import /opt/awx/embedded/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:852: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-04-16 21:15:51,986 ERROR awx.main.commands.inventory_import InsecureRequestWarning)

[root@akiva ~]# rpm -aq awx awx-1.0.5.23-1.el7.centos.x86_64 [root@akiva ~]# rpm -aq bcrypt [root@akiva ~]#

Does it work if you install bcrypt??

Can you post the complete output?

Lobout commented 6 years ago

I assume you're using Cent OS. I'm running redhat 7.5. I'm wondering if it's specific to redhat 7.5 as they broke dependencies with satellite 6 3 I'm still waiting on the fix for that from them. I will try to rebuild on redhat 7.4 and let you know

Sent from IBM Verse

Martin Juhl --- Re: [MrMEEE/awx-build] Missing requirements in latest build (#15) ---

From:"Martin Juhl" notifications@github.comTo:"MrMEEE/awx-build" awx-build@noreply.github.comCc:"Lobout" wmedley@why-me.com, "Author" author@noreply.github.comDate:Mon, Apr 16, 2018 5:17 PMSubject:Re: [MrMEEE/awx-build] Missing requirements in latest build (#15)

hmmm... It works here (ignore the ssl error): 2018-04-16 21:15:44,748 INFO awx.main.commands.inventory_import Updating inventory 4: Katello 2018-04-16 21:15:44,775 INFO awx.main.commands.inventory_import Reading Ansible inventory source: /opt/awx/embedded/lib/python2.7/site-packages/awx/plugins/inventory/foreman.py 2018-04-16 21:15:51,986 ERROR awx.main.commands.inventory_import /opt/awx/embedded/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:852: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-04-16 21:15:51,986 ERROR awx.main.commands.inventory_import InsecureRequestWarning) [root@akiva ~]# rpm -aq awx awx-1.0.5.23-1.el7.centos.x86_64 [root@akiva ~]# rpm -aq bcrypt [root@akiva ~]# Does it work if you install bcrypt?? Can you post the complete output? —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/MrMEEE/awx-build","title":"MrMEEE/awx-build","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/MrMEEE/awx-build"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MrMEEE in #15: hmmm... It works here (ignore the ssl error):\r\n\r\n2018-04-16 21:15:44,748 INFO awx.main.commands.inventory_import Updating inventory 4: Katello\r\n2018-04-16 21:15:44,775 INFO awx.main.commands.inventory_import Reading Ansible inventory source: /opt/awx/embedded/lib/python2.7/site-packages/awx/plugins/inventory/foreman.py\r\n2018-04-16 21:15:51,986 ERROR awx.main.commands.inventory_import /opt/awx/embedded/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:852: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings\r\n2018-04-16 21:15:51,986 ERROR awx.main.commands.inventory_import InsecureRequestWarning)\r\n\r\n[root@akiva ~]# rpm -aq awx\r\nawx-1.0.5.23-1.el7.centos.x86_64\r\n[root@akiva ~]# rpm -aq bcrypt\r\n[root@akiva ~]#\r\n\r\nDoes it work if you install bcrypt??\r\n\r\nCan you post the complete output?"}],"action":{"name":"View Issue","url":"https://github.com/MrMEEE/awx-build/issues/15#issuecomment-381752836"}}}

MrMEEE commented 6 years ago

Just tried it on a RHEL earlier today, where it was working, but I think it wasn't patched to 7.5...

Will check tomorrow..

MrMEEE commented 6 years ago

I have a RHEL 7.4 here, where it works...

So it still might be something in 7.5 that breaks...

Lobout commented 6 years ago

Ok so I replicated the issue with a fresh install on RHEL 74. Once I install the missing components bcrypt and pyacl everything works fine.

Installing them. On rhel75 seems to have fixed it there too

Sent from IBM Verse

Martin Juhl --- Re: [MrMEEE/awx-build] Missing requirements in latest build (#15) ---

From:"Martin Juhl" notifications@github.comTo:"MrMEEE/awx-build" awx-build@noreply.github.comCc:"Lobout" wmedley@why-me.com, "Author" author@noreply.github.comDate:Tue, Apr 17, 2018 4:14 AMSubject:Re: [MrMEEE/awx-build] Missing requirements in latest build (#15)

I have a RHEL 7.4 here, where it works... So it still might be something in 7.5 that breaks... —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/MrMEEE/awx-build","title":"MrMEEE/awx-build","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/MrMEEE/awx-build"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MrMEEE in #15: I have a RHEL 7.4 here, where it works...\r\n\r\nSo it still might be something in 7.5 that breaks..."}],"action":{"name":"View Issue","url":"https://github.com/MrMEEE/awx-build/issues/15#issuecomment-381892794"}}}

MrMEEE commented 6 years ago

That's really weird... Haven't got them installed here..

Hmmm... wonder if it's some package that you are missing, that makes your installation unable to detect it in the virtuelenv...

Could you post a complete package list for the system (rpm -qa)

Lobout commented 6 years ago

nss-3.28.4-15.el7_4.x86_64 python-idna-2.4-1.el7.noarch libdmx-1.1.3-3.el7.x86_64 cjkuni-uming-fonts-0.2.20080216.1-53.el7.noarch dleyna-server-0.5.0-2.el7_4.x86_64 libassuan-2.1.0-3.el7.x86_64 iwl7260-firmware-22.0.7.0-58.el7_4.noarch fuse-2.9.2-8.el7.x86_64 stix-fonts-1.1.0-5.el7.noarch abrt-gui-2.1.11-48.el7.x86_64 libstdc++-4.8.5-16.el7_4.2.i686 libkkc-data-0.3.1-9.el7.x86_64 gettext-libs-0.19.8.1-2.el7.x86_64 smc-meera-fonts-6.0-7.el7.noarch gspell-1.2.3-1.el7.x86_64 fprintd-0.5.0-4.0.el7_0.x86_64 device-mapper-1.02.140-8.el7.x86_64 apr-1.4.8-3.el7_4.1.x86_64 libdwarf-20130207-4.el7.x86_64 nfs-utils-1.3.0-0.48.el7_4.2.x86_64 librsvg2-2.40.16-1.el7.x86_64 libXfont2-2.0.1-2.el7.x86_64 lsof-4.87-4.el7.x86_64 python-blivet-0.61.15.65-1.el7.noarch libmbim-1.14.0-2.el7.x86_64 fprintd-pam-0.5.0-4.0.el7_0.x86_64 kernel-3.10.0-693.21.1.el7.x86_64 libpng-1.5.13-7.el7_2.x86_64 python-pyudev-0.15-9.el7.noarch libmodman-2.0.1-8.el7.x86_64 libselinux-utils-2.5-11.el7.x86_64 gedit-3.22.0-3.el7.x86_64 python-augeas-0.5.0-2.el7.noarch gstreamer1-plugins-bad-free-1.10.4-2.el7.x86_64 usb_modeswitch-data-20160612-2.el7.noarch libXvMC-1.0.10-1.el7.x86_64 gnupg2-2.0.22-4.el7.x86_64 rubygem-rdoc-4.0.0-33.el7_4.noarch sushi-3.21.91-1.el7.x86_64 libconfig-1.4.9-5.el7.x86_64 sane-backends-drivers-scanners-1.0.24-9.el7.x86_64 openssh-7.4p1-13.el7_4.x86_64 libffi-3.0.13-18.el7.x86_64 rhnlib-2.5.65-4.el7.noarch libtevent-0.9.31-2.el7_4.x86_64 gnome-screenshot-3.22.0-1.el7.x86_64 newt-0.52.15-4.el7.x86_64 NetworkManager-libreswan-1.2.4-2.el7.x86_64 libxslt-1.1.28-5.el7.x86_64 rpm-python-4.11.3-25.el7.x86_64 gavl-1.4.0-4.el7.x86_64 samba-common-tools-4.6.2-12.el7_4.x86_64 hyperv-daemons-0-0.30.20161211git.el7.x86_64 python-kitchen-1.1.1-5.el7.noarch authconfig-6.2.8-30.el7.x86_64 findutils-4.5.11-5.el7.x86_64 device-mapper-persistent-data-0.7.0-0.1.rc6.el7_4.1.x86_64 samba-4.6.2-12.el7_4.x86_64 gtk2-immodule-xim-2.24.31-1.el7.x86_64 abrt-cli-2.1.11-48.el7.x86_64 speech-dispatcher-0.7.1-15.el7.x86_64 graphite2-1.3.10-1.el7_3.x86_64 emacs-filesystem-24.3-20.el7_4.noarch psacct-6.6.1-13.el7.x86_64 python-requests-2.6.0-1.el7_1.noarch python-smbc-1.0.13-7.el7.x86_64 setroubleshoot-plugins-3.0.65-1.el7.noarch konkretcmpi-0.9.1-5.el7.x86_64 ibus-1.5.3-13.el7.x86_64 vim-common-7.4.160-2.el7.x86_64 glibc-common-2.17-196.el7_4.2.x86_64 rdma-core-13-7.el7.i686 gnutls-3.3.26-9.el7.x86_64 bzip2-1.0.6-13.el7.x86_64 pygtk2-2.24.0-9.el7.x86_64 gnome-video-effects-0.4.3-1.el7.noarch libX11-1.6.5-1.el7.x86_64 libgepub-0.4-1.el7.x86_64 libsoup-2.56.0-4.el7_4.x86_64 gcc-gfortran-4.8.5-16.el7_4.2.x86_64 augeas-libs-1.4.0-2.el7_4.2.x86_64 erlang-syntax_tools-R16B-03.18.el7.x86_64 perl-threads-1.87-4.el7.x86_64 cheese-libs-3.22.1-1.el7.x86_64 dosfstools-3.0.20-9.el7.x86_64 usermode-gtk-1.111-5.el7.x86_64 hyphen-en-2.8.6-5.el7.noarch ebtables-2.0.10-15.el7.x86_64 libplist-1.12-3.el7.x86_64 erlang-inets-R16B-03.18.el7.x86_64 flex-2.5.37-3.el7.x86_64 evince-libs-3.22.1-5.2.el7_4.x86_64 libXmu-1.1.2-2.el7.x86_64 openwsman-client-2.3.6-14.el7.x86_64 libpeas-1.20.0-1.el7.x86_64 nginx-mod-http-xslt-filter-1.12.2-2.el7.x86_64 perl-DBD-SQLite-1.39-3.el7.x86_64 vlgothic-fonts-20130607-2.el7.noarch gnome-packagekit-updater-3.22.1-2.el7.x86_64 sshpass-1.06-2.el7.x86_64 lohit-assamese-fonts-2.5.3-2.el7.noarch perl-libs-5.16.3-292.el7.x86_64 attr-2.4.46-12.el7.x86_64 libXevie-1.0.3-7.1.el7.x86_64 iwl6000g2a-firmware-17.168.5.3-58.el7_4.noarch evince-3.22.1-5.2.el7_4.x86_64 python-jinja2-2.7.2-2.el7.noarch langtable-0.0.31-3.el7.noarch madan-fonts-2.000-11.el7.noarch libgomp-4.8.5-16.el7_4.2.x86_64 elfutils-libelf-0.168-8.el7.i686 vino-3.22.0-3.el7.x86_64 jomolhari-fonts-0.003-17.el7.noarch nss-tools-3.28.4-15.el7_4.x86_64 libarchive-3.1.2-10.el7_2.x86_64 python-deltarpm-3.6-3.el7.x86_64 dracut-033-502.el7_4.1.x86_64 libwnck3-3.20.1-1.el7.x86_64 telepathy-salut-0.8.1-6.el7.x86_64 compat-db-headers-4.7.25-28.el7.noarch libsysfs-2.1.0-16.el7.x86_64 mesa-private-llvm-3.9.1-3.el7.x86_64 xdg-utils-1.1.0-0.17.20120809git.el7.noarch bc-1.06.95-13.el7.x86_64 xorg-x11-server-Xorg-1.19.3-11.el7_4.2.x86_64 libvirt-daemon-driver-storage-logical-3.2.0-14.el7_4.9.x86_64 dbus-libs-1.6.12-17.el7.x86_64 man-pages-3.53-5.el7.noarch elfutils-libs-0.168-8.el7.x86_64 device-mapper-event-libs-1.02.140-8.el7.x86_64 anaconda-gui-21.48.22.121-1.el7.x86_64 libselinux-2.5-11.el7.x86_64 libreport-rhel-2.1.11-38.el7.x86_64 libgxps-0.2.5-1.el7.x86_64 gnome-initial-setup-3.22.1-4.el7.x86_64 libattr-2.4.46-12.el7.x86_64 ruby-2.0.0.648-33.el7_4.x86_64 libgnome-keyring-3.12.0-1.el7.x86_64 libedit-3.0-12.20121213cvs.el7.x86_64 redhat-support-lib-python-0.9.7-6.el7.noarch systemd-python-219-42.el7_4.10.x86_64 gnome-color-manager-3.22.2-1.el7.x86_64 alsa-tools-firmware-1.1.0-1.el7.x86_64 openssl-1.0.2k-8.el7.x86_64 python-linux-procfs-0.4.9-3.el7.noarch libnfnetlink-1.0.1-4.el7.x86_64 dracut-network-033-502.el7_4.1.x86_64 mousetweaks-3.12.0-1.el7.x86_64 openlmi-logicalfile-0.5.0-4.el7.x86_64 file-libs-5.11-33.el7.x86_64 libkadm5-1.15.1-8.el7.x86_64 libreport-plugin-reportuploader-2.1.11-38.el7.x86_64 iw-4.3-1.el7.x86_64 autogen-libopts-5.18-5.el7.x86_64 lvm2-libs-2.02.171-8.el7.x86_64 systemtap-3.1-5.el7_4.x86_64 libasyncns-0.8-7.el7.x86_64 openlmi-storage-0.8.0-2.el7.noarch yajl-2.0.4-4.el7.x86_64 sssd-ldap-1.15.2-50.el7_4.11.x86_64 bind-libs-9.9.4-51.el7_4.2.x86_64 abrt-addon-python-2.1.11-48.el7.x86_64 xorg-x11-drv-ati-7.7.1-3.20160928git3fc839ff.el7.x86_64 hyperv-daemons-license-0-0.30.20161211git.el7.noarch kernel-tools-libs-3.10.0-693.21.1.el7.x86_64 openlmi-python-base-0.5.0-4.el7.noarch osinfo-db-20170423-2.el7.noarch rng-tools-5-11.el7.x86_64 spice-vdagent-0.14.0-14.el7.x86_64 ncurses-base-5.9-14.20130511.el7_4.noarch mokutil-12-1.el7.x86_64 ldns-1.6.16-10.el7.x86_64 hplip-common-3.15.9-3.el7.x86_64 mythes-1.2.3-7.el7.x86_64 libsndfile-1.0.25-10.el7.x86_64 libgcrypt-1.5.3-14.el7.x86_64 java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_64 python-nss-0.16.0-3.el7.x86_64 libvirt-glib-1.0.0-1.el7.x86_64 libreoffice-ure-5.0.6.2-15.el7_4.x86_64 icedtea-web-1.6.2-4.el7.x86_64 groff-base-1.22.2-8.el7.x86_64 python-libs-2.7.5-58.el7.x86_64 kernel-tools-3.10.0-693.21.1.el7.x86_64 perl-Pod-Usage-1.63-3.el7.noarch caribou-gtk2-module-0.4.21-1.el7.x86_64 erlang-mnesia-R16B-03.18.el7.x86_64 libzapojit-0.0.3-4.el7.x86_64 lm_sensors-libs-3.4.0-4.20160601gitf9185e5.el7.x86_64 net-snmp-libs-5.7.2-28.el7_4.1.x86_64 PackageKit-gstreamer-plugin-1.1.5-1.el7.x86_64 perl-PathTools-3.40-5.el7.x86_64 ppp-2.4.5-33.el7.x86_64 libnma-1.8.0-3.el7.x86_64 erlang-os_mon-R16B-03.18.el7.x86_64 giflib-4.1.6-9.el7.x86_64 glibmm24-2.50.0-1.el7.x86_64 libunwind-1.2-2.el7.x86_64 perl-IO-Compress-2.061-2.el7.noarch quota-4.01-14.el7.x86_64 gnome-session-3.22.3-4.el7.x86_64 nginx-1.12.2-2.el7.x86_64 lohit-gujarati-fonts-2.5.3-2.el7.noarch libpinyin-data-0.9.93-4.el7.x86_64 filesystem-3.2-21.el7.x86_64 iwl2000-firmware-18.168.6.1-58.el7_4.noarch python-enum34-1.0.4-1.el7.noarch librbd1-0.94.5-2.el7.x86_64 wqy-microhei-fonts-0.2.0-0.12.beta.el7.noarch yelp-3.22.0-1.el7.x86_64 tcp_wrappers-7.6-77.el7.x86_64 mozjs17-17.0.0-19.el7.x86_64 libgpg-error-1.12-3.el7.i686 libmusicbrainz5-5.0.1-9.el7.x86_64 libquadmath-4.8.5-16.el7_4.2.x86_64 sil-abyssinica-fonts-1.200-6.el7.noarch gdm-3.22.3-13.el7_4.x86_64 libkkc-common-0.3.1-9.el7.noarch cryptsetup-libs-1.7.4-3.el7_4.1.x86_64 libgusb-0.2.9-1.el7.x86_64 rfkill-0.4-9.el7.x86_64 libappstream-glib-0.6.10-1.el7.x86_64 pango-1.40.4-1.el7.x86_64 fipscheck-1.4.1-6.el7.x86_64 libvirt-daemon-driver-storage-rbd-3.2.0-14.el7_4.9.x86_64 libchewing-0.3.4-6.el7.x86_64 libevent-2.0.21-4.el7.x86_64 accountsservice-0.6.45-3.el7_4.1.x86_64 paps-libs-0.6.8-28.el7.1.x86_64 libreport-python-2.1.11-38.el7.x86_64 systemd-libs-219-42.el7_4.10.i686 libSM-1.2.2-2.el7.x86_64 rdma-core-13-7.el7.x86_64 teamd-1.25-6.el7_4.3.x86_64 abrt-desktop-2.1.11-48.el7.x86_64 pyOpenSSL-0.13.1-3.el7.x86_64 firstboot-19.12-1.el7.x86_64 qemu-img-1.5.3-141.el7_4.6.x86_64 libusbmuxd-1.0.10-5.el7.x86_64 python-pulp-common-2.13.4.6-1.el7sat.noarch gnome-online-miners-3.22.0-2.el7.x86_64 qrencode-libs-3.4.1-3.el7.x86_64 libnl-1.1.4-3.el7.x86_64 ibus-rawcode-1.3.2-3.el7.x86_64 grub2-tools-extra-2.02-0.65.el7_4.2.x86_64 openlmi-providers-0.5.0-4.el7.x86_64 curl-7.29.0-42.el7_4.1.x86_64 samba-common-4.6.2-12.el7_4.noarch gnome-disk-utility-3.22.1-1.el7.x86_64 libpath_utils-0.2.1-27.el7.x86_64 opus-1.0.2-6.el7.x86_64 libexif-0.6.21-6.el7.x86_64 rhnsd-5.0.13-7.3.el7_4.x86_64 libestr-0.1.9-2.el7.x86_64 python-rhsm-1.19.10-1.el7_4.x86_64 http-parser-2.7.1-5.el7_4.x86_64 tuned-2.8.0-5.el7_4.2.noarch python-pwquality-1.2.3-4.el7.x86_64 openlmi-software-0.5.0-4.el7.noarch abrt-addon-vmcore-2.1.11-48.el7.x86_64 libstdc++-devel-4.8.5-16.el7_4.2.x86_64 cyrus-sasl-md5-2.1.26-21.el7.x86_64 xorg-x11-drv-qxl-0.1.5-3.el7.x86_64 python-ntplib-0.3.2-1.el7.noarch ghostscript-cups-9.07-28.el7_4.2.x86_64 systemtap-devel-3.1-5.el7_4.x86_64 vim-filesystem-7.4.160-2.el7.x86_64 ntpdate-4.2.6p5-25.el7_3.2.x86_64 parted-3.1-28.el7.x86_64 libmpc-1.0.1-3.el7.x86_64 open-vm-tools-10.1.5-3.el7.x86_64 libgnome-2.32.1-9.el7.x86_64 libwacom-data-0.24-1.el7.noarch libuuid-2.23.2-43.el7_4.2.x86_64 clucene-contribs-lib-2.3.3.4-11.el7.x86_64 libdvdread-5.0.3-3.el7.x86_64 libvirt-daemon-driver-secret-3.2.0-14.el7_4.9.x86_64 hunspell-en-0.20121024-6.el7.noarch elfutils-libelf-0.168-8.el7.x86_64 gnome-documents-3.22.2-5.el7.x86_64 perl-parent-0.225-244.el7.noarch wsmancli-2.3.0-4.el7.x86_64 libgweather-3.20.4-1.el7.x86_64 gnome-python2-canvas-2.28.1-14.el7.x86_64 libXfont-1.5.2-1.el7.x86_64 alsa-lib-1.1.3-3.el7.x86_64 erlang-snmp-R16B-03.18.el7.x86_64 perl-constant-1.27-2.el7.noarch gnome-icon-theme-extras-3.12.0-1.el7.noarch libxshmfence-1.2-1.el7.x86_64 evolution-data-server-3.22.7-6.el7.x86_64 xfsprogs-4.5.0-12.el7.x86_64 libsecret-0.18.5-2.el7.x86_64 memcached-1.4.15-10.el7_3.1.x86_64 perl-TermReadKey-2.30-20.el7.x86_64 m17n-contrib-1.1.14-3.el7.noarch keyutils-1.5.8-3.el7.x86_64 gnome-settings-daemon-3.22.2-5.el7.x86_64 iwl100-firmware-39.31.5.1-58.el7_4.noarch libgee-0.18.1-1.el7.x86_64 python-babel-0.9.6-8.el7.noarch spice-gtk3-0.33-6.el7_4.1.x86_64 fftw-libs-double-3.3.3-8.el7.x86_64 iwl6050-firmware-41.28.5.1-58.el7_4.noarch metacity-2.34.13-7.el7.x86_64 python2-crypto-2.6.1-15.el7.x86_64 gnu-free-mono-fonts-20120503-8.el7.noarch libxklavier-5.4-7.el7.x86_64 python-dmidecode-3.12.2-1.1.el7.x86_64 clutter-gst2-2.0.18-1.el7.x86_64 libsemanage-2.5-8.el7.x86_64 smc-fonts-common-6.0-7.el7.noarch khmeros-base-fonts-5.0-17.el7.noarch coreutils-8.22-18.el7.x86_64 fontconfig-2.10.95-11.el7.x86_64 gnome-shell-extension-user-theme-3.22.2-10.el7.noarch xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 audit-libs-2.7.6-3.el7.i686 pykickstart-1.99.66.12-1.el7.noarch totem-3.22.1-1.el7.x86_64 mesa-libEGL-17.0.1-6.20170307.el7.x86_64 rootfiles-8.1-11.el7.noarch python-lxml-3.2.1-4.el7.x86_64 libpcap-1.5.3-9.el7.x86_64 libvirt-daemon-driver-storage-3.2.0-14.el7_4.9.x86_64 ttmkfdir-3.0.9-42.el7.x86_64 spice-glib-0.33-6.el7_4.1.x86_64 colord-libs-1.3.4-1.el7.x86_64 gnome-boxes-3.22.4-4.el7.x86_64 libstoragemgmt-1.4.0-5.el7_4.x86_64 oddjob-mkhomedir-0.31.5-4.el7.x86_64 ruby-augeas-0.5.0-1.el7.x86_64 python-IPy-0.75-6.el7.noarch libgfortran-4.8.5-16.el7_4.2.x86_64 gnome-terminal-nautilus-3.22.1-2.el7.x86_64 pakchois-0.4-10.el7.x86_64 rsync-3.0.9-18.el7.x86_64 libvorbis-1.3.3-8.el7.x86_64 katello-host-tools-fact-plugin-3.1.0-2.el7sat.noarch sysvinit-tools-2.88-14.dsf.el7.x86_64 glusterfs-cli-3.8.4-18.4.el7.x86_64 gvfs-archive-1.30.4-3.el7.x86_64 libiptcdata-1.0.4-11.el7.x86_64 pulseaudio-module-bluetooth-10.0-3.el7.x86_64 ibus-hangul-1.4.2-10.el7.x86_64 libsss_certmap-1.15.2-50.el7_4.11.x86_64 openldap-2.4.44-5.el7.x86_64 libsane-hpaio-3.15.9-3.el7.x86_64 libpipeline-1.2.3-3.el7.x86_64 rhn-setup-2.0.2-17.el7.noarch python-pyblock-0.53-6.el7.x86_64 libsss_autofs-1.15.2-50.el7_4.11.x86_64 libusb-0.1.4-3.el7.x86_64 redhat-rpm-config-9.1.0-76.el7.noarch sysstat-10.1.5-12.el7.x86_64 abrt-python-2.1.11-48.el7.x86_64 festival-1.96-28.el7.x86_64 samba-client-4.6.2-12.el7_4.x86_64 python-di-0.3-2.el7.noarch boost-date-time-1.53.0-27.el7.x86_64 xorg-x11-drv-dummy-0.3.7-1.el7.x86_64 poppler-utils-0.26.5-17.el7_4.x86_64 wvdial-1.61-9.el7.x86_64 flac-libs-1.3.0-5.el7_1.x86_64 xorg-x11-server-common-1.19.3-11.el7_4.2.x86_64 python-magic-5.11-33.el7.noarch ipset-libs-6.29-1.el7.x86_64 rsyslog-8.24.0-12.el7.x86_64 fcoe-utils-1.0.32-1.el7.x86_64 postfix-2.10.1-6.el7.x86_64 nspr-4.13.1-1.0.el7_3.x86_64 adwaita-cursor-theme-3.22.0-1.el7.noarch rasqal-0.9.30-4.el7.x86_64 usbmuxd-1.1.0-1.el7.x86_64 speex-1.2-0.19.rc1.el7.x86_64 libXrender-0.9.10-1.el7.x86_64 xdg-user-dirs-0.15-4.el7.x86_64 iprutils-2.4.14.1-1.el7.x86_64 hiera-1.3.4-5.el7.noarch gvfs-1.30.4-3.el7.x86_64 compat-openldap-2.3.43-5.el7.x86_64 m4-1.4.16-10.el7.x86_64 gmp-6.0.0-15.el7.x86_64 perl-Exporter-5.68-3.el7.noarch ledmon-0.80-2.el7.x86_64 rh-postgresql96-postgresql-server-9.6.5-2.el7.x86_64 totem-pl-parser-3.10.7-1.el7.x86_64 apr-util-1.5.2-6.el7.x86_64 shared-mime-info-1.8-3.el7.x86_64 perl-Error-0.17020-2.el7.noarch cifs-utils-6.2-10.el7.x86_64 bubblewrap-0.1.7-1.el7.x86_64 gupnp-1.0.1-1.el7.x86_64 indent-2.2.11-13.el7.x86_64 gnome-python2-gnome-2.28.1-14.el7.x86_64 libseccomp-2.3.1-3.el7.x86_64 libsamplerate-0.1.8-6.el7.x86_64 iwl6000-firmware-9.221.4.1-58.el7_4.noarch spice-protocol-0.12.12-2.el7.noarch flatpak-libs-0.8.7-3.el7_4.x86_64 perl-5.16.3-292.el7.x86_64 patch-2.7.1-8.el7.x86_64 lohit-telugu-fonts-2.5.3-3.el7.noarch python-markupsafe-0.11-10.el7.x86_64 glibc-2.17-196.el7_4.2.i686 gamin-0.1.10-16.el7.x86_64 glade-libs-3.20.0-1.el7.x86_64 kmod-libs-20-15.el7_4.7.x86_64 open-sans-fonts-1.10-1.el7.noarch thai-scalable-fonts-common-0.5.0-7.el7.noarch libattr-2.4.46-12.el7.i686 libuser-0.60-7.el7_1.x86_64 gnome-shell-extension-window-list-3.22.2-10.el7.noarch mailx-12.5-16.el7.x86_64 compat-db47-4.7.25-28.el7.x86_64 perl-srpm-macros-1-8.el7.noarch telepathy-haze-0.8.0-1.el7.x86_64 libpciaccess-0.13.4-3.1.el7_4.x86_64 python-urlgrabber-3.10-8.el7.noarch tigervnc-server-minimal-1.8.0-2.el7_4.x86_64 jasper-libs-1.900.1-31.el7.x86_64 python-dateutil-1.5-7.el7.noarch libcgroup-0.41-13.el7.x86_64 brlapi-0.6.0-15.el7.x86_64 systemd-libs-219-42.el7_4.10.x86_64 pam-1.1.8-18.el7.x86_64 popt-1.13-16.el7.x86_64 mesa-libGLU-9.0.0-4.el7.x86_64 iscsi-initiator-utils-6.2.0.874-4.el7.x86_64 gnome-software-3.22.7-1.el7.x86_64 libreport-cli-2.1.11-38.el7.x86_64 libcap-ng-0.7.5-4.el7.x86_64 radvd-1.9.2-9.el7.x86_64 colord-1.3.4-1.el7.x86_64 libsrtp-1.4.4-10.20101004cvs.el7.x86_64 setroubleshoot-3.2.28-3.el7.x86_64 gsound-1.0.2-2.el7.x86_64 katello-host-tools-3.1.0-2.el7sat.noarch pixman-0.34.0-1.el7.x86_64 alsa-firmware-1.0.28-2.el7.noarch gettext-devel-0.19.8.1-2.el7.x86_64 ncompress-4.2.4.4-3.el7.x86_64 gvfs-mtp-1.30.4-3.el7.x86_64 python-setuptools-0.9.8-7.el7.noarch cyrus-sasl-lib-2.1.26-21.el7.x86_64 openlmi-indicationmanager-libs-0.5.0-4.el7.x86_64 hypervkvpd-0-0.30.20161211git.el7.x86_64 libndp-1.2-7.el7.x86_64 xorg-x11-drv-vmware-13.2.1-1.el7.x86_64 libreport-plugin-bugzilla-2.1.11-38.el7.x86_64 libsss_sudo-1.15.2-50.el7_4.11.x86_64 openlmi-account-0.5.0-4.el7.x86_64 redhat-access-insights-1.0.13-2.el7.noarch NetworkManager-ppp-1.8.0-11.el7_4.x86_64 bind-libs-lite-9.9.4-51.el7_4.2.x86_64 python-slip-dbus-0.4.0-2.el7.noarch cyrus-sasl-scram-2.1.26-21.el7.x86_64 adwaita-gtk2-theme-3.22.2-1.el7.x86_64 xorg-x11-drv-void-1.4.1-2.el7.x86_64 libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 grub2-pc-modules-2.02-0.65.el7_4.2.noarch usbutils-007-5.el7.x86_64 cups-pk-helper-0.2.6-2.el7.x86_64 gstreamer-plugins-base-0.10.36-10.el7.x86_64 smartmontools-6.2-8.el7.x86_64 lsscsi-0.27-6.el7.x86_64 ncurses-libs-5.9-14.20130511.el7_4.x86_64 gvnc-0.7.0-2.el7.x86_64 qpid-proton-c-0.18.1-1.el7.x86_64 appstream-data-7-20170301.el7.noarch libcacard-2.5.2-2.el7.x86_64 libXrandr-1.5.1-2.el7.x86_64 gcr-3.20.0-1.el7.x86_64 erlang-crypto-R16B-03.18.el7.x86_64 bind-utils-9.9.4-51.el7_4.2.x86_64 perl-Encode-2.51-7.el7.x86_64 libsigc++20-2.10.0-1.el7.x86_64 pygtk2-libglade-2.24.0-9.el7.x86_64 xfsdump-3.1.4-1.el7.x86_64 webkitgtk4-plugin-process-gtk2-2.14.7-3.el7.x86_64 os-prober-1.58-9.el7.x86_64 erlang-xmerl-R16B-03.18.el7.x86_64 PackageKit-command-not-found-1.1.5-1.el7.x86_64 perl-File-Path-2.09-2.el7.noarch atk-2.22.0-3.el7.x86_64 libavc1394-0.5.3-14.el7.x86_64 mtr-0.85-7.el7.x86_64 gtksourceview3-3.22.2-1.el7.x86_64 python-meh-0.25.2-1.el7.noarch nginx-filesystem-1.12.2-2.el7.noarch bison-3.0.4-1.el7.x86_64 perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 atkmm-2.24.2-1.el7.x86_64 telepathy-logger-0.8.0-5.el7.x86_64 ibus-table-1.5.0-5.el7.noarch google-crosextra-caladea-fonts-1.002-0.4.20130214.el7.noarch nss-pem-1.0.3-4.el7.x86_64 ORBit2-2.14.19-13.el7.x86_64 libtommath-0.42.0-6.el7.x86_64 telepathy-filesystem-0.0.2-6.el7.noarch libepoxy-1.3.1-1.el7.x86_64 xml-common-0.6.3-39.el7.noarch python-cffi-1.6.0-5.el7.x86_64 gstreamer-0.10.36-7.el7.x86_64 poppler-data-0.4.6-3.el7.noarch lohit-marathi-fonts-2.5.3-2.el7.noarch libXxf86vm-1.1.4-1.el7.x86_64 libcdio-0.92-1.el7.x86_64 m17n-db-1.6.4-3.el7.noarch lohit-bengali-fonts-2.5.3-4.el7.noarch libXdmcp-1.1.2-6.el7.x86_64 liberation-sans-fonts-1.07.2-15.el7.noarch paratype-pt-sans-fonts-20101909-3.el7.noarch gnu-free-sans-fonts-20120503-8.el7.noarch libfprint-0.5.0-4.el7.x86_64 redhat-indexhtml-7-11.el7_0.noarch compat-libcap1-1.10-7.el7.x86_64 python-iniparse-0.4-9.el7.noarch quota-nls-4.01-14.el7.noarch cracklib-2.9.0-11.el7.x86_64 libsepol-2.5-6.el7.x86_64 qpdf-libs-5.0.1-3.el7.x86_64 libxml2-2.9.1-6.el7_2.3.x86_64 gpg-pubkey-fd431d51-4ae0493b libselinux-ruby-2.5-11.el7.x86_64 rtkit-0.11-10.el7.x86_64 python-chardet-2.2.1-1.el7_1.noarch rubygem-bigdecimal-1.2.0-33.el7_4.x86_64 usb_modeswitch-2.4.0-5.el7.x86_64 ibus-table-chinese-1.4.6-3.el7.noarch openslp-2.0.0-6.el7.x86_64 pth-2.0.7-23.el7.x86_64 facter-2.4.6-3.el7sat.x86_64 soundtouch-1.4.0-9.el7.x86_64 libbluray-0.2.3-5.el7.x86_64 pulp-rpm-handlers-2.13.4.8-1.el7sat.noarch ibus-m17n-1.3.4-13.el7.x86_64 libcollection-0.6.2-27.el7.x86_64 libtdb-1.3.12-2.el7.x86_64 newt-python-0.52.15-4.el7.x86_64 tcp_wrappers-libs-7.6-77.el7.x86_64 samba-common-libs-4.6.2-12.el7_4.x86_64 gnome-system-log-3.9.90-3.el7.x86_64 libgdither-0.6-8.el7.x86_64 libipa_hbac-1.15.2-50.el7_4.11.x86_64 libqmi-utils-1.16.0-1.el7.x86_64 diffutils-3.3-4.el7.x86_64 sssd-common-pac-1.15.2-50.el7_4.11.x86_64 openlmi-hardware-0.5.0-4.el7.x86_64 tagsoup-1.2.1-8.el7.noarch libXau-1.0.8-2.1.el7.x86_64 krb5-workstation-1.15.1-8.el7.x86_64 festival-freebsoft-utils-0.10-7.el7.noarch python-cups-1.9.63-6.el7.x86_64 ibus-libs-1.5.3-13.el7.x86_64 grub2-common-2.02-0.65.el7_4.2.noarch speech-dispatcher-python-0.7.1-15.el7.x86_64 fros-1.0-2.el7.noarch nettle-2.7.1-8.el7.x86_64 tzdata-2018c-1.el7.noarch libcanberra-gtk3-0.30-5.el7.x86_64 mlocate-0.26-6.el7.x86_64 pyparsing-1.5.6-9.el7.noarch hunspell-1.3.2-15.el7.x86_64 ipxe-roms-qemu-20170123-1.git4e85b27.el7_4.1.noarch ibus-gtk3-1.5.3-13.el7.x86_64 libXft-2.3.2-2.el7.x86_64 glibc-2.17-196.el7_4.2.x86_64 gnome-vfs2-2.24.4-14.el7.x86_64 nmap-ncat-6.40-7.el7.x86_64 mythes-en-3.0-13.el7.noarch libcap-2.22-9.el7.x86_64 gnome-python2-2.28.1-14.el7.x86_64 crontabs-1.11-6.20121102git.el7.noarch libraw1394-2.1.0-2.el7.x86_64 gnome-documents-libs-3.22.2-5.el7.x86_64 libXfixes-5.0.3-1.el7.x86_64 xorg-x11-xauth-1.0.9-1.el7.x86_64 libreoffice-langpack-en-5.0.6.2-15.el7_4.x86_64 readline-6.2-10.el7.x86_64 perl-podlators-2.5.1-3.el7.noarch pycairo-1.8.10-8.el7.x86_64 erlang-erts-R16B-03.18.el7.x86_64 gawk-4.0.2-4.el7_3.1.x86_64 perl-Storable-2.45-3.el7.x86_64 libverto-0.2.5-4.el7.x86_64 rh-postgresql96-postgresql-libs-9.6.5-2.el7.x86_64 binutils-2.25.1-32.base.el7_4.2.x86_64 Red_Hat_Enterprise_Linux-Release_Notes-7-en-US-7-2.el7.noarch perl-Socket-2.010-4.el7.x86_64 erlang-ssl-R16B-03.18.el7.x86_64 pcre-8.32-17.el7.x86_64 perl-Data-Dumper-2.145-3.el7.x86_64 gpg-pubkey-3cdbce5b-5a2ea48f grep-2.20-3.el7.x86_64 libgnomeui-2.24.5-8.el7.x86_64 nfs4-acl-tools-0.3.3-15.el7.x86_64 perl-Test-Harness-3.28-3.el7.noarch lzop-1.03-10.el7.x86_64 nginx-mod-mail-1.12.2-2.el7.x86_64 libtool-ltdl-2.4.2-22.el7_3.x86_64 lohit-punjabi-fonts-2.5.3-2.el7.noarch python-httplib2-0.9.2-1.el7.noarch iwl1000-firmware-39.31.5.1-58.el7_4.noarch dleyna-connector-dbus-0.2.0-2.el7.x86_64 iwl4965-firmware-228.61.2.24-58.el7_4.noarch webkitgtk3-2.4.11-2.el7.x86_64 libsepol-2.5-6.el7.i686 abrt-gui-libs-2.1.11-48.el7.x86_64 pcre-8.32-17.el7.i686 pulseaudio-gdm-hooks-10.0-3.el7.x86_64 poppler-0.26.5-17.el7_4.x86_64 util-linux-2.23.2-43.el7_4.2.x86_64 gtkspell3-3.0.3-4.el7.x86_64 xmlsec1-1.2.20-7.el7_4.x86_64 polkit-0.112-12.el7_3.x86_64 libdmapsharing-2.9.37-1.el7.x86_64 e2fsprogs-libs-1.42.9-10.el7.x86_64 cairo-1.14.8-2.el7.x86_64 gssproxy-0.7.0-4.el7.x86_64 gtk-update-icon-cache-3.22.10-5.el7_4.x86_64 python-gobject-3.22.0-1.el7_4.1.x86_64 libvirt-daemon-driver-storage-gluster-3.2.0-14.el7_4.9.x86_64 libfontenc-1.1.3-3.el7.x86_64 PackageKit-1.1.5-1.el7.x86_64 cryptsetup-python-1.7.4-3.el7_4.1.x86_64 NetworkManager-libnm-1.8.0-11.el7_4.x86_64 plymouth-scripts-0.8.9-0.28.20140113.el7.x86_64 subscription-manager-initial-setup-addon-1.19.23-1.el7_4.x86_64 procps-ng-3.3.10-16.el7.x86_64 dhclient-4.2.5-58.el7_4.3.x86_64 eog-3.20.5-2.el7.x86_64 subversion-libs-1.7.14-11.el7_4.x86_64 mesa-dri-drivers-17.0.1-6.20170307.el7.x86_64 empathy-3.12.12-4.el7.x86_64 kernel-devel-3.10.0-693.21.1.el7.x86_64 glusterfs-api-3.8.4-18.4.el7.x86_64 gupnp-igd-0.2.4-1.el7.x86_64 gupnp-av-0.12.10-1.el7.x86_64 openssh-clients-7.4p1-13.el7_4.x86_64 gvfs-goa-1.30.4-3.el7.x86_64 grubby-8.28-23.el7.x86_64 NetworkManager-team-1.8.0-11.el7_4.x86_64 seahorse-3.20.0-1.el7.x86_64 pytz-2016.10-2.el7.noarch plymouth-plugin-label-0.8.9-0.28.20140113.el7.x86_64 gstreamer-plugins-good-0.10.31-13.el7.x86_64 rpm-build-libs-4.11.3-25.el7.x86_64 rhn-check-2.0.2-17.el7.noarch rhn-setup-gnome-2.0.2-17.el7.noarch libreport-rhel-anaconda-bugzilla-2.1.11-38.el7.x86_64 selinux-policy-3.13.1-166.el7_4.9.noarch pulseaudio-module-x11-10.0-3.el7.x86_64 cups-filters-libs-1.0.35-22.el7.x86_64 abrt-addon-kerneloops-2.1.11-48.el7.x86_64 firefox-52.6.0-1.el7_4.x86_64 psmisc-22.20-15.el7.x86_64 libreport-anaconda-2.1.11-38.el7.x86_64 xorg-x11-drv-nouveau-1.0.13-3.el7.x86_64 systemtap-runtime-3.1-5.el7_4.x86_64 cups-filters-1.0.35-22.el7.x86_64 subversion-1.7.14-11.el7_4.x86_64 glibc-headers-2.17-196.el7_4.2.x86_64 setroubleshoot-server-3.2.28-3.el7.x86_64 irqbalance-1.0.7-10.el7.x86_64 libmspack-0.5-0.5.alpha.el7.x86_64 net-tools-2.0-0.22.20131004git.el7.x86_64 sudo-1.8.19p2-11.el7_4.x86_64 linux-firmware-20170606-58.gitc990aae.el7_4.noarch libvirt-libs-3.2.0-14.el7_4.9.x86_64 gnome-user-docs-3.22.0-1.el7.noarch libvirt-daemon-driver-nodedev-3.2.0-14.el7_4.9.x86_64 kbd-legacy-1.15.5-13.el7.noarch geocode-glib-3.20.1-1.el7.x86_64 liblouis-python-2.5.2-12.el7_4.noarch nautilus-extensions-3.22.3-4.el7_4.x86_64 libwsman1-2.3.6-14.el7.x86_64 geoclue2-2.4.5-1.el7.x86_64 libpurple-2.10.11-5.el7.x86_64 grilo-0.3.3-1.el7.x86_64 wget-1.14-15.el7_4.1.x86_64 vte291-0.46.2-1.el7.x86_64 cscope-15.8-10.el7.x86_64 nm-connection-editor-1.8.0-3.el7.x86_64 libsss_nss_idmap-1.15.2-50.el7_4.11.x86_64 gnome-packagekit-3.22.1-2.el7.x86_64 nss-sysinit-3.28.4-15.el7_4.x86_64 wqy-zenhei-fonts-0.9.46-11.el7.noarch fontpackages-filesystem-1.44-8.el7.noarch libofa-0.9.3-24.el7.x86_64 libbonobo-2.32.1-7.el7.x86_64 libtomcrypt-1.17-26.el7.x86_64 dmidecode-3.0-5.el7.x86_64 pnm2ppa-1.04-28.el7.x86_64 gnu-free-fonts-common-20120503-8.el7.noarch gstreamer-tools-0.10.36-7.el7.x86_64 iso-codes-3.46-2.el7.noarch python2-cryptography-1.7.2-1.el7_4.1.x86_64 gdb-7.6.1-100.el7_4.1.x86_64 lohit-devanagari-fonts-2.5.3-4.el7.noarch libunistring-0.9.3-9.el7.x86_64 lldpad-1.0.1-3.git036e314.el7.x86_64 lohit-malayalam-fonts-2.5.3-2.el7.noarch nhn-nanum-fonts-common-3.020-9.el7.noarch keybinder3-0.3.0-1.el7.x86_64 liboauth-0.9.7-4.el7.x86_64 libgsf-1.14.26-7.el7.x86_64 doxygen-1.8.5-3.el7.x86_64 passwd-0.79-4.el7.x86_64 redhat-logos-70.0.3-6.el7.noarch farstream-0.1.2-8.el7.x86_64 diffstat-1.57-4.el7.x86_64 dwz-0.11-3.el7.x86_64 python-six-1.9.0-2.el7.noarch zlib-1.2.7-17.el7.x86_64 xorg-x11-fonts-Type1-7.5-9.el7.noarch cracklib-dicts-2.9.0-11.el7.x86_64 libjpeg-turbo-1.2.90-5.el7.x86_64 gpg-pubkey-2fa658e0-45700c69 jline-1.0-8.el7.noarch pywbem-0.7.0-25.20130827svn625.el7.noarch orca-3.6.3-4.el7.x86_64 oddjob-0.31.5-4.el7.x86_64 yum-metadata-parser-1.1.4-10.el7.x86_64 rubygem-io-console-0.4.2-33.el7_4.x86_64 json-c-0.11-4.el7_0.x86_64 hardlink-1.0-19.el7.x86_64 ruby-rgen-0.6.5-2.el7sat.noarch lcms2-2.6-3.el7.x86_64 libdv-1.0.0-17.el7.x86_64 katello-agent-3.1.0-2.el7sat.noarch libdnet-1.12-13.1.el7.x86_64 libbasicobjects-0.1.1-27.el7.x86_64 ibus-chewing-1.4.4-14.el7.x86_64 libdhash-0.4.3-27.el7.x86_64 libvpx-1.3.0-5.el7_0.x86_64 libsmbclient-4.6.2-12.el7_4.x86_64 dmraid-1.0.0.rc16-28.el7.x86_64 c-ares-1.10.0-3.el7.x86_64 ustr-1.0.4-16.el7.x86_64 libmbim-utils-1.14.0-2.el7.x86_64 sssd-ad-1.15.2-50.el7_4.11.x86_64 libart_lgpl-2.3.21-10.el7.x86_64 festvox-slt-arctic-hts-0.20061229-28.el7.noarch adcli-0.8.1-3.el7.x86_64 libXext-1.3.3-3.el7.x86_64 GConf2-3.2.6-8.el7.x86_64 python-kmod-0.9-4.el7.x86_64 redhat-release-server-7.4-18.el7.x86_64 libXinerama-1.1.3-2.1.el7.x86_64 python-backports-1.0-8.el7.x86_64 openslp-server-2.0.0-6.el7.x86_64 bind-license-9.9.4-51.el7_4.2.noarch libtheora-1.1.1-8.el7.x86_64 python-inotify-0.9.4-4.el7.noarch setuptool-1.19.11-8.el7.x86_64 ibus-setup-1.5.3-13.el7.noarch firewalld-filesystem-0.4.4.4-6.el7.noarch numactl-libs-2.0.9-6.el7_2.x86_64 libstdc++-4.8.5-16.el7_4.2.x86_64 file-5.11-33.el7.x86_64 librevenge-0.0.2-2.el7.x86_64 aic94xx-firmware-30-6.el7.noarch p11-kit-0.23.5-3.el7.x86_64 gsm-1.0.13-11.el7.x86_64 redland-1.0.16-6.el7.x86_64 neon-0.30.0-3.el7.x86_64 libXi-1.7.9-1.el7.x86_64 liblangtag-0.5.4-8.el7.x86_64 xorg-x11-xinit-1.3.4-1.el7.x86_64 libproxy-mozjs-0.4.11-10.el7.x86_64 libtiff-4.0.3-27.el7_3.x86_64 exempi-2.2.0-8.el7.x86_64 ruby-shadow-1.4.1-23.el7.x86_64 glusterfs-libs-3.8.4-18.4.el7.x86_64 taglib-1.8-7.20130218git.el7.x86_64 erlang-hipe-R16B-03.18.el7.x86_64 perl-Time-HiRes-1.9725-3.el7.x86_64 wodim-1.1.11-23.el7.x86_64 jansson-2.10-1.el7.x86_64 erlang-otp_mibs-R16B-03.18.el7.x86_64 perl-Carp-1.26-244.el7.noarch colord-gtk-0.1.25-4.el7.x86_64 glib2-2.50.3-3.el7.x86_64 less-458-9.el7.x86_64 erlang-sasl-R16B-03.18.el7.x86_64 autoconf-2.69-11.el7.noarch rcs-5.9.0-5.el7.x86_64 telepathy-farstream-0.6.0-5.el7.x86_64 gsettings-desktop-schemas-3.22.0-1.el7.x86_64 awx-1.0.5.24-1.el7.centos.x86_64 automake-1.13.4-3.el7.noarch nano-2.3.1-10.el7.x86_64 gnome-python2-gnomevfs-2.28.1-14.el7.x86_64 libtasn1-4.10-1.el7.x86_64 nginx-all-modules-1.12.2-2.el7.noarch paktype-naskh-basic-fonts-4.1-3.el7.noarch libreport-gtk-2.1.11-38.el7.x86_64 iwl135-firmware-18.168.6.1-58.el7_4.noarch gnome-terminal-3.22.1-2.el7.x86_64 man-pages-overrides-7.4.3-1.el7.x86_64 gnome-keyring-3.20.0-3.el7.x86_64 bzip2-libs-1.0.6-13.el7.i686 libwebp-0.3.0-7.el7.x86_64 file-roller-3.22.3-1.el7.x86_64 elfutils-libs-0.168-8.el7.i686 ghostscript-9.07-28.el7_4.2.x86_64 gnome-shell-extension-alternate-tab-3.22.2-10.el7.noarch libcap-ng-0.7.5-4.el7.i686 ca-certificates-2017.2.14-71.el7.noarch compat-gnome-desktop314-3.14.2-1.el7.x86_64 kpartx-0.4.9-111.el7_4.2.x86_64 libnl3-cli-3.2.28-4.el7.x86_64 gnutls-dane-3.3.26-9.el7.x86_64 mesa-libgbm-17.0.1-6.20170307.el7.x86_64 libnotify-0.7.7-1.el7.x86_64 libvirt-daemon-driver-storage-iscsi-3.2.0-14.el7_4.9.x86_64 cogl-1.22.2-1.el7.x86_64 libxkbcommon-0.7.1-1.el7.x86_64 libvirt-daemon-driver-qemu-3.2.0-14.el7_4.9.x86_64 pangomm-2.40.1-1.el7.x86_64 pulseaudio-libs-10.0-3.el7.x86_64 anaconda-core-21.48.22.121-1.el7.x86_64 iputils-20160308-10.el7.x86_64 plymouth-core-libs-0.8.9-0.28.20140113.el7.x86_64 libvirt-client-3.2.0-14.el7_4.9.x86_64 libstoragemgmt-python-1.4.0-5.el7_4.noarch libxkbcommon-x11-0.7.1-1.el7.x86_64 gnome-tweak-tool-3.22.0-1.el7.noarch poppler-glib-0.26.5-17.el7_4.x86_64 xorg-x11-server-utils-7.7-20.el7.x86_64 cheese-3.22.1-1.el7.x86_64 cronie-1.4.11-17.el7.x86_64 gom-0.3.2-1.el7.x86_64 gnome-weather-3.20.2-1.el7.noarch firewalld-0.4.4.4-6.el7.noarch netcf-libs-0.2.8-4.el7.x86_64 gvfs-gphoto2-1.30.4-3.el7.x86_64 subscription-manager-1.19.23-1.el7_4.x86_64 sos-3.4-13.el7_4.noarch PackageKit-gtk3-module-1.1.5-1.el7.x86_64 kexec-tools-2.0.14-17.2.el7_4.x86_64 libreport-web-2.1.11-38.el7.x86_64 targetcli-2.1.fb46-1.el7.noarch hypervfcopyd-0-0.30.20161211git.el7.x86_64 dhcp-common-4.2.5-58.el7_4.3.x86_64 grub2-2.02-0.65.el7_4.2.x86_64 lvm2-2.02.171-8.el7.x86_64 net-snmp-agent-libs-5.7.2-28.el7_4.1.x86_64 NetworkManager-tui-1.8.0-11.el7_4.x86_64 abrt-dbus-2.1.11-48.el7.x86_64 e2fsprogs-1.42.9-10.el7.x86_64 xorg-x11-drv-vesa-2.3.2-25.1.el7.x86_64 abrt-addon-ccpp-2.1.11-48.el7.x86_64 dyninst-9.3.1-1.el7.x86_64 xorg-x11-drv-intel-2.99.917-26.20160929.el7.x86_64 gupnp-dlna-0.10.5-1.el7.x86_64 iproute-3.10.0-87.el7.x86_64 dracut-config-rescue-033-502.el7_4.1.x86_64 libosinfo-1.0.0-1.el7.x86_64 ipset-6.29-1.el7.x86_64 biosdevname-0.7.2-2.el7.x86_64 device-mapper-multipath-0.4.9-111.el7_4.2.x86_64 copy-jdk-configs-2.2-5.el7_4.noarch hplip-libs-3.15.9-3.el7.x86_64 adwaita-icon-theme-3.22.0-1.el7.noarch upower-0.99.4-2.el7.x86_64 gettext-common-devel-0.19.8.1-2.el7.noarch libvirt-gobject-1.0.0-1.el7.x86_64 vim-enhanced-7.4.160-2.el7.x86_64 clutter-1.26.0-1.el7.x86_64 rpm-sign-4.11.3-25.el7.x86_64 caribou-0.4.21-1.el7.x86_64 python-urllib3-1.10.2-3.el7.noarch libgdata-0.17.8-1.el7.x86_64 nautilus-sendto-3.8.4-1.el7.x86_64 libnm-gtk-1.8.0-3.el7.x86_64 ntsysv-1.7.4-1.el7.x86_64 gssdp-1.0.1-1.el7.x86_64 libldb-1.1.29-1.el7.x86_64 gnome-packagekit-installer-3.22.1-2.el7.x86_64 libpinyin-0.9.93-4.el7.x86_64 PyYAML-3.10-11.el7.x86_64 boost-system-1.53.0-27.el7.x86_64 setup-2.8.71-7.el7.noarch lohit-oriya-fonts-2.5.4.1-3.el7.noarch libXres-1.0.7-2.1.el7.x86_64 imsettings-1.6.3-9.el7.x86_64 libiscsi-1.9.0-7.el7.x86_64 python-ply-3.4-11.el7.noarch librados2-0.94.5-2.el7.x86_64 mozilla-filesystem-1.9-11.el7.x86_64 gnu-free-serif-fonts-20120503-8.el7.noarch hesiod-3.2.1-3.el7.x86_64 python2-pip-8.1.2-5.el7.noarch libtirpc-0.2.4-0.10.el7.x86_64 lohit-kannada-fonts-2.5.3-3.el7.noarch xorg-x11-font-utils-7.5-20.el7.x86_64 hyphen-2.8.6-5.el7.x86_64 dejavu-serif-fonts-2.33-6.el7.noarch libtimezonemap-0.4.4-1.el7.x86_64 gettext-0.19.8.1-2.el7.x86_64 skkdic-20130104-6.T1435.el7.noarch sil-padauk-fonts-2.8-5.el7.noarch libvirt-gconfig-1.0.0-1.el7.x86_64 byacc-1.9.20130304-3.el7.x86_64 compat-libf2c-34-3.4.6-32.el7.x86_64 gnome-icon-theme-3.12.0-1.el7.noarch check-0.9.9-5.el7.x86_64 info-5.1-4.el7.x86_64 libusbx-1.0.20-1.el7.x86_64 glx-utils-8.2.0-3.el7.x86_64 words-3.0-22.el7.noarch gnome-menus-3.13.3-3.el7.x86_64 gofer-2.7.7-3.el7sat.noarch libproxy-0.4.11-10.el7.x86_64 system-config-printer-1.4.1-19.el7.x86_64 python-gofer-proton-2.7.7-3.el7sat.noarch libkkc-0.3.1-9.el7.x86_64 pyliblzma-0.5.3-11.el7.x86_64 libacl-2.2.51-12.el7.x86_64 rubygems-2.0.14.1-33.el7_4.noarch system-config-printer-udev-1.4.1-19.el7.x86_64 fxload-2002_04_11-16.el7.x86_64 python-pulp-agent-lib-2.13.4.6-1.el7sat.noarch ibus-libpinyin-1.6.91-4.el7.x86_64 python-ethtool-0.8-5.el7.x86_64 dbus-glib-0.100-7.el7.x86_64 krb5-libs-1.15.1-8.el7.x86_64 compat-glibc-headers-2.12-4.el7.x86_64 slang-2.2.4-11.el7.x86_64 openlmi-python-providers-0.5.0-4.el7.noarch avahi-glib-0.6.31-17.el7.x86_64 libwbclient-4.6.2-12.el7_4.x86_64 libthai-0.1.14-9.el7.x86_64 sbc-1.0-5.el7.x86_64 libicu-50.1.2-15.el7.x86_64 samba-libs-4.6.2-12.el7_4.x86_64 frei0r-plugins-1.3-13.el7.x86_64 redhat-access-gui-1.0.0-6.el7.noarch opencc-0.4.3-3.el7.x86_64 xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 sssd-common-1.15.2-50.el7_4.11.x86_64 libutempter-1.1.6-4.el7.x86_64 openlmi-service-0.5.0-4.el7.x86_64 python-javapackages-3.4.1-11.el7.noarch libao-1.1.0-8.el7.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 sssd-1.15.2-50.el7_4.11.x86_64 flite-1.3-22.el7.x86_64 espeak-1.47.11-4.el7.x86_64 libXdamage-1.1.4-4.1.el7.x86_64 cyrus-sasl-2.1.26-21.el7.x86_64 dbus-x11-1.6.12-17.el7.x86_64 pyxattr-0.5.1-5.el7.x86_64 jbigkit-libs-2.0-11.el7.x86_64 libreport-filesystem-2.1.11-38.el7.x86_64 python-rhsm-certificates-1.19.10-1.el7_4.x86_64 ghostscript-fonts-5.50-32.el7.noarch nss-softokn-freebl-3.28.3-8.el7_4.x86_64 libwvstreams-4.6.1-11.el7.x86_64 clucene-core-2.3.3.4-11.el7.x86_64 audit-libs-2.7.6-3.el7.x86_64 libgnomecanvas-2.30.3-8.el7.x86_64 libexttextcat-3.4.1-3.el7.x86_64 libxcb-1.12-1.el7.x86_64 yum-langpacks-0.4.2-7.el7.noarch ModemManager-glib-1.6.0-2.el7.x86_64 libreofficekit-5.0.6.2-15.el7_4.x86_64 cups-libs-1.6.3-29.el7.x86_64 perl-HTTP-Tiny-0.033-3.el7.noarch sane-backends-libs-1.0.24-9.el7.x86_64 zip-3.0-11.el7.x86_64 erlang-kernel-R16B-03.18.el7.x86_64 libblkid-2.23.2-43.el7_4.2.x86_64 enscript-1.6.6-6.el7.x86_64 gnome-python2-bonobo-2.28.1-14.el7.x86_64 snappy-1.1.0-3.el7.x86_64 erlang-runtime_tools-R16B-03.18.el7.x86_64 gzip-1.5-9.el7.x86_64 gnome-icon-theme-symbolic-3.12.0-2.el7.noarch perl-threads-shared-1.43-6.el7.x86_64 libieee1284-0.2.11-15.el7.x86_64 erlang-asn1-R16B-03.18.el7.x86_64 libXcursor-1.1.14-8.el7.x86_64 openssl098e-0.9.8e-29.el7_2.3.x86_64 perl-Getopt-Long-2.40-2.el7.noarch libiec61883-1.2.0-10.el7.x86_64 rh-postgresql96-3.0-10.el7.x86_64 gstreamer1-1.10.4-2.el7.x86_64 bash-completion-2.1-6.el7.noarch perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 startup-notification-0.12-8.el7.x86_64 nginx-mod-http-perl-1.12.2-2.el7.x86_64 python-gobject-base-3.22.0-1.el7_4.1.x86_64 libpng12-1.2.50-10.el7.x86_64 perl-DBI-1.627-4.el7.x86_64 python2-pyasn1-0.1.9-7.el7.noarch libXv-1.0.11-1.el7.x86_64 iwl3160-firmware-22.0.7.0-58.el7_4.noarch flatpak-0.8.7-3.el7_4.x86_64 iwl5000-firmware-8.83.5.1_1-58.el7_4.noarch yelp-libs-3.22.0-1.el7.x86_64 nss-softokn-freebl-3.28.3-8.el7_4.i686 anaconda-widgets-21.48.22.121-1.el7.x86_64 libsemanage-python-2.5-8.el7.x86_64 gnome-shell-3.22.3-17.el7.x86_64 libdb-5.3.21-21.el7_4.i686 gnome-shell-extension-apps-menu-3.22.2-10.el7.noarch kmod-20-15.el7_4.7.x86_64 libgovirt-0.3.3-5.el7.x86_64 hwdata-0.252-8.6.el7.x86_64 mozjs24-24.2.0-7.el7.x86_64 qemu-kvm-1.5.3-141.el7_4.6.x86_64 cairo-gobject-1.14.8-2.el7.x86_64 ethtool-4.8-1.el7.x86_64 libvirt-daemon-driver-storage-mpath-3.2.0-14.el7_4.9.x86_64 pciutils-3.5.1-2.el7.x86_64 libevdev-1.5.6-1.el7.x86_64 brltty-4.5-15.el7.x86_64 accountsservice-libs-0.6.45-3.el7_4.1.x86_64 pulseaudio-libs-glib2-10.0-3.el7.x86_64 initial-setup-gui-0.3.9.40-1.el7.x86_64 iscsi-initiator-utils-iscsiuio-6.2.0.874-4.el7.x86_64 elfutils-0.168-8.el7.x86_64 gnome-dictionary-3.20.0-1.el7.x86_64 libibverbs-13-7.el7.x86_64 libteam-1.25-6.el7_4.3.x86_64 gucharmap-3.18.2-1.el7.x86_64 NetworkManager-1.8.0-11.el7_4.x86_64 libgphoto2-2.5.2-5.el7.x86_64 gnome-session-xsession-3.22.3-4.el7.x86_64 pulseaudio-10.0-3.el7.x86_64 osinfo-db-tools-1.1.0-1.el7.x86_64 gnome-clocks-3.22.1-1.el7.x86_64 git-1.8.3.1-12.el7_4.x86_64 python-perf-3.10.0-693.21.1.el7.x86_64 gvfs-afp-1.30.4-3.el7.x86_64 grub2-pc-2.02-0.65.el7_4.2.x86_64 libcurl-7.29.0-42.el7_4.1.x86_64 firewall-config-0.4.4.4-6.el7.noarch plymouth-theme-charge-0.8.9-0.28.20140113.el7.x86_64 yum-3.4.3-154.el7.noarch abrt-console-notification-2.1.11-48.el7.x86_64 kbd-1.15.5-13.el7.x86_64 yum-utils-1.1.31-42.el7.noarch openssh-server-7.4p1-13.el7_4.x86_64 libcgroup-tools-0.41-13.el7.x86_64 cups-client-1.6.3-29.el7.x86_64 net-snmp-5.7.2-28.el7_4.1.x86_64 abrt-addon-pstoreoops-2.1.11-48.el7.x86_64 ncurses-5.9-14.20130511.el7_4.x86_64 xorg-x11-drv-synaptics-1.9.0-1.el7.x86_64 libpeas-loader-python-1.20.0-1.el7.x86_64 harfbuzz-1.3.2-1.el7.x86_64 xorg-x11-drv-fbdev-0.4.3-25.el7.x86_64 cups-1.6.3-29.el7.x86_64 gcc-4.8.5-16.el7_4.2.x86_64 qemu-guest-agent-2.8.0-2.el7.x86_64 dnsmasq-2.76-2.el7_4.2.x86_64 logrotate-3.8.6-14.el7.x86_64 at-3.1.13-22.el7_4.2.x86_64 qemu-kvm-common-1.5.3-141.el7_4.6.x86_64 seabios-bin-1.10.2-3.el7_4.1.noarch libvirt-daemon-driver-network-3.2.0-14.el7_4.9.x86_64 yelp-xsl-3.20.1-1.el7.noarch libvirt-daemon-driver-nwfilter-3.2.0-14.el7_4.9.x86_64 tigervnc-license-1.8.0-2.el7_4.noarch gtk3-3.22.10-5.el7_4.x86_64 libtool-2.4.2-22.el7_3.x86_64 caribou-gtk3-module-0.4.21-1.el7.x86_64 libreport-plugin-mailx-2.1.11-38.el7.x86_64 webkitgtk4-2.14.7-3.el7.x86_64 xorg-x11-utils-7.5-22.el7.x86_64 geoclue2-libs-2.4.5-1.el7.x86_64 crash-7.1.9-2.el7.x86_64 gjs-1.46.0-1.el7.x86_64 marisa-0.2.4-4.el7.x86_64 folks-0.11.3-1.el7.x86_64 iwl3945-firmware-15.32.2.9-58.el7_4.noarch gnome-bluetooth-3.20.1-1.el7.x86_64 libIDL-0.8.14-8.el7.x86_64 libcanberra-gtk2-0.30-5.el7.x86_64 iwl105-firmware-18.168.6.1-58.el7_4.noarch liberation-fonts-common-1.07.2-15.el7.noarch boost-thread-1.53.0-27.el7.x86_64 python-pycparser-2.14-1.el7.noarch gdisk-0.8.6-5.el7.x86_64 dejavu-sans-mono-fonts-2.33-6.el7.noarch gvfs-fuse-1.30.4-3.el7.x86_64 make-3.82-23.el7.x86_64 xz-libs-5.2.2-1.el7.i686 basesystem-10.0-7.el7.noarch numad-0.5-17.20150602git.el7.x86_64 mesa-libglapi-17.0.1-6.20170307.el7.x86_64 satyr-0.13-14.el7.x86_64 thai-scalable-waree-fonts-0.5.0-7.el7.noarch gnome-shell-extension-common-3.22.2-10.el7.noarch avahi-ui-gtk3-0.6.31-17.el7.x86_64 pam-1.1.8-18.el7.i686 telepathy-gabble-0.18.1-4.el7.x86_64 libgtop2-2.34.2-1.el7.x86_64 color-filesystem-1-13.el7.noarch compat-libgfortran-41-4.1.2-44.el7.x86_64 grilo-plugins-0.3.4-1.el7.x86_64 mesa-libGL-17.0.1-6.20170307.el7.x86_64 libmediaart-1.9.1-1.el7.x86_64 mtools-4.0.18-5.el7.x86_64 libvirt-daemon-driver-storage-disk-3.2.0-14.el7_4.9.x86_64 libssh2-1.4.3-10.el7_2.1.x86_64 PackageKit-yum-1.1.5-1.el7.x86_64 NetworkManager-glib-1.8.0-11.el7_4.x86_64 redhat-menus-12.0.2-8.el7.noarch katello-ca-consumer-blrhcap01.americantower.com-1.0-7.noarch python-brlapi-0.6.0-15.el7.x86_64 libstoragemgmt-python-clibs-1.4.0-5.el7_4.x86_64 sqlite-3.7.17-8.el7.x86_64 realmd-0.16.1-9.el7.x86_64 btrfs-progs-4.9.1-1.el7.x86_64 libyaml-0.1.4-11.el7_0.x86_64 evince-nautilus-3.22.1-5.2.el7_4.x86_64 glusterfs-3.8.4-18.4.el7.x86_64 libgcab1-0.7-4.el7_4.x86_64 python-pulp-rpm-common-2.13.4.8-1.el7sat.noarch gvfs-smb-1.30.4-3.el7.x86_64 ibus-sayura-1.3.2-3.el7.x86_64 NetworkManager-wifi-1.8.0-11.el7_4.x86_64 libdb-utils-5.3.21-21.el7_4.x86_64 gperftools-libs-2.4-8.el7.x86_64 samba-client-libs-4.6.2-12.el7_4.x86_64 hpijs-3.15.9-3.el7.x86_64 m17n-lib-1.6.4-14.el7.x86_64 yum-rhn-plugin-2.0.1-9.el7.noarch which-2.20-7.el7.x86_64 createrepo-0.9.9-28.el7.noarch shadow-utils-4.1.5.1-24.el7.x86_64 sssd-krb5-common-1.15.2-50.el7_4.11.x86_64 glusterfs-fuse-3.8.4-18.4.el7.x86_64 javapackages-tools-3.4.1-11.el7.noarch openlmi-networking-0.3.0-3.el7.x86_64 abrt-2.1.11-48.el7.x86_64 sox-14.4.1-6.el7.x86_64 vim-minimal-7.4.160-2.el7.x86_64 libgcc-4.8.5-16.el7_4.2.x86_64 xorg-x11-drv-vmmouse-13.1.0-1.el7.x86_64 cups-filesystem-1.6.3-29.el7.noarch mpfr-3.1.1-4.el7.x86_64 glibc-devel-2.17-196.el7_4.2.x86_64 libX11-common-1.6.5-1.el7.noarch mcelog-144-3.94d853b2ea81.el7.x86_64 urw-fonts-2.4-16.el7.noarch chrony-3.1-2.el7.x86_64 xorg-x11-xkb-utils-7.7-12.el7.x86_64 kbd-misc-1.15.5-13.el7.noarch libcom_err-1.42.9-10.el7.x86_64 libodfgen-0.1.4-1.el7.x86_64 libvirt-daemon-config-network-3.2.0-14.el7_4.9.x86_64 libmnl-1.0.3-7.el7.x86_64 libbonoboui-2.24.5-7.el7.x86_64 hunspell-en-GB-0.20121024-6.el7.noarch expat-2.1.0-10.el7_3.x86_64 python-qpid-proton-0.18.1-1.el7.x86_64 perl-Pod-Perldoc-3.20-4.el7.noarch clutter-gtk-1.8.2-1.el7.x86_64 farstream02-0.2.3-3.el7.x86_64 tog-pegasus-2.14.1-5.el7.x86_64 libXt-1.1.5-3.el7.x86_64 rh-postgresql96-postgresql-9.6.5-2.el7.x86_64 perl-Scalar-List-Utils-1.27-248.el7.x86_64 pinfo-0.6.10-9.el7.x86_64 tracker-1.10.5-4.el7.x86_64 libdaemon-0.14-7.el7.x86_64 net-snmp-utils-5.7.2-28.el7_4.1.x86_64 udisks2-2.1.2-6.el7.x86_64 gobject-introspection-1.50.0-1.el7.x86_64 postgresql-libs-9.2.23-3.el7_4.x86_64 kernel-devel-3.10.0-514.el7.x86_64 compat-libtiff3-3.9.4-11.el7.x86_64 dleyna-core-0.5.0-1.el7.x86_64 rhino-1.7R5-1.el7.noarch nss-softokn-3.28.3-8.el7_4.x86_64 imsettings-libs-1.6.3-9.el7.x86_64 iwl7265-firmware-22.0.7.0-58.el7_4.noarch gtk-vnc2-0.7.0-2.el7.x86_64 python2-jmespath-0.9.0-3.el7.noarch dejavu-fonts-common-2.33-6.el7.noarch google-crosextra-carlito-fonts-1.103-0.2.20130920.el7.noarch at-spi2-core-2.22.0-1.el7.x86_64 meanwhile-1.1.0-12.el7.x86_64 zlib-1.2.7-17.el7.i686 gnome-keyring-pam-3.20.0-3.el7.x86_64 khmeros-fonts-common-5.0-17.el7.noarch nhn-nanum-gothic-fonts-3.020-9.el7.noarch usbredir-0.7.1-2.el7.x86_64 libcap-2.22-9.el7.i686 gnome-shell-extension-places-menu-3.22.2-10.el7.noarch libnice-0.1.3-4.el7.x86_64 rdate-1.4-25.el7.x86_64 glusterfs-client-xlators-3.8.4-18.4.el7.x86_64 pygobject2-2.28.6-11.el7.x86_64 python-pycurl-7.19.0-19.el7.x86_64 libdrm-2.4.74-1.el7.x86_64 gnutls-utils-3.3.26-9.el7.x86_64 fipscheck-lib-1.4.1-6.el7.x86_64 policycoreutils-2.5-17.1.el7.x86_64 libvirt-daemon-kvm-3.2.0-14.el7_4.9.x86_64 pm-utils-1.4.1-27.el7.x86_64 bzip2-libs-1.0.6-13.el7.x86_64 libreport-2.1.11-38.el7.x86_64 libqmi-1.16.0-1.el7.x86_64 lksctp-tools-1.0.17-2.el7.x86_64 unbound-libs-1.4.20-34.el7.x86_64 totem-nautilus-3.22.1-1.el7.x86_64 xmlsec1-openssl-1.2.20-7.el7_4.x86_64 langtable-python-0.0.31-3.el7.noarch libmpcdec-1.2.6-12.el7.x86_64 cronie-anacron-1.4.11-17.el7.x86_64 vinagre-3.22.0-8.el7.x86_64 libtar-1.2.11-29.el7.x86_64 python-isodate-0.5.0-5.pulp.el7sat.noarch tog-pegasus-libs-2.14.1-5.el7.x86_64 genisoimage-1.1.11-23.el7.x86_64 libhangul-0.1.0-8.el7.x86_64 systemtap-client-3.1-5.el7_4.x86_64 gvfs-afc-1.30.4-3.el7.x86_64 rarian-compat-0.8.1-11.el7.x86_64 ibus-kkc-1.5.18-7.el7.x86_64 telepathy-glib-0.24.0-1.el7.x86_64 libsss_idmap-1.15.2-50.el7_4.11.x86_64 rpm-libs-4.11.3-25.el7.x86_64 libvisual-0.4.0-16.el7.x86_64 libini_config-1.3.0-27.el7.x86_64 hypervvssd-0-0.30.20161211git.el7.x86_64 open-vm-tools-desktop-10.1.5-3.el7.x86_64 dmraid-events-1.0.0.rc16-28.el7.x86_64 python-sssdconfig-1.15.2-50.el7_4.11.noarch libreport-plugin-ureport-2.1.11-38.el7.x86_64 libatasmart-0.19-6.el7.x86_64 libreport-plugin-rhtsupport-2.1.11-38.el7.x86_64 NetworkManager-adsl-1.8.0-11.el7_4.x86_64 festival-lib-1.96-28.el7.x86_64 xorg-x11-drivers-7.7-6.el7.x86_64 cyrus-sasl-plain-2.1.26-21.el7.x86_64 mariadb-libs-5.5.56-2.el7.x86_64 pyorbit-2.24.0-15.el7.x86_64 gnome-themes-standard-3.22.2-1.el7.x86_64 xorg-x11-drv-wacom-0.34.2-2.el7.x86_64 cgdcbxd-1.0.2-7.el7.x86_64 libv4l-0.9.5-4.el7.x86_64 seavgabios-bin-1.10.2-3.el7_4.1.noarch libquadmath-devel-4.8.5-16.el7_4.2.x86_64 python-urwid-1.1.1-3.el7.x86_64 usermode-1.111-5.el7.x86_64 device-mapper-multipath-libs-0.4.9-111.el7_4.2.x86_64 microcode_ctl-2.1-22.5.el7_4.x86_64 freetype-2.4.11-15.el7.x86_64 libwacom-0.24-1.el7.x86_64 libimobiledevice-1.2.0-1.el7.x86_64 libcmis-0.5.1-2.el7.x86_64 man-db-2.6.3-9.el7.x86_64 enchant-1.6.0-8.el7.x86_64 libXtst-1.2.3-1.el7.x86_64 java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 gnome-desktop3-3.22.2-2.el7.x86_64 epel-release-7-11.noarch sane-backends-1.0.24-9.el7.x86_64 GeoIP-1.5.0-11.el7.x86_64 cpio-2.11-25.el7_4.x86_64 tcpdump-4.9.0-5.el7.x86_64 perl-Time-Local-1.2300-2.el7.noarch gnome-online-accounts-3.22.5-1.el7.x86_64 erlang-sd_notify-0.1-1.el7.x86_64 gnome-abrt-0.3.4-8.el7.x86_64 blktrace-1.0.5-8.el7.x86_64 libshout-2.2.2-11.el7.x86_64 json-glib-1.2.6-1.el7.x86_64 redhat-support-tool-0.9.9-3.el7.noarch perl-XML-Parser-2.41-10.el7.x86_64 libgnomekbd-3.22.0.1-1.el7.x86_64 gpg-pubkey-352c64e5-52ae6884 python-meh-gui-0.25.2-1.el7.noarch time-1.7-45.el7.x86_64 avahi-gobject-0.6.31-17.el7.x86_64 libcroco-0.6.11-1.el7.x86_64 iwl2030-firmware-18.168.6.1-58.el7_4.noarch python-ipaddress-1.0.16-2.el7.noarch perl-macros-5.16.3-292.el7.x86_64 lklug-fonts-0.6-10.20090803cvs.el7.noarch gstreamer1-plugins-good-1.10.4-2.el7.x86_64 libXxf86dga-1.1.4-2.1.el7.x86_64 libgcc-4.8.5-16.el7_4.2.i686 ansible-2.5.0-2.el7.noarch openjpeg-libs-1.5.1-17.el7.x86_64 lohit-nepali-fonts-2.5.3-2.el7.noarch gtkmm30-3.22.0-1.el7.x86_64 anaconda-user-help-7.3.2-1.el7.noarch libselinux-2.5-11.el7.i686 at-spi2-atk-2.22.0-2.el7.x86_64 sil-nuosu-fonts-2.1.1-5.el7.noarch gnome-shell-extension-launch-new-instance-3.22.2-10.el7.noarch deltarpm-3.6-3.el7.x86_64 cim-schema-2.33.0-6.el7.noarch systemd-sysv-219-42.el7_4.10.x86_64 pcre2-10.23-2.el7.x86_64 lrzsz-0.12.20-36.el7.x86_64 mdadm-4.0-5.el7.x86_64 setools-libs-3.3.8-1.1.el7.x86_64 hicolor-icon-theme-0.12-7.el7.noarch cairomm-1.12.0-1.el7.x86_64 elfutils-default-yama-scope-0.168-8.el7.noarch ivtv-firmware-20080701-26.el7.noarch cryptsetup-1.7.4-3.el7_4.1.x86_64 liberation-mono-fonts-1.07.2-15.el7.noarch xz-libs-5.2.2-1.el7.x86_64 plymouth-0.8.9-0.28.20140113.el7.x86_64 plymouth-graphics-libs-0.8.9-0.28.20140113.el7.x86_64 python-gofer-2.7.7-3.el7sat.noarch gnome-system-monitor-3.22.2-2.el7.x86_64 libgpg-error-1.12-3.el7.x86_64 wpa_supplicant-2.6-5.el7_4.1.x86_64 python-firewall-0.4.4.4-6.el7.noarch ruby-irb-2.0.0.648-33.el7_4.noarch gnome-contacts-3.22.1-1.el7.x86_64 lua-5.1.4-15.el7.x86_64 perl-Git-1.8.3.1-12.el7_4.noarch python-configshell-1.1.fb23-3.el7.noarch libtalloc-2.1.9-1.el7.x86_64 gnome-font-viewer-3.22.0-1.el7.x86_64 compat-glibc-2.12-4.el7.x86_64 libref_array-0.1.5-27.el7.x86_64 plymouth-plugin-two-step-0.8.9-0.28.20140113.el7.x86_64 rhn-client-tools-2.0.2-17.el7.noarch pytalloc-2.1.9-1.el7.x86_64 selinux-policy-targeted-3.13.1-166.el7_4.9.noarch xdg-user-dirs-gtk-0.10-4.el7.x86_64 xz-5.2.2-1.el7.x86_64 policycoreutils-python-2.5-17.1.el7.x86_64 libxkbfile-1.0.9-3.el7.x86_64 sssd-proxy-1.15.2-50.el7_4.11.x86_64 gstreamer-plugins-bad-free-0.10.23-23.el7.x86_64 dbus-1.6.12-17.el7.x86_64 libXcomposite-0.4.4-4.1.el7.x86_64 pyatspi-2.20.3-1.el7.noarch harfbuzz-icu-1.3.2-1.el7.x86_64 mobile-broadband-provider-info-1.20170310-1.el7.noarch rasdaemon-0.4.1-28.el7.x86_64 python-coverage-3.6-0.5.b3.el7.x86_64 rpcbind-0.2.0-42.el7.x86_64 efivar-libs-31-4.el7.x86_64 bash-4.2.46-29.el7_4.x86_64 kpatch-0.4.0-2.el7_4.noarch pyparted-3.9-13.el7.x86_64 crda-3.13_2016.02.08-1.el7.x86_64 libvirt-daemon-3.2.0-14.el7_4.9.x86_64 libglade2-2.6.4-11.el7.x86_64 tzdata-java-2018c-1.el7.noarch libnl3-3.2.28-4.el7.x86_64 libGLEW-1.10.0-5.el7.x86_64 libcdio-paranoia-10.2+0.90-11.el7.x86_64 libudisks2-2.1.2-6.el7.x86_64 rest-0.8.0-1.el7.x86_64 gcc-c++-4.8.5-16.el7_4.2.x86_64 python-2.7.5-58.el7.x86_64 erlang-stdlib-R16B-03.18.el7.x86_64 webkitgtk4-jsc-2.14.7-3.el7.x86_64 perl-Pod-Escapes-1.04-292.el7.noarch libmount-2.23.2-43.el7_4.2.x86_64 erlang-public_key-R16B-03.18.el7.x86_64 perl-Pod-Simple-3.28-4.el7.noarch libdvdnav-5.0.3-1.el7.x86_64 zenity-3.22.0-1.el7.x86_64 strace-4.12-4.el7.x86_64 dconf-0.26.0-2.el7.x86_64 nginx-mod-http-geoip-1.12.2-2.el7.x86_64 perl-PlRPC-0.2020-14.el7.noarch swig-2.0.10-5.el7.x86_64 libgee06-0.6.8-3.el7.x86_64 gnome-bluetooth-libs-3.20.1-1.el7.x86_64 traceroute-2.0.22-2.el7.x86_64 acl-2.2.51-12.el7.x86_64 fuse-libs-2.9.2-8.el7.x86_64 mutter-3.22.3-12.el7_4.x86_64 gd-2.0.35-26.el7.x86_64 iwl5150-firmware-8.24.2.2-58.el7_4.noarch python-paramiko-2.1.1-2.el7.noarch pciutils-libs-3.5.1-2.el7.x86_64 gucharmap-libs-3.18.2-1.el7.x86_64 cracklib-2.9.0-11.el7.i686 pinentry-gtk-0.8.1-17.el7.x86_64 overpass-fonts-2.1-1.el7.noarch dbus-python-1.1.1-9.el7.x86_64 p11-kit-trust-0.23.5-3.el7.x86_64 subscription-manager-gui-1.19.23-1.el7_4.x86_64 libuser-python-0.60-7.el7_1.x86_64 device-mapper-libs-1.02.140-8.el7.x86_64 ctags-5.8-13.el7.x86_64 m2crypto-0.21.1-17.el7.x86_64 gdk-pixbuf2-2.36.5-1.el7.x86_64 libvirt-daemon-driver-storage-core-3.2.0-14.el7_4.9.x86_64 isomd5sum-1.0.10-5.el7.x86_64 gtk2-2.24.31-1.el7.x86_64 libpwquality-1.2.3-4.el7.x86_64 libgudev1-219-42.el7_4.10.x86_64 anaconda-tui-21.48.22.121-1.el7.x86_64 initscripts-9.49.39-1.el7_4.1.x86_64 python-hwdata-1.7.3-4.el7.noarch sed-4.2.2-5.el7.x86_64 openssl-libs-1.0.2k-8.el7.x86_64 cmpi-bindings-pywbem-0.9.5-6.el7.x86_64 pulseaudio-utils-10.0-3.el7.x86_64 gnome-classic-session-3.22.2-10.el7.noarch mesa-libGLES-17.0.1-6.20170307.el7.x86_64 libogg-1.3.0-7.el7.x86_64 rubygem-json-1.7.7-33.el7_4.x86_64 spice-server-0.12.8-2.el7.1.x86_64 gnome-calculator-3.22.3-1.el7.x86_64 pygpgme-0.3-9.el7.x86_64 virt-what-1.13-10.el7.x86_64 libmtp-1.1.6-5.el7.x86_64 pkgconfig-0.27.1-4.el7.x86_64 puppet-3.8.6-4.el7sat.noarch hostname-3.13-3.el7.x86_64 python-schedutils-0.4-6.el7.x86_64 gtk3-immodule-xim-3.22.10-5.el7_4.x86_64 bridge-utils-1.5-9.el7.x86_64 libreswan-3.20-5.el7_4.x86_64 checkpolicy-2.5-4.el7.x86_64 libidn-1.28-4.el7.x86_64 cyrus-sasl-gssapi-2.1.26-21.el7.x86_64 dhcp-libs-4.2.5-58.el7_4.3.x86_64 plymouth-system-theme-0.8.9-0.28.20140113.el7.x86_64 gpm-libs-1.20.7-5.el7.x86_64 gtkmm24-2.24.5-1.el7.x86_64 alsa-plugins-pulseaudio-1.1.1-1.el7.x86_64 libcanberra-0.30-5.el7.x86_64 sssd-ipa-1.15.2-50.el7_4.11.x86_64 python-slip-0.4.0-2.el7.noarch libss-1.42.9-10.el7.x86_64 xorg-x11-drv-evdev-2.10.5-2.1.el7.x86_64 abrt-tui-2.1.11-48.el7.x86_64 dotconf-1.3-8.el7.x86_64 xkeyboard-config-2.20-1.el7.noarch python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch iptables-1.4.21-18.3.el7_4.x86_64 autofs-5.0.7-70.el7_4.1.x86_64 audit-2.7.6-3.el7.x86_64 ibus-gtk2-1.5.3-13.el7.x86_64 mesa-filesystem-17.0.1-6.20170307.el7.x86_64 freerdp-libs-1.0.2-10.el7.x86_64 libfastjson-0.99.4-2.el7.x86_64 raptor2-2.0.9-3.el7.x86_64 trousers-0.3.14-2.el7.x86_64 ModemManager-1.6.0-2.el7.x86_64 nss-util-3.28.4-3.el7.x86_64 vte-profile-0.46.2-1.el7.x86_64 libreoffice-opensymbol-fonts-5.0.6.2-15.el7_4.noarch glib-networking-2.50.0-1.el7.x86_64 celt051-0.5.1.3-8.el7.x86_64 libICE-1.0.9-9.el7.x86_64 perl-Text-ParseWords-3.29-4.el7.noarch rpm-build-4.11.3-25.el7.x86_64 erlang-compiler-R16B-03.18.el7.x86_64 telepathy-mission-control-5.16.3-3.el7.x86_64 clutter-gst3-3.0.22-1.el7.x86_64 dvd+rw-tools-7.1-15.el7.x86_64 system-config-printer-libs-1.4.1-19.el7.noarch libical-1.0.1-1.el7.x86_64 tar-1.26-32.el7.x86_64 perl-File-Temp-0.23.01-3.el7.noarch tcsh-6.18.01-15.el7.x86_64 erlang-tools-R16B-03.18.el7.x86_64 lockdev-1.0.4-0.13.20111007git.el7.x86_64 libpeas-gtk-1.20.0-1.el7.x86_64 xvattr-1.3-27.el7.x86_64 libXxf86misc-1.0.3-7.1.el7.x86_64 PackageKit-glib-1.1.5-1.el7.x86_64 perl-Net-Daemon-0.48-5.el7.noarch scl-utils-20130529-18.el7_4.x86_64 nginx-mod-http-image-filter-1.12.2-2.el7.x86_64 gnome-packagekit-common-3.22.1-2.el7.x86_64 dejavu-sans-fonts-2.33-6.el7.noarch liberation-serif-fonts-1.07.2-15.el7.noarch python-keyczar-0.71c-2.el7.noarch imsettings-gsettings-1.6.3-9.el7.x86_64 NetworkManager-config-server-1.8.0-11.el7_4.noarch libchamplain-gtk-0.12.15-1.el7.x86_64 desktop-file-utils-0.23-1.el7.x86_64 pinentry-0.8.1-17.el7.x86_64 ucs-miscfixed-fonts-0.3-11.el7.noarch langtable-data-0.0.31-3.el7.noarch libgcrypt-1.5.3-14.el7.i686 control-center-3.22.2-5.el7.x86_64 abattis-cantarell-fonts-0.0.25-1.el7.noarch lohit-tamil-fonts-2.5.3-2.el7.noarch systemd-219-42.el7_4.10.x86_64 gnome-dictionary-libs-3.20.0-1.el7.x86_64 audit-libs-python-2.7.6-3.el7.x86_64 libxml2-python-2.9.1-6.el7_2.3.x86_64 setserial-2.17-33.el7.x86_64 sgabios-bin-0.20110622svn-4.el7.noarch gstreamer1-plugins-base-1.10.4-1.el7.x86_64 exiv2-libs-0.23-6.el7.x86_64 libvirt-daemon-driver-storage-scsi-3.2.0-14.el7_4.9.x86_64 sg3_utils-libs-1.37-12.el7.x86_64 python-decorator-3.4.0-3.el7.noarch gutenprint-cups-5.2.9-18.el7.x86_64 grub2-tools-minimal-2.02-0.65.el7_4.2.x86_64 initial-setup-0.3.9.40-1.el7.x86_64 abrt-libs-2.1.11-48.el7.x86_64 ruby-libs-2.0.0.648-33.el7_4.x86_64 avahi-libs-0.6.31-17.el7.x86_64 grub2-tools-2.02-0.65.el7_4.2.x86_64 file-roller-nautilus-3.22.3-1.el7.x86_64 libspectre-0.2.8-1.el7.x86_64 rubygem-psych-2.0.0-33.el7_4.x86_64 bluez-5.44-4.el7_4.x86_64 gpgme-1.3.2-5.el7.x86_64 NetworkManager-libreswan-gnome-1.2.4-2.el7.x86_64 cpp-4.8.5-16.el7_4.2.x86_64 libusal-1.1.11-23.el7.x86_64 libselinux-python-2.5-11.el7.x86_64 rarian-0.8.1-11.el7.x86_64 librdmacm-13-7.el7.x86_64 mtdev-1.1.5-5.el7.x86_64 baobab-3.22.1-1.el7.x86_64 rpm-4.11.3-25.el7.x86_64 cdparanoia-libs-10.2-17.el7.x86_64 sssd-client-1.15.2-50.el7_4.11.x86_64 sgpio-1.2.0.10-13.el7.x86_64 device-mapper-event-1.02.140-8.el7.x86_64 intltool-0.50.2-7.el7.noarch libnfsidmap-0.25-17.el7.x86_64 python-gudev-147.2-7.el7.x86_64 sssd-krb5-1.15.2-50.el7_4.11.x86_64 lzo-2.06-8.el7.x86_64 festival-speechtools-libs-1.2.96-28.el7.x86_64 paps-0.6.8-28.el7.1.x86_64 abrt-addon-xorg-2.1.11-48.el7.x86_64 polkit-pkla-compat-0.1-4.el7.x86_64 xorg-x11-drv-v4l-0.2.0-47.el7.x86_64 webrtc-audio-processing-0.3-1.el7.x86_64 python-configobj-4.7.2-7.el7.noarch control-center-filesystem-3.22.2-5.el7.x86_64 avahi-0.6.31-17.el7.x86_64 mesa-libxatracker-17.0.1-6.20170307.el7.x86_64 alsa-utils-1.1.3-2.el7.x86_64 liblouis-2.5.2-12.el7_4.x86_64 kernel-headers-3.10.0-693.21.1.el7.x86_64 libaio-0.3.109-13.el7.x86_64 python-rtslib-2.1.fb63-2.el7.noarch autocorr-en-5.0.6.2-15.el7_4.noarch hunspell-en-US-0.20121024-6.el7.noarch sound-theme-freedesktop-0.8-3.el7.noarch chkconfig-1.7.4-1.el7.x86_64 gdbm-1.10-8.el7.x86_64 libvirt-daemon-driver-interface-3.2.0-14.el7_4.9.x86_64 kernel-3.10.0-514.el7.x86_64 libreoffice-core-5.0.6.2-15.el7_4.x86_64 gnome-getting-started-docs-3.22.0-1.el7.noarch libverto-tevent-0.2.5-4.el7.x86_64 libdb-5.3.21-21.el7_4.x86_64 unzip-6.0-16.el7.x86_64 patchutils-0.3.3-4.el7.x86_64 python2-caribou-0.4.21-1.el7.noarch rh-postgresql96-runtime-3.0-10.el7.x86_64 sg3_utils-1.37-12.el7.x86_64 perl-Filter-1.49-3.el7.x86_64 orc-0.4.26-1.el7.x86_64 wavpack-4.60.1-9.el7.x86_64 libchamplain-0.12.15-1.el7.x86_64 rabbitmq-server-3.3.5-34.el7.noarch libXpm-3.5.12-1.el7.x86_64 perl-Thread-Queue-3.02-2.el7.noarch gvfs-client-1.30.4-3.el7.x86_64 xcb-util-0.4.0-2.el7.x86_64 gutenprint-5.2.9-18.el7.x86_64 ed-1.9-4.el7.x86_64 nautilus-3.22.3-4.el7_4.x86_64 nginx-mod-stream-1.12.2-2.el7.x86_64 iwl6000g2b-firmware-17.168.5.2-58.el7_4.noarch

Lobout commented 6 years ago

To expand on this a bit.   I built a RHEL 7.4 server, had everything up and running, performed an inventory and all was working, I then applied the 7.5 updates and tried to run the inventory again.  This failed with the same messages, so it appears something in the update removes the packages.  I had to install python2-pip and then install the bcrypt and pyacl packages to restore functionality.I know this isn't necessarily an awx issue, but it is an issue for RH users in general.  -----Martin Juhl notifications@github.com wrote: -----To: MrMEEE/awx-build awx-build@noreply.github.comFrom: Martin Juhl notifications@github.comDate: 04/17/2018 10:05AMCc: Lobout wmedley@why-me.com, Author author@noreply.github.comSubject: Re: [MrMEEE/awx-build] Missing requirements in latest build (#15)That's really weird... Haven't got them installed here.. Hmmm... wonder if it's some package that you are missing, that makes your installation unable to detect it in the virtuelenv... Could you post a complete package list for the system (rpm -qa)

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/MrMEEE/awx-build","title":"MrMEEE/awx-build","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/MrMEEE/awx-build"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MrMEEE in #15: That's really weird... Haven't got them installed here.. \r\n\r\nHmmm... wonder if it's some package that you are missing, that makes your installation unable to detect it in the virtuelenv...\r\n\r\nCould you post a complete package list for the system (rpm -qa)"}],"action":{"name":"View Issue","url":"https://github.com/MrMEEE/awx-build/issues/15#issuecomment-382004604"}}}

MrMEEE commented 6 years ago

have you tried installing the bcrypt and pyacl packages from the RHEL repo instead?

Could you post the complete error output?

Lobout commented 6 years ago

So it appears that there are several issues with python. They may be unique to my enironment, but after installing the missing bcrypt and pyacl packages, i thought things were working, but now it appears that it can't find the requests module, even though it is actually installed. I am going to go back to the 1.0.4.x build and see if the issue still exists.

Lobout commented 6 years ago

So even going back to the last 1.0.4 build it is not installing all of the python requirements

2018-04-19 18:08:37,550 INFO awx.main.commands.inventory_import Updating inventory 2: Satellite 2018-04-19 18:08:37,558 INFO awx.main.commands.inventory_import Reading Ansible inventory source: /opt/awx/embedded/lib/python2.7/site-packages/awx/plugins/inventory/foreman.py Traceback (most recent call last): File "/opt/awx/bin/awx-manage", line 11, in sys.exit(manage()) File "/opt/awx/embedded/lib/python2.7/site-packages/awx/init.py", line 109, in manage execute_from_command_line(sys.argv) File "/opt/awx/embedded/lib64/python2.7/site-packages/django/core/management/init.py", line 364, in execute_from_command_line utility.execute() File "/opt/awx/embedded/lib64/python2.7/site-packages/django/core/management/init.py", line 356, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/opt/awx/embedded/lib64/python2.7/site-packages/django/core/management/base.py", line 283, in run_from_argv self.execute(*args, *cmd_options) File "/opt/awx/embedded/lib64/python2.7/site-packages/django/core/management/base.py", line 330, in execute output = self.handle(args, **options) File "/opt/awx/embedded/lib/python2.7/site-packages/awx/main/management/commands/inventory_import.py", line 993, in handle self.is_custom) File "/opt/awx/embedded/lib/python2.7/site-packages/awx/main/management/commands/inventory_import.py", line 242, in load_inventory_source is_custom=is_custom).load() File "/opt/awx/embedded/lib/python2.7/site-packages/awx/main/management/commands/inventory_import.py", line 177, in load data = self.command_to_json(base_args + ['--list']) File "/opt/awx/embedded/lib/python2.7/site-packages/awx/main/management/commands/inventory_import.py", line 160, in command_to_json self.method, proc.returncode, stdout, stderr)) RuntimeError: ansible-inventory failed (rc=250) with stdout: the full traceback was:

Traceback (most recent call last): File "/bin/ansible-inventory", line 85, in mycli = getattr(import("ansible.cli.%s" % sub, fromlist=[myclass]), myclass) File "/opt/awx/embedded/lib/python2.7/site-packages/ansible/cli/init.py", line 38, in from ansible.inventory.manager import InventoryManager File "/opt/awx/embedded/lib/python2.7/site-packages/ansible/inventory/manager.py", line 33, in from ansible.plugins.loader import PluginLoader File "/opt/awx/embedded/lib/python2.7/site-packages/ansible/plugins/loader.py", line 22, in from ansible.parsing.plugin_docs import read_docstring File "/opt/awx/embedded/lib/python2.7/site-packages/ansible/parsing/plugin_docs.py", line 12, in from ansible.parsing.yaml.loader import AnsibleLoader File "/opt/awx/embedded/lib/python2.7/site-packages/ansible/parsing/yaml/loader.py", line 30, in from ansible.parsing.yaml.constructor import AnsibleConstructor File "/opt/awx/embedded/lib/python2.7/site-packages/ansible/parsing/yaml/constructor.py", line 29, in from ansible.parsing.vault import VaultLib File "/opt/awx/embedded/lib/python2.7/site-packages/ansible/parsing/vault/init.py", line 45, in from cryptography.hazmat.backends import default_backend File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/init.py", line 7, in import pkg_resources File "/opt/awx/embedded/lib/python2.7/site-packages/pkg_resources/init.py", line 3037, in @_call_aside File "/opt/awx/embedded/lib/python2.7/site-packages/pkg_resources/init.py", line 3021, in _call_aside f(*args, **kwargs) File "/opt/awx/embedded/lib/python2.7/site-packages/pkg_resources/init.py", line 3050, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/opt/awx/embedded/lib/python2.7/site-packages/pkg_resources/init.py", line 655, in _build_master ws.require(requires) File "/opt/awx/embedded/lib/python2.7/site-packages/pkg_resources/init.py", line 969, in require needed = self.resolve(parse_requirements(requirements)) File "/opt/awx/embedded/lib/python2.7/site-packages/pkg_resources/init.py", line 855, in resolve raise DistributionNotFound(req, requirers) DistributionNotFound: The 'pynacl>=1.0.1' distribution was not found and is required by paramiko

stderr: ERROR! Unexpected Exception, this is probably a bug: The 'pynacl>=1.0.1' distribution was not found and is required by paramiko

From: Martin Juhl notifications@github.com To: MrMEEE/awx-build awx-build@noreply.github.com Cc: Lobout wmedley@why-me.com, Author author@noreply.github.com Date: 04/18/2018 03:06 AM Subject: Re: [MrMEEE/awx-build] Missing requirements in latest build (#15)

have you tried installing the bcrypt and pyacl packages from the RHEL repo instead? Could you post the complete error output? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/MrMEEE/awx-build","title":"MrMEEE/awx-build","subtitle":"GitHub repository","main_image_url":" https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png ","avatar_image_url":" https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png ","action":{"name":"Open in GitHub","url":" https://github.com/MrMEEE/awx-build "}},"updates":{"snippets":[{"icon":"PERSON","message":"@MrMEEE in #15: have you tried installing the bcrypt and pyacl packages from the RHEL repo instead?\r\n\r\nCould you post the complete error output?"}],"action":{"name":"View Issue","url":" https://github.com/MrMEEE/awx-build/issues/15#issuecomment-382285205"}}}

Lobout commented 6 years ago

Also after installing the python packages, python runs as the awx user, but the awx user does not have permissions to the inventory source. The directory is owned by root, and root has full access, all others have read and execute, but no write. this is a simple fix by giving everyone full access to the /opt/awx directory.

stderr: ERROR! Could not parse inventory source /opt/awx/embedded/lib/python2.7/site-packages/awx/plugins/inventory/foreman.py with available plugins: Plugin script failed: problem running /opt/awx/embedded/lib/python2.7/site-packages/awx/plugins/inventory/foreman.py --list ([Errno 13] Permission denied)

From: Martin Juhl notifications@github.com To: MrMEEE/awx-build awx-build@noreply.github.com Cc: Lobout wmedley@why-me.com, Author author@noreply.github.com Date: 04/18/2018 03:06 AM Subject: Re: [MrMEEE/awx-build] Missing requirements in latest build (#15)

have you tried installing the bcrypt and pyacl packages from the RHEL repo instead? Could you post the complete error output? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/MrMEEE/awx-build","title":"MrMEEE/awx-build","subtitle":"GitHub repository","main_image_url":" https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png ","avatar_image_url":" https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png ","action":{"name":"Open in GitHub","url":" https://github.com/MrMEEE/awx-build "}},"updates":{"snippets":[{"icon":"PERSON","message":"@MrMEEE in #15: have you tried installing the bcrypt and pyacl packages from the RHEL repo instead?\r\n\r\nCould you post the complete error output?"}],"action":{"name":"View Issue","url":" https://github.com/MrMEEE/awx-build/issues/15#issuecomment-382285205"}}}

MrMEEE commented 6 years ago

I don't get it.. I have just done 3 installation on RHEL with 1.0.5.. no issues...

How is your RHEL installed?.. Minimal??

Lobout commented 6 years ago

It is installed as server with gui. I have a vmware template that has been fine for all other builds, just something later in the 1.0.4 and the 1.0.5 builds is different. Once I install the missing packages all works fine.

From: Martin Juhl notifications@github.com To: MrMEEE/awx-build awx-build@noreply.github.com Cc: Lobout wmedley@why-me.com, Author author@noreply.github.com Date: 04/19/2018 05:56 PM Subject: Re: [MrMEEE/awx-build] Missing requirements in latest build (#15)

I don't get it.. I have just done 3 installation on RHEL with 1.0.5.. no issues... How is your RHEL installed?.. Minimal?? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/MrMEEE/awx-build","title":"MrMEEE/awx-build","subtitle":"GitHub repository","main_image_url":" https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png ","avatar_image_url":" https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png ","action":{"name":"Open in GitHub","url":" https://github.com/MrMEEE/awx-build "}},"updates":{"snippets":[{"icon":"PERSON","message":"@MrMEEE in #15: I don't get it.. I have just done 3 installation on RHEL with 1.0.5.. no issues... \r\n\r\nHow is your RHEL installed?.. Minimal??"}],"action":{"name":"View Issue","url":" https://github.com/MrMEEE/awx-build/issues/15#issuecomment-382893022"}}}

MrMEEE commented 6 years ago

Very weird...

My best guess is that because you have a specific python package installed, that package overloads the one installed inside the virtualenv for awx.. and then ignores the rest of the packages inside the virtualenv...

This is my list of python packages, installed on a RHEL7 server (minimal).. AWX 1.0.5 running without issues:

[root@dc0awx01 ~]# rpm -aq |grep python python-gofer-proton-2.7.7-2.el7sat.noarch python-dateutil-1.5-7.el7.noarch python-lxml-3.2.1-4.el7.x86_64 python-schedutils-0.4-6.el7.x86_64 libxml2-python-2.9.1-6.el7_2.3.x86_64 python-gobject-base-3.22.0-1.el7_4.1.x86_64 python-slip-dbus-0.4.0-2.el7.noarch python-pycurl-7.19.0-19.el7.x86_64 python-ethtool-0.8-5.el7.x86_64 python-gofer-2.7.7-2.el7sat.noarch python-isodate-0.5.0-4.el7sat.noarch audit-libs-python-2.7.6-3.el7.x86_64 python-IPy-0.75-6.el7.noarch policycoreutils-python-2.5-17.1.el7.x86_64 python-2.7.5-58.el7.x86_64 python-iniparse-0.4-9.el7.noarch newt-python-0.52.15-4.el7.x86_64 python-gudev-147.2-7.el7.x86_64 python-magic-5.11-33.el7.noarch python-slip-0.4.0-2.el7.noarch python-firewall-0.4.4.4-6.el7.noarch python-urlgrabber-3.10-8.el7.noarch rpm-python-4.11.3-25.el7.x86_64 redhat-support-lib-python-0.9.7-6.el7.noarch python-hwdata-1.7.3-4.el7.noarch python-pulp-common-2.8.7.18-1.el7sat.noarch python-qpid-proton-0.18.1-1.el7.x86_64 python-rhsm-certificates-1.19.10-1.el7_4.x86_64 python-rhsm-1.19.10-1.el7_4.x86_64 python-sssdconfig-1.15.2-50.el7_4.11.noarch python-perf-3.10.0-693.21.1.el7.x86_64 python-pulp-agent-lib-2.8.7.18-1.el7sat.noarch python-dmidecode-3.12.2-1.1.el7.x86_64 libsemanage-python-2.5-8.el7.x86_64 python-libs-2.7.5-58.el7.x86_64 python-decorator-3.4.0-3.el7.noarch python-pulp-rpm-common-2.8.7.16-1.el7sat.noarch dbus-python-1.1.1-9.el7.x86_64 python-pyudev-0.15-9.el7.noarch python-linux-procfs-0.4.9-3.el7.noarch python-configobj-4.7.2-7.el7.noarch libselinux-python-2.5-11.el7.x86_64

MrMEEE commented 6 years ago

Have you had time to compare??

Lobout commented 6 years ago

Been busy with work. Will try and get to it sometime this week.

From: Martin Juhl notifications@github.com To: MrMEEE/awx-build awx-build@noreply.github.com Cc: Lobout wmedley@why-me.com, Author author@noreply.github.com Date: 05/01/2018 08:31 AM Subject: Re: [MrMEEE/awx-build] Missing requirements in latest build (#15)

Have you had time to compare?? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/MrMEEE/awx-build","title":"MrMEEE/awx-build","subtitle":"GitHub repository","main_image_url":" https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png ","avatar_image_url":" https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png ","action":{"name":"Open in GitHub","url":" https://github.com/MrMEEE/awx-build "}},"updates":{"snippets":[{"icon":"PERSON","message":"@MrMEEE in #15: Have you had time to compare??"}],"action":{"name":"View Issue","url":" https://github.com/MrMEEE/awx-build/issues/15#issuecomment-385660385"}}}

MrMEEE commented 6 years ago

Hi

Just had the problem myself... it happens when you install ansible on the awx server..

If I roll back, so I remove ansible, it works :)

These are the packages I removed..

ansible.noarch 0:2.4.2.0-2.el7 python-babel.noarch 0:0.9.6-8.el7 python-cffi.x86_64 0:1.6.0-5.el7 python-enum34.noarch 0:1.0.4-1.el7 python-httplib2.noarch 0:0.9.2-1.el7
python-idna.noarch 0:2.4-1.el7 python-ipaddress.noarch 0:1.0.16-2.el7 python-jinja2.noarch 0:2.8-7.rhel7 python-markupsafe.x86_64 0:0.11-10.el7 python-paramiko.noarch 0:2.1.1-2.el7
python-passlib.noarch 0:1.6.5-2.el7 python-ply.noarch 0:3.4-11.el7 python-pycparser.noarch 0:2.14-1.el7 python2-cryptography.x86_64 0:1.7.2-1.el7_4.1 python2-jmespath.noarch 0:0.9.0-3.el7
python2-pyasn1.noarch 0:0.1.9-7.el7

Lobout commented 6 years ago

Makes sense. Just odd that it wouldn't install the dependencies though.

From: Martin Juhl notifications@github.com To: MrMEEE/awx-build awx-build@noreply.github.com Cc: Lobout wmedley@why-me.com, Author author@noreply.github.com Date: 05/03/2018 08:38 AM Subject: Re: [MrMEEE/awx-build] Missing requirements in latest build (#15)

Hi Just had the problem myself... it happens when you install ansible on the awx server.. If I roll back, so I remove ansible, it works :) These are the packages I removed.. ansible.noarch 0:2.4.2.0-2.el7 python-babel.noarch 0:0.9.6-8.el7 python-cffi.x86_64 0:1.6.0-5.el7 python-enum34.noarch 0:1.0.4-1.el7 python-httplib2.noarch 0:0.9.2-1.el7 python-idna.noarch 0:2.4-1.el7 python-ipaddress.noarch 0:1.0.16-2.el7 python-jinja2.noarch 0:2.8-7.rhel7 python-markupsafe.x86_64 0:0.11-10.el7 python-paramiko.noarch 0:2.1.1-2.el7 python-passlib.noarch 0:1.6.5-2.el7 python-ply.noarch 0:3.4-11.el7 python-pycparser.noarch 0:2.14-1.el7 python2-cryptography.x86_64 0:1.7.2-1.el7_4.1 python2-jmespath.noarch 0:0.9.0-3.el7 python2-pyasn1.noarch 0:0.1.9-7.el7 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/MrMEEE/awx-build","title":"MrMEEE/awx-build","subtitle":"GitHub repository","main_image_url":" https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png ","avatar_image_url":" https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png ","action":{"name":"Open in GitHub","url":" https://github.com/MrMEEE/awx-build "}},"updates":{"snippets":[{"icon":"PERSON","message":"@MrMEEE in #15: Hi\r\n\r\nJust had the problem myself... it happens when you install ansible on the awx server..\r\n\r\nIf I roll back, so I remove ansible, it works :)\r\n\r\nThese are the packages I removed..\r\n\r\n ansible.noarch 0:2.4.2.0-2.el7 python-babel.noarch 0:0.9.6-8.el7 python-cffi.x86_64 0:1.6.0-5.el7 python-enum34.noarch 0:1.0.4-1.el7 python-httplib2.noarch 0:0.9.2-1.el7 \r\n python-idna.noarch 0:2.4-1.el7 python-ipaddress.noarch 0:1.0.16-2.el7 python-jinja2.noarch 0:2.8-7.rhel7 python-markupsafe.x86_64 0:0.11-10.el7 python-paramiko.noarch 0:2.1.1-2.el7 \r\n python-passlib.noarch 0:1.6.5-2.el7 python-ply.noarch 0:3.4-11.el7 python-pycparser.noarch 0:2.14-1.el7 python2-cryptography.x86_64 0:1.7.2-1.el7_4.1 python2-jmespath.noarch 0:0.9.0-3.el7 \r\n python2-pyasn1.noarch 0:0.1.9-7.el7 "}],"action":{"name":"View Issue","url":" https://github.com/MrMEEE/awx-build/issues/15#issuecomment-386281187"}}}

MrMEEE commented 6 years ago

Root cause has been found.. closing this issue.... will look into it later