[Starlingx-discuss] Cannot build golang-1.13.15 package

Embedded Devel lists at optimcloud.com
Wed Sep 29 13:50:39 UTC 2021


definitely have access to the mirror

ping mirror.starlingx.cengn.ca
PING mirror.starlingx.cengn.ca (135.84.106.45) 56(84) bytes of data.
64 bytes from 135.84.106.45 (135.84.106.45): icmp_seq=1 ttl=48 time=258 ms
64 bytes from 135.84.106.45 (135.84.106.45): icmp_seq=2 ttl=48 time=257 ms
64 bytes from 135.84.106.45 (135.84.106.45): icmp_seq=3 ttl=48 time=257 ms
^C
--- mirror.starlingx.cengn.ca ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms


[dingo at fb411205a904 /]$ cd  $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools 
[dingo at fb411205a904 centos-mirror-tools]$ wget http://mirror.starlingx.cengn.ca/
--2021-09-29 13:45:01--  http://mirror.starlingx.cengn.ca/
Resolving mirror.starlingx.cengn.ca (mirror.starlingx.cengn.ca)... 135.84.106.45
Connecting to mirror.starlingx.cengn.ca (mirror.starlingx.cengn.ca)|135.84.106.45|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 612 [text/html]
Saving to: ‘index.html’

100%[=====================================================================================================================>] 612         --.-K/s   in 0s      

2021-09-29 13:45:02 (114 MB/s) - ‘index.html’ saved [612/612]

as for the download logs, seeing this error same as before

Loaded plugins: ovl, product-id, search-disabled-repos, subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

https://download.docker.com/linux/centos/7/source/stable/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: download.docker.com; Unknown error"
Trying other mirror.


 One of the configured repositories failed (Starlingx-download.docker.com_linux_centos_7_source_stable - download.docker.com_linux_centos_7_source_stable),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Run the command with the repository temporarily disabled
            yum --disablerepo=Starlingx-download.docker.com_linux_centos_7_source_stable ...

     4. Disable the repository permanently, so yum won't use it by default. Yum
        will then just ignore the repository until you permanently enable it
        again or use --enablerepo for temporary usage:

            yum-config-manager --disable Starlingx-download.docker.com_linux_centos_7_source_stable
        or
            subscription-manager repos --disable=Starlingx-download.docker.com_linux_centos_7_source_stable

     5. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=Starlingx-download.docker.com_linux_centos_7_source_stable.skip_if_unavailable=true

failure: repodata/repomd.xml from Starlingx-download.docker.com_linux_centos_7_source_stable: [Errno 256] No more mirrors to try.
https://download.docker.com/linux/centos/7/source/stable/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: download.docker.com; Unknown error"
makecache retry: 5
yum -c /localdisk/loadbuild/dingo/master/tmp/yum/yum.conf --releasever=7 clean all
Loaded plugins: ovl, product-id, search-disabled-repos, subscription-manager
ovl: Error while doing RPMdb copy-up:
[Errno 13] Permission denied: '/var/lib/rpm/__db.001'
Cleaning repos: CENGN_StarlingX-C7.6.1810-atomic


which is odd... curl fails.... 


[dingo at fb411205a904 centos-mirror-tools]$ ping download.docker.com
PING d2h67oheeuigaw.cloudfront.net (13.225.97.72) 56(84) bytes of data.
64 bytes from server-13-225-97-72.hkg60.r.cloudfront.net (13.225.97.72): icmp_seq=1 ttl=243 time=37.4 ms
64 bytes from server-13-225-97-72.hkg60.r.cloudfront.net (13.225.97.72): icmp_seq=2 ttl=243 time=33.3 ms
^C
--- d2h67oheeuigaw.cloudfront.net ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 33.316/35.376/37.436/2.060 ms
[dingo at fb411205a904 centos-mirror-tools]$ curl https://download.docker.com/linux/centos/7/source/stable/repodata/repomd.xml
curl: (6) Could not resolve host: download.docker.com; Unknown error
[dingo at fb411205a904 centos-mirror-tools]$ ping download.docker.com
PING download.docker.com (13.225.97.38) 56(84) bytes of data.
64 bytes from server-13-225-97-38.hkg60.r.cloudfront.net (13.225.97.38): icmp_seq=1 ttl=243 time=34.0 ms
64 bytes from server-13-225-97-38.hkg60.r.cloudfront.net (13.225.97.38): icmp_seq=2 ttl=243 time=33.8 ms
^C
--- download.docker.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms




On Wednesday 29 September 2021 20:41:16 PM (+07:00), Scott Little wrote:

> Can you confirm you have network access to http://mirror.starlingx.cengn.ca/mirror/ ?
>
> Test both from the host, and from within the builder container.
>
> You may have a firewall or proxy issue.
>
> A discussion of proxy settings (if required) is included under ...
> https://docs.starlingx.io/developer_resources/build_guide.html#prepare-the-base-docker-image
>
> Relevant logs to include in future correspondence would be ...
> stx-tools/centos-mirror-tools/logs/*download*log
>
> ...or even the console output.
>
> Scott
>
>
> On 2021-09-28 10:07 p.m., Embedded Devel wrote:
> > [Please note: This e-mail is from an EXTERNAL e-mail address]
> >
> > Welp for 1 it tells me like every file needed is missing, so building from tools doesnt work properly for some reason
> >
> > cat logs/L1_srpms_missing_centos3rdparties.log
> > audit-2.8.4-4.el7.x86_64.rpm
> > audit-libs-devel-2.8.4-4.el7.x86_64.rpm
> > adwaita-icon-theme-3.28.0-1.el7.noarch.rpm
> > audit-libs-2.8.4-4.el7.x86_64.rpm
> > alsa-lib-devel-1.1.6-2.el7.x86_64.rpm
> > audit-libs-python-2.8.4-4.el7.x86_64.rpm
> > alsa-lib-1.1.6-2.el7.x86_64.rpm
> > adwaita-cursor-theme-3.28.0-1.el7.noarch.rpm
> > copy-jdk-configs-3.3-10.el7_5.noarch.rpm
> > containernetworking-plugins-0.8.1-1.el7.centos.x86_64.rpm
> > collectd-5.8.1-4.el7.x86_64.rpm
> > devtoolset-7-binutils-2.28-11.el7.x86_64.rpm
> > collectd-python-5.8.1-4.el7.x86_64.rpm
> > CUnit-2.1.3-8.el7.x86_64.rpm
> > CUnit-devel-2.1.3-8.el7.x86_64.rpm
> > cppcheck-1.88-3.el7.x86_64.rpm
> > devtoolset-7-gcc-7.3.1-5.10.el7.x86_64.rpm
> > docker-ce-cli-18.09.6-3.el7.x86_64.rpm
> > devtoolset-7-runtime-7.1-4.el7.x86_64.rpm
> > elfutils-default-yama-scope-0.176-2.el7.noarch.rpm
> > devtoolset-7-gcc-c++-7.3.1-5.10.el7.x86_64.rpm
> > docker-ce-18.09.6-3.el7.x86_64.rpm
> > devtoolset-7-libstdc++-devel-7.3.1-5.10.el7.x86_64.rpm
> > elfutils-0.176-2.el7.x86_64.rpm
> > gssproxy-0.7.0-21.el7.x86_64.rpm
> > elfutils-libs-0.176-2.el7.x86_64.rpm
> > gtk3-devel-3.22.30-3.el7.x86_64.rpm
> > gtk3-3.22.30-3.el7.x86_64.rpm
> > gsettings-desktop-schemas-3.28.0-2.el7.x86_64.rpm
> > elfutils-libelf-0.176-2.el7.x86_64.rpm
> > elfutils-devel-0.176-2.el7.x86_64.rpm
> > elfutils-libelf-devel-0.176-2.el7.x86_64.rpm
> > gtk-update-icon-cache-3.22.30-3.el7.x86_64.rpm
> > java-1.8.0-openjdk-devel-1.8.0.191.b12-1.el7_6.x86_64.rpm
> > java-1.8.0-openjdk-headless-1.8.0.191.b12-1.el7_6.x86_64.rpm
> > iprutils-2.4.16.1-1.el7.x86_64.rpm
> > gtk3-devel-docs-3.22.30-3.el7.x86_64.rpm
> > ima-evm-utils-1.1-2.el7.x86_64.rpm
> > java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64.rpm
> > ima-evm-utils-devel-1.1-2.el7.x86_64.rpm
> > kata-ksm-throttler-1.11.0-3.1.x86_64.rpm
> > kata-linux-container-5.4.32.73-3.1.x86_64.rpm
> > kata-shim-1.11.0-3.1.x86_64.rpm
> > kata-runtime-1.11.0-3.1.x86_64.rpm
> > kata-proxy-1.11.0-3.1.x86_64.rpm
> > kata-containers-image-1.11.0-3.1.x86_64.rpm
> > kata-proxy-bin-1.11.0-3.1.x86_64.rpm
> > kata-linux-container-debug-5.4.32.73-3.1.x86_64.rpm
> > libcom_err-devel-1.42.9-13.el7.x86_64.rpm
> > libldb-1.3.4-1.el7.x86_64.rpm
> > libcom_err-1.42.9-13.el7.x86_64.rpm
> > libdrm-devel-2.4.91-3.el7.x86_64.rpm
> > kexec-tools-2.0.15-21.el7.x86_64.rpm
> > libdrm-2.4.91-3.el7.x86_64.rpm
> > libblkid-2.23.2-59.el7.x86_64.rpm
> > kata-shim-bin-1.11.0-3.1.x86_64.rpm
> > libsemanage-devel-2.5-14.el7.x86_64.rpm
> > libtalloc-2.1.13-1.el7.x86_64.rpm
> > libss-1.42.9-13.el7.x86_64.rpm
> > liboath-devel-2.4.1-9.el7.x86_64.rpm
> > libsemanage-2.5-14.el7.x86_64.rpm
> > liboath-2.4.1-9.el7.x86_64.rpm
> > libsemanage-python-2.5-14.el7.x86_64.rpm
> > libss-devel-1.42.9-13.el7.x86_64.rpm
> > libwbclient-4.10.16-5.el7.x86_64.rpm
> > mesa-libEGL-18.0.5-3.el7.x86_64.rpm
> > mesa-libEGL-devel-18.0.5-3.el7.x86_64.rpm
> > lvm2-2.02.177-4.el7.x86_64.rpm
> > libtevent-0.9.39-1.el7.x86_64.rpm
> > lvm2-libs-2.02.177-4.el7.x86_64.rpm
> > mesa-libgbm-18.0.5-3.el7.x86_64.rpm
> > libtdb-1.3.18-1.el7.x86_64.rpm
> > mesa-libglapi-18.0.5-3.el7.x86_64.rpm
> > nss-softokn-freebl-3.53.1-6.el7_9.x86_64.rpm
> > mesa-libGL-devel-18.0.5-3.el7.x86_64.rpm
> > mesa-libGL-18.0.5-3.el7.x86_64.rpm
> > NetworkManager-glib-1.12.0-8.el7_6.x86_64.rpm
> > NetworkManager-glib-devel-1.12.0-8.el7_6.x86_64.rpm
> > nss-softokn-devel-3.53.1-6.el7_9.x86_64.rpm
> > nss-softokn-3.53.1-6.el7_9.x86_64.rpm
> > openscap-1.2.17-2.el7.x86_64.rpm
> > openstack-tempest-17.2.0-4.el7.noarch.rpm
> > osinfo-db-20180531-1.el7.noarch.rpm
> > nss-softokn-freebl-devel-3.53.1-6.el7_9.x86_64.rpm
> > ntfs-3g-2017.3.23-11.el7.x86_64.rpm
> > openscap-scanner-1.2.17-2.el7.x86_64.rpm
> > ntfsprogs-2017.3.23-11.el7.x86_64.rpm
> > ntfs-3g-devel-2017.3.23-11.el7.x86_64.rpm
> > pulseaudio-libs-10.0-5.el7.x86_64.rpm
> > policycoreutils-newrole-2.5-29.el7.x86_64.rpm
> > policycoreutils-2.5-29.el7.x86_64.rpm
> > OVMF-20180508-6.gitee3198e672e2.el7.noarch.rpm
> > pulseaudio-libs-devel-10.0-5.el7.x86_64.rpm
> > policycoreutils-python-2.5-29.el7.x86_64.rpm
> > policycoreutils-devel-2.5-29.el7.x86_64.rpm
> > pulseaudio-libs-glib2-10.0-5.el7.x86_64.rpm
> > python2-msgpack-0.6.1-2.el7.x86_64.rpm
> > python2-requests-mock-1.5.2-3.el7.noarch.rpm
> > python2-pysocks-1.6.8-6.el7.noarch.rpm
> > python2-manilaclient-1.17.3-1.el7.noarch.rpm
> > python2-os-brick-1.15.6-1.el7.noarch.rpm
> > pykickstart-1.99.66.19-2.el7.noarch.rpm
> > python2-mistralclient-3.1.4-1.el7.noarch.rpm
> > python2-google-api-client-1.6.3-1.el7.noarch.rpm
> > python2-sushy-1.1.1-1.el7.noarch.rpm
> > python2-tempestconf-1.1.3-1.el7.noarch.rpm
> > python-ironic-lib-2.10.1-1.el7.noarch.rpm
> > python-ironic-inspector-client-2.1.0-1.el7.noarch.rpm
> > python2-urllib3-1.21.1-1.el7.noarch.rpm
> > python-tempest-17.2.0-4.el7.noarch.rpm
> > python2-scapy-2.4.0-3.el7.noarch.rpm
> > python-libguestfs-1.38.2-12.el7_6.1.x86_64.rpm
> > qemu-vanilla-4.1.1+git.99c5874a9b-3.1.x86_64.rpm
> > python-virtualenv-15.1.0-2.el7.noarch.rpm
> > rest-0.8.1-2.el7.x86_64.rpm
> > qemu-vanilla-data-4.1.1+git.99c5874a9b-3.1.x86_64.rpm
> > samba-client-libs-4.10.16-5.el7.x86_64.rpm
> > qemu-vanilla-bin-4.1.1+git.99c5874a9b-3.1.x86_64.rpm
> > samba-common-libs-4.10.16-5.el7.x86_64.rpm
> > samba-common-4.10.16-5.el7.noarch.rpm
> > spice-server-0.14.0-9.el7.x86_64.rpm
> > selinux-policy-devel-3.13.1-229.el7_6.6.noarch.rpm
> > selinux-policy-minimum-3.13.1-229.el7_6.6.noarch.rpm
> > selinux-policy-targeted-3.13.1-229.el7_6.6.noarch.rpm
> > spice-protocol-0.12.14-1.el7.noarch.rpm
> > selinux-policy-3.13.1-229.el7_6.6.noarch.rpm
> > selinux-policy-mls-3.13.1-229.el7_6.6.noarch.rpm
> > spice-server-devel-0.14.0-9.el7.x86_64.rpm
> > systemd-libs-219-78.el7_9.3.x86_64.rpm
> > systemtap-runtime-3.3-3.el7.x86_64.rpm
> > systemd-219-78.el7_9.3.x86_64.rpm
> > systemd-sysv-219-78.el7_9.3.x86_64.rpm
> > systemtap-3.3-3.el7.x86_64.rpm
> > systemtap-devel-3.3-3.el7.x86_64.rpm
> > systemtap-client-3.3-3.el7.x86_64.rpm
> > systemd-devel-219-78.el7_9.3.x86_64.rpm
> > tkinter-2.7.5-76.el7.x86_64.rpm
> > tcpdump-4.9.2-4.el7_7.1.x86_64.rpm
> > valgrind-devel-3.13.0-13.el7.x86_64.rpm
> > util-linux-2.23.2-59.el7.x86_64.rpm
> > systemtap-sdt-devel-3.3-3.el7.x86_64.rpm
> > valgrind-3.13.0-13.el7.x86_64.rpm
> > tuned-profiles-realtime-2.8.0-5.el7.noarch.rpm
> > tuned-2.8.0-5.el7.noarch.rpm
> >
> > [dingo at ffdf31df919a centos-mirror-tools]$ cat logs/L1_srpms_missing_centos.log
> > adobe-source-han-sans-cn-fonts-1.000-2.el7.noarch.rpm
> > adobe-source-han-sans-twhk-fonts-1.000-1.el7.noarch.rpm
> > acpid-2.0.19-9.el7.x86_64.rpm
> > adobe-source-sans-pro-fonts-2.020-1.el7.noarch.rpm
> > abattis-cantarell-fonts-0.0.25-1.el7.noarch.rpm
> > acl-2.2.51-14.el7.x86_64.rpm
> > adobe-source-code-pro-fonts-2.030.1.050-5.el7.noarch.rpm
> > acpica-tools-20160527-3.el7.x86_64.rpm
> > aether-util-1.13.1-13.el7.noarch.rpm
> > amiri-fonts-common-0.109-1.el7.noarch.rpm
> > aether-connector-wagon-1.13.1-13.el7.noarch.rpm
> > aether-api-1.13.1-13.el7.noarch.rpm
> > anaconda-21.48.22.147-1.el7.centos.src.rpm
> > aether-spi-1.13.1-13.el7.noarch.rpm
> > amiri-fonts-0.109-1.el7.noarch.rpm
> > aether-impl-1.13.1-13.el7.noarch.rpm
> > apache-commons-logging-1.1.2-7.el7.noarch.rpm
> > aopalliance-1.0-8.el7.noarch.rpm
> > apache-commons-io-2.4-12.el7.noarch.rpm
> > apache-commons-cli-1.2-13.el7.noarch.rpm
> > apache-commons-net-3.2-8.el7.centos.noarch.rpm
> > apache-commons-lang-2.6-15.el7.noarch.rpm
> > apache-commons-codec-1.8-7.el7.noarch.rpm
> > annobin-9.12-1.el7.x86_64.rpm
> > artwiz-aleczapka-fonts-common-1.3-19.el7.noarch.rpm
> > artwiz-aleczapka-kates-fonts-1.3-19.el7.noarch.rpm
> > apr-1.4.8-3.el7_4.1.x86_64.rpm
> > artwiz-aleczapka-fkp-fonts-1.3-19.el7.noarch.rpm
> > artwiz-aleczapka-lime-fonts-1.3-19.el7.noarch.rpm
> > artwiz-aleczapka-drift-fonts-1.3-19.el7.noarch.rpm
> > artwiz-aleczapka-edges-fonts-1.3-19.el7.noarch.rpm
> > apr-util-1.5.2-6.el7.x86_64.rpm
> > at-3.1.13-24.el7.x86_64.rpm
> > astigmatic-grand-hotel-fonts-1.000-3.el7.noarch.rpm
> > atinject-1-13.20100611svn86.el7.noarch.rpm
> > atk-devel-2.28.1-1.el7.x86_64.rpm
> > artwiz-aleczapka-smoothansi-fonts-1.3-19.el7.noarch.rpm
> > artwiz-aleczapka-nu-fonts-1.3-19.el7.noarch.rpm
> > atk-2.28.1-1.el7.x86_64.rpm
> > asciidoc-8.6.8-5.el7.noarch.rpm
> > at-spi2-core-devel-2.28.0-1.el7.x86_64.rpm
> > atlas-3.10.1-12.el7.x86_64.rpm
> > at-spi2-atk-2.26.2-1.el7.x86_64.rpm
> > attr-2.4.46-13.el7.x86_64.rpm
> > augeas-1.4.0-6.el7.x86_64.rpm
> > at-spi2-atk-devel-2.26.2-1.el7.x86_64.rpm
> > at-spi2-core-2.28.0-1.el7.x86_64.rpm
> > augeas-libs-1.4.0-6.el7.x86_64.rpm
> > autogen-libopts-5.18-5.el7.x86_64.rpm
> > autoconf-archive-2017.03.21-1.el7.noarch.rpm
> > autogen-libopts-devel-5.18-5.el7.x86_64.rpm
> > avahi-0.6.31-20.el7.x86_64.rpm
> > autoconf-2.69-11.el7.noarch.rpm
> > autogen-5.18-5.el7.x86_64.rpm
> > automake-1.13.4-3.el7.noarch.rpm
> > authconfig-6.2.8-30.el7.x86_64.rpm
> > bash-completion-2.1-6.el7.noarch.rpm
> > avalon-logkit-2.1-14.el7.noarch.rpm
> > avahi-devel-0.6.31-20.el7.x86_64.rpm
> > bash-4.2.46-34.el7.src.rpm
> > avahi-libs-0.6.31-20.el7.x86_64.rpm
> > avalon-framework-4.3-10.el7.noarch.rpm
> > bash-4.2.46-34.el7.x86_64.rpm
> > basesystem-10.0-7.el7.centos.noarch.rpm
> > bind-libs-9.11.4-26.P2.el7.x86_64.rpm
> > bind-libs-lite-9.11.4-26.P2.el7.x86_64.rpm
> > bind-export-devel-9.11.4-26.P2.el7.x86_64.rpm
> > bind-export-libs-9.11.4-26.P2.el7.x86_64.rpm
> > bind-license-9.11.4-26.P2.el7.noarch.rpm
> > bash-completion-extras-2.1-11.el7.noarch.rpm
> > bc-1.06.95-13.el7.x86_64.rpm
> > bcel-5.2-18.el7.noarch.rpm
> > bitmap-fangsongti-fonts-0.3-21.el7.noarch.rpm
> > bitmap-console-fonts-0.3-21.el7.noarch.rpm
> > biosdevname-0.7.3-1.el7.x86_64.rpm
> > binutils-2.27-41.base.el7.x86_64.rpm
> > bind-utils-9.11.4-26.P2.el7.x86_64.rpm
> > bind-lite-devel-9.11.4-26.P2.el7.x86_64.rpm
> > bison-3.0.4-2.el7.x86_64.rpm
> > binutils-devel-2.27-41.base.el7.x86_64.rpm
> > bitmap-fixed-fonts-0.3-21.el7.noarch.rpm
> > blosc-1.11.3-1.el7.x86_64.rpm
> > bluez-libs-5.44-4.el7_4.x86_64.rpm
> > boost-1.53.0-27.el7.x86_64.rpm
> > bluez-libs-devel-5.44-4.el7_4.x86_64.rpm
> > bitmap-lucida-typewriter-fonts-0.3-21.el7.noarch.rpm
> > boost-atomic-1.53.0-27.el7.x86_64.rpm
> > blas-3.4.2-8.el7.x86_64.rpm
> > boost-locale-1.53.0-27.el7.x86_64.rpm
> > boost-graph-1.53.0-27.el7.x86_64.rpm
> > boost-devel-1.53.0-27.el7.x86_64.rpm
> > boost-chrono-1.53.0-27.el7.x86_64.rpm
> > boost-filesystem-1.53.0-27.el7.x86_64.rpm
> > boost-iostreams-1.53.0-27.el7.x86_64.rpm
> > boost-date-time-1.53.0-27.el7.x86_64.rpm
> > boost-context-1.53.0-27.el7.x86_64.rpm
> > boost-python-1.53.0-27.el7.x86_64.rpm
> > boost-program-options-1.53.0-27.el7.x86_64.rpm
> > boost-random-1.53.0-27.el7.x86_64.rpm
> > boost-signals-1.53.0-27.el7.x86_64.rpm
> > boost-regex-1.53.0-27.el7.x86_64.rpm
> > boost-math-1.53.0-27.el7.x86_64.rpm
> > boost-serialization-1.53.0-27.el7.x86_64.rpm
> > boost-system-1.53.0-27.el7.x86_64.rpm
> > bpg-mrgvlovani-caps-fonts-1.002-3.el7.noarch.rpm
> > boost-test-1.53.0-27.el7.x86_64.rpm
> > boost-timer-1.53.0-27.el7.x86_64.rpm
> > bpg-fonts-common-20120413-3.el7.noarch.rpm
> > bootswatch-common-3.3.7.0-1.el7.noarch.rpm
> > boost-thread-1.53.0-27.el7.x86_64.rpm
> > boost-wave-1.53.0-27.el7.x86_64.rpm
> > bootswatch-fonts-3.3.7.0-1.el7.noarch.rpm
> > bpg-mrgvlovani-fonts-1.002-3.el7.noarch.rpm
> > bpg-nateli-condenced-fonts-2.003-3.el7.noarch.rpm
> > bpg-nateli-fonts-2.003-3.el7.noarch.rpm
> > brlapi-0.6.0-16.el7.x86_64.rpm
> > brltty-4.5-16.el7.x86_64.rpm
> > bpg-nateli-caps-fonts-2.003-3.el7.noarch.rpm
> > brlapi-devel-0.6.0-16.el7.x86_64.rpm
> > bridge-utils-1.5-9.el7.x86_64.rpm
> > cairo-gobject-1.15.12-3.el7.x86_64.rpm
> > cairo-devel-1.15.12-3.el7.x86_64.rpm
> > bzip2-libs-1.0.6-13.el7.x86_64.rpm
> > bzip2-devel-1.0.6-13.el7.x86_64.rpm
> > bzip2-1.0.6-13.el7.x86_64.rpm
> > cairo-1.15.12-3.el7.x86_64.rpm
> > ca-certificates-2018.2.22-70.0.el7_5.noarch.rpm
> > btrfs-progs-4.9.1-1.el7.x86_64.rpm
> > c-ares-1.10.0-3.el7.x86_64.rpm
> > cairo-gobject-devel-1.15.12-3.el7.x86_64.rpm
> > cdparanoia-libs-10.2-17.el7.x86_64.rpm
> > centos-indexhtml-7-9.el7.centos.noarch.rpm
> > celt051-0.5.1.3-8.el7.x86_64.rpm
> > cal10n-0.7.7-4.el7.noarch.rpm
> > celt051-devel-0.5.1.3-8.el7.x86_64.rpm
> > cdi-api-1.0-11.SP4.el7.noarch.rpm
> > cglib-2.2-18.el7.noarch.rpm
> > cf-sorts-mill-goudy-fonts-3.1-7.el7.noarch.rpm
> > checkpolicy-2.5-8.el7.x86_64.rpm
> > check-devel-0.9.9-5.el7.x86_64.rpm
> > check-0.9.9-5.el7.x86_64.rpm
> > centos-release-7-6.1810.2.el7.centos.x86_64.rpm
> > centos-logos-70.0.6-3.el7.centos.noarch.rpm
> > chkconfig-1.7.4-1.el7.x86_64.rpm
> > colord-libs-1.3.4-1.el7.x86_64.rpm
> > cmake-2.8.12.2-2.el7.x86_64.rpm
> > cloud-init-19.4-7.el7.centos.3.x86_64.rpm
> > cjkuni-ukai-fonts-0.2.20080216.1-51.el7.noarch.rpm
> > chrpath-0.16-0.el7.x86_64.rpm
> > cloud-init-0.7.9-24.el7.centos.1.src.rpm
> > cifs-utils-6.2-10.el7.x86_64.rpm
> > cjkuni-uming-fonts-0.2.20080216.1-53.el7.noarch.rpm
> > comic-neue-fonts-2.2-2.el7.noarch.rpm
> > coolkey-1.1.0-40.el7.x86_64.rpm
> > conntrack-tools-1.4.4-4.el7.x86_64.rpm
> > conakry-fonts-20070829-14.el7.noarch.rpm
> > compat-openmpi16-1.6.4-10.7.el7.x86_64.rpm
> > comic-neue-fonts-common-2.2-2.el7.noarch.rpm
> > comic-neue-angular-fonts-2.2-2.el7.noarch.rpm
> > container-selinux-2.74-1.el7.noarch.rpm
> > createrepo-0.9.9-28.el7.noarch.rpm
> > cracklib-2.9.0-11.el7.x86_64.rpm
> > cracklib-dicts-2.9.0-11.el7.x86_64.rpm
> > cracklib-devel-2.9.0-11.el7.x86_64.rpm
> > cpptest-1.1.1-9.el7.x86_64.rpm
> > cpp-4.8.5-36.el7.x86_64.rpm
> > cpio-2.11-27.el7.x86_64.rpm
> > coreutils-8.22-23.el7.x86_64.rpm
> > cryptsetup-libs-2.0.3-3.el7.x86_64.rpm
> > cryptsetup-2.0.3-3.el7.x86_64.rpm
> > ctags-5.8-13.el7.x86_64.rpm
> > cronie-anacron-1.4.11-20.el7_6.x86_64.rpm
> > cronie-1.4.11-20.el7_6.x86_64.rpm
> > crudini-0.9-2.el7.noarch.rpm
> > crontabs-1.11-6.20121102git.el7.noarch.rpm
> > cryptsetup-devel-2.0.3-3.el7.x86_64.rpm
> > curl-7.29.0-59.el7.x86_64.rpm
> > cyrus-sasl-2.1.26-23.el7.x86_64.rpm
> > cyrus-sasl-gssapi-2.1.26-23.el7.x86_64.rpm
> > daxctl-libs-65-5.el7.x86_64.rpm
> > cyrus-sasl-devel-2.1.26-23.el7.x86_64.rpm
> > cups-client-1.6.3-51.el7.x86_64.rpm
> > cyrus-sasl-lib-2.1.26-23.el7.x86_64.rpm
> > cups-libs-1.6.3-51.el7.x86_64.rpm
> > dbus-devel-1.10.24-15.el7.x86_64.rpm
> > dbus-python-1.1.1-9.el7.x86_64.rpm
> > dconf-0.28.0-4.el7.x86_64.rpm
> > dbus-glib-devel-0.100-7.el7.x86_64.rpm
> > dbus-glib-0.100-7.el7.x86_64.rpm
> > dbus-1.10.24-15.el7.x86_64.rpm
> > dbus-libs-1.10.24-15.el7.x86_64.rpm
> > d-din-condensed-fonts-1.0-1.el7.noarch.rpm
> > d-din-fonts-1.0-1.el7.noarch.rpm
> > dejavu-sans-mono-fonts-2.33-6.el7.noarch.rpm
> > d-din-exp-fonts-1.0-1.el7.noarch.rpm
> > dejavu-lgc-sans-mono-fonts-2.33-6.el7.noarch.rpm
> > dejavu-lgc-serif-fonts-2.33-6.el7.noarch.rpm
> > dejavu-sans-fonts-2.33-6.el7.noarch.rpm
> > dejavu-fonts-common-2.33-6.el7.noarch.rpm
> > dejavu-lgc-sans-fonts-2.33-6.el7.noarch.rpm
> > desktop-file-utils-0.23-1.el7.x86_64.rpm
> > device-mapper-devel-1.02.146-4.el7.x86_64.rpm
> > device-mapper-libs-1.02.146-4.el7.x86_64.rpm
> > deltarpm-3.6-3.el7.x86_64.rpm
> > device-mapper-event-1.02.146-4.el7.x86_64.rpm
> > dejavu-serif-fonts-2.33-6.el7.noarch.rpm
> > device-mapper-event-libs-1.02.146-4.el7.x86_64.rpm
> > device-mapper-1.02.146-4.el7.x86_64.rpm
> > devtoolset-8-dwz-0.12-1.1.el7.x86_64.rpm
> > device-mapper-persistent-data-0.7.3-3.el7.x86_64.rpm
> > devtoolset-8-build-8.1-1.el7.x86_64.rpm
> > devtoolset-8-dyninst-9.3.2-6.el7.x86_64.rpm
> > devtoolset-8-8.1-1.el7.x86_64.rpm
> > device-mapper-multipath-libs-0.4.9-119.el7.x86_64.rpm
> > device-mapper-multipath-0.4.9-119.el7.x86_64.rpm
> > devtoolset-8-binutils-2.30-55.el7.2.x86_64.rpm
> > devtoolset-8-gcc-8.3.1-3.2.el7.x86_64.rpm
> > devtoolset-8-gcc-c++-8.3.1-3.2.el7.x86_64.rpm
> > devtoolset-8-gcc-gfortran-8.3.1-3.2.el7.x86_64.rpm
> > devtoolset-8-elfutils-0.176-1.el7.x86_64.rpm
> > devtoolset-8-libquadmath-devel-8.3.1-3.2.el7.x86_64.rpm
> > devtoolset-8-elfutils-libelf-0.176-1.el7.x86_64.rpm
> > devtoolset-8-elfutils-libs-0.176-1.el7.x86_64.rpm
> > devtoolset-8-gdb-8.2-3.el7.x86_64.rpm
> > devtoolset-8-perftools-8.1-1.el7.x86_64.rpm
> > devtoolset-8-libstdc++-devel-8.3.1-3.2.el7.x86_64.rpm
> > devtoolset-8-runtime-8.1-1.el7.x86_64.rpm
> > devtoolset-8-strace-4.24-4.el7.x86_64.rpm
> > devtoolset-8-oprofile-1.3.0-2.el7.x86_64.rpm
> > devtoolset-8-memstomp-0.1.5-5.el7.x86_64.rpm
> > devtoolset-8-make-4.2.1-4.el7.x86_64.rpm
> > devtoolset-8-ltrace-0.7.91-1.el7.x86_64.rpm
> > devtoolset-8-toolchain-8.1-1.el7.x86_64.rpm
> > devtoolset-8-valgrind-3.14.0-16.el7.x86_64.rpm
> > devtoolset-8-systemtap-runtime-3.3-2.el7.x86_64.rpm
> > devtoolset-8-systemtap-client-3.3-2.el7.x86_64.rpm
> > dibbler-client-1.0.1-0.RC1.2.el7.x86_64.rpm
> > dhcp-4.2.5-82.el7.centos.src.rpm
> > devtoolset-8-systemtap-3.3-2.el7.x86_64.rpm
> > devtoolset-8-systemtap-devel-3.3-2.el7.x86_64.rpm
> > docbook-dtds-1.0-60.el7.noarch.rpm
> > docbook-style-dsssl-1.79-18.el7.noarch.rpm
> > docbook-style-xsl-1.78.1-3.el7.noarch.rpm
> > diffutils-3.3-4.el7.x86_64.rpm
> > dnsmasq-2.76-7.el7.src.rpm
> > dnf-4.0.9.2-1.el7_6.noarch.rpm
> > dmidecode-3.1-2.el7.x86_64.rpm
> > dnf-data-4.0.9.2-1.el7_6.noarch.rpm
> > dstat-0.7.2-12.el7.noarch.rpm
> > dracut-config-rescue-033-554.el7.x86_64.rpm
> > dracut-network-033-554.el7.x86_64.rpm
> > dracut-033-554.el7.x86_64.rpm
> > dosfstools-3.0.20-10.el7.x86_64.rpm
> > doxygen-1.8.5-3.el7.x86_64.rpm
> > docker-forward-journald-1.10.3-44.el7.centos.x86_64.rpm
> > docbook-utils-0.6.14-36.el7.noarch.rpm
> > e2fsprogs-libs-1.42.9-13.el7.x86_64.rpm
> > easymock2-2.5.2-12.el7.noarch.rpm
> > dulwich-core-0.18.4-1.el7.x86_64.rpm
> > dyninst-9.3.1-2.el7.x86_64.rpm
> > e2fsprogs-1.42.9-13.el7.x86_64.rpm
> > ebtables-2.0.10-16.el7.x86_64.rpm
> > dwz-0.11-3.el7.x86_64.rpm
> > e2fsprogs-devel-1.42.9-13.el7.x86_64.rpm
> > efivar-libs-36-11.el7.x86_64.rpm
> > epel-release-7-11.noarch.rpm
> > elinks-0.12-0.37.pre6.el7.x86_64.rpm
> > ed-1.9-4.el7.x86_64.rpm
> > efivar-devel-36-11.el7.x86_64.rpm
> > emacs-filesystem-24.3-22.el7.noarch.rpm
> > efibootmgr-17-2.el7.x86_64.rpm
> > environment-modules-3.2.10-10.el7.x86_64.rpm
> > erlang-asn1-18.3.4.4-2.el7.x86_64.rpm
> > erlang-cosFileTransfer-18.3.4.4-2.el7.x86_64.rpm
> > erlang-18.3.4.4-2.el7.x86_64.rpm
> > epel-rpm-macros-7-21.noarch.rpm
> > erlang-cosNotification-18.3.4.4-2.el7.x86_64.rpm
> > erlang-compiler-18.3.4.4-2.el7.x86_64.rpm
> > erlang-cosEventDomain-18.3.4.4-2.el7.x86_64.rpm
> > erlang-cosEvent-18.3.4.4-2.el7.x86_64.rpm
> > erlang-erl_docgen-18.3.4.4-2.el7.x86_64.rpm
> > erlang-diameter-18.3.4.4-2.el7.x86_64.rpm
> > erlang-cosProperty-18.3.4.4-2.el7.x86_64.rpm
> > erlang-cosTransactions-18.3.4.4-2.el7.x86_64.rpm
> > erlang-cosTime-18.3.4.4-2.el7.x86_64.rpm
> > erlang-crypto-18.3.4.4-2.el7.x86_64.rpm
> > erlang-eldap-18.3.4.4-2.el7.x86_64.rpm
> > erlang-edoc-18.3.4.4-2.el7.x86_64.rpm
> > erlang-inets-18.3.4.4-2.el7.x86_64.rpm
> > erlang-eunit-18.3.4.4-2.el7.x86_64.rpm
> > erlang-jinterface-18.3.4.4-2.el7.x86_64.rpm
> > erlang-hipe-18.3.4.4-2.el7.x86_64.rpm
> > erlang-ic-18.3.4.4-2.el7.x86_64.rpm
> > erlang-erts-18.3.4.4-2.el7.x86_64.rpm
> > erlang-gs-18.3.4.4-2.el7.x86_64.rpm
> > erlang-erl_interface-18.3.4.4-2.el7.x86_64.rpm
> > erlang-orber-18.3.4.4-2.el7.x86_64.rpm
> > erlang-mnesia-18.3.4.4-2.el7.x86_64.rpm
> > erlang-ose-18.3.4.4-2.el7.x86_64.rpm
> > erlang-otp_mibs-18.3.4.4-2.el7.x86_64.rpm
> > erlang-odbc-18.3.4.4-2.el7.x86_64.rpm
> > erlang-os_mon-18.3.4.4-2.el7.x86_64.rpm
> > erlang-kernel-18.3.4.4-2.el7.x86_64.rpm
> > erlang-parsetools-18.3.4.4-2.el7.x86_64.rpm
> > erlang-snmp-18.3.4.4-2.el7.x86_64.rpm
> > erlang-public_key-18.3.4.4-2.el7.x86_64.rpm
> > erlang-ssl-18.3.4.4-2.el7.x86_64.rpm
> > erlang-percept-18.3.4.4-2.el7.x86_64.rpm
> > erlang-sasl-18.3.4.4-2.el7.x86_64.rpm
> > erlang-ssh-18.3.4.4-2.el7.x86_64.rpm
> > erlang-runtime_tools-18.3.4.4-2.el7.x86_64.rpm
> > erlang-sd_notify-0.1-9.el7.x86_64.rpm
> > erlang-tools-18.3.4.4-2.el7.x86_64.rpm
> > erlang-syntax_tools-18.3.4.4-2.el7.x86_64.rpm
> > erlang-xmerl-18.3.4.4-2.el7.x86_64.rpm
> > ethtool-4.8-9.el7.x86_64.rpm
> > eventlog-0.2.13-4.el7.x86_64.rpm
> > erlang-stdlib-18.3.4.4-2.el7.x86_64.rpm
> > expect-5.45-14.el7_1.x86_64.rpm
> > eventlog-devel-0.2.13-4.el7.x86_64.rpm
> > fedfs-utils-devel-0.10.5-0.el7.x86_64.rpm
> > fedfs-utils-common-0.10.5-0.el7.noarch.rpm
> > fedpkg-minimal-1.1.0-7.el7.noarch.rpm
> > fcgi-2.4.0-25.el7.x86_64.rpm
> > fedfs-utils-nsdbparams-0.10.5-0.el7.x86_64.rpm
> > fcgi-devel-2.4.0-25.el7.x86_64.rpm
> > fedfs-utils-lib-0.10.5-0.el7.x86_64.rpm
> > facter-2.4.4-4.el7.src.rpm
> > findutils-4.5.11-6.el7.x86_64.rpm
> > fio-3.7-2.el7.x86_64.rpm
> > fipscheck-1.4.1-6.el7.x86_64.rpm
> > file-devel-5.11-37.el7.x86_64.rpm
> > file-5.11-37.el7.x86_64.rpm
> > felix-framework-4.2.1-5.el7.noarch.rpm
> > filesystem-3.2-25.el7.x86_64.rpm
> > file-libs-5.11-37.el7.x86_64.rpm
> > fontawesome-fonts-web-4.4.0-1.el7.noarch.rpm
> > fipscheck-lib-1.4.1-6.el7.x86_64.rpm
> > fipscheck-devel-1.4.1-6.el7.x86_64.rpm
> > firewalld-0.5.3-5.el7.noarch.rpm
> > fontawesome-fonts-4.4.0-1.el7.noarch.rpm
> > flac-libs-1.3.0-5.el7_1.x86_64.rpm
> > flex-2.5.37-6.el7.x86_64.rpm
> > firewalld-filesystem-0.5.3-5.el7.noarch.rpm
> > fuse-2.9.2-11.el7.x86_64.rpm
> > fontconfig-devel-2.13.0-4.3.el7.x86_64.rpm
> > fribidi-devel-1.0.2-1.el7.x86_64.rpm
> > freetype-devel-2.8-12.el7.x86_64.rpm
> > fribidi-1.0.2-1.el7.x86_64.rpm
> > fontconfig-2.13.0-4.3.el7.x86_64.rpm
> > freetype-2.8-12.el7.x86_64.rpm
> > fontpackages-filesystem-1.44-8.el7.noarch.rpm
> > gamin-devel-0.1.10-16.el7.x86_64.rpm
> > gc-7.2d-7.el7.x86_64.rpm
> > gcc-c++-4.8.5-36.el7.x86_64.rpm
> > fuse-devel-2.9.2-11.el7.x86_64.rpm
> > gawk-4.0.2-4.el7_3.1.x86_64.rpm
> > gcc-4.8.5-36.el7.x86_64.rpm
> > gamin-0.1.10-16.el7.x86_64.rpm
> > fuse-libs-2.9.2-11.el7.x86_64.rpm
> > gd-2.0.35-26.el7.x86_64.rpm
> > GConf2-3.2.6-8.el7.x86_64.rpm
> > gdbm-devel-1.10-8.el7.x86_64.rpm
> > gdb-7.6.1-114.el7.x86_64.rpm
> > gdisk-0.8.10-2.el7.x86_64.rpm
> > gdbm-1.10-8.el7.x86_64.rpm
> > gdk-pixbuf2-devel-2.36.12-3.el7.x86_64.rpm
> > gdk-pixbuf2-2.36.12-3.el7.x86_64.rpm
> > genisoimage-1.1.11-25.el7.x86_64.rpm
> > GeoIP-devel-1.5.0-13.el7.x86_64.rpm
> > geronimo-annotation-1.0-15.el7.noarch.rpm
> > GeoIP-1.5.0-13.el7.x86_64.rpm
> > gettext-common-devel-0.19.8.1-3.el7.noarch.rpm
> > geronimo-jms-1.1.1-19.el7.noarch.rpm
> > gettext-devel-0.19.8.1-3.el7.x86_64.rpm
> > gettext-0.19.8.1-3.el7.x86_64.rpm
> > giflib-4.1.6-9.el7.x86_64.rpm
> > glade-libs-3.20.0-1.el7.x86_64.rpm
> > ghostscript-9.07-31.el7_6.3.x86_64.rpm
> > ghostscript-fonts-5.50-32.el7.noarch.rpm
> > glibc-2.17-317.el7.x86_64.rpm
> > gettext-libs-0.19.8.1-3.el7.x86_64.rpm
> > git-1.8.3.1-20.el7.x86_64.rpm
> > glade-devel-3.20.0-1.el7.x86_64.rpm
> > glib-networking-2.56.1-1.el7.x86_64.rpm
> > glusterfs-5.2-1.el7.x86_64.rpm
> > gl-manpages-1.1-7.20130122.el7.noarch.rpm
> > glibc-headers-2.17-317.el7.x86_64.rpm
> > glibc-common-2.17-317.el7.x86_64.rpm
> > glibc-static-2.17-317.el7.x86_64.rpm
> > glibc-devel-2.17-317.el7.x86_64.rpm
> > glusterfs-api-5.2-1.el7.x86_64.rpm
> > glusterfs-devel-5.2-1.el7.x86_64.rpm
> > glusterfs-api-devel-5.2-1.el7.x86_64.rpm
> > glusterfs-libs-5.2-1.el7.x86_64.rpm
> > glusterfs-cli-5.2-1.el7.x86_64.rpm
> > glusterfs-server-5.2-1.el7.x86_64.rpm
> > glusterfs-extra-xlators-5.2-1.el7.x86_64.rpm
> > glusterfs-fuse-5.2-1.el7.x86_64.rpm
> > glusterfs-client-xlators-5.2-1.el7.x86_64.rpm
> > gnu-free-mono-fonts-20120503-8.el7.noarch.rpm
> > gnu-efi-3.0.8-2.el7.x86_64.rpm
> > gmp-6.0.0-15.el7.x86_64.rpm
> > gnome-doc-utils-stylesheets-0.20.10-5.el7.noarch.rpm
> > gmp-devel-6.0.0-15.el7.x86_64.rpm
> > gnu-efi-devel-3.0.8-2.el7.x86_64.rpm
> > gnu-free-fonts-common-20120503-8.el7.noarch.rpm
> > gnome-doc-utils-0.20.10-5.el7.noarch.rpm
> > gnutls-c++-3.3.29-8.el7.x86_64.rpm
> > gnutls-devel-3.3.29-8.el7.x86_64.rpm
> > gnutls-dane-3.3.29-8.el7.x86_64.rpm
> > gnu-free-sans-fonts-20120503-8.el7.noarch.rpm
> > gnupg2-2.0.22-5.el7_5.x86_64.rpm
> > gnu-free-serif-fonts-20120503-8.el7.noarch.rpm
> > gnutls-3.3.29-8.el7.x86_64.rpm
> > gnulib-devel-0-14.20150325git.el7.noarch.rpm
> > golang-1.11.2-3.el7.x86_64.rpm
> > golang-github-cpuguy83-go-md2man-1.0.4-4.el7.x86_64.rpm
> > gobject-introspection-devel-1.56.1-1.el7.x86_64.rpm
> > gnutls-utils-3.3.29-8.el7.x86_64.rpm
> > golang-bin-1.11.2-3.el7.x86_64.rpm
> > golang-src-1.11.2-3.el7.noarch.rpm
> > go-bindata-3.0.7-9.gita0ff256.el7.x86_64.rpm
> > gobject-introspection-1.56.1-1.el7.x86_64.rpm
> > google-droid-serif-fonts-20120715-12.el7.noarch.rpm
> > google-droid-sans-mono-fonts-20120715-12.el7.noarch.rpm
> > google-crosextra-caladea-fonts-1.002-0.4.20130214.el7.noarch.rpm
> > google-noto-cjk-fonts-1.004-7.el7.noarch.rpm
> > google-crosextra-carlito-fonts-1.103-0.2.20130920.el7.noarch.rpm
> > google-guice-3.1.3-9.el7.noarch.rpm
> > google-droid-sans-fonts-20120715-12.el7.noarch.rpm
> > google-noto-fonts-common-20141117-5.el7.noarch.rpm
> > google-noto-serif-fonts-20141117-5.el7.noarch.rpm
> > google-noto-sans-simplified-chinese-fonts-20141117-5.el7.noarch.rpm
> > google-noto-sans-traditional-chinese-fonts-20141117-5.el7.noarch.rpm
> > google-noto-sans-ui-fonts-20141117-5.el7.noarch.rpm
> > google-noto-sans-korean-fonts-20141117-5.el7.noarch.rpm
> > google-noto-sans-fonts-20141117-5.el7.noarch.rpm
> > google-noto-sans-japanese-fonts-20141117-5.el7.noarch.rpm
> > google-noto-sans-cjk-fonts-20141117-5.el7.noarch.rpm
> > google-roboto-fonts-2.138-1.el7.noarch.rpm
> > google-roboto-mono-fonts-2.000986-0.1.20150923git.el7.noarch.rpm
> > google-roboto-slab-fonts-1.100263-0.5.20150923git.el7.noarch.rpm
> > gperftools-libs-2.6.1-1.el7.x86_64.rpm
> > gperf-3.0.4-8.el7.x86_64.rpm
> > google-roboto-condensed-fonts-2.138-1.el7.noarch.rpm
> > gperftools-devel-2.6.1-1.el7.x86_64.rpm
> > go-srpm-macros-2-17.el7.noarch.rpm
> > graphite2-devel-1.3.10-1.el7_3.x86_64.rpm
> > gpm-1.20.7-5.el7.x86_64.rpm
> > graphviz-2.30.1-21.el7.x86_64.rpm
> > gpm-devel-1.20.7-5.el7.x86_64.rpm
> > gpgme-1.3.2-5.el7.x86_64.rpm
> > grep-2.20-3.el7.x86_64.rpm
> > gpm-libs-1.20.7-5.el7.x86_64.rpm
> > graphite2-1.3.10-1.el7_3.x86_64.rpm
> > gsm-1.0.13-11.el7.x86_64.rpm
> > groff-1.22.2-8.el7.x86_64.rpm
> > gstreamer-plugins-good-0.10.31-13.el7.x86_64.rpm
> > gstreamer-0.10.36-7.el7.x86_64.rpm
> > grubby-8.28-25.el7.src.rpm
> > grub2-2.02-0.86.el7.centos.src.rpm
> > groff-base-1.22.2-8.el7.x86_64.rpm
> > gstreamer-plugins-base-0.10.36-10.el7.x86_64.rpm
> > gzip-1.5-10.el7.x86_64.rpm
> > guava-13.0-6.el7.noarch.rpm
> > gstreamer-tools-0.10.36-7.el7.x86_64.rpm
> > gtk-doc-1.28-2.el7.x86_64.rpm
> > gtk2-2.24.31-1.el7.x86_64.rpm
> > guile-2.0.9-5.el7.x86_64.rpm
> > gtk2-devel-2.24.31-1.el7.x86_64.rpm
> > hamcrest-1.3-6.el7.noarch.rpm
> > haproxy-1.5.18-8.el7.src.rpm
> > hdf5-mpich-1.8.13-7.el7.x86_64.rpm
> > harfbuzz-devel-1.7.5-2.el7.x86_64.rpm
> > hardlink-1.0-19.el7.x86_64.rpm
> > harfbuzz-icu-1.7.5-2.el7.x86_64.rpm
> > hdf5-openmpi-1.8.13-7.el7.x86_64.rpm
> > hdf5-1.8.13-7.el7.x86_64.rpm
> > harfbuzz-1.7.5-2.el7.x86_64.rpm
> > hicolor-icon-theme-0.12-7.el7.noarch.rpm
> > heat-cfntools-1.3.0-2.el7.noarch.rpm
> > hiera-1.3.4-5.el7.noarch.rpm
> > hivex-1.3.10-6.9.el7.x86_64.rpm
> > hiredis-0.12.1-1.el7.x86_64.rpm
> > hdparm-9.43-5.el7.x86_64.rpm
> > hiredis-devel-0.12.1-1.el7.x86_64.rpm
> > help2man-1.41.1-3.el7.noarch.rpm
> > hostname-3.13-3.el7.x86_64.rpm
> > horai-ume-gothic-fonts-610-2.el7.noarch.rpm
> > horai-ume-pmincho-fonts-610-2.el7.noarch.rpm
> > httpcomponents-client-4.2.5-5.el7_0.noarch.rpm
> > horai-ume-mincho-fonts-610-2.el7.noarch.rpm
> > hmaccalc-0.9.13-4.el7.x86_64.rpm
> > horai-ume-uigothic-fonts-610-2.el7.noarch.rpm
> > horai-ume-pgothic-fonts-610-2.el7.noarch.rpm
> > impallari-lobster-fonts-1.4-8.el7.noarch.rpm
> > infinipath-psm-3.3-26_g604758e_open.2.el7.x86_64.rpm
> > httpd-tools-2.4.6-95.el7.centos.x86_64.rpm
> > hwloc-libs-1.11.8-4.el7.x86_64.rpm
> > infiniband-diags-2.0.0-2.el7.x86_64.rpm
> > httpd-2.4.6-95.el7.centos.x86_64.rpm
> > httpcomponents-core-4.2.4-6.el7.noarch.rpm
> > hwdata-0.252-9.1.el7.x86_64.rpm
> > ipa-mincho-fonts-003.03-5.el7.noarch.rpm
> > ipa-pmincho-fonts-003.03-5.el7.noarch.rpm
> > iotop-0.6-4.el7.noarch.rpm
> > ipa-gothic-fonts-003.03-5.el7.noarch.rpm
> > initscripts-9.49.46-1.el7.src.rpm
> > ipa-pgothic-fonts-003.03-5.el7.noarch.rpm
> > info-5.1-5.el7.x86_64.rpm
> > intltool-0.50.2-7.el7.noarch.rpm
> > ipset-6.38-3.el7_6.x86_64.rpm
> > iptables-1.4.21-28.el7.x86_64.rpm
> > ipmitool-1.8.18-9.el7_7.x86_64.rpm
> > iptables-services-1.4.21-28.el7.x86_64.rpm
> > iptables-utils-1.4.21-28.el7.x86_64.rpm
> > ipset-libs-6.38-3.el7_6.x86_64.rpm
> > iproute-4.11.0-14.el7.x86_64.rpm
> > iperf3-3.1.7-2.el7.x86_64.rpm
> > iso-codes-3.46-2.el7.noarch.rpm
> > ivykis-devel-0.36.3-1.el7.x86_64.rpm
> > isomd5sum-1.0.10-5.el7.x86_64.rpm
> > iscsi-initiator-utils-iscsiuio-6.2.0.874-10.el7.x86_64.rpm
> > ivykis-0.36.3-1.el7.x86_64.rpm
> > ipxe-roms-qemu-20170123-1.git4e85b27.el7_4.1.noarch.rpm
> > iscsi-initiator-utils-6.2.0.874-10.el7.x86_64.rpm
> > iputils-20160308-10.el7.x86_64.rpm
> > javamail-1.4.6-8.el7.noarch.rpm
> > javassist-3.16.1-10.el7.noarch.rpm
> > javapackages-tools-3.4.1-11.el7.noarch.rpm
> > jakarta-commons-httpclient-3.1-16.el7_0.noarch.rpm
> > jasper-libs-1.900.1-33.el7.x86_64.rpm
> > jasper-devel-1.900.1-33.el7.x86_64.rpm
> > jansson-2.10-1.el7.x86_64.rpm
> > jbigkit-libs-2.0-11.el7.x86_64.rpm
> > jboss-transaction-1.1-api-1.0.1-8.el7.noarch.rpm
> > jboss-servlet-3.0-api-1.0.1-9.el7.noarch.rpm
> > jboss-ejb-3.1-api-1.0.2-10.el7.noarch.rpm
> > jomolhari-fonts-0.003-17.el7.noarch.rpm
> > jboss-jaxrpc-1.1-api-1.0.1-7.el7.noarch.rpm
> > jboss-el-2.2-api-1.0.1-0.7.20120212git2fabd8.el7.noarch.rpm
> > jline-1.0-8.el7.noarch.rpm
> > jboss-interceptors-1.1-api-1.0.2-0.9.20120319git49a904.el7.noarch.rpm
> > json-glib-1.4.2-2.el7.x86_64.rpm
> > json-c-0.11-4.el7_0.x86_64.rpm
> > js-1.8.5-20.el7.x86_64.rpm
> > jsch-0.1.50-5.el7.noarch.rpm
> > jsoup-1.6.1-10.el7.noarch.rpm
> > jq-1.5-1.el7.x86_64.rpm
> > json-c-devel-0.11-4.el7_0.x86_64.rpm
> > json-glib-devel-1.4.2-2.el7.x86_64.rpm
> > julietaula-montserrat-fonts-7.200-5.el7.noarch.rpm
> > kbd-1.15.5-15.el7.x86_64.rpm
> > keyutils-1.5.8-3.el7.x86_64.rpm
> > kde-filesystem-4-47.el7.x86_64.rpm
> > jzlib-1.1.1-6.el7.noarch.rpm
> > junit-4.11-8.el7.noarch.rpm
> > kbd-legacy-1.15.5-15.el7.noarch.rpm
> > kbd-misc-1.15.5-15.el7.noarch.rpm
> > khmeros-bokor-fonts-5.0-17.el7.noarch.rpm
> > khmeros-fonts-common-5.0-17.el7.noarch.rpm
> > khmeros-handwritten-fonts-5.0-17.el7.noarch.rpm
> > khmeros-metal-chrieng-fonts-5.0-17.el7.noarch.rpm
> > keyutils-libs-1.5.8-3.el7.x86_64.rpm
> > keyutils-libs-devel-1.5.8-3.el7.x86_64.rpm
> > khmeros-battambang-fonts-5.0-17.el7.noarch.rpm
> > khmeros-base-fonts-5.0-17.el7.noarch.rpm
> > khmeros-muol-fonts-5.0-17.el7.noarch.rpm
> > kpartx-0.4.9-119.el7.x86_64.rpm
> > kmod-libs-20-23.el7.x86_64.rpm
> > krb5-devel-1.15.1-34.el7.x86_64.rpm
> > kmod-devel-20-23.el7.x86_64.rpm
> > krb5-libs-1.15.1-34.el7.x86_64.rpm
> > khmeros-siemreap-fonts-5.0-17.el7.noarch.rpm
> > kmod-20-23.el7.x86_64.rpm
> > leveldb-1.12.0-11.el7.x86_64.rpm
> > latex2html-2012-3.el7.noarch.rpm
> > lato-fonts-2.015-1.el7.noarch.rpm
> > lapack-3.4.2-8.el7.x86_64.rpm
> > ldns-1.6.16-10.el7.x86_64.rpm
> > lcms2-2.6-3.el7.x86_64.rpm
> > lbzip2-2.5-1.el7.x86_64.rpm
> > less-458-9.el7.x86_64.rpm
> > libaio-0.3.109-13.el7.x86_64.rpm
> > libacl-devel-2.2.51-14.el7.x86_64.rpm
> > libarchive-devel-3.1.2-10.el7_2.x86_64.rpm
> > libaio-devel-0.3.109-13.el7.x86_64.rpm
> > libarchive-3.1.2-10.el7_2.x86_64.rpm
> > leveldb-devel-1.12.0-11.el7.x86_64.rpm
> > levien-inconsolata-fonts-1.01-11.el7.noarch.rpm
> > libacl-2.2.51-14.el7.x86_64.rpm
> > libatomic_ops-devel-7.2d-7.el7.x86_64.rpm
> > libbabeltrace-devel-1.2.4-3.1.el7.x86_64.rpm
> > libavc1394-0.5.3-14.el7.x86_64.rpm
> > libbabeltrace-1.2.4-3.1.el7.x86_64.rpm
> > libattr-2.4.46-13.el7.x86_64.rpm
> > libattr-devel-2.4.46-13.el7.x86_64.rpm
> > libassuan-2.1.0-3.el7.x86_64.rpm
> > libasyncns-0.8-7.el7.x86_64.rpm
> > libcap-ng-0.7.5-4.el7.x86_64.rpm
> > libcacard-devel-2.5.2-2.1.el7.x86_64.rpm
> > libcap-ng-devel-0.7.5-4.el7.x86_64.rpm
> > libcap-2.22-9.el7.x86_64.rpm
> > libbasicobjects-0.1.1-32.el7.x86_64.rpm
> > libblkid-devel-2.23.2-59.el7.x86_64.rpm
> > libcap-devel-2.22-9.el7.x86_64.rpm
> > libcacard-2.5.2-2.1.el7.x86_64.rpm
> > libcroco-0.6.12-4.el7.x86_64.rpm
> > libcomps-0.1.8-12.el7.x86_64.rpm
> > libconfig-1.4.9-5.el7.x86_64.rpm
> > libcmocka-1.1.5-1.el7.x86_64.rpm
> > libcollection-0.7.0-32.el7.x86_64.rpm
> > libcgroup-tools-0.41-21.el7.x86_64.rpm
> > libcgroup-0.41-21.el7.x86_64.rpm
> > libcmocka-devel-1.1.5-1.el7.x86_64.rpm
> > libdb-utils-5.3.21-24.el7.x86_64.rpm
> > libdb-5.3.21-24.el7.x86_64.rpm
> > libdbi-devel-0.8.4-6.el7.x86_64.rpm
> > libdbi-0.8.4-6.el7.x86_64.rpm
> > libdaemon-0.14-7.el7.x86_64.rpm
> > libdb-devel-5.3.21-24.el7.x86_64.rpm
> > libcurl-7.29.0-59.el7.x86_64.rpm
> > libcurl-devel-7.29.0-59.el7.x86_64.rpm
> > libepoxy-devel-1.5.2-1.el7.x86_64.rpm
> > libdv-1.0.0-17.el7.x86_64.rpm
> > libedit-3.0-12.20121213cvs.el7.x86_64.rpm
> > libepoxy-1.5.2-1.el7.x86_64.rpm
> > libedit-devel-3.0-12.20121213cvs.el7.x86_64.rpm
> > libdnf-0.22.5-1.el7_6.x86_64.rpm
> > libdwarf-20130207-4.el7.x86_64.rpm
> > liberasurecode-1.5.0-1.el7.x86_64.rpm
> > liberation-fonts-common-1.07.2-16.el7.noarch.rpm
> > liberation-narrow-fonts-1.07.2-16.el7.noarch.rpm
> > liberation-serif-fonts-1.07.2-16.el7.noarch.rpm
> > libesmtp-devel-1.0.6-7.el7.x86_64.rpm
> > liberation-mono-fonts-1.07.2-16.el7.noarch.rpm
> > liberation-sans-fonts-1.07.2-16.el7.noarch.rpm
> > libestr-0.1.9-2.el7.x86_64.rpm
> > libesmtp-1.0.6-7.el7.x86_64.rpm
> > libfabric-1.6.1-2.el7.x86_64.rpm
> > libevent-2.0.21-4.el7.src.rpm
> > libfontenc-1.1.3-3.el7.x86_64.rpm
> > libffi-3.0.13-18.el7.x86_64.rpm
> > libgcrypt-1.5.3-14.el7.x86_64.rpm
> > libffi-devel-3.0.13-18.el7.x86_64.rpm
> > libev-4.15-7.el7.x86_64.rpm
> > libgcc-4.8.5-36.el7.x86_64.rpm
> > libgfortran-4.8.5-36.el7.x86_64.rpm
> > libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm
> > libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm
> > libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm
> > libglvnd-core-devel-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm
> > libgcrypt-devel-1.5.3-14.el7.x86_64.rpm
> > libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm
> > libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm
> > libglvnd-opengl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm
> > libguestfs-1.38.2-12.el7_6.1.x86_64.rpm
> > libgpg-error-devel-1.12-3.el7.x86_64.rpm
> > libgnomekbd-3.26.0-1.el7.x86_64.rpm
> > libgnome-keyring-3.12.0-1.el7.x86_64.rpm
> > libgpg-error-1.12-3.el7.x86_64.rpm
> > libgomp-4.8.5-36.el7.x86_64.rpm
> > libgnomekbd-devel-3.26.0-1.el7.x86_64.rpm
> > libgusb-0.2.9-1.el7.x86_64.rpm
> > libICE-devel-1.0.9-9.el7.x86_64.rpm
> > libibmad-1.3.13-1.el7.x86_64.rpm
> > libidn-devel-1.28-4.el7.x86_64.rpm
> > libicu-devel-50.1.2-17.el7.x86_64.rpm
> > libICE-1.0.9-9.el7.x86_64.rpm
> > libidn-1.28-4.el7.x86_64.rpm
> > libicu-50.1.2-17.el7.x86_64.rpm
> > libiscsi-devel-1.9.0-7.el7.x86_64.rpm
> > libiec61883-1.2.0-10.el7.x86_64.rpm
> > libiscsi-1.9.0-7.el7.x86_64.rpm
> > libjpeg-turbo-1.2.90-8.el7.x86_64.rpm
> > libimagequant-2.8.2-2.el7.x86_64.rpm
> > libjpeg-turbo-devel-1.2.90-8.el7.x86_64.rpm
> > libini_config-1.3.1-32.el7.x86_64.rpm
> > libkadm5-1.15.1-34.el7.x86_64.rpm
> > libmnl-1.0.3-7.el7.x86_64.rpm
> > libmicrohttpd-devel-0.9.59-2.el7.x86_64.rpm
> > libmnl-devel-1.0.3-7.el7.x86_64.rpm
> > libmongo-client-0.1.8-1.el7.x86_64.rpm
> > libmicrohttpd-0.9.59-2.el7.x86_64.rpm
> > libmng-1.0.10-14.el7.x86_64.rpm
> > libmodulemd-1.6.3-1.el7.x86_64.rpm
> > libmodman-2.0.1-8.el7.x86_64.rpm
> > libmount-2.23.2-59.el7.x86_64.rpm
> > libndp-1.2-7.el7.x86_64.rpm
> > libmount-devel-2.23.2-59.el7.x86_64.rpm
> > libnet-devel-1.1.6-7.el7.x86_64.rpm
> > libnetfilter_conntrack-1.0.6-1.el7_3.x86_64.rpm
> > libmongo-client-devel-0.1.8-1.el7.x86_64.rpm
> > libnet-1.1.6-7.el7.x86_64.rpm
> > libmpc-1.0.1-3.el7.x86_64.rpm
> > libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm
> > libnetfilter_cthelper-1.0.0-9.el7.x86_64.rpm
> > libnetfilter_conntrack-devel-1.0.6-1.el7_3.x86_64.rpm
> > libnfnetlink-devel-1.0.1-4.el7.x86_64.rpm
> > libnfsidmap-devel-0.25-19.el7.x86_64.rpm
> > libnfsidmap-0.25-19.el7.x86_64.rpm
> > libnetfilter_cttimeout-1.0.0-6.el7.x86_64.rpm
> > libnfnetlink-1.0.1-4.el7.x86_64.rpm
> > libogg-devel-1.3.0-7.el7.x86_64.rpm
> > libnl3-cli-3.2.28-4.el7.x86_64.rpm
> > libnl-1.1.4-3.el7.x86_64.rpm
> > libnl3-devel-3.2.28-4.el7.x86_64.rpm
> > libnl-devel-1.1.4-3.el7.x86_64.rpm
> > libnl3-3.2.28-4.el7.x86_64.rpm
> > libosinfo-1.1.0-2.el7.x86_64.rpm
> > libogg-1.3.0-7.el7.x86_64.rpm
> > libpciaccess-0.14-1.el7.x86_64.rpm
> > libpciaccess-devel-0.14-1.el7.x86_64.rpm
> > libpcap-1.5.3-11.el7.x86_64.rpm
> > libpipeline-1.2.3-3.el7.x86_64.rpm
> > libpmem-1.5.1-2.1.el7.x86_64.rpm
> > libpmemblk-1.5.1-2.1.el7.x86_64.rpm
> > libpcap-devel-1.5.3-11.el7.x86_64.rpm
> > libpath_utils-0.2.1-32.el7.x86_64.rpm
> > libraw1394-2.1.0-2.el7.x86_64.rpm
> > libpsm2-compat-10.3.58-1.el7.x86_64.rpm
> > libproxy-0.4.11-11.el7.x86_64.rpm
> > libpsm2-10.3.58-1.el7.x86_64.rpm
> > libpwquality-1.2.3-5.el7.x86_64.rpm
> > libquadmath-4.8.5-36.el7.x86_64.rpm
> > libqhull-2015.2-1.el7.x86_64.rpm
> > librdmacm-17.2-3.el7.x86_64.rpm
> > libseccomp-devel-2.3.1-3.el7.x86_64.rpm
> > libselinux-2.5-14.1.el7.x86_64.rpm
> > librsvg2-2.40.20-1.el7.x86_64.rpm
> > libreport-filesystem-2.1.11-42.el7.centos.x86_64.rpm
> > librepo-1.8.1-7.el7.x86_64.rpm
> > libref_array-0.1.5-32.el7.x86_64.rpm
> > libseccomp-2.3.1-3.el7.x86_64.rpm
> > librdmacm-devel-1.1.0-2.el7.x86_64.rpm
> > libselinux-utils-2.5-14.1.el7.x86_64.rpm
> > libselinux-ruby-2.5-14.1.el7.x86_64.rpm
> > libselinux-python-2.5-14.1.el7.x86_64.rpm
> > libsepol-2.5-10.el7.x86_64.rpm
> > libselinux-devel-2.5-14.1.el7.x86_64.rpm
> > libSM-1.2.2-2.el7.x86_64.rpm
> > libsepol-devel-2.5-10.el7.x86_64.rpm
> > libshout-2.2.2-11.el7.x86_64.rpm
> > libssh2-1.8.0-4.el7.x86_64.rpm
> > libsndfile-1.0.25-12.el7.x86_64.rpm
> > libsmartcols-2.23.2-59.el7.x86_64.rpm
> > libSM-devel-1.2.2-2.el7.x86_64.rpm
> > libstdc++-4.8.5-36.el7.x86_64.rpm
> > libsolv-0.6.34-4.el7.x86_64.rpm
> > libssh2-devel-1.8.0-4.el7.x86_64.rpm
> > libsoup-2.62.2-2.el7.x86_64.rpm
> > libteam-1.27-5.el7.x86_64.rpm
> > libtheora-1.1.1-8.el7.x86_64.rpm
> > libtiff-4.0.3-35.el7.x86_64.rpm
> > libthai-0.1.14-9.el7.x86_64.rpm
> > libsysfs-2.1.0-16.el7.x86_64.rpm
> > libtasn1-4.10-1.el7.x86_64.rpm
> > libtasn1-devel-4.10-1.el7.x86_64.rpm
> > libstdc++-devel-4.8.5-36.el7.x86_64.rpm
> > libtool-2.4.2-22.el7_3.x86_64.rpm
> > libtirpc-devel-0.2.4-0.15.el7.x86_64.rpm
> > libtimezonemap-devel-0.4.4-1.el7.x86_64.rpm
> > libtommath-1.0-8.el7.x86_64.rpm
> > libtomcrypt-1.17-33.20170623gitcd6e602.el7.x86_64.rpm
> > libtiff-devel-4.0.3-35.el7.x86_64.rpm
> > libtirpc-0.2.4-0.15.el7.x86_64.rpm
> > libtimezonemap-0.4.4-1.el7.x86_64.rpm
> > libusb-0.1.4-3.el7.x86_64.rpm
> > libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm
> > libusb-devel-0.1.4-3.el7.x86_64.rpm
> > libunistring-0.9.3-9.el7.x86_64.rpm
> > libusal-1.1.11-25.el7.x86_64.rpm
> > libtool-ltdl-devel-2.4.2-22.el7_3.x86_64.rpm
> > libunwind-1.2-2.el7.x86_64.rpm
> > libusbx-1.0.21-1.el7.x86_64.rpm
> > libuuid-2.23.2-59.el7.x86_64.rpm
> > libv4l-0.9.5-4.el7.x86_64.rpm
> > libutempter-devel-1.1.6-4.el7.x86_64.rpm
> > libuuid-devel-2.23.2-59.el7.x86_64.rpm
> > libuser-devel-0.60-9.el7.x86_64.rpm
> > libuser-0.60-9.el7.x86_64.rpm
> > libutempter-1.1.6-4.el7.x86_64.rpm
> > libusbx-devel-1.0.21-1.el7.x86_64.rpm
> > libwayland-client-1.15.0-1.el7.x86_64.rpm
> > libverto-0.2.5-4.el7.x86_64.rpm
> > libverto-devel-0.2.5-4.el7.x86_64.rpm
> > libwayland-cursor-1.15.0-1.el7.x86_64.rpm
> > libvorbis-1.3.3-8.el7.1.x86_64.rpm
> > libverto-libevent-0.2.5-4.el7.x86_64.rpm
> > libvisual-0.4.0-16.el7.x86_64.rpm
> > libverto-tevent-0.2.5-4.el7.x86_64.rpm
> > libXau-1.0.8-2.1.el7.x86_64.rpm
> > libX11-common-1.6.7-2.el7.noarch.rpm
> > libXau-devel-1.0.8-2.1.el7.x86_64.rpm
> > libwayland-egl-1.15.0-1.el7.x86_64.rpm
> > libX11-1.6.7-2.el7.x86_64.rpm
> > libwayland-server-1.15.0-1.el7.x86_64.rpm
> > libX11-devel-1.6.7-2.el7.x86_64.rpm
> > libwebp-0.3.0-7.el7.x86_64.rpm
> > libXcomposite-devel-0.4.4-4.1.el7.x86_64.rpm
> > libXcursor-1.1.15-1.el7.x86_64.rpm
> > libxcb-1.13-1.el7.x86_64.rpm
> > libXdamage-1.1.4-4.1.el7.x86_64.rpm
> > libXaw-1.0.13-4.el7.x86_64.rpm
> > libXcomposite-0.4.4-4.1.el7.x86_64.rpm
> > libxcb-devel-1.13-1.el7.x86_64.rpm
> > libXcursor-devel-1.1.15-1.el7.x86_64.rpm
> > libXdamage-devel-1.1.4-4.1.el7.x86_64.rpm
> > libXext-1.3.3-3.el7.x86_64.rpm
> > libXft-2.3.2-2.el7.x86_64.rpm
> > libXfixes-5.0.3-1.el7.x86_64.rpm
> > libXfont-1.5.4-1.el7.x86_64.rpm
> > libXft-devel-2.3.2-2.el7.x86_64.rpm
> > libXfixes-devel-5.0.3-1.el7.x86_64.rpm
> > libXext-devel-1.3.3-3.el7.x86_64.rpm
> > libXi-devel-1.7.9-1.el7.x86_64.rpm
> > libxklavier-5.4-7.el7.x86_64.rpm
> > libxkbfile-1.0.9-3.el7.x86_64.rpm
> > libXinerama-devel-1.1.3-2.1.el7.x86_64.rpm
> > libxkbcommon-0.7.1-3.el7.x86_64.rpm
> > libXinerama-1.1.3-2.1.el7.x86_64.rpm
> > libXi-1.7.9-1.el7.x86_64.rpm
> > libxkbcommon-devel-0.7.1-3.el7.x86_64.rpm
> > libxklavier-devel-5.4-7.el7.x86_64.rpm
> > libxml2-devel-2.9.1-6.el7_2.3.x86_64.rpm
> > libXrandr-1.5.1-2.el7.x86_64.rpm
> > libXpm-3.5.12-1.el7.x86_64.rpm
> > libxml2-2.9.1-6.el7_2.3.x86_64.rpm
> > libXmu-1.1.2-2.el7.x86_64.rpm
> > libxml2-python-2.9.1-6.el7_2.3.x86_64.rpm
> > libXpm-devel-3.5.12-1.el7.x86_64.rpm
> > libxslt-python-1.1.28-6.el7.x86_64.rpm
> > libXrender-devel-0.9.10-1.el7.x86_64.rpm
> > libxshmfence-1.2-1.el7.x86_64.rpm
> > libXrender-0.9.10-1.el7.x86_64.rpm
> > libxslt-devel-1.1.28-6.el7.x86_64.rpm
> > libXrandr-devel-1.5.1-2.el7.x86_64.rpm
> > libXt-1.1.5-3.el7.x86_64.rpm
> > libxslt-1.1.28-6.el7.x86_64.rpm
> > libzstd-1.4.2-1.el7.x86_64.rpm
> > libyaml-0.1.4-11.el7_0.x86_64.rpm
> > libXxf86vm-devel-1.1.4-1.el7.x86_64.rpm
> > lighttpd-1.4.54-1.el7.src.rpm
> > libXv-1.0.11-1.el7.x86_64.rpm
> > libXxf86vm-1.1.4-1.el7.x86_64.rpm
> > libXt-devel-1.1.5-3.el7.x86_64.rpm
> > libXtst-1.2.3-1.el7.x86_64.rpm
> > linux-libertine-biolinum-fonts-5.3.0-6.2012_07_02.el7.noarch.rpm
> > linux-firmware-20190429-72.gitddde598.el7.noarch.rpm
> > linuxptp-2.0-2.el7.x86_64.rpm
> > linux-libertine-fonts-5.3.0-6.2012_07_02.el7.noarch.rpm
> > linuxdoc-tools-0.9.68-5.el7.x86_64.rpm
> > linux-libertine-fonts-common-5.3.0-6.2012_07_02.el7.noarch.rpm
> > linuxptp-2.0-2.el7.src.rpm
> > linuxconsoletools-1.4.5-3.el7.x86_64.rpm
> > log4j-1.2.17-16.el7_4.noarch.rpm
> > lldpad-1.0.1-3.git036e314.el7.x86_64.rpm
> > lsof-4.87-6.el7.x86_64.rpm
> > lksctp-tools-1.0.17-2.el7.x86_64.rpm
> > lsscsi-0.27-6.el7.x86_64.rpm
> > lm_sensors-libs-3.4.0-6.20160601gitf9185e5.el7.x86_64.rpm
> > logrotate-3.8.6-17.el7.src.rpm
> > lm_sensors-devel-3.4.0-6.20160601gitf9185e5.el7.x86_64.rpm
> > lttng-ust-2.10.0-1.el7.x86_64.rpm
> > lz4-1.7.5-2.el7.x86_64.rpm
> > lua-devel-5.1.4-15.el7.x86_64.rpm
> > lyx-fonts-2.2.3-1.el7.noarch.rpm
> > lynx-2.8.8-0.3.dev15.el7.x86_64.rpm
> > lz4-devel-1.7.5-2.el7.x86_64.rpm
> > lttng-ust-devel-2.10.0-1.el7.x86_64.rpm
> > lua-5.1.4-15.el7.x86_64.rpm
> > mailcap-2.1.41-2.el7.noarch.rpm
> > m2crypto-0.21.1-17.el7.x86_64.rpm
> > mailx-12.5-19.el7.x86_64.rpm
> > lzop-1.03-10.el7.x86_64.rpm
> > m4-1.4.16-10.el7.x86_64.rpm
> > lzo-2.06-8.el7.x86_64.rpm
> > lzo-devel-2.06-8.el7.x86_64.rpm
> > lzo-minilzo-2.06-8.el7.x86_64.rpm
> > make-3.82-23.el7.x86_64.rpm
> > mercurial-2.6.2-8.el7_4.x86_64.rpm
> > mdi-fonts-1.4.57.0-4.el7.noarch.rpm
> > man-db-2.6.3-11.el7.x86_64.rpm
> > memcached-1.4.39-1.el7.x86_64.rpm
> > mdi-common-1.4.57.0-4.el7.noarch.rpm
> > mcstrans-0.3.4-5.el7.x86_64.rpm
> > mdadm-4.1-rc1_2.el7.x86_64.rpm
> > mozilla-fira-fonts-common-4.202-1.el7.noarch.rpm
> > moyogo-molengo-fonts-0.10-9.el7.noarch.rpm
> > mesa-libwayland-egl-18.0.5-3.el7.x86_64.rpm
> > mesa-libwayland-egl-devel-18.0.5-3.el7.x86_64.rpm
> > mesa-libGLU-9.0.0-4.el7.x86_64.rpm
> > microcode_ctl-2.1-73.el7.x86_64.rpm
> > mesa-libGLU-devel-9.0.0-4.el7.x86_64.rpm
> > mod_wsgi-3.4-18.el7.x86_64.rpm
> > mpich-3.0-3.0.4-10.el7.x86_64.rpm
> > mozilla-fira-sans-fonts-4.202-1.el7.noarch.rpm
> > mozilla-fira-mono-fonts-4.202-1.el7.noarch.rpm
> > mpfr-3.1.1-4.el7.x86_64.rpm
> > mpich-3.0.4-8.el7.x86_64.rpm
> > mozjs17-17.0.0-20.el7.x86_64.rpm
> > mph-2b-damase-fonts-002.000-3.el7.noarch.rpm
> > mtools-4.0.18-5.el7.x86_64.rpm
> > mvapich2-2.0-psm-2.0a-9.el7.x86_64.rpm
> > multilib-rpm-config-1-6.el7.noarch.rpm
> > ncurses-5.9-14.20130511.el7_4.x86_64.rpm
> > mvapich2-2.0-2.0a-9.el7.x86_64.rpm
> > mvapich2-psm-2.0a-3.el7.x86_64.rpm
> > mvapich2-common-2.0a-3.el7.noarch.rpm
> > MySQL-python-1.2.5-1.el7.x86_64.rpm
> > mvapich2-2.0a-3.el7.x86_64.rpm
> > ndctl-libs-65-5.el7.x86_64.rpm
> > ncurses-static-5.9-14.20130511.el7_4.x86_64.rpm
> > neon-0.30.0-3.el7.x86_64.rpm
> > ncurses-devel-5.9-14.20130511.el7_4.x86_64.rpm
> > ncurses-libs-5.9-14.20130511.el7_4.x86_64.rpm
> > ncurses-base-5.9-14.20130511.el7_4.noarch.rpm
> > netcf-devel-0.2.8-4.el7.x86_64.rpm
> > nekohtml-1.9.14-13.el7.noarch.rpm
> > netpbm-progs-10.79.00-7.el7.x86_64.rpm
> > netpbm-10.79.00-7.el7.x86_64.rpm
> > netcf-libs-0.2.8-4.el7.x86_64.rpm
> > net-tools-2.0-0.24.20131004git.el7.src.rpm
> > nettle-2.7.1-8.el7.x86_64.rpm
> > net-tools-2.0-0.24.20131004git.el7.x86_64.rpm
> > newt-0.52.15-4.el7.x86_64.rpm
> > nettle-devel-2.7.1-8.el7.x86_64.rpm
> > nspr-devel-4.25.0-2.el7_9.x86_64.rpm
> > nspr-4.25.0-2.el7_9.x86_64.rpm
> > nscd-2.17-317.el7.x86_64.rpm
> > nss-3.53.1-3.el7_9.x86_64.rpm
> > nmap-ncat-6.40-16.el7.x86_64.rpm
> > nfs-utils-1.3.0-0.61.el7.x86_64.rpm
> > newt-devel-0.52.15-4.el7.x86_64.rpm
> > newt-python-0.52.15-4.el7.x86_64.rpm
> > nss-sysinit-3.53.1-3.el7_9.x86_64.rpm
> > nss-pam-ldapd-0.8.13-16.el7.x86_64.rpm
> > nss_compat_ossl-0.9.6-8.el7.x86_64.rpm
> > nss-util-3.53.1-1.el7_9.x86_64.rpm
> > nss-devel-3.53.1-3.el7_9.x86_64.rpm
> > nss-tools-3.53.1-3.el7_9.x86_64.rpm
> > nss-util-devel-3.53.1-1.el7_9.x86_64.rpm
> > nss-pem-1.0.3-5.el7.x86_64.rpm
> > OpenIPMI-modalias-2.0.23-2.el7.x86_64.rpm
> > numactl-devel-2.0.9-7.el7.x86_64.rpm
> > objectweb-asm-3.3.1-9.el7.noarch.rpm
> > nvme-cli-1.8.1-3.el7.x86_64.rpm
> > numactl-libs-2.0.9-7.el7.x86_64.rpm
> > oniguruma-5.9.5-3.el7.x86_64.rpm
> > oflb-asana-math-fonts-0.954-1.el7.noarch.rpm
> > ntp-4.2.6p5-29.el7.centos.2.src.rpm
> > openpgm-5.2.122-2.el7.x86_64.rpm
> > openjpeg-libs-1.5.1-18.el7.x86_64.rpm
> > openldap-2.4.44-20.el7.x86_64.rpm
> > openjade-1.3.2-45.el7.x86_64.rpm
> > openjpeg2-2.3.1-3.el7_7.x86_64.rpm
> > openmpi-1.10.7-2.el7.x86_64.rpm
> > openldap-2.4.44-20.el7.src.rpm
> > open-sans-fonts-1.10-1.el7.noarch.rpm
> > opensp-1.5.2-19.el7.x86_64.rpm
> > opensc-0.16.0-10.20170227git777e2a3.el7.x86_64.rpm
> > openssh-clients-7.4p1-21.el7.x86_64.rpm
> > openscap-scanner-1.2.17-13.el7_9.x86_64.rpm
> > openssh-7.4p1-21.el7.x86_64.rpm
> > openscap-1.2.17-13.el7_9.x86_64.rpm
> > opensm-libs-3.3.20-3.el7.x86_64.rpm
> > openssh-7.4p1-21.el7.src.rpm
> > openstack-barbican-api-9.0.0-1.el7.noarch.rpm
> > openstack-barbican-worker-9.0.0-1.el7.noarch.rpm
> > openstack-barbican-keystone-listener-9.0.0-1.el7.noarch.rpm
> > openssl-1.0.2k-16.el7.x86_64.rpm
> > openstack-barbican-common-9.0.0-1.el7.noarch.rpm
> > openssl-devel-1.0.2k-16.el7.x86_64.rpm
> > openstack-barbican-9.0.0-1.el7.noarch.rpm
> > openssl-libs-1.0.2k-16.el7.x86_64.rpm
> > openstack-nova-cert-14.0.8-1.el7.noarch.rpm
> > openstack-swift-object-2.15.1-1.el7.noarch.rpm
> > openstack-swift-proxy-2.15.1-1.el7.noarch.rpm
> > openstack-swift-doc-2.15.1-1.el7.noarch.rpm
> > openstack-keystone-16.0.0-1.el7.src.rpm
> > openstack-macros-2018.1.2-0.noarch.rpm
> > openstack-swift-container-2.15.1-1.el7.noarch.rpm
> > openstack-swift-account-2.15.1-1.el7.noarch.rpm
> > oxygen-sans-fonts-5.4.3-3.el7.noarch.rpm
> > opus-1.0.2-6.el7.x86_64.rpm
> > os-prober-1.58-9.el7.x86_64.rpm
> > oxygen-mono-fonts-5.4.3-3.el7.noarch.rpm
> > oxygen-fonts-common-5.4.3-3.el7.noarch.rpm
> > overpass-fonts-2.1-1.el7.noarch.rpm
> > osinfo-db-tools-1.1.0-1.el7.x86_64.rpm
> > orc-0.4.26-1.el7.x86_64.rpm
> > p11-kit-0.23.5-3.el7.x86_64.rpm
> > p11-kit-trust-0.23.5-3.el7.x86_64.rpm
> > p11-kit-devel-0.23.5-3.el7.x86_64.rpm
> > paktype-tehreer-fonts-4.1-2.el7.noarch.rpm
> > paktype-naqsh-fonts-4.1-2.el7.noarch.rpm
> > paktype-naskh-basic-fonts-4.1-3.el7.noarch.rpm
> > pam-1.1.8-22.el7.x86_64.rpm
> > pakchois-0.4-10.el7.x86_64.rpm
> > passwd-0.79-4.el7.x86_64.rpm
> > paratype-pt-sans-fonts-20101909-3.el7.noarch.rpm
> > pango-devel-1.42.4-1.el7.x86_64.rpm
> > paratype-pt-sans-caption-fonts-20101909-3.el7.noarch.rpm
> > patch-2.7.1-10.el7_5.x86_64.rpm
> > pam-devel-1.1.8-22.el7.x86_64.rpm
> > pango-1.42.4-1.el7.x86_64.rpm
> > parted-3.1-29.el7.src.rpm
> > pcsc-lite-ccid-1.4.10-14.el7.x86_64.rpm
> > pcsc-lite-1.8.8-8.el7.x86_64.rpm
> > pciutils-3.5.1-3.el7.x86_64.rpm
> > pciutils-devel-3.5.1-3.el7.x86_64.rpm
> > pcre-8.32-17.el7.x86_64.rpm
> > pcre-devel-8.32-17.el7.x86_64.rpm
> > pciutils-libs-3.5.1-3.el7.x86_64.rpm
> > patchutils-0.3.3-4.el7.x86_64.rpm
> > perl-constant-1.27-2.el7.noarch.rpm
> > perl-Business-ISBN-Data-20120719.001-2.el7.noarch.rpm
> > perl-Business-ISBN-2.06-2.el7.noarch.rpm
> > pcsc-lite-libs-1.8.8-8.el7.x86_64.rpm
> > perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64.rpm
> > perl-Carp-1.26-244.el7.noarch.rpm
> > perl-Compress-Raw-Zlib-2.061-4.el7.x86_64.rpm
> > perl-5.16.3-299.el7_9.x86_64.rpm
> > perl-Encode-2.51-7.el7.x86_64.rpm
> > perl-Data-Dumper-2.145-3.el7.x86_64.rpm
> > perl-devel-5.16.3-299.el7_9.x86_64.rpm
> > perl-Digest-1.17-245.el7.noarch.rpm
> > perl-Digest-MD5-2.52-3.el7.x86_64.rpm
> > perl-Env-1.04-2.el7.noarch.rpm
> > perl-Encode-Locale-1.03-5.el7.noarch.rpm
> > perl-Error-0.17020-2.el7.noarch.rpm
> > perl-ExtUtils-Embed-1.30-299.el7_9.noarch.rpm
> > perl-Exporter-5.68-3.el7.noarch.rpm
> > perl-ExtUtils-Install-1.58-299.el7_9.noarch.rpm
> > perl-ExtUtils-MakeMaker-6.68-3.el7.noarch.rpm
> > perl-File-Temp-0.23.01-3.el7.noarch.rpm
> > perl-ExtUtils-ParseXS-3.18-3.el7.noarch.rpm
> > perl-File-Path-2.09-2.el7.noarch.rpm
> > perl-ExtUtils-Manifest-1.61-244.el7.noarch.rpm
> > perl-hivex-1.3.10-6.9.el7.x86_64.rpm
> > perl-Filter-1.49-3.el7.x86_64.rpm
> > perl-HTML-Tagset-3.20-15.el7.noarch.rpm
> > perl-Git-1.8.3.1-20.el7.noarch.rpm
> > perl-gettext-1.05-28.el7.x86_64.rpm
> > perl-Getopt-Long-2.40-3.el7.noarch.rpm
> > perl-HTML-Parser-3.71-4.el7.x86_64.rpm
> > perl-generators-1.08-7.el7.noarch.rpm
> > perl-IO-HTML-1.00-2.el7.noarch.rpm
> > perl-IO-Compress-2.061-2.el7.noarch.rpm
> > perl-HTTP-Message-6.06-6.el7.noarch.rpm
> > perl-LWP-MediaTypes-6.02-2.el7.noarch.rpm
> > perl-HTTP-Date-6.02-8.el7.noarch.rpm
> > perl-HTTP-Tiny-0.033-3.el7.noarch.rpm
> > perl-libintl-1.20-12.el7.x86_64.rpm
> > perl-libs-5.16.3-299.el7_9.x86_64.rpm
> > perl-macros-5.16.3-299.el7_9.x86_64.rpm
> > perl-Pod-Simple-3.28-4.el7.noarch.rpm
> > perl-parent-0.225-244.el7.noarch.rpm
> > perl-podlators-2.5.1-3.el7.noarch.rpm
> > perl-Pod-Parser-1.61-2.el7.noarch.rpm
> > perl-Pod-Perldoc-3.20-4.el7.noarch.rpm
> > perl-Pod-Escapes-1.04-299.el7_9.noarch.rpm
> > perl-PathTools-3.40-5.el7.x86_64.rpm
> > perl-Test-Harness-3.28-3.el7.noarch.rpm
> > perl-Pod-Usage-1.63-3.el7.noarch.rpm
> > perl-Socket-2.010-4.el7.x86_64.rpm
> > perl-SGMLSpm-1.03ii-31.el7.noarch.rpm
> > perl-srpm-macros-1-8.el7.noarch.rpm
> > perl-Storable-2.45-3.el7.x86_64.rpm
> > perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm
> > perl-TermReadKey-2.30-20.el7.x86_64.rpm
> > perl-threads-1.87-4.el7.x86_64.rpm
> > perl-TimeDate-2.30-2.el7.noarch.rpm
> > perl-Test-Simple-0.98-243.el7.noarch.rpm
> > perl-threads-shared-1.43-6.el7.x86_64.rpm
> > perl-Text-ParseWords-3.29-4.el7.noarch.rpm
> > perl-Text-Unidecode-0.04-20.el7.noarch.rpm
> > perl-Time-HiRes-1.9725-3.el7.x86_64.rpm
> > perl-Thread-Queue-3.02-2.el7.noarch.rpm
> > perl-XML-XPath-1.13-22.el7.noarch.rpm
> > phonon-backend-gstreamer-4.6.3-3.el7.x86_64.rpm
> > phonon-4.6.0-10.el7.x86_64.rpm
> > perl-Time-Local-1.2300-2.el7.noarch.rpm
> > perl-version-0.99.07-3.el7.x86_64.rpm
> > perl-URI-1.60-9.el7.noarch.rpm
> > perl-XML-Parser-2.41-10.el7.x86_64.rpm
> > pesign-0.109-10.el7.x86_64.rpm
> > plexus-component-api-1.0-0.16.alpha15.el7.noarch.rpm
> > pigz-2.3.4-1.el7.x86_64.rpm
> > pixman-devel-0.34.0-1.el7.x86_64.rpm
> > pixman-0.34.0-1.el7.x86_64.rpm
> > pkgconfig-0.27.1-4.el7.x86_64.rpm
> > plexus-cipher-1.7-5.el7.noarch.rpm
> > pinentry-0.8.1-17.el7.x86_64.rpm
> > plexus-classworlds-2.4.2-8.el7.noarch.rpm
> > pm-utils-1.4.1-27.el7.x86_64.rpm
> > plexus-sec-dispatcher-1.4-13.el7.noarch.rpm
> > plexus-interpolation-1.15-8.el7.noarch.rpm
> > po4a-0.44-10.el7.noarch.rpm
> > plexus-interactivity-1.0-0.14.alpha6.el7.noarch.rpm
> > plexus-containers-component-annotations-1.5.5-14.el7.noarch.rpm
> > plexus-containers-container-default-1.5.5-14.el7.noarch.rpm
> > plexus-utils-3.0.9-9.el7.noarch.rpm
> > popt-1.13-16.el7.x86_64.rpm
> > popt-devel-1.13-16.el7.x86_64.rpm
> > polkit-pkla-compat-0.1-4.el7.x86_64.rpm
> > poppler-data-0.4.6-3.el7.noarch.rpm
> > polkit-docs-0.112-26.el7.noarch.rpm
> > polkit-0.112-26.el7.x86_64.rpm
> > poppler-0.26.5-20.el7.x86_64.rpm
> > polkit-devel-0.112-26.el7.x86_64.rpm
> > psmisc-22.20-15.el7.x86_64.rpm
> > pps-tools-devel-0-0.9.20120407git0deb9c.el7.x86_64.rpm
> > postgresql-server-9.2.24-1.el7_5.x86_64.rpm
> > postgresql-contrib-9.2.24-1.el7_5.x86_64.rpm
> > postgresql-libs-9.2.24-1.el7_5.x86_64.rpm
> > procps-ng-3.3.10-28.el7.x86_64.rpm
> > postgresql-9.2.24-1.el7_5.x86_64.rpm
> > postgresql-devel-9.2.24-1.el7_5.x86_64.rpm
> > puppet-barbican-11.3.0-1.el7.noarch.rpm
> > puppet-aodh-11.3.0-1.el7.noarch.rpm
> > puppet-apache-1.10.0-2.05a0aacgit.el7.noarch.rpm
> > puppet-4.8.2-1.el7.src.rpm
> > psutils-1.17-44.el7.x86_64.rpm
> > puppet-ceph-2.4.1-1.el7.src.rpm
> > puppet-certmonger-1.1.1-1.1157a7egit.el7.noarch.rpm
> > pth-2.0.7-23.el7.x86_64.rpm
> > puppet-haproxy-1.5.0-4.6ffcb07git.el7.src.rpm
> > puppet-horizon-11.5.0-1.el7.src.rpm
> > puppet-inifile-1.6.0-2.c1f1d1egit.el7.noarch.rpm
> > puppet-etcd-1.11.0-1.f43e129git.el7.noarch.rpm
> > puppet-concat-2.2.0-2.fdf4a84git.el7.noarch.rpm
> > puppet-firewall-1.8.2-2.2f892e9git.el7.noarch.rpm
> > puppet-collectd-5.1.0-2.4a3843cgit.el7.noarch.rpm
> > puppet-keystone-11.3.0-1.el7.src.rpm
> > puppet-rsync-0.4.0-1.8cc3c6fgit.el7.noarch.rpm
> > puppet-nssdb-1.0.1-1.el7.noarch.rpm
> > puppet-rabbitmq-5.6.0-4.5ac45degit.el7.src.rpm
> > puppet-oslo-11.3.0-1.el7.src.rpm
> > puppet-memcached-3.0.2-1.adf8b63git.el7.noarch.rpm
> > puppet-kmod-2.1.1-2.0d69a96git.el7.noarch.rpm
> > puppet-openstacklib-11.5.0-1.el7.src.rpm
> > puppet-mysql-3.11.0-1.920dd76git.el7.noarch.rpm
> > puppet-vcsrepo-1.4.0-2.6c88fb3git.el7.noarch.rpm
> > puppet-stdlib-4.18.0-2.el7.src.rpm
> > puppet-sysctl-0.0.11-1.el7.noarch.rpm
> > puppet-vswitch-7.3.0-1.el7.noarch.rpm
> > puppet-staging-1.0.4-1.b466d93git.el7.src.rpm
> > puppet-vlan-0.1.0-1.el7.noarch.rpm
> > puppet-xinetd-2.0.0-4.1d1e6d4git.el7.noarch.rpm
> > puppet-tempest-11.3.0-1.el7.noarch.rpm
> > pysendfile-2.0.0-5.el7.x86_64.rpm
> > pyflakes-1.3.0-2.el7.noarch.rpm
> > pygpgme-0.3-9.el7.x86_64.rpm
> > PyQt4-4.12-1.el7.x86_64.rpm
> > pyliblzma-0.5.3-11.el7.x86_64.rpm
> > pyparted-3.9-15.el7.x86_64.rpm
> > pycairo-1.8.10-8.el7.x86_64.rpm
> > pyparsing-2.1.10-3.el7.noarch.rpm
> > python2-automaton-1.12.1-1.el7.noarch.rpm
> > python2-alembic-0.9.7-1.el7.noarch.rpm
> > pyserial-2.6-6.el7.noarch.rpm
> > python-2.7.5-89.el7.src.rpm
> > python2-appdirs-1.4.0-4.el7.noarch.rpm
> > python2-amqp-2.1.4-3.el7.noarch.rpm
> > python2-asn1crypto-0.23.0-2.el7.noarch.rpm
> > python-2.7.5-89.el7.x86_64.rpm
> > python2-boto-2.45.0-3.el7.noarch.rpm
> > python2-botocore-1.12.75-1.el7.noarch.rpm
> > python2-barbican-8.0.0-0.1.0rc1.el7.noarch.rpm
> > python2-bitmath-1.3.1-1.el7.noarch.rpm
> > python2-cachez-0.1.0-2.el7.noarch.rpm
> > python2-barbicanclient-4.5.3-1.el7.noarch.rpm
> > python2-babel-2.3.4-1.el7.noarch.rpm
> > python2-bcrypt-3.1.6-2.el7.x86_64.rpm
> > python2-chardet-3.0.4-7.el7.noarch.rpm
> > python2-congressclient-1.8.0-1.el7.noarch.rpm
> > python2-cliff-2.13.0-1.el7.noarch.rpm
> > python2-castellan-0.19.0-1.el7.noarch.rpm
> > python2-certifi-2018.10.15-5.el7.noarch.rpm
> > python2-colorama-0.3.7-2.el7.noarch.rpm
> > python2-cffi-1.11.2-1.el7.x86_64.rpm
> > python2-ceilometerclient-2.9.0-1.el7.noarch.rpm
> > python2-cryptography-2.5-1.el7.x86_64.rpm
> > python2-cursive-0.1.2-1.el7.noarch.rpm
> > python2-daiquiri-1.2.1-1.el7.noarch.rpm
> > python2-cycler-0.10.0-2.el7.noarch.rpm
> > python2-Cython-0.25.2-3.el7.x86_64.rpm
> > python2-crypto-2.6.1-15.el7.x86_64.rpm
> > python2-coverage-4.4.1-1.el7.x86_64.rpm
> > python2-cotyledon-1.6.3-1.el7.noarch.rpm
> > python2-deprecation-1.0-3.el7.noarch.rpm
> > python2-designateclient-2.7.0-1.el7.noarch.rpm
> > python2-debtcollector-1.22.0-2.el7.noarch.rpm
> > python2-django-babel-0.4.0-2.el7.noarch.rpm
> > python2-defusedxml-0.5.0-2.el7.noarch.rpm
> > python2-django-1.11.20-1.el7.noarch.rpm
> > python2-dateutil-2.6.1-1.el7.noarch.rpm
> > python2-ddt-1.2.0-2.el7.noarch.rpm
> > python2-django-debreach-1.5.2-1.el7.noarch.rpm
> > python2-django-babel-0.6.2-1.el7.noarch.rpm
> > python2-django-compressor-2.1-5.el7.noarch.rpm
> > python2-extras-1.0.0-2.el7.noarch.rpm
> > python2-dulwich-0.18.4-1.el7.x86_64.rpm
> > python2-eventlet-0.24.1-3.el7.noarch.rpm
> > python2-dnf-4.0.9.2-1.el7_6.noarch.rpm
> > python2-django-formtools-2.1-1.el7.noarch.rpm
> > python2-funcsigs-1.0.2-4.el7.noarch.rpm
> > python2-flask-restful-0.3.6-7.el7.noarch.rpm
> > python2-functools32-3.2.3.2-1.el7.noarch.rpm
> > python2-future-0.16.0-4.el7.noarch.rpm
> > python2-futures-3.1.1-5.el7.noarch.rpm
> > python2-flask-1.0.2-1.el7.noarch.rpm
> > python2-fasteners-0.14.1-6.el7.noarch.rpm
> > python2-fixtures-3.0.0-7.el7.noarch.rpm
> > python2-gflags-2.0-5.el7.noarch.rpm
> > python2-gabbi-1.33.0-1.el7.noarch.rpm
> > python2-gluster-5.2-1.el7.x86_64.rpm
> > python2-google-auth-1.3.0-1.el7.noarch.rpm
> > python2-greenlet-0.4.9-1.el7.x86_64.rpm
> > python2-gevent-1.1.2-2.el7.x86_64.rpm
> > python2-gnocchiclient-3.3.1-1.el7.noarch.rpm
> > python2-futurist-1.3.1-1.el7.noarch.rpm
> > python2-ipaddress-1.0.18-5.el7.noarch.rpm
> > python2-iso8601-0.1.11-8.el7.noarch.rpm
> > python2-gunicorn-19.7.1-1.el7.noarch.rpm
> > python2-hacking-0.13.0-1.el7.noarch.rpm
> > python2-hawkey-0.22.5-1.el7_6.x86_64.rpm
> > python2-imagesize-0.7.1-5.el7.noarch.rpm
> > python2-idna-2.5-1.el7.noarch.rpm
> > python2-influxdb-4.0.0-1.el7.1.noarch.rpm
> > python2-jmespath-0.9.0-5.el7.noarch.rpm
> > python2-jsonpatch-1.21-1.el7.noarch.rpm
> > python2-jsonpatch-1.14-1.el7.noarch.rpm
> > python2-jsonpointer-1.10-4.el7.noarch.rpm
> > python2-jsonpath-rw-ext-1.0.0-1.el7.noarch.rpm
> > python2-json-logger-0.1.7-1.el7.noarch.rpm
> > python2-jinja2-2.8.1-1.el7.noarch.rpm
> > python2-jsonschema-2.6.0-2.el7.noarch.rpm
> > python2-ldappool-2.1.0-1.el7.noarch.rpm
> > python2-ldap-3.1.0-1.el7.x86_64.rpm
> > python2-libcomps-0.1.8-12.el7.x86_64.rpm
> > python2-kombu-4.0.2-5.el7.noarch.rpm
> > python2-keystonemiddleware-7.0.1-2.el7.noarch.rpm
> > python2-jwt-1.6.1-1.el7.noarch.rpm
> > python2-libdnf-0.22.5-1.el7_6.x86_64.rpm
> > python2-ldap3-2.4.1-3.el7.noarch.rpm
> > python2-microversion-parse-0.1.4-2.el7.noarch.rpm
> > python2-matplotlib-tk-2.0.0-1.el7.x86_64.rpm
> > python2-marathon-0.8.8-1.el7.noarch.rpm
> > python2-matplotlib-2.0.0-1.el7.x86_64.rpm
> > python2-mccabe-0.6.1-7.el7.noarch.rpm
> > python2-mimeparse-1.6.0-5.el7.noarch.rpm
> > python2-lz4-0.9.0-1.el7.x86_64.rpm
> > python2-markupsafe-0.23-16.el7.x86_64.rpm
> > python2-mox3-0.23.0-1.el7.noarch.rpm
> > python2-netaddr-0.7.19-5.el7.noarch.rpm
> > python2-mock-2.0.0-1.el7.noarch.rpm
> > python2-monascaclient-1.7.1-1.el7.noarch.rpm
> > python2-numexpr-2.6.1-3.el7.x86_64.rpm
> > python2-munch-2.2.0-2.el7.noarch.rpm
> > python2-murano-pkg-check-0.3.0-2.el7.noarch.rpm
> > python2-monotonic-1.5-1.el7.noarch.rpm
> > python2-osc-lib-tests-1.14.1-2.el7.noarch.rpm
> > python2-osc-lib-1.14.1-2.el7.noarch.rpm
> > python2-numpy-1.11.2-2.el7.x86_64.rpm
> > python2-olefile-0.46-2.el7.noarch.rpm
> > python2-os-client-config-1.28.0-1.el7.noarch.rpm
> > python2-oauthlib-2.0.1-8.el7.noarch.rpm
> > python2-openstack-doc-tools-1.3.0-2.el7.noarch.rpm
> > python2-oauth2client-4.0.0-2.el7.noarch.rpm
> > python2-oslo-db-4.40.0-1.el7.noarch.rpm
> > python2-oslo-concurrency-3.29.1-1.el7.noarch.rpm
> > python2-oslo-i18n-3.24.0-2.el7.noarch.rpm
> > python2-oslo-cache-1.30.3-1.el7.noarch.rpm
> > python2-oslo-config-6.8.1-1.el7.noarch.rpm
> > python2-oslo-db-tests-4.40.0-1.el7.noarch.rpm
> > python2-oslo-log-3.44.1-2.el7.noarch.rpm
> > python2-oslo-context-2.22.1-1.el7.noarch.rpm
> > python2-oslo-policy-2.3.2-1.el7.noarch.rpm
> > python2-oslo-reports-1.22.1-1.el7.noarch.rpm
> > python2-oslo-serialization-2.29.2-2.el7.noarch.rpm
> > python2-oslo-middleware-3.36.0-1.el7.noarch.rpm
> > python2-oslo-sphinx-4.15.2-1.el7.noarch.rpm
> > python2-oslo-rootwrap-5.9.1-1.el7.noarch.rpm
> > python2-oslo-privsep-1.22.1-1.el7.noarch.rpm
> > python2-oslo-service-1.38.0-1.el7.noarch.rpm
> > python2-oslo-versionedobjects-tests-1.33.3-1.el7.noarch.rpm
> > python2-oslotest-2.17.1-1.el7.noarch.rpm
> > python2-oslo-vmware-2.23.1-1.el7.noarch.rpm
> > python2-oslo-upgradecheck-0.2.1-1.el7.noarch.rpm
> > python2-oslo-utils-3.40.3-1.el7.noarch.rpm
> > python2-oslo-versionedobjects-1.33.3-1.el7.noarch.rpm
> > python2-osprofiler-1.11.0-1.el7.noarch.rpm
> > python2-osprofiler-2.3.0-1.el7.noarch.rpm
> > python2-os-win-2.2.0-1.el7.noarch.rpm
> > python2-pandas-0.19.1-2.el7.2.x86_64.rpm
> > python2-pankoclient-0.3.0-1.el7.noarch.rpm
> > python2-os-traits-0.3.3-1.el7.noarch.rpm
> > python2-os-service-types-1.3.0-1.el7.noarch.rpm
> > python2-ovsdbapp-0.4.3-1.el7.noarch.rpm
> > python2-os-xenapi-0.2.0-1.el7.noarch.rpm
> > python2-passlib-1.7.0-4.el7.noarch.rpm
> > python2-pillow-4.0.0-1.el7.x86_64.rpm
> > python2-pika-0.10.0-10.el7.noarch.rpm
> > python2-persist-queue-0.1.4-1.el7.noarch.rpm
> > python2-pika_pool-0.1.3-3.el7.noarch.rpm
> > python2-pecan-1.1.2-1.el7.noarch.rpm
> > python2-pbr-3.1.1-1.el7.noarch.rpm
> > python2-pifpaf-0.12.0-1.el7.noarch.rpm
> > python2-pexpect-4.6-1.el7.noarch.rpm
> > python2-pycodestyle-2.0.0-5.el7.noarch.rpm
> > python2-ptyprocess-0.5.2-3.el7.noarch.rpm
> > python2-pycryptodomex-3.9.7-1.el7.x86_64.rpm
> > python2-pyasn1-0.3.7-6.el7.noarch.rpm
> > python2-pycadf-2.6.0-1.el7.noarch.rpm
> > python2-psutil-5.2.2-2.el7.x86_64.rpm
> > python2-pyasn1-modules-0.3.7-6.el7.noarch.rpm
> > python2-positional-1.1.1-2.el7.noarch.rpm
> > python2-pygments-2.2.0-7.el7.noarch.rpm
> > python2-pyparsing-2.1.10-3.el7.noarch.rpm
> > python2-PyMySQL-0.9.2-2.el7.noarch.rpm
> > python2-pyroute2-0.4.19-1.el7.noarch.rpm
> > python2-pyngus-2.3.0-1.el7.noarch.rpm
> > python2-pysaml2-4.5.0-4.el7.noarch.rpm
> > python2-pyOpenSSL-17.3.0-3.el7.noarch.rpm
> > python2-pyOpenSSL-16.2.0-3.el7.noarch.rpm
> > python2-reno-2.5.0-1.el7.noarch.rpm
> > python2-qpid-proton-0.28.0-1.el7.x86_64.rpm
> > python2-requestsexceptions-1.4.0-1.el7.noarch.rpm
> > python2-rcssmin-1.0.6-2.el7.x86_64.rpm
> > python2-pytest-3.0.6-2.el7.noarch.rpm
> > python2-requests-2.21.0-2.el7.noarch.rpm
> > python2-pysnmp-4.3.2-3.el7.noarch.rpm
> > python2-requests-mock-1.5.2-3.el7.noarch.rpm
> > python2-ruamel-yaml-0.13.14-2.el7.x86_64.rpm
> > python2-retryz-0.1.8-1.el7.noarch.rpm
> > python2-rfc3986-1.2.0-1.el7.noarch.rpm
> > python2-ruamel-ordereddict-0.4.9-3.el7.x86_64.rpm
> > python2-rsa-3.4.1-1.el7.noarch.rpm
> > python2-rjsmin-1.0.12-2.el7.x86_64.rpm
> > python2-rpm-macros-3-34.el7.noarch.rpm
> > python2-requests-oauthlib-0.8.0-5.el7.noarch.rpm
> > python2-saharaclient-1.3.0-1.el7.noarch.rpm
> > python2-setuptools_scm-1.10.1-1.el7.noarch.rpm
> > python2-setuptools-22.0.5-1.el7.noarch.rpm
> > python2-scciclient-0.5.0-1.el7.noarch.rpm
> > python2-scipy-0.18.0-3.el7.x86_64.rpm
> > python2-scrypt-0.8.0-2.el7.x86_64.rpm
> > python2-senlinclient-1.4.0-1.el7.noarch.rpm
> > python2-scss-1.3.4-6.el7.x86_64.rpm
> > python2-sphinxcontrib-httpdomain-1.7.0-1.el7.noarch.rpm
> > python2-simplejson-3.10.0-7.el7.x86_64.rpm
> > python2-singledispatch-3.4.0.3-4.el7.noarch.rpm
> > python2-six-1.12.0-1.el7.noarch.rpm
> > python2-snowballstemmer-1.2.0-2.el7.noarch.rpm
> > python2-sphinx_rtd_theme-0.2.4-2.el7.0.noarch.rpm
> > python2-sphinx-1.6.2-3.el7.noarch.rpm
> > python2-sphinxcontrib-websupport-1.0.1-1.el7.noarch.rpm
> > python2-suds-0.7-0.4.94664ddd46a6.el7.noarch.rpm
> > python2-stevedore-1.25.1-1.el7.noarch.rpm
> > python2-swiftclient-3.4.0-1.el7.noarch.rpm
> > python2-sqlalchemy-1.1.11-1.el7.x86_64.rpm
> > python2-subunit-1.2.0-14.el7.noarch.rpm
> > python2-stestr-1.1.0-1.el7.noarch.rpm
> > python2-sphinx-theme-alabaster-0.7.9-4.el7.noarch.rpm
> > python2-statsd-3.2.1-5.el7.noarch.rpm
> > python2-tenacity-4.4.0-1.el7.noarch.rpm
> > python2-testresources-1.0.0-1.el7.noarch.rpm
> > python2-taskflow-2.14.1-1.el7.noarch.rpm
> > python2-tables-3.3.0-4.el7.x86_64.rpm
> > python2-tinyrpc-0.5-4.20170523git1f38ac.el7.noarch.rpm
> > python2-traceback2-1.4.0-7.el7.noarch.rpm
> > python2-testrepository-0.0.20-12.el7.noarch.rpm
> > python2-testscenarios-0.5.0-8.el7.noarch.rpm
> > python2-typing-3.6.1-1.el7.noarch.rpm
> > python2-webob-1.8.2-1.el7.noarch.rpm
> > python2-vine-1.1.3-2.el7.noarch.rpm
> > python2-troveclient-2.12.0-1.el7.noarch.rpm
> > python2-uritemplate-3.0.0-1.el7.noarch.rpm
> > python2-weakrefmethod-1.0.2-3.el7.noarch.rpm
> > python2-ujson-1.35-1.el7.x86_64.rpm
> > python2-twisted-16.1.1-3.el7.x86_64.rpm
> > python2-XStatic-1.0.1-8.el7.noarch.rpm
> > python2-XStatic-Angular-Bootstrap-2.2.0.0-1.el7.noarch.rpm
> > python2-XStatic-Angular-FileUpload-12.0.4.0-1.el7.noarch.rpm
> > python2-whoosh-2.7.4-5.el7.noarch.rpm
> > python2-XStatic-Angular-1.5.8.0-1.el7.noarch.rpm
> > python2-wsgi_intercept-1.2.2-1.el7.noarch.rpm
> > python2-wrapt-1.11.1-1.el7.x86_64.rpm
> > python2-XStatic-Angular-Gettext-2.3.8.0-1.el7.noarch.rpm
> > python2-XStatic-JSEncrypt-2.3.1.1-1.el7.noarch.rpm
> > python2-XStatic-Font-Awesome-4.7.0.0-3.el7.noarch.rpm
> > python2-XStatic-bootswatch-3.3.7.0-1.el7.noarch.rpm
> > python2-XStatic-Jasmine-2.4.1.1-1.el7.noarch.rpm
> > python2-XStatic-Angular-Schema-Form-0.8.13.0-0.1.pre_review.el7.noarch.rpm
> > python2-XStatic-mdi-1.4.57.0-4.el7.noarch.rpm
> > python2-XStatic-D3-3.5.17.0-1.el7.noarch.rpm
> > python2-XStatic-Bootstrap-SCSS-3.3.7.1-2.el7.noarch.rpm
> > python2-XStatic-objectpath-1.2.1.0-0.1.pre_review.el7.noarch.rpm
> > python2-yaql-1.1.0-3.el7.noarch.rpm
> > python2-XStatic-smart-table-1.4.13.2-1.el7.noarch.rpm
> > python2-yaql-1.1.3-2.el7.noarch.rpm
> > python2-XStatic-roboto-fontface-0.5.0.0-1.el7.noarch.rpm
> > python2-yappi-1.0-1.el7.x86_64.rpm
> > python2-XStatic-tv4-1.2.7.0-0.1.pre_review.el7.noarch.rpm
> > python2-XStatic-termjs-0.0.7.0-1.el7.noarch.rpm
> > python36-docutils-0.14-1.el7.noarch.rpm
> > python36-netaddr-0.7.18-3.el7.noarch.rpm
> > python36-pbr-4.2.0-3.el7.noarch.rpm
> > python36-mock-2.0.0-2.el7.noarch.rpm
> > python2-zake-0.2.2-2.el7.noarch.rpm
> > python36-iso8601-0.1.11-8.el7.noarch.rpm
> > python2-zaqarclient-1.7.0-1.el7.noarch.rpm
> > python3-3.6.8-10.el7.x86_64.rpm
> > python3-devel-3.6.8-10.el7.x86_64.rpm
> > python36-six-1.12.0-1.el7.noarch.rpm
> > python36-virtualenv-15.1.0-5.el7.noarch.rpm
> > python36-six-1.14.0-2.el7.noarch.rpm
> > python36-sqlalchemy-1.1.3-3.el7.x86_64.rpm
> > python3-libs-3.6.8-10.el7.x86_64.rpm
> > python36-psutil-5.6.7-1.el7.x86_64.rpm
> > python3-pip-9.0.3-5.el7.noarch.rpm
> > python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch.rpm
> > python3-setuptools-39.2.0-10.el7.noarch.rpm
> > python3-wheel-0.31.1-4.el7.noarch.rpm
> > python-backports-1.0-8.el7.x86_64.rpm
> > python-anyjson-0.3.3-3.el7.noarch.rpm
> > python3-rpm-macros-3-32.el7.noarch.rpm
> > python-aniso8601-0.82-3.el7.noarch.rpm
> > python3-rpm-generators-6-2.el7.noarch.rpm
> > python-Bottleneck-0.7.0-1.el7.x86_64.rpm
> > python-bson-3.0.3-1.el7.x86_64.rpm
> > python-betamax-0.7.1-1.el7.noarch.rpm
> > python-beautifulsoup4-4.6.0-1.el7.noarch.rpm
> > python-ceilometermiddleware-1.1.0-1.el7.noarch.rpm
> > python-boto3-1.4.6-5.el7.noarch.rpm
> > python-beaker-1.5.4-10.el7.noarch.rpm
> > python-cachetools-1.1.6-2.el7.noarch.rpm
> > python-cliff-2.8.2-1.el7.noarch.rpm
> > python-configshell-1.1.fb23-5.el7.noarch.rpm
> > python-cliff-tablib-1.1-3.el7.noarch.rpm
> > python-cherrypy-3.2.2-4.el7.noarch.rpm
> > python-configobj-4.7.2-7.el7.noarch.rpm
> > python-click-6.3-1.el7.noarch.rpm
> > python-cmd2-0.6.8-8.el7.noarch.rpm
> > python-characteristic-14.3.0-4.el7.noarch.rpm
> > python-croniter-0.3.4-2.el7.noarch.rpm
> > python-daemon-1.6-4.el7.noarch.rpm
> > python-decorator-3.4.0-3.el7.noarch.rpm
> > python-contextlib2-0.5.1-3.el7.noarch.rpm
> > python-deltarpm-3.6-3.el7.x86_64.rpm
> > python-dateutil-2.4.2-1.el7.noarch.rpm
> > python-construct-2.5.1-4.el7.noarch.rpm
> > python-d2to1-0.2.11-1.el7.noarch.rpm
> > python-django-bash-completion-1.11.20-1.el7.noarch.rpm
> > python-django-pyscss-2.0.2-1.el7.noarch.rpm
> > python-dns-1.15.0-5.el7.noarch.rpm
> > python-django-appconf-1.0.1-4.el7.noarch.rpm
> > python-docker-3.3.0-1.el7.src.rpm
> > python-django-compressor-2.0-1.el7.noarch.rpm
> > python-django-nose-1.4.3-1.el7.noarch.rpm
> > python-devel-2.7.5-89.el7.x86_64.rpm
> > python-docutils-0.11-0.3.20130715svn7687.el7.noarch.rpm
> > python-dracclient-1.3.0-1.el7.noarch.rpm
> > python-docker-pycreds-0.3.0-7.el7.noarch.rpm
> > python-dogpile-cache-0.6.2-1.el7.noarch.rpm
> > python-dogpile-core-0.4.1-2.el7.noarch.rpm
> > python-editor-0.4-4.el7.noarch.rpm
> > python-enum34-1.0.4-1.el7.noarch.rpm
> > python-ethtool-0.8-7.el7.x86_64.rpm
> > python-extras-0.0.3-2.el7.noarch.rpm
> > python-gobject-3.22.0-1.el7_4.1.x86_64.rpm
> > python-fixtures-3.0.0-2.el7.noarch.rpm
> > python-httplib2-0.9.2-1.el7.noarch.rpm
> > python-freezegun-0.3.8-2.el7.noarch.rpm
> > python-flake8-2.4.1-2.el7.noarch.rpm
> > python-firewall-0.5.3-5.el7.noarch.rpm
> > python-gobject-base-3.22.0-1.el7_4.1.x86_64.rpm
> > python-itsdangerous-0.23-2.el7.noarch.rpm
> > python-inotify-0.9.4-4.el7.noarch.rpm
> > python-ipaddr-2.1.11-1.el7.noarch.rpm
> > python-ipaddress-1.0.16-3.el7.noarch.rpm
> > python-javapackages-3.4.1-11.el7.noarch.rpm
> > python-IPy-0.75-6.el7.noarch.rpm
> > python-iniparse-0.4-9.el7.noarch.rpm
> > python-jsonpath-rw-1.2.3-2.el7.noarch.rpm
> > python-keyring-5.7.1-1.el7.src.rpm
> > python-kazoo-2.2.1-1.el7.noarch.rpm
> > python-kitchen-1.1.1-5.el7.noarch.rpm
> > python-kmod-0.9-4.el7.x86_64.rpm
> > python-kubernetes-8.0.0-8.el7.src.rpm
> > python-jwcrypto-0.4.2-1.el7.noarch.rpm
> > python-kerberos-1.1-15.el7.x86_64.rpm
> > python-kafka-1.3.1-1.el7.noarch.rpm
> > python-lockfile-0.9.1-4.el7.centos.noarch.rpm
> > python-lesscpy-0.9j-4.el7.noarch.rpm
> > python-logutils-0.3.3-3.el7.noarch.rpm
> > python-mako-0.8.1-2.el7.noarch.rpm
> > python-libs-2.7.5-89.el7.x86_64.rpm
> > python-linecache2-1.0.0-1.el7.noarch.rpm
> > python-lxml-3.2.1-4.el7.x86_64.rpm
> > python-linux-procfs-0.4.9-4.el7.noarch.rpm
> > python-migrate-0.11.0-1.el7.noarch.rpm
> > python-matplotlib-data-fonts-2.0.0-1.el7.noarch.rpm
> > python-netifaces-0.10.4-3.el7.x86_64.rpm
> > python-networkx-1.10-1.el7.noarch.rpm
> > python-memcached-1.58-1.el7.noarch.rpm
> > python-ncclient-0.4.2-2.el7.noarch.rpm
> > python-netaddr-0.7.18-1.el7.noarch.rpm
> > python-matplotlib-data-2.0.0-1.el7.noarch.rpm
> > python-openstackdocstheme-1.11.0-1.el7.src.rpm
> > python-networkx-core-1.10-1.el7.noarch.rpm
> > python-neutron-tests-11.0.6-1.el7.noarch.rpm
> > python-openstack-nose-plugin-0.11-4.el7.noarch.rpm
> > python-nose-1.3.7-7.el7.noarch.rpm
> > python-osc-lib-1.7.0-1.el7.src.rpm
> > python-oslo-cache-lang-1.30.3-1.el7.noarch.rpm
> > python-neutron-11.0.6-1.el7.noarch.rpm
> > python-oslo-messaging-5.30.6-1.el7.src.rpm
> > python-oslo-db-tests-4.25.1-1.el7.noarch.rpm
> > python-oslo-policy-lang-2.3.2-1.el7.noarch.rpm
> > python-oslo-db-lang-4.40.0-1.el7.noarch.rpm
> > python-oslo-i18n-lang-3.24.0-2.el7.noarch.rpm
> > python-oslo-middleware-lang-3.36.0-1.el7.noarch.rpm
> > python-oslo-log-lang-3.44.1-2.el7.noarch.rpm
> > python-oslo-concurrency-lang-3.29.1-1.el7.noarch.rpm
> > python-oslo-utils-lang-3.40.3-1.el7.noarch.rpm
> > python-oslo-privsep-lang-1.22.1-1.el7.noarch.rpm
> > python-oslo-vmware-lang-2.23.1-1.el7.noarch.rpm
> > python-os-testr-0.8.2-1.el7.noarch.rpm
> > python-paste-1.7.5.1-9.20111221hg1498.el7.noarch.rpm
> > python-oslo-versionedobjects-lang-1.33.3-1.el7.noarch.rpm
> > python-paramiko-2.1.1-9.el7.noarch.rpm
> > python-os-vif-1.9.1-1.el7.src.rpm
> > python-paste-deploy-1.5.2-6.el7.noarch.rpm
> > python-ply-3.4-11.el7.noarch.rpm
> > python-prettytable-0.7.2-3.el7.noarch.rpm
> > python-pathlib-1.0.1-1.el7.noarch.rpm
> > python-pep8-1.5.7-2.el7.noarch.rpm
> > python-proliantutils-2.4.0-1.el7.noarch.rpm
> > python-pint-0.6-2.el7.noarch.rpm
> > python-posix_ipc-0.9.8-1.el7.x86_64.rpm
> > python-pycurl-7.19.0-19.el7.x86_64.rpm
> > python-pycparser-2.14-1.el7.noarch.rpm
> > python-pyeclib-1.5.0-1.el7.x86_64.rpm
> > python-psycopg2-2.5.1-3.el7.src.rpm
> > python-pymongo-3.0.3-1.el7.x86_64.rpm
> > python-pyelftools-0.22-0.5.git20130619.a1d9681.el7.noarch.rpm
> > python-py-1.4.32-1.el7.noarch.rpm
> > python-pycadf-common-2.6.0-1.el7.noarch.rpm
> > python-repoze-lru-0.4-3.el7.noarch.rpm
> > python-retrying-1.2.3-4.el7.noarch.rpm
> > python-pytest-cov-2.5.1-1.el7.noarch.rpm
> > python-requests-kerberos-0.8.0-3.el7.noarch.rpm
> > python-redis-2.10.3-1.el7.noarch.rpm
> > python-repoze-who-2.1-1.el7.noarch.rpm
> > python-pytimeparse-1.1.5-1.el7.noarch.rpm
> > python-pyudev-0.15-9.el7.noarch.rpm
> > python-schedutils-0.4-6.el7.x86_64.rpm
> > python-rtslib-2.1.fb63-13.el7.noarch.rpm
> > python-setproctitle-1.1.9-4.el7.x86_64.rpm
> > python-rpm-macros-3-34.el7.noarch.rpm
> > python-semantic_version-2.4.2-2.el7.noarch.rpm
> > python-service-identity-14.0.0-4.el7.noarch.rpm
> > python-s3transfer-0.1.13-1.el7.noarch.rpm
> > python-routes-2.4.1-1.el7.noarch.rpm
> > python-sqlalchemy-utils-0.31.3-2.el7.noarch.rpm
> > python-simplejson-3.5.3-5.el7.x86_64.rpm
> > python-simplegeneric-0.8-7.el7.noarch.rpm
> > python-srpm-macros-3-34.el7.noarch.rpm
> > python-sphinx-locale-1.6.2-3.el7.noarch.rpm
> > python-slip-dbus-0.4.0-4.el7.noarch.rpm
> > python-sqlparse-0.1.18-5.el7.noarch.rpm
> > python-slip-0.4.0-4.el7.noarch.rpm
> > python-swift-2.15.1-1.el7.noarch.rpm
> > python-tempita-0.5.1-8.el7.noarch.rpm
> > python-subunit-1.0.0-1.el7.noarch.rpm
> > python-sysv_ipc-0.4.2-11.el7.x86_64.rpm
> > python-tablib-0.10.0-1.el7.noarch.rpm
> > python-subprocess32-3.2.6-4.el7.x86_64.rpm
> > python-tables-3.2.0-1.el7.x86_64.rpm
> > python-swift-tests-2.15.1-1.el7.noarch.rpm
> > python-testtools-1.8.0-2.el7.noarch.rpm
> > python-testscenarios-0.4-4.el7.noarch.rpm
> > python-unicodecsv-0.14.1-4.el7.noarch.rpm
> > python-trollius-2.1-4.el7.noarch.rpm
> > python-termcolor-1.1.0-4.el7.noarch.rpm
> > python-tooz-1.58.0-1.el7.noarch.rpm
> > python-testrepository-0.0.18-2.el7.noarch.rpm
> > python-UcsSdk-0.8.2.5-1.el7.noarch.rpm
> > python-voluptuous-0.8.9-1.el7.src.rpm
> > python-urlgrabber-3.10-9.el7.noarch.rpm
> > python-waitress-0.8.9-5.el7.noarch.rpm
> > python-versiontools-1.9.1-4.el7.noarch.rpm
> > python-unittest2-1.1.0-4.el7.noarch.rpm
> > python-warlock-1.0.1-1.el7.noarch.rpm
> > python-websocket-client-0.34.0-3.el7.noarch.rpm
> > python-urwid-1.1.1-3.el7.x86_64.rpm
> > python-webtest-2.0.23-1.el7.noarch.rpm
> > python-XStatic-Hogan-2.0.0.2-2.el7.noarch.rpm
> > python-wsme-0.9.2-1.el7.src.rpm
> > python-XStatic-Bootstrap-Datepicker-1.3.1.0-1.el7.noarch.rpm
> > python-XStatic-Angular-lrdragndrop-1.0.2.2-2.el7.noarch.rpm
> > python-werkzeug-0.9.1-2.el7.noarch.rpm
> > python-websockify-0.8.0-1.el7.noarch.rpm
> > python-XStatic-jQuery-1.10.2.1-1.el7.noarch.rpm
> > python-XStatic-Magic-Search-0.2.0.1-2.el7.noarch.rpm
> > python-XStatic-JQuery-TableSorter-2.14.5.1-2.el7.noarch.rpm
> > python-zmq-14.7.0-2.el7.x86_64.rpm
> > python-XStatic-JQuery-quicksearch-2.0.3.1-2.el7.noarch.rpm
> > python-XStatic-JQuery-Migrate-1.2.1.1-2.el7.noarch.rpm
> > python-XStatic-Rickshaw-1.5.0.0-4.el7.noarch.rpm
> > python-XStatic-Spin-1.2.5.2-2.el7.noarch.rpm
> > python-XStatic-jquery-ui-1.12.0.1-1.el7.noarch.rpm
> > qdox-1.12.1-10.el7.noarch.rpm
> > pytz-2016.10-2.el7.noarch.rpm
> > qrencode-devel-3.4.1-3.el7.x86_64.rpm
> > PyYAML-3.10-11.el7.x86_64.rpm
> > qemu-guest-agent-2.12.0-3.el7.x86_64.rpm
> > python-zope-interface-4.0.5-4.el7.x86_64.rpm
> > pyxattr-0.5.1-5.el7.x86_64.rpm
> > qpid-proton-c-0.28.0-1.el7.x86_64.rpm
> > rabbitmq-server-3.6.5-1.el7.noarch.rpm
> > quota-nls-4.01-17.el7.noarch.rpm
> > qt-settings-19-23.8.el7.centos.noarch.rpm
> > rabbitmq-server-3.6.5-1.el7.src.rpm
> > quota-4.01-17.el7.x86_64.rpm
> > qt-x11-4.8.7-2.el7.x86_64.rpm
> > qrencode-libs-3.4.1-3.el7.x86_64.rpm
> > qt-4.8.7-2.el7.x86_64.rpm
> > radvd-2.17-3.el7.x86_64.rpm
> > redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64.rpm
> > readline-devel-6.2-10.el7.x86_64.rpm
> > regexp-1.5-13.el7.noarch.rpm
> > readline-6.2-10.el7.x86_64.rpm
> > redhat-lsb-core-4.1-27.el7.centos.1.x86_64.rpm
> > rdma-7.3_4.7_rc2-6.el7_3.noarch.rpm
> > redhat-rpm-config-9.1.0-87.el7.centos.noarch.rpm
> > rpcbind-0.2.0-47.el7.x86_64.rpm
> > rpm-4.11.3-35.el7.x86_64.rpm
> > roboto-fontface-common-0.5.0.0-1.el7.noarch.rpm
> > rpm-build-4.11.3-35.el7.x86_64.rpm
> > roboto-fontface-fonts-0.5.0.0-1.el7.noarch.rpm
> > rootfiles-8.1-11.el7.noarch.rpm
> > resource-agents-4.1.1-12.el7_6.7.src.rpm
> > rh-python36-mod_wsgi-4.5.17-2.el7.x86_64.rpm
> > rsync-3.1.2-4.el7.x86_64.rpm
> > rtctl-1.13-2.el7.noarch.rpm
> > ruby-2.0.0.648-36.el7.x86_64.rpm
> > rpm-libs-4.11.3-35.el7.x86_64.rpm
> > rpm-python-4.11.3-35.el7.x86_64.rpm
> > rpm-build-libs-4.11.3-35.el7.x86_64.rpm
> > ruby-devel-2.0.0.648-36.el7.x86_64.rpm
> > ruby-augeas-0.5.0-1.el7.x86_64.rpm
> > rubygem-rgen-0.6.6-2.el7.noarch.rpm
> > ruby-irb-2.0.0.648-36.el7.noarch.rpm
> > rubygem-rdoc-4.0.0-36.el7.noarch.rpm
> > rubygems-2.0.14.1-36.el7.noarch.rpm
> > rubygem-bigdecimal-1.2.0-36.el7.x86_64.rpm
> > rubygem-psych-2.0.0-36.el7.x86_64.rpm
> > rubygem-json-1.7.7-36.el7.x86_64.rpm
> > rubygem-io-console-0.4.2-36.el7.x86_64.rpm
> > sanlock-lib-3.6.0-1.el7.x86_64.rpm
> > sanlock-devel-3.6.0-1.el7.x86_64.rpm
> > sanlock-3.6.0-1.el7.x86_64.rpm
> > ruby-shadow-1.4.1-23.el7.x86_64.rpm
> > sazanami-mincho-fonts-0.20040629-22.el7.noarch.rpm
> > sazanami-fonts-common-0.20040629-22.el7.noarch.rpm
> > sazanami-gothic-fonts-0.20040629-22.el7.noarch.rpm
> > ruby-libs-2.0.0.648-36.el7.x86_64.rpm
> > SDL-devel-1.2.15-14.el7.x86_64.rpm
> > scl-utils-20130529-19.el7.x86_64.rpm
> > SDL-1.2.15-14.el7.x86_64.rpm
> > seabios-bin-1.11.0-2.el7.noarch.rpm
> > scl-utils-build-20130529-19.el7.x86_64.rpm
> > seavgabios-bin-1.11.0-2.el7.noarch.rpm
> > scrub-2.5.2-7.el7.x86_64.rpm
> > screen-4.1.0-0.27.20120314git3c2946.el7_9.x86_64.rpm
> > sed-4.2.2-5.el7.x86_64.rpm
> > sgml-common-0.6.3-39.el7.noarch.rpm
> > sgabios-bin-0.20110622svn-4.el7.noarch.rpm
> > setools-libs-3.3.8-4.el7.x86_64.rpm
> > setup-2.8.71-10.el7.src.rpm
> > sg3_utils-1.37-17.el7.x86_64.rpm
> > sg3_utils-libs-1.37-17.el7.x86_64.rpm
> > setup-2.8.71-10.el7.noarch.rpm
> > sharutils-4.13.3-8.el7.x86_64.rpm
> > shadow-utils-4.1.5.1-25.el7.x86_64.rpm
> > shim-15-1.el7.centos.src.rpm
> > sip-4.19-1.el7.x86_64.rpm
> > sil-mingzat-fonts-0.100-6.el7.noarch.rpm
> > sil-abyssinica-fonts-1.200-6.el7.noarch.rpm
> > shim-signed-15-1.el7.centos.src.rpm
> > shared-mime-info-1.8-4.el7.x86_64.rpm
> > snappy-1.1.0-3.el7.x86_64.rpm
> > sisu-inject-plexus-2.3.0-11.el7.noarch.rpm
> > slang-devel-2.2.4-11.el7.x86_64.rpm
> > slf4j-1.7.4-4.el7_4.noarch.rpm
> > smartmontools-6.5-1.el7.x86_64.rpm
> > slang-2.2.4-11.el7.x86_64.rpm
> > sisu-inject-bean-2.3.0-11.el7.noarch.rpm
> > snappy-devel-1.1.0-3.el7.x86_64.rpm
> > speex-1.2-0.19.rc1.el7.x86_64.rpm
> > spawn-fcgi-1.6.3-5.el7.x86_64.rpm
> > squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64.rpm
> > sqlite-3.7.17-8.el7_7.1.x86_64.rpm
> > socat-1.7.3.2-2.el7.x86_64.rpm
> > sqlite-devel-3.7.17-8.el7_7.1.x86_64.rpm
> > source-highlight-3.1.6-6.el7.x86_64.rpm
> > spax-1.5.2-13.el7.x86_64.rpm
> > subversion-libs-1.7.14-14.el7.x86_64.rpm
> > ssmtp-2.64-14.el7.x86_64.rpm
> > stix-math-fonts-1.1.0-5.el7.noarch.rpm
> > sshpass-1.06-1.el7.x86_64.rpm
> > subversion-1.7.14-14.el7.x86_64.rpm
> > stix-fonts-1.1.0-5.el7.noarch.rpm
> > strace-4.12-9.el7.x86_64.rpm
> > sudo-1.8.23-10.el7_9.1.src.rpm
> > syslinux-extlinux-4.05-15.el7.x86_64.rpm
> > syslog-ng-3.5.6-3.el7.x86_64.rpm
> > sysfsutils-2.1.0-16.el7.x86_64.rpm
> > supermin5-5.1.19-1.el7.x86_64.rpm
> > sysstat-10.1.5-17.el7.x86_64.rpm
> > swig-2.0.10-5.el7.x86_64.rpm
> > syslog-ng-libdbi-3.5.6-3.el7.x86_64.rpm
> > syslinux-4.05-15.el7.x86_64.rpm
> > sysvinit-tools-2.88-14.dsf.el7.x86_64.rpm
> > taglib-1.8-7.20130218git.el7.x86_64.rpm
> > tboot-1.9.6-3.el7.src.rpm
> > tar-1.26-35.el7.x86_64.rpm
> > t1lib-5.1.2-14.el7.x86_64.rpm
> > targetcli-2.1.fb46-7.el7.noarch.rpm
> > systemd-219-78.el7_9.3.src.rpm
> > tangerine-fonts-1.3-2.el7.noarch.rpm
> > tcp_wrappers-libs-7.6-77.el7.x86_64.rpm
> > tcp_wrappers-7.6-77.el7.x86_64.rpm
> > tcl-devel-8.5.13-8.el7.x86_64.rpm
> > tcsh-6.18.01-15.el7.x86_64.rpm
> > terminus-fonts-4.38-3.el7.noarch.rpm
> > tcl-8.5.13-8.el7.x86_64.rpm
> > tcp_wrappers-devel-7.6-77.el7.x86_64.rpm
> > teamd-1.27-5.el7.x86_64.rpm
> > texlive-amsmath-svn29327.2.14-43.el7.noarch.rpm
> > texlive-algorithms-svn15878.0.1-43.el7.noarch.rpm
> > texlive-ae-svn15878.1.4-43.el7.noarch.rpm
> > texlive-amsfonts-svn29208.3.04-43.el7.noarch.rpm
> > texinfo-5.1-5.el7.x86_64.rpm
> > texi2html-1.82-10.el7.noarch.rpm
> > texlive-anysize-svn15878.0-43.el7.noarch.rpm
> > texlive-amscls-svn29207.0-43.el7.noarch.rpm
> > texlive-babel-svn24756.3.8m-43.el7.noarch.rpm
> > texlive-babelbib-svn25245.1.31-43.el7.noarch.rpm
> > texlive-base-2012-43.20130427_r30134.el7.noarch.rpm
> > texlive-avantgar-svn28614.0-43.el7.noarch.rpm
> > texlive-beamer-svn29349.3.26-43.el7.noarch.rpm
> > texlive-bera-svn20031.0-43.el7.noarch.rpm
> > texlive-beton-svn15878.0-43.el7.noarch.rpm
> > texlive-attachfile-svn21866.v1.5b-43.el7.noarch.rpm
> > texlive-charter-svn15878.0-43.el7.noarch.rpm
> > texlive-caption-svn29026.3.3__2013_02_03_-43.el7.noarch.rpm
> > texlive-bibtex-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-breakurl-svn15878.1.30-43.el7.noarch.rpm
> > texlive-booktabs-svn15878.1.61803-43.el7.noarch.rpm
> > texlive-bookman-svn28614.0-43.el7.noarch.rpm
> > texlive-carlisle-svn18258.0-43.el7.noarch.rpm
> > texlive-bibtex-svn26689.0.99d-43.el7.noarch.rpm
> > texlive-chngcntr-svn17157.1.0a-43.el7.noarch.rpm
> > texlive-collection-basic-svn26314.0-43.20130427_r30134.el7.noarch.rpm
> > texlive-collection-documentation-base-svn17091.0-43.20130427_r30134.el7.noarch.rpm
> > texlive-cm-super-svn15878.0-43.el7.noarch.rpm
> > texlive-cmap-svn26568.0-43.el7.noarch.rpm
> > texlive-cite-svn19955.5.3-43.el7.noarch.rpm
> > texlive-cmextra-svn14075.0-43.el7.noarch.rpm
> > texlive-cm-svn29581.0-43.el7.noarch.rpm
> > texlive-csquotes-svn24393.5.1d-43.el7.noarch.rpm
> > texlive-courier-svn28614.0-43.el7.noarch.rpm
> > texlive-crop-svn15878.1.5-43.el7.noarch.rpm
> > texlive-colortbl-svn25394.v1.0a-43.el7.noarch.rpm
> > texlive-collection-latexrecommended-svn25795.0-43.20130427_r30134.el7.noarch.rpm
> > texlive-collection-latex-svn25030.0-43.20130427_r30134.el7.noarch.rpm
> > texlive-collection-fontsrecommended-svn28082.0-43.20130427_r30134.el7.noarch.rpm
> > texlive-ctable-svn26694.1.23-43.el7.noarch.rpm
> > texlive-dvipng-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-dvipdfmx-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-dvipdfmx-def-svn15878.0-43.el7.noarch.rpm
> > texlive-dvipdfm-bin-svn13663.0-43.20130427_r30134.el7.noarch.rpm
> > texlive-dvipdfm-svn26689.0.13.2d-43.el7.noarch.rpm
> > texlive-dvipdfmx-svn26765.0-43.el7.noarch.rpm
> > texlive-currfile-svn29012.0.7b-43.el7.noarch.rpm
> > texlive-dvipng-svn26689.1.14-43.el7.noarch.rpm
> > texlive-etex-pkg-svn15878.2.0-43.el7.noarch.rpm
> > texlive-enctex-svn28602.0-43.el7.noarch.rpm
> > texlive-dvips-svn29585.0-43.el7.noarch.rpm
> > texlive-eso-pic-svn21515.2.0c-43.el7.noarch.rpm
> > texlive-enumitem-svn24146.3.5.2-43.el7.noarch.rpm
> > texlive-ec-svn25033.1.0-43.el7.noarch.rpm
> > texlive-etex-svn22198.2.1-43.el7.noarch.rpm
> > texlive-dvips-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-euler-svn17261.2.5-43.el7.noarch.rpm
> > texlive-fancyref-svn15878.0.9c-43.el7.noarch.rpm
> > texlive-fancyhdr-svn15878.3.1-43.el7.noarch.rpm
> > texlive-etoolbox-svn20922.2.1-43.el7.noarch.rpm
> > texlive-extsizes-svn17263.1.4a-43.el7.noarch.rpm
> > texlive-fancybox-svn18304.1.4-43.el7.noarch.rpm
> > texlive-eurosym-svn17265.1.4_subrfix-43.el7.noarch.rpm
> > texlive-euro-svn22191.1.1-43.el7.noarch.rpm
> > texlive-fancyvrb-svn18492.2.8-43.el7.noarch.rpm
> > texlive-fix2col-svn17133.0-43.el7.noarch.rpm
> > texlive-fontspec-svn29412.v2.3a-43.el7.noarch.rpm
> > texlive-filehook-svn24280.0.5d-43.el7.noarch.rpm
> > texlive-footmisc-svn23330.5.5b-43.el7.noarch.rpm
> > texlive-filecontents-svn24250.1.3-43.el7.noarch.rpm
> > texlive-fpl-svn15878.1.002-43.el7.noarch.rpm
> > texlive-float-svn15878.1.3d-43.el7.noarch.rpm
> > texlive-gsftopk-svn26689.1.19.2-43.el7.noarch.rpm
> > texlive-graphics-svn25405.1.0o-43.el7.noarch.rpm
> > texlive-fp-svn15878.0-43.el7.noarch.rpm
> > texlive-geometry-svn19716.5.6-43.el7.noarch.rpm
> > texlive-gsftopk-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-helvetic-svn28614.0-43.el7.noarch.rpm
> > texlive-hyperref-svn28213.6.83m-43.el7.noarch.rpm
> > texlive-glyphlist-svn28576.0-43.el7.noarch.rpm
> > texlive-jknapltx-svn19440.0-43.el7.noarch.rpm
> > texlive-ifluatex-svn26725.1.3-43.el7.noarch.rpm
> > texlive-hyphen-base-svn29197.0-43.el7.noarch.rpm
> > texlive-kastrup-svn15878.0-43.el7.noarch.rpm
> > texlive-index-svn24099.4.1beta-43.el7.noarch.rpm
> > texlive-ifetex-svn24853.1.2-43.el7.noarch.rpm
> > texlive-ifxetex-svn19685.0.5-43.el7.noarch.rpm
> > texlive-hyph-utf8-svn29641.0-43.el7.noarch.rpm
> > texlive-l3packages-svn29361.SVN_4467-43.el7.noarch.rpm
> > texlive-l3kernel-svn29409.SVN_4469-43.el7.noarch.rpm
> > texlive-kpathsea-lib-2012-43.20130427_r30134.el7.x86_64.rpm
> > texlive-latex-bin-bin-svn14050.0-43.20130427_r30134.el7.noarch.rpm
> > texlive-kpathsea-svn28792.0-43.el7.noarch.rpm
> > texlive-l3experimental-svn29361.SVN_4467-43.el7.noarch.rpm
> > texlive-koma-script-svn27255.3.11b-43.el7.noarch.rpm
> > texlive-kpathsea-bin-svn27347.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-ltxmisc-svn21927.0-43.el7.noarch.rpm
> > texlive-latex-bin-svn26689.0-43.el7.noarch.rpm
> > texlive-latex-svn27907.0-43.el7.noarch.rpm
> > texlive-lm-svn28119.2.004-43.el7.noarch.rpm
> > texlive-latex-fonts-svn28888.0-43.el7.noarch.rpm
> > texlive-lm-math-svn29044.1.958-43.el7.noarch.rpm
> > texlive-latexconfig-svn28991.0-43.el7.noarch.rpm
> > texlive-listings-svn15878.1.4-43.el7.noarch.rpm
> > texlive-luatexbase-svn22560.0.31-43.el7.noarch.rpm
> > texlive-makeindex-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-luaotfload-svn26718.1.26-43.el7.noarch.rpm
> > texlive-lua-alt-getopt-svn29349.0.7.0-43.el7.noarch.rpm
> > texlive-luatex-svn26689.0.70.1-43.el7.noarch.rpm
> > texlive-luaotfload-bin-svn18579.0-43.20130427_r30134.el7.noarch.rpm
> > texlive-lualatex-math-svn29346.1.2-43.el7.noarch.rpm
> > texlive-luatex-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-metafont-svn26689.2.718281-43.el7.noarch.rpm
> > texlive-mathpazo-svn15878.1.003-43.el7.noarch.rpm
> > texlive-makeindex-svn26689.2.12-43.el7.noarch.rpm
> > texlive-mdwtools-svn15878.1.05.4-43.el7.noarch.rpm
> > texlive-marginnote-svn25880.v1.1i-43.el7.noarch.rpm
> > texlive-marvosym-svn29349.2.2a-43.el7.noarch.rpm
> > texlive-metafont-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-memoir-svn21638.3.6j_patch_6.0g-43.el7.noarch.rpm
> > texlive-mh-svn29420.0-43.el7.noarch.rpm
> > texlive-mfnfss-svn19410.0-43.el7.noarch.rpm
> > texlive-mflogo-svn17487.0-43.el7.noarch.rpm
> > texlive-metalogo-svn18611.0.12-43.el7.noarch.rpm
> > texlive-mfware-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-microtype-svn29392.2.5-43.el7.noarch.rpm
> > texlive-misc-svn24955.0-43.el7.noarch.rpm
> > texlive-mfware-svn26689.0-43.el7.noarch.rpm
> > texlive-mptopdf-bin-svn18674.0-43.20130427_r30134.el7.noarch.rpm
> > texlive-ntgclass-svn15878.0-43.el7.noarch.rpm
> > texlive-ms-svn24467.0-43.el7.noarch.rpm
> > texlive-multido-svn18302.1.42-43.el7.noarch.rpm
> > texlive-mptopdf-svn26689.0-43.el7.noarch.rpm
> > texlive-natbib-svn20668.8.31b-43.el7.noarch.rpm
> > texlive-ncntrsbk-svn28614.0-43.el7.noarch.rpm
> > texlive-mparhack-svn15878.1.4-43.el7.noarch.rpm
> > texlive-pdfpages-svn27574.0.4t-43.el7.noarch.rpm
> > texlive-parallel-svn15878.0-43.el7.noarch.rpm
> > texlive-parskip-svn19963.2.0-43.el7.noarch.rpm
> > texlive-pdftex-bin-svn27321.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-oberdiek-svn26725.0-43.el7.noarch.rpm
> > texlive-paralist-svn15878.2.3b-43.el7.noarch.rpm
> > texlive-pdftex-def-svn22653.0.06d-43.el7.noarch.rpm
> > texlive-palatino-svn28614.0-43.el7.noarch.rpm
> > texlive-pgf-svn22614.2.10-43.el7.noarch.rpm
> > texlive-plain-svn26647.0-43.el7.noarch.rpm
> > texlive-pslatex-svn16416.0-43.el7.noarch.rpm
> > texlive-powerdot-svn25656.1.4i-43.el7.noarch.rpm
> > texlive-psfrag-svn15878.3.04-43.el7.noarch.rpm
> > texlive-psnfss-svn23394.9.2a-43.el7.noarch.rpm
> > texlive-preprint-svn16085.0-43.el7.noarch.rpm
> > texlive-pdftex-svn29585.1.40.11-43.el7.noarch.rpm
> > texlive-pst-grad-svn15878.1.06-43.el7.noarch.rpm
> > texlive-pst-fill-svn15878.1.01-43.el7.noarch.rpm
> > texlive-pst-eps-svn15878.1.0-43.el7.noarch.rpm
> > texlive-pspicture-svn15878.0-43.el7.noarch.rpm
> > texlive-pst-math-svn20176.0.61-43.el7.noarch.rpm
> > texlive-pst-3d-svn17257.1.10-43.el7.noarch.rpm
> > texlive-pst-coil-svn24020.1.06-43.el7.noarch.rpm
> > texlive-pst-blur-svn15878.2.0-43.el7.noarch.rpm
> > texlive-pst-plot-svn28729.1.44-43.el7.noarch.rpm
> > texlive-pst-text-svn15878.1.00-43.el7.noarch.rpm
> > texlive-pst-tree-svn24142.1.12-43.el7.noarch.rpm
> > texlive-pstricks-add-svn28750.3.59-43.el7.noarch.rpm
> > texlive-pstricks-svn29678.2.39-43.el7.noarch.rpm
> > texlive-pst-slpe-svn24391.1.31-43.el7.noarch.rpm
> > texlive-pxfonts-svn15878.0-43.el7.noarch.rpm
> > texlive-pst-node-svn27799.1.25-43.el7.noarch.rpm
> > texlive-qstest-svn15878.0-43.el7.noarch.rpm
> > texlive-sauerj-svn15878.0-43.el7.noarch.rpm
> > texlive-rotating-svn16832.2.16b-43.el7.noarch.rpm
> > texlive-section-svn20180.0-43.el7.noarch.rpm
> > texlive-rcs-svn15878.0-43.el7.noarch.rpm
> > texlive-seminar-svn18322.1.5-43.el7.noarch.rpm
> > texlive-rsfs-svn15878.0-43.el7.noarch.rpm
> > texlive-sansmath-svn17997.1.1-43.el7.noarch.rpm
> > texlive-tetex-bin-svn27344.0-43.20130427_r30134.el7.noarch.rpm
> > texlive-symbol-svn28614.0-43.el7.noarch.rpm
> > texlive-soul-svn15878.2.4-43.el7.noarch.rpm
> > texlive-subfig-svn15878.1.3-43.el7.noarch.rpm
> > texlive-setspace-svn24881.6.7a-43.el7.noarch.rpm
> > texlive-sepnum-svn20186.2.0-43.el7.noarch.rpm
> > texlive-tetex-svn29585.3.0-43.el7.noarch.rpm
> > texlive-showexpl-svn27790.v0.3j-43.el7.noarch.rpm
> > texlive-texconfig-svn29349.0-43.el7.noarch.rpm
> > texlive-tex-gyre-math-svn29045.0-43.el7.noarch.rpm
> > texlive-texlive.infra-bin-svn22566.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-tex-svn26689.3.1415926-43.el7.noarch.rpm
> > texlive-texconfig-bin-svn27344.0-43.20130427_r30134.el7.noarch.rpm
> > texlive-tex-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-texlive.infra-svn28217.0-43.el7.noarch.rpm
> > texlive-tex-gyre-svn18651.2.004-43.el7.noarch.rpm
> > texlive-txfonts-svn15878.0-43.el7.noarch.rpm
> > texlive-textcase-svn15878.0-43.el7.noarch.rpm
> > texlive-thumbpdf-bin-svn6898.0-43.20130427_r30134.el7.noarch.rpm
> > texlive-times-svn28614.0-43.el7.noarch.rpm
> > texlive-type1cm-svn21820.0-43.el7.noarch.rpm
> > texlive-tipa-svn29349.1.3-43.el7.noarch.rpm
> > texlive-tools-svn26263.0-43.el7.noarch.rpm
> > texlive-thumbpdf-svn26689.3.15-43.el7.noarch.rpm
> > texlive-utopia-svn15878.0-43.el7.noarch.rpm
> > texlive-unicode-math-svn29413.0.7d-43.el7.noarch.rpm
> > texlive-url-svn16864.3.2-43.el7.noarch.rpm
> > texlive-wasy-svn15878.0-43.el7.noarch.rpm
> > texlive-varwidth-svn24104.0.92-43.el7.noarch.rpm
> > texlive-underscore-svn18261.0-43.el7.noarch.rpm
> > texlive-typehtml-svn17134.0-43.el7.noarch.rpm
> > texlive-ucs-svn27549.2.1-43.el7.noarch.rpm
> > texlive-wasysym-svn15878.2.0-43.el7.noarch.rpm
> > texlive-xkeyval-svn27995.2.6a-43.el7.noarch.rpm
> > texlive-zapfding-svn28614.0-43.el7.noarch.rpm
> > texlive-xcolor-svn15878.2.11-43.el7.noarch.rpm
> > texlive-xdvi-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm
> > texlive-zapfchan-svn28614.0-43.el7.noarch.rpm
> > texlive-xunicode-svn23897.0.981-43.el7.noarch.rpm
> > texlive-xdvi-svn26689.22.85-43.el7.noarch.rpm
> > thai-scalable-purisa-fonts-0.5.0-7.el7.noarch.rpm
> > texmacs-fedora-fonts-1.99.2-6.el7.noarch.rpm
> > thai-scalable-fonts-common-0.5.0-7.el7.noarch.rpm
> > thai-scalable-sawasdee-fonts-0.5.0-7.el7.noarch.rpm
> > thai-scalable-garuda-fonts-0.5.0-7.el7.noarch.rpm
> > thai-scalable-norasi-fonts-0.5.0-7.el7.noarch.rpm
> > thai-scalable-loma-fonts-0.5.0-7.el7.noarch.rpm
> > thai-scalable-kinnari-fonts-0.5.0-7.el7.noarch.rpm
> > thai-scalable-tlwgmono-fonts-0.5.0-7.el7.noarch.rpm
> > thai-scalable-tlwgtypist-fonts-0.5.0-7.el7.noarch.rpm
> > tibetan-machine-uni-fonts-1.901-12.el7.noarch.rpm
> > thai-scalable-umpush-fonts-0.5.0-7.el7.noarch.rpm
> > time-1.7-45.el7.x86_64.rpm
> > thai-scalable-tlwgtypewriter-fonts-0.5.0-7.el7.noarch.rpm
> > thai-scalable-waree-fonts-0.5.0-7.el7.noarch.rpm
> > thai-scalable-tlwgtypo-fonts-0.5.0-7.el7.noarch.rpm
> > tomcat-servlet-3.0-api-7.0.76-8.el7_5.noarch.rpm
> > tk-8.5.13-6.el7.x86_64.rpm
> > tk-devel-8.5.13-6.el7.x86_64.rpm
> > tix-8.4.3-12.el7.x86_64.rpm
> > tinyxml2-2.1.0-2.20140406git6ee53e7.el7.x86_64.rpm
> > tpm2-abrmd-1.1.0-10.el7.x86_64.rpm
> > tix-devel-8.4.3-12.el7.x86_64.rpm
> > tpm2-abrmd-devel-1.1.0-10.el7.x86_64.rpm
> > traceroute-2.0.22-2.el7.x86_64.rpm
> > trabajo-fonts-2.0-2.el7.noarch.rpm
> > trousers-devel-0.3.14-2.el7.x86_64.rpm
> > tpm2-tss-1.4.0-2.el7.x86_64.rpm
> > tpm2-tss-devel-1.4.0-2.el7.x86_64.rpm
> > tpm2-tools-3.0.4-2.el7.src.rpm
> > ttmkfdir-3.0.9-42.el7.x86_64.rpm
> > trousers-0.3.14-2.el7.x86_64.rpm
> > unixODBC-devel-2.3.1-11.el7.x86_64.rpm
> > tulrich-tuffy-fonts-1.28-2.el7.noarch.rpm
> > tzdata-java-2018g-1.el7.noarch.rpm
> > tzdata-2018g-1.el7.noarch.rpm
> > unifont-fonts-10.0.07-2.el7.noarch.rpm
> > unixODBC-2.3.1-11.el7.x86_64.rpm
> > unbound-libs-1.6.6-5.el7_8.x86_64.rpm
> > tuna-0.13-6.el7.noarch.rpm
> > uriparser-0.7.5-9.el7.x86_64.rpm
> > ustr-1.0.4-16.el7.x86_64.rpm
> > usbredir-0.7.1-3.el7.x86_64.rpm
> > userspace-rcu-devel-0.10.0-3.el7.x86_64.rpm
> > userspace-rcu-0.10.0-3.el7.x86_64.rpm
> > unzip-6.0-21.el7.x86_64.rpm
> > usbredir-devel-0.7.1-3.el7.x86_64.rpm
> > urw-fonts-2.4-16.el7.noarch.rpm
> > virt-what-1.18-4.el7.x86_64.rpm
> > vim-filesystem-7.4.629-7.el7.x86_64.rpm
> > uuid-devel-1.6.2-26.el7.x86_64.rpm
> > uuid-1.6.2-26.el7.x86_64.rpm
> > vim-common-7.4.629-7.el7.x86_64.rpm
> > vim-enhanced-7.4.629-7.el7.x86_64.rpm
> > vim-minimal-7.4.629-7.el7.x86_64.rpm
> > ustr-devel-1.0.4-16.el7.x86_64.rpm
> > wavpack-4.60.1-9.el7.x86_64.rpm
> > web-assets-filesystem-5-1.el7.noarch.rpm
> > vlgothic-p-fonts-20130607-2.el7.noarch.rpm
> > wget-1.14-18.el7_6.1.x86_64.rpm
> > watchdog-5.13-12.el7.src.rpm
> > wayland-protocols-devel-1.14-1.el7.noarch.rpm
> > wayland-devel-1.15.0-1.el7.x86_64.rpm
> > vlgothic-fonts-20130607-2.el7.noarch.rpm
> > xalan-j2-2.7.1-23.el7.noarch.rpm
> > wqy-unibit-fonts-1.1.0-13.el7.noarch.rpm
> > wqy-zenhei-fonts-0.9.46-11.el7.noarch.rpm
> > xfsprogs-4.5.0-18.el7.x86_64.rpm
> > xbean-3.13-6.el7.noarch.rpm
> > xerces-j2-2.11.0-17.el7_0.noarch.rpm
> > wqy-microhei-fonts-0.2.0-0.12.beta.el7.noarch.rpm
> > which-2.20-7.el7.x86_64.rpm
> > xkeyboard-config-2.24-1.el7.noarch.rpm
> > xmlsec1-1.2.20-7.el7_4.x86_64.rpm
> > xhtml1-dtds-1.0-20020801.11.el7.noarch.rpm
> > xfsprogs-devel-4.5.0-18.el7.x86_64.rpm
> > xmlsec1-openssl-1.2.20-7.el7_4.x86_64.rpm
> > xml-commons-apis-1.4.01-16.el7.noarch.rpm
> > xml-commons-resolver-1.2-15.el7.noarch.rpm
> > xml-common-0.6.3-39.el7.noarch.rpm
> > xorg-x11-fonts-Type1-7.5-9.el7.noarch.rpm
> > XStatic-Angular-common-1.5.8.0-1.el7.noarch.rpm
> > xorg-x11-proto-devel-2018.4-1.el7.noarch.rpm
> > xorg-x11-xauth-1.0.9-1.el7.x86_64.rpm
> > xorg-x11-font-utils-7.5-21.el7.x86_64.rpm
> > xstatic-angular-bootstrap-common-2.2.0.0-1.el7.noarch.rpm
> > xmlstarlet-1.6.1-1.el7.x86_64.rpm
> > xmlto-0.0.25-7.el7.x86_64.rpm
> > xstatic-jsencrypt-common-2.3.1.1-1.el7.noarch.rpm
> > xstatic-objectpath-common-1.2.1.0-0.1.pre_review.el7.noarch.rpm
> > xstatic-d3-common-3.5.17.0-1.el7.noarch.rpm
> > xstatic-angular-gettext-common-2.3.8.0-1.el7.noarch.rpm
> > xstatic-angular-schema-form-common-0.8.13.0-0.1.pre_review.el7.noarch.rpm
> > xstatic-angular-fileupload-common-12.0.4.0-1.el7.noarch.rpm
> > xstatic-bootstrap-scss-common-3.3.7.1-2.el7.noarch.rpm
> > xstatic-jasmine-common-2.4.1.1-1.el7.noarch.rpm
> > xstatic-smart-table-common-1.4.13.2-1.el7.noarch.rpm
> > xz-libs-5.2.2-1.el7.x86_64.rpm
> > xz-devel-5.2.2-1.el7.x86_64.rpm
> > yajl-devel-2.0.4-4.el7.x86_64.rpm
> > xz-5.2.2-1.el7.x86_64.rpm
> > xstatic-tv4-common-1.2.7.0-0.1.pre_review.el7.noarch.rpm
> > xstatic-termjs-common-0.0.7.0-1.el7.noarch.rpm
> > yajl-2.0.4-4.el7.x86_64.rpm
> > zip-3.0-11.el7.x86_64.rpm
> > yum-3.4.3-161.el7.centos.noarch.rpm
> > yum-utils-1.1.31-50.el7.noarch.rpm
> > zlib-1.2.7-18.el7.x86_64.rpm
> > yasm-1.2.0-4.el7.x86_64.rpm
> > yum-metadata-parser-1.1.4-10.el7.x86_64.rpm
> > zeromq-4.0.5-4.el7.x86_64.rpm
> > yum-plugin-fastestmirror-1.1.31-50.el7.noarch.rpm
> > zlib-devel-1.2.7-18.el7.x86_64.rpm
> > zvbi-fonts-0.2.35-1.el7.noarch.rpm
> > zziplib-0.13.62-9.el7.x86_64.rpm
> >
> >
> >
> > On Tuesday 28 September 2021 20:37:11 PM (+07:00), Scott Little wrote:
> >
> >> And when you look in those logs what do you see?
> >>
> >> Scott
> >>
> >>
> >> On 2021-09-27 10:59 a.m., Embedded Devel wrote:
> >>> [Please note: This e-mail is from an EXTERNAL e-mail address]
> >>>
> >>> it did continue, until the the end but did provide and error message about failed and missing rpms
> >>>
> >>> [dingo at ffdf31df919a centos-mirror-tools]$ ls -al logs/*missing*
> >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_rpms_missing_centos.log
> >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_srpms_missing_centos.log
> >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_rpms_missing_3rdparties.log
> >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 01:18 logs/L1_rpms_missing_centos3rdparties.log
> >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/L1_rpms_missing_centos.log
> >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_srpms_missing_3rdparties.log
> >>> -rw-r--r-- 1 dingo cgts 5804 Sep 24 01:33 logs/L1_srpms_missing_centos3rdparties.log
> >>> -rw-r--r-- 1 dingo cgts 83317 Sep 24 02:23 logs/L1_srpms_missing_centos.log
> >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/log_download_tarball_missing.txt
> >>> -rw-r--r-- 1 dingo cgts 270 Sep 24 02:36 logs/rpm-gpg-key-missing.txt
> >>>
> >>>
> >>>
> >>> On Monday 27 September 2021 21:02:50 PM (+07:00), Scott Little wrote:
> >>>
> >>>> I don't think the entitlement server message is a fatal one.
> >>>>
> >>>> Did download_mirror.sh actually fail on that message, Or did it keep going? What was the return code? did you look in logs/*missing* for a list of failed packages.
> >>>>
> >>>>
> >>>> On 2021-09-27 6:24 a.m., Embedded Devel wrote:
> >>>>> [Please note: This e-mail is from an EXTERNAL e-mail address]
> >>>>>
> >>>>> Hey can i ask, how you got past the cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh
> >>>>> my errors below...
> >>>>>
> >>>>>> According to https://docs.starlingx.io/developer_resources/build_guide.html#run-building-docker-container
> >>>>>>
> >>>>>> Download packages¶
> >>>>>> Inside the Docker container, enter the following commands to download the required packages to populate the CentOS mirror repository:
> >>>>>> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh
> >>>>>>
> >>>>>> ended up with
> >>>>>>
> >>>>>> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions.
> >>>>>>
> >>>>>> so i register after hunting around google....
> >>>>>>
> >>>>>> sudo subscription-manager register --username xxxxxxxx --password xxxxxxxx --auto-attach
> >>>>>>
> >>>>>> and re-run
> >>>>>> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh
> >>>>>>
> >>>>>> now its saying
> >>>>>>
> >>>>>> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions.
> >>>>>>
> >>>>>> so... how do i resolve this, i cant fix things and help if i cant build and test :)
> >>>>> On Monday 27 September 2021 08:21:17 AM (+07:00), Shigeru Yoshida wrote:
> >>>>>
> >>>>>> Hi,
> >>>>>>
> >>>>>> I'm trying to build StarlingX ISO following the Layered Build Guide.
> >>>>>>
> >>>>>> When I run build-pkgs to build the compiler layer, building golang 1.13.15 failed with the following error:
> >>>>>>
> >>>>>> # go tool dist test -run=^test:0_1$
> >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE
> >>>>>> BUILDSTDERR: /builddir/build/BUILD/go-13.15/test/runtest.exe --shard=0 --shards=1
> >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std
> >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE
> >>>>>> BUILDSTDERR: go run /builddir/build/BUILD/go-13.15/src/cmd/api/run.go
> >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std
> >>>>>> ##### API check
> >>>>>> # go tool dist test -run=^api$
> >>>>>> Go version is "go1.13.15", ignoring -next /builddir/build/BUILD/go-13.15/api/next.txt
> >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE
> >>>>>> FAILED
> >>>>>> RPM build errors:
> >>>>>> BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check)
> >>>>>> BUILDSTDERR: Macro expanded in comment on line 148: %{version}-%{release}
> >>>>>> BUILDSTDERR: Macro expanded in comment on line 149: %{version}
> >>>>>> BUILDSTDERR: Macro expanded in comment on line 150: %{version}
> >>>>>> BUILDSTDERR: Macro expanded in comment on line 151: %{version}
> >>>>>> BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check)
> >>>>>> Child return code was: 1
> >>>>>> EXCEPTION: [Error()]
> >>>>>> Traceback (most recent call last):
> >>>>>> File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace
> >>>>>> result = func(*args, **kw)
> >>>>>> File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 736, in do_with_status
> >>>>>> raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode)
> >>>>>> mockbuild.exception.Error: Command failed:
> >>>>>> # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/golang.spec
> >>>>>>
> >>>>>> It seems that other golang versions, e.g. 1.13.9, 1.15.14, and 1.16.6, are built successfully.
> >>>>>>
> >>>>>> How can I fix this? Can anybody give me some comments to fix this?
> >>>>>>
> >>>>>> Thanks,
> >>>>>> Shigeru
> >>>>>>
> >>>>>> _______________________________________________
> >>>>>> Starlingx-discuss mailing list
> >>>>>> Starlingx-discuss at lists.starlingx.io
> >>>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
> >>>>>>
> >>>>> --
> >>>>> Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com
> >>>>>
> >>>>> _______________________________________________
> >>>>> Starlingx-discuss mailing list
> >>>>> Starlingx-discuss at lists.starlingx.io
> >>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
> >>>>
> >>>> _______________________________________________
> >>>> Starlingx-discuss mailing list
> >>>> Starlingx-discuss at lists.starlingx.io
> >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
> >>>>
> >>> --
> >>> Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com
> >>
> >>
> > --
> > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com
>
>
>
-- 
Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com



More information about the Starlingx-discuss mailing list