Closed ygangadharappa closed 3 years ago
@ygangadharappa Can you provide me a bit more information on this? Are you trying to just build the project or are you running a build that uses this image?
I have generally seen issues like this if there is an outage on the openSUSE repositories side, that is unlikely in this case if you can build it locally and also it works fine for me locally as well as on our Jenkins server. The other reason this issue can be seen is that there is no internet access to get out to the openSUSE repositories so maybe if there is a proxy in place you might need to check that or bypass it for openSUSE distros.
Thanks Michael
We are not building this image instead we are trying to use an existing image.
One of the sample references in the docker file looks like this:
FROM cafapi/opensuse-base:2.4.1
# Update and install required tools
RUN zypper ref && \
zypper --non-interactive update && \
zypper --non-interactive in gcc make wget tar gzip nano && \
zypper clean -a
The first line where we are pulling the docker image works whereas when we try to execute zypper command it throws the above error.
@ygangadharappa The other reason this issue can be seen is that there is no internet access to get out to the openSUSE repositories so maybe if there is a proxy in place you might need to check that or bypass it for openSUSE distros.
@michael-bryson , we tried adding a proxy and removing the proxy still we get the error.
@ygangadharappa I do not think there is much more I can do unless I get access to the Jenkins server and build slaves. If as you say this is building fine locally it means there is nothing wrong with the base image itself, there must be configuration issue on the build slaves.
Hi @ygangadharappa,
Were you able to get us any more information about the Docker Hosts where this issue can be seen?
The output from docker version
and docker system info
might be helpful. Also run rpm -qa
or the distro's equivalent so we can see what library versions are installed on the host.
If we get this info then we can try to setup a similar system to try to reproduce.
Thanks, Dermot
Hi Dermot,
Please find the information:
docker version
+ docker version
Client: Docker Engine - Community
Version: 19.03.12
API version: 1.40
Go version: go1.13.10
Git commit: 48a66213fe
Built: Mon Jun 22 15:46:54 2020
OS/Arch: linux/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 19.03.12
API version: 1.40 (minimum version 1.12)
Go version: go1.13.10
Git commit: 48a66213fe
Built: Mon Jun 22 15:45:28 2020
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.2.13
GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429
runc:
Version: 1.0.0-rc10
GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd
docker-init:
Version: 0.18.0
GitCommit: fec3683
docker system info
05:44:04 + docker system info
05:44:05 Client:
05:44:05 Debug Mode: false
05:44:05
05:44:05 Server:
05:44:05 Containers: 1
05:44:05 Running: 1
05:44:05 Paused: 0
05:44:05 Stopped: 0
05:44:05 Images: 3440
05:44:05 Server Version: 19.03.12
05:44:05 Storage Driver: overlay
05:44:05 Backing Filesystem: xfs
05:44:05 Supports d_type: false
05:44:05 Logging Driver: json-file
05:44:05 Cgroup Driver: cgroupfs
05:44:05 Plugins:
05:44:05 Volume: local
05:44:05 Network: bridge host ipvlan macvlan null overlay
05:44:05 Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
05:44:05 Swarm: inactive
05:44:05 Runtimes: runc
05:44:05 Default Runtime: runc
05:44:05 Init Binary: docker-init
05:44:05 containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
05:44:05 runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
05:44:05 init version: fec3683
05:44:05 Security Options:
05:44:05 seccomp
05:44:05 Profile: default
05:44:05 Kernel Version: 3.10.0-514.26.2.el7.x86_64
05:44:05 Operating System: CentOS Linux 7 (Core)
05:44:05 OSType: linux
05:44:05 Architecture: x86_64
05:44:05 CPUs: 16
05:44:05 Total Memory: 62.76GiB
05:44:05 Name: hercules4
05:44:05 ID: NVE4:XIRM:HBCV:2KRW:HCLW:53SL:MNR4:GNNV:ZGII:PASE:W57H:CCOI
05:44:05 Docker Root Dir: /var/lib/docker
05:44:05 Debug Mode: false
05:44:05 HTTP Proxy: http://web-proxy.us.softwaregrp.net:8080/
05:44:05 HTTPS Proxy: http://web-proxy.us.softwaregrp.net:8080/
05:44:05 No Proxy: localhost,127.0.0.1
05:44:05 Registry: https://index.docker.io/v1/
05:44:05 Labels:
05:44:05 Experimental: false
05:44:05 Insecure Registries:
05:44:05 127.0.0.0/8
05:44:05 Live Restore Enabled: false
05:44:05
05:44:05 WARNING: the overlay storage-driver is deprecated, and will be removed in a future release.
05:44:05 WARNING: overlay: the backing xfs filesystem is formatted without d_type support, which leads to incorrect behavior.
05:44:05 Reformat the filesystem with ftype=1 to enable d_type support.
05:44:05 Running without d_type support will not be supported in future releases.
rpm -qa
05:44:05 + rpm -qa
05:44:06 jenkins-2.78-1.1.noarch
05:44:06 tcp_wrappers-devel-7.6-77.el7.x86_64
05:44:06 kdesdk-okteta-libs-4.10.5-6.el7.x86_64
05:44:06 hwloc-libs-1.11.2-1.el7.x86_64
05:44:06 fcoe-utils-1.0.31-1.git5dfd3e4.el7_3.1.x86_64
05:44:06 libXft-2.3.2-2.el7.x86_64
05:44:06 mesa-private-llvm-3.8.1-1.el7.x86_64
05:44:06 libiodbc-3.52.7-7.el7.x86_64
05:44:06 qt3-MySQL-3.3.8b-51.el7.x86_64
05:44:06 pcp-pmda-mysql-3.11.3-4.el7.x86_64
05:44:06 policycoreutils-python-2.5-34.el7.x86_64
05:44:06 kbd-misc-1.15.5-12.el7.noarch
05:44:06 javapackages-tools-3.4.1-11.el7.noarch
05:44:06 libxkbfile-1.0.8-5.el7.x86_64
...
05:44:05 + rpm -qa
05:44:06 jenkins-2.78-1.1.noarch
05:44:06 tcp_wrappers-devel-7.6-77.el7.x86_64
05:44:06 kdesdk-okteta-libs-4.10.5-6.el7.x86_64
05:44:06 hwloc-libs-1.11.2-1.el7.x86_64
05:44:06 fcoe-utils-1.0.31-1.git5dfd3e4.el7_3.1.x86_64
05:44:06 libXft-2.3.2-2.el7.x86_64
05:44:06 mesa-private-llvm-3.8.1-1.el7.x86_64
05:44:06 libiodbc-3.52.7-7.el7.x86_64
05:44:06 qt3-MySQL-3.3.8b-51.el7.x86_64
05:44:06 pcp-pmda-mysql-3.11.3-4.el7.x86_64
05:44:06 policycoreutils-python-2.5-34.el7.x86_64
05:44:06 kbd-misc-1.15.5-12.el7.noarch
05:44:06 javapackages-tools-3.4.1-11.el7.noarch
05:44:06 libxkbfile-1.0.8-5.el7.x86_64
05:44:06 pcre-8.32-15.el7_2.1.x86_64
05:44:06 papi-5.2.0-19.el7.x86_64
05:44:06 subversion-1.7.14-10.el7.x86_64
05:44:06 pcp-pmda-summary-3.11.3-4.el7.x86_64
05:44:06 basesystem-10.0-7.el7.centos.noarch
05:44:06 trivy-0.16.0-1.x86_64
05:44:06 libfreehand-0.1.1-1.el7.x86_64
05:44:06 dbus-x11-1.6.12-17.el7.x86_64
05:44:06 dvd+rw-tools-7.1-15.el7.x86_64
05:44:06 plymouth-plugin-two-step-0.8.9-0.26.20140113.el7.centos.x86_64
05:44:06 perl-Getopt-Long-2.40-2.el7.noarch
05:44:06 python-smbc-1.0.13-7.el7.x86_64
05:44:06 xz-libs-5.2.2-1.el7.x86_64
05:44:06 psacct-6.6.1-11.el7.x86_64
05:44:06 yelp-xsl-3.14.0-1.el7.noarch
05:44:06 plexus-containers-component-annotations-1.5.5-14.el7.noarch
05:44:06 gnome-online-accounts-3.14.5-5.el7.x86_64
05:44:06 python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
05:44:06 libXinerama-devel-1.1.3-2.1.el7.x86_64
05:44:06 perl-Time-Piece-1.20.1-291.el7.x86_64
05:44:06 perl-Thread-Queue-3.02-2.el7.noarch
05:44:06 MySQL-python-1.2.5-1.el7.x86_64
05:44:06 jboss-jaxrpc-1.1-api-1.0.1-7.el7.noarch
05:44:06 dejavu-sans-mono-fonts-2.33-6.el7.noarch
05:44:06 libnma-1.4.0-2.el7.x86_64
05:44:06 perl-Locale-Maketext-Simple-0.21-291.el7.noarch
05:44:06 perl-B-Lint-1.17-3.el7.noarch
05:44:06 iptables-1.4.21-17.el7.x86_64
05:44:06 pcp-pmda-trace-3.11.3-4.el7.x86_64
05:44:06 jsch-0.1.50-5.el7.noarch
05:44:06 perl-Module-Build-0.40.05-2.el7.noarch
05:44:06 gvfs-afc-1.22.4-8.el7.x86_64
05:44:06 systemd-sysv-219-30.el7_3.9.x86_64
05:44:06 python-urwid-1.1.1-3.el7.x86_64
05:44:06 wpa_supplicant-2.0-21.el7_3.x86_64
05:44:06 perl-IO-Compress-2.061-2.el7.noarch
05:44:06 dleyna-core-0.4.0-1.el7.x86_64
05:44:06 php-pear-1.9.4-21.el7.noarch
05:44:06 pcp-libs-3.11.3-4.el7.x86_64
05:44:06 blktrace-1.0.5-8.el7.x86_64
05:44:06 libogg-1.3.0-7.el7.x86_64
05:44:06 librsvg2-tools-2.39.0-1.el7.x86_64
05:44:07 libvirt-daemon-driver-lxc-2.0.0-10.el7_3.9.x86_64
05:44:07 wodim-1.1.11-23.el7.x86_64
05:44:07 festival-lib-1.96-28.el7.x86_64
05:44:07 git-1.8.3.1-6.el7_2.1.x86_64
05:44:07 postgresql-9.2.18-1.el7.x86_64
05:44:07 rtkit-0.11-10.el7.x86_64
05:44:07 perl-DBD-MySQL-4.023-5.el7.x86_64
05:44:07 librbd1-0.94.5-1.el7.x86_64
05:44:07 libgcrypt-devel-1.5.3-13.el7_3.1.x86_64
05:44:07 json-glib-1.0.2-1.el7.x86_64
05:44:07 compat-glibc-headers-2.12-4.el7.centos.x86_64
05:44:07 fprintd-0.5.0-4.0.el7_0.x86_64
05:44:07 gnome-shell-extension-alternate-tab-3.14.4-21.el7.noarch
05:44:07 tuned-2.7.1-3.el7_3.2.noarch
05:44:07 javamail-1.4.6-8.el7.noarch
05:44:07 avahi-gobject-0.6.31-17.el7.x86_64
05:44:07 libpinyin-0.9.93-4.el7.x86_64
05:44:07 ledmon-0.79-4.el7.x86_64
05:44:07 libreport-2.1.11-35.el7.centos.x86_64
05:44:07 iwl2000-firmware-18.168.6.1-49.el7.noarch
05:44:07 usermode-1.111-5.el7.x86_64
05:44:07 mobile-broadband-provider-info-1.20120614-4.el7.noarch
05:44:07 gnome-classic-session-3.14.4-21.el7.noarch
05:44:07 NetworkManager-adsl-1.4.0-20.el7_3.x86_64
05:44:07 jline-1.0-8.el7.noarch
05:44:07 python-ipaddress-1.0.16-2.el7.noarch
05:44:07 xorg-x11-fonts-misc-7.5-9.el7.noarch
05:44:07 kmod-libs-20-9.el7.x86_64
05:44:07 gnome-initial-setup-3.14.4-5.el7.x86_64
05:44:07 python-brlapi-0.6.0-13.el7.x86_64
05:44:07 nss-devel-3.28.4-1.2.el7_3.x86_64
05:44:07 sos-3.3-5.el7.centos.noarch
05:44:07 unixODBC-devel-2.3.1-11.el7.x86_64
05:44:07 speex-1.2-0.19.rc1.el7.x86_64
05:44:07 perl-PAR-Dist-0.49-2.el7.noarch
05:44:07 gnome-software-3.14.7-2.el7.x86_64
05:44:07 libarchive-3.1.2-10.el7_2.x86_64
05:44:07 gvfs-gphoto2-1.22.4-8.el7.x86_64
05:44:07 nmap-ncat-6.40-7.el7.x86_64
05:44:07 vorbis-tools-1.4.0-12.el7.x86_64
05:44:07 xorg-x11-server-common-1.17.2-22.el7.x86_64
05:44:07 man-db-2.6.3-9.el7.x86_64
05:44:07 bash-completion-2.1-6.el7.noarch
05:44:07 boost-iostreams-1.53.0-26.el7.x86_64
05:44:07 libXdmcp-1.1.1-6.1.el7.x86_64
05:44:07 empathy-3.12.10-2.el7.x86_64
05:44:07 python2-pyrfc3339-1.0-2.el7.noarch
05:44:07 device-mapper-1.02.135-1.el7_3.5.x86_64
05:44:07 perl-JSON-2.59-2.el7.noarch
05:44:07 telepathy-haze-0.8.0-1.el7.x86_64
05:44:07 gnome-icon-theme-3.12.0-1.el7.noarch
05:44:07 thai-scalable-waree-fonts-0.5.0-7.el7.noarch
05:44:07 libstoragemgmt-python-clibs-1.3.4-1.el7.x86_64
05:44:07 qrencode-libs-3.4.1-3.el7.x86_64
05:44:07 sssd-ad-1.14.0-43.el7_3.18.x86_64
05:44:07 perl-Business-ISBN-Data-20120719.001-2.el7.noarch
05:44:07 pango-devel-1.36.8-2.el7.x86_64
05:44:08 device-mapper-persistent-data-0.6.3-1.el7.x86_64
05:44:08 grubby-8.28-21.el7_3.x86_64
05:44:08 smc-meera-fonts-6.0-7.el7.noarch
05:44:08 cryptsetup-1.7.2-1.el7.x86_64
05:44:08 systemtap-3.0-7.el7.x86_64
05:44:08 xfsprogs-4.5.0-10.el7_3.x86_64
05:44:08 perl-HTML-Parser-3.71-4.el7.x86_64
05:44:08 yum-metadata-parser-1.1.4-10.el7.x86_64
05:44:08 compat-db47-4.7.25-28.el7.x86_64
05:44:08 libcacard-2.5.2-2.el7.x86_64
05:44:08 libdaemon-0.14-7.el7.x86_64
05:44:08 sane-backends-devel-1.0.24-9.el7.x86_64
05:44:08 gnutls-devel-3.3.24-1.el7.x86_64
05:44:08 qemu-kvm-common-1.5.3-126.el7_3.10.x86_64
05:44:08 cdparanoia-10.2-17.el7.x86_64
05:44:08 libkdcraw-devel-4.10.5-4.el7.x86_64
05:44:08 httpd-2.4.6-45.el7.centos.4.x86_64
05:44:08 logrotate-3.8.6-12.el7.x86_64
05:44:08 libgee06-0.6.8-3.el7.x86_64
05:44:08 paps-0.6.8-28.el7.1.x86_64
05:44:08 libibverbs-devel-1.2.1-1.el7.x86_64
05:44:08 gdbm-devel-1.10-8.el7.x86_64
05:44:08 kdesdk-kmtrace-libs-4.10.5-6.el7.x86_64
05:44:08 apache-commons-collections-3.2.1-22.el7_2.noarch
05:44:08 libblkid-devel-2.23.2-33.el7_3.2.x86_64
05:44:08 c-ares-1.10.0-3.el7.x86_64
05:44:08 libXext-1.3.3-3.el7.x86_64
05:44:08 ivtv-firmware-20080701-26.el7.noarch
05:44:08 nginx-all-modules-1.10.2-1.el7.noarch
05:44:08 openssh-clients-6.6.1p1-35.el7_3.x86_64
05:44:08 gpg-pubkey-2582e0c5-56099b04
05:44:08 libXtst-1.2.2-2.1.el7.x86_64
05:44:08 boost-random-1.53.0-26.el7.x86_64
05:44:08 cdparanoia-libs-10.2-17.el7.x86_64
05:44:08 pcsc-lite-libs-1.8.8-6.el7.x86_64
05:44:08 gtk2-immodule-xim-2.24.28-8.el7.x86_64
05:44:08 pcp-pmda-bonding-3.11.3-4.el7.x86_64
05:44:08 gom-0.2.1-3.el7.x86_64
05:44:08 cyrus-sasl-plain-2.1.26-20.el7_2.x86_64
05:44:08 xorg-x11-proto-devel-7.7-13.el7.noarch
05:44:08 nss-util-3.28.4-1.0.el7_3.x86_64
05:44:08 libsepol-devel-2.5-10.el7.x86_64
05:44:08 libXmu-1.1.2-2.el7.x86_64
05:44:08 sane-backends-drivers-scanners-1.0.24-9.el7.x86_64
05:44:08 libpfm-4.7.0-1.el7.x86_64
05:44:08 anaconda-core-21.48.22.93-1.el7.centos.0.1.x86_64
05:44:08 perl-Encode-2.51-7.el7.x86_64
05:44:08 tagsoup-1.2.1-8.el7.noarch
05:44:08 libtdb-1.3.8-1.el7_2.x86_64
05:44:08 libtiff-4.0.3-27.el7_3.x86_64
05:44:08 libabw-0.1.1-2.el7.x86_64
05:44:08 smc-fonts-common-6.0-7.el7.noarch
05:44:08 plexus-classworlds-2.4.2-8.el7.noarch
05:44:08 giflib-4.1.6-9.el7.x86_64
05:44:08 ibus-setup-1.5.3-13.el7.noarch
05:44:08 perl-File-Temp-0.23.01-3.el7.noarch
05:44:08 PackageKit-command-not-found-1.0.7-6.el7.centos.x86_64
05:44:08 openssl-libs-1.0.1e-60.el7_3.1.x86_64
05:44:08 libchewing-0.3.4-6.el7.x86_64
05:44:08 libtevent-0.9.28-1.el7.x86_64
05:44:08 aether-impl-1.13.1-13.el7.noarch
05:44:08 libXi-devel-1.7.4-2.el7.x86_64
05:44:08 perl-Module-CoreList-2.76.02-291.el7.noarch
05:44:08 evolution-3.12.11-22.el7.x86_64
05:44:08 perl-Module-Metadata-1.000018-2.el7.noarch
05:44:08 python-coverage-3.6-0.5.b3.el7.x86_64
05:44:08 kpatch-0.3.2-1.el7.noarch
05:44:08 pam-1.1.8-18.el7.x86_64
05:44:08 libtirpc-0.2.4-0.8.el7_3.x86_64
05:44:08 jboss-el-2.2-api-1.0.1-0.7.20120212git2fabd8.el7.noarch
05:44:08 xorg-x11-server-utils-7.7-14.el7.x86_64
05:44:08 perl-Digest-HMAC-1.03-5.el7.noarch
05:44:08 kwin-libs-4.11.19-8.el7.x86_64
05:44:08 perl-CPAN-Meta-YAML-0.008-14.el7.noarch
05:44:08 fros-1.0-2.el7.noarch
05:44:08 perl-App-cpanminus-1.6922-2.el7.noarch
05:44:08 python-magic-5.11-33.el7.noarch
05:44:08 libmusicbrainz5-5.0.1-9.el7.x86_64
05:44:08 glib2-2.46.2-4.el7.x86_64
05:44:08 gtk3-3.14.13-20.el7_3.1.x86_64
05:44:08 libdb-5.3.21-19.el7.x86_64
05:44:08 maven-3.0.5-17.el7.noarch
05:44:08 yelp-libs-3.14.2-1.el7.x86_64
05:44:08 libcgroup-tools-0.41-11.el7.x86_64
05:44:08 gnome-packagekit-common-3.14.3-7.el7.x86_64
05:44:08 perl-Encode-Locale-1.03-5.el7.noarch
05:44:08 python-kitchen-1.1.1-5.el7.noarch
05:44:08 gnome-common-3.7.4-4.el7.noarch
05:44:08 cyrus-sasl-gssapi-2.1.26-20.el7_2.x86_64
05:44:08 mlocate-0.26-6.el7.x86_64
05:44:08 libmodman-2.0.1-8.el7.x86_64
05:44:08 gupnp-av-0.12.2-3.el7.x86_64
05:44:08 nettle-2.7.1-8.el7.x86_64
05:44:08 libmediaart-0.7.0-1.el7.x86_64
05:44:08 cryptsetup-python-1.7.2-1.el7.x86_64
05:44:08 libksane-4.10.5-4.el7.x86_64
05:44:08 libavc1394-0.5.3-14.el7.x86_64
05:44:08 docbook-dtds-1.0-60.el7.noarch
05:44:08 perl-LWP-Protocol-https-6.04-4.el7.noarch
05:44:08 openslp-2.0.0-6.el7.x86_64
05:44:08 motif-2.3.4-8.1.el7_3.x86_64
05:44:08 marisa-0.2.4-3.el7.x86_64
05:44:08 firewalld-0.4.3.2-8.1.el7_3.3.noarch
05:44:08 gobject-introspection-1.42.0-1.el7.x86_64
05:44:08 xerces-j2-2.11.0-17.el7_0.noarch
05:44:08 PackageKit-1.0.7-6.el7.centos.x86_64
05:44:08 gnome-shell-extension-places-menu-3.14.4-21.el7.noarch
05:44:08 xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64
05:44:08 iwl4965-firmware-228.61.2.24-49.el7.noarch
05:44:08 php-common-5.4.16-42.el7.x86_64
05:44:08 gtk3-devel-3.14.13-20.el7_3.1.x86_64
05:44:08 apache-commons-dbcp-1.4-17.el7.noarch
05:44:08 rubygems-2.0.14.1-29.el7.noarch
05:44:08 libksane-devel-4.10.5-4.el7.x86_64
05:44:08 iwl3945-firmware-15.32.2.9-49.el7.noarch
05:44:08 xorg-x11-drv-wacom-0.29.0-1.el7.x86_64
05:44:08 python-netifaces-0.10.4-3.el7.x86_64
05:44:08 NetworkManager-libreswan-gnome-1.2.4-1.el7.x86_64
05:44:08 dejavu-serif-fonts-2.33-6.el7.noarch
05:44:08 xorg-x11-fonts-ISO8859-1-100dpi-7.5-9.el7.noarch
05:44:08 firefox-52.2.0-1.el7.centos.x86_64
05:44:08 yajl-2.0.4-4.el7.x86_64
05:44:08 cdrdao-1.2.3-20.el7.x86_64
05:44:08 gnome-desktop3-devel-3.14.2-2.el7.x86_64
05:44:08 gvfs-mtp-1.22.4-8.el7.x86_64
05:44:08 check-devel-0.9.9-5.el7.x86_64
05:44:08 java-1.6.0-openjdk-devel-1.6.0.41-1.13.13.1.el7_3.x86_64
05:44:08 redhat-lsb-cxx-4.1-27.el7.centos.1.x86_64
05:44:08 libquadmath-4.8.5-11.el7.x86_64
05:44:08 dracut-033-463.el7_3.2.x86_64
05:44:08 lzo-2.06-8.el7.x86_64
05:44:08 gnome-color-manager-3.14.2-1.el7.x86_64
05:44:09 qdox-1.12.1-10.el7.noarch
05:44:09 perl-DB_File-1.830-6.el7.x86_64
05:44:09 lohit-devanagari-fonts-2.5.3-4.el7.noarch
05:44:09 sbc-1.0-5.el7.x86_64
05:44:09 sssd-common-1.14.0-43.el7_3.18.x86_64
05:44:09 libpcap-1.5.3-8.el7.x86_64
05:44:09 shotwell-0.14.1-5.el7.x86_64
05:44:09 spice-vdagent-0.14.0-14.el7.x86_64
05:44:09 perl-WWW-RobotRules-6.02-5.el7.noarch
05:44:09 cjkuni-uming-fonts-0.2.20080216.1-53.el7.noarch
05:44:09 libuuid-devel-2.23.2-33.el7_3.2.x86_64
05:44:09 tracker-1.2.7-2.el7.x86_64
05:44:09 dracut-network-033-463.el7_3.2.x86_64
05:44:09 iso-codes-3.46-2.el7.noarch
05:44:09 kde-settings-19-23.5.el7.centos.noarch
05:44:09 gnome-disk-utility-3.14.0-2.el7.x86_64
05:44:09 perl-core-5.16.3-291.el7.x86_64
05:44:09 atk-devel-2.14.0-1.el7.x86_64
05:44:09 perl-HTTP-Negotiate-6.01-5.el7.noarch
05:44:09 jomolhari-fonts-0.003-17.el7.noarch
05:44:09 kernel-headers-3.10.0-514.26.2.el7.x86_64
05:44:09 slang-2.2.4-11.el7.x86_64
05:44:09 libquadmath-devel-4.8.5-11.el7.x86_64
05:44:09 openlmi-providers-devel-0.5.0-4.el7.x86_64
05:44:09 libevent-2.0.21-4.el7.x86_64
05:44:09 libieee1284-devel-0.2.11-15.el7.x86_64
05:44:09 compat-libcap1-1.10-7.el7.x86_64
05:44:09 mod_proxy_html-2.4.6-45.el7.centos.4.x86_64
05:44:09 glibc-devel-2.17-157.el7_3.5.x86_64
05:44:09 kdesdk-kompare-4.10.5-6.el7.x86_64
05:44:09 rsyslog-mmjsonparse-7.4.7-16.el7.x86_64
05:44:09 hunspell-en-GB-0.20121024-5.el7.noarch
05:44:09 spice-gtk3-0.31-6.el7_3.2.x86_64
05:44:09 net-snmp-devel-5.7.2-24.el7_3.2.x86_64
05:44:09 libXdamage-1.1.4-4.1.el7.x86_64
05:44:09 opus-1.0.2-6.el7.x86_64
05:44:09 boost-test-1.53.0-26.el7.x86_64
05:44:09 libsepol-2.5-10.el7.x86_64
05:44:09 gstreamer1-plugins-base-devel-1.4.5-2.el7.x86_64
05:44:09 libattr-devel-2.4.46-12.el7.x86_64
05:44:09 gd-2.0.35-26.el7.x86_64
05:44:09 libXt-1.1.4-6.1.el7.x86_64
05:44:09 libtool-2.4.2-22.el7_3.x86_64
05:44:09 m17n-lib-1.6.4-14.el7.x86_64
05:44:09 libXfont-1.5.1-2.el7.x86_64
05:44:09 media-player-info-17-4.el7.noarch
05:44:09 ethtool-4.5-3.el7.x86_64
05:44:09 pcp-pmda-netfilter-3.11.3-4.el7.x86_64
05:44:09 libselinux-devel-2.5-15.el7.x86_64
05:44:09 spice-protocol-0.12.11-1.el7.noarch
05:44:09 libXevie-1.0.3-7.1.el7.x86_64
05:44:09 pango-1.36.8-2.el7.x86_64
05:44:09 nss-util-devel-3.28.4-1.0.el7_3.x86_64
05:44:09 perl-PathTools-3.40-5.el7.x86_64
05:44:09 libteam-1.25-4.el7.x86_64
05:44:09 pcp-export-pcp2graphite-3.11.3-4.el7.x86_64
05:44:09 objectweb-asm-3.3.1-9.el7.noarch
05:44:09 libX11-devel-1.6.3-3.el7.x86_64
05:44:09 popt-devel-1.13-16.el7.x86_64
05:44:09 mesa-libGLU-9.0.0-4.el7.x86_64
05:44:09 java-1.7.0-openjdk-headless-1.7.0.141-2.6.10.1.el7_3.x86_64
05:44:09 libsecret-devel-0.18.2-2.el7.x86_64
05:44:09 perl-Compress-Raw-Zlib-2.061-4.el7.x86_64
05:44:09 dmraid-1.0.0.rc16-28.el7.x86_64
05:44:10 kernel-devel-3.10.0-514.6.2.el7.x86_64
05:44:10 regexp-1.5-13.el7.noarch
05:44:10 libbasicobjects-0.1.1-27.el7.x86_64
05:44:10 libnm-gtk-1.4.0-2.el7.x86_64
05:44:10 kdelibs-common-4.14.8-6.el7_3.x86_64
05:44:10 perl-Module-Load-Conditional-0.54-3.el7.noarch
05:44:10 soprano-2.9.2-3.el7.x86_64
05:44:10 perl-Net-SSLeay-1.55-4.el7.x86_64
05:44:10 libreport-plugin-mailx-2.1.11-35.el7.centos.x86_64
05:44:10 libjpeg-turbo-1.2.90-5.el7.x86_64
05:44:10 xbean-3.13-6.el7.noarch
05:44:10 rubygem-abrt-0.0.6-2.el7.noarch
05:44:10 lcms2-2.6-3.el7.x86_64
05:44:10 brltty-4.5-13.el7.x86_64
05:44:10 caribou-0.4.16-1.el7.x86_64
05:44:10 libdmapsharing-2.9.30-1.el7.x86_64
05:44:10 samba-client-libs-4.4.4-14.el7_3.x86_64
05:44:10 perl-CPAN-Meta-2.120921-5.el7.noarch
05:44:10 pcp-pmda-apache-3.11.3-4.el7.x86_64
05:44:10 readline-6.2-9.el7.x86_64
05:44:10 rest-0.7.92-5.el7.x86_64
05:44:10 avahi-ui-gtk3-0.6.31-17.el7.x86_64
05:44:10 python-krbV-1.0.90-8.el7.x86_64
05:44:10 perl-Carp-Clan-6.04-10.el7.noarch
05:44:10 alsa-utils-1.1.1-1.el7.x86_64
05:44:10 open-vm-tools-10.0.5-4.el7_3.x86_64
05:44:10 pixman-devel-0.34.0-1.el7.x86_64
05:44:10 procps-ng-3.3.10-10.el7.x86_64
05:44:10 kdepim-4.10.5-6.el7.x86_64
05:44:10 konkretcmpi-python-0.9.1-5.el7.x86_64
05:44:10 gcr-devel-3.14.0-1.el7.x86_64
05:44:10 cairo-gobject-devel-1.14.2-1.el7.x86_64
05:44:10 pykickstart-1.99.66.10-1.el7.noarch
05:44:10 redhat-menus-12.0.2-8.el7.noarch
05:44:10 libattr-2.4.46-12.el7.x86_64
05:44:10 crash-gcore-command-1.3.1-0.el7.x86_64
05:44:10 curl-7.29.0-35.el7.centos.x86_64
05:44:10 junit-4.11-8.el7.noarch
05:44:10 cronie-1.4.11-14.el7_2.1.x86_64
05:44:10 libwps-0.3.1-1.el7.x86_64
05:44:10 rubygem-rdoc-4.0.0-29.el7.noarch
05:44:10 iwl5150-firmware-8.24.2.2-49.el7.noarch
05:44:10 cpio-2.11-24.el7.x86_64
05:44:10 poppler-0.26.5-16.el7.x86_64
05:44:10 qt-devel-4.8.5-13.el7.x86_64
05:44:10 telepathy-farstream-0.6.0-5.el7.x86_64
05:44:10 cyrus-sasl-md5-2.1.26-20.el7_2.x86_64
05:44:10 seabios-bin-1.9.1-5.el7_3.3.noarch
05:44:10 python-ldap-2.4.15-2.el7.x86_64
05:44:10 gettext-libs-0.18.2.1-4.el7.x86_64
05:44:10 systemtap-sdt-devel-3.0-7.el7.x86_64
05:44:10 vim-common-7.4.160-1.el7_3.1.x86_64
05:44:10 gedit-3.14.3-18.el7.x86_64
05:44:10 pth-2.0.7-23.el7.x86_64
05:44:10 xorg-x11-drv-fbdev-0.4.3-20.el7.x86_64
05:44:10 rpcbind-0.2.0-38.el7_3.1.x86_64
05:44:10 lpsolve-5.5.2.0-8.el7.x86_64
05:44:10 abrt-retrace-client-2.1.11-45.el7.centos.x86_64
05:44:10 gstreamer-plugins-bad-free-0.10.23-22.el7_3.x86_64
05:44:10 libmng-1.0.10-14.el7.x86_64
05:44:10 pcp-3.11.3-4.el7.x86_64
05:44:10 gucharmap-3.14.2-2.el7.x86_64
05:44:10 libexttextcat-3.4.1-3.el7.x86_64
05:44:10 sudo-1.8.6p7-23.el7_3.x86_64
05:44:10 perl-libxml-perl-0.08-19.el7.noarch
05:44:10 gettext-0.18.2.1-4.el7.x86_64
05:44:11 gnutls-utils-3.3.24-1.el7.x86_64
05:44:11 ipa-common-4.4.0-14.el7.centos.7.noarch
05:44:11 lohit-oriya-fonts-2.5.4.1-3.el7.noarch
05:44:11 glib2-devel-2.46.2-4.el7.x86_64
05:44:11 xorg-x11-drv-intel-2.99.917-22.20151206.el7.x86_64
05:44:11 bridge-utils-1.5-9.el7.x86_64
05:44:11 adwaita-gtk2-theme-3.14.2.2-2.el7.x86_64
05:44:11 python-sssdconfig-1.14.0-43.el7_3.18.noarch
05:44:11 perl-Newt-1.08-36.el7.x86_64
05:44:11 automake-1.13.4-3.el7.noarch
05:44:11 libICE-devel-1.0.9-2.el7.x86_64
05:44:11 nhn-nanum-gothic-fonts-3.020-9.el7.noarch
05:44:11 fcgi-devel-2.4.0-25.el7.x86_64
05:44:11 polkit-pkla-compat-0.1-4.el7.x86_64
05:44:11 ibus-libpinyin-1.6.91-4.el7.x86_64
05:44:11 startup-notification-devel-0.12-8.el7.x86_64
05:44:11 perl-YAML-Tiny-1.51-6.el7.noarch
05:44:11 libwacom-0.12-1.el7.x86_64
05:44:11 cpp-4.8.5-11.el7.x86_64
05:44:11 adwaita-icon-theme-3.14.1-1.el7.noarch
05:44:11 madan-fonts-2.000-11.el7.noarch
05:44:11 xdg-user-dirs-gtk-0.10-4.el7.x86_64
05:44:11 nepomuk-core-4.10.5-5.el7.x86_64
05:44:11 kernel-devel-3.10.0-514.26.2.el7.x86_64
05:44:11 langtable-python-0.0.31-3.el7.noarch
05:44:11 gcc-4.8.5-11.el7.x86_64
05:44:11 harfbuzz-icu-0.9.36-1.el7.x86_64
05:44:11 ctags-5.8-13.el7.x86_64
05:44:11 glusterfs-client-xlators-3.7.9-12.el7.centos.x86_64
05:44:11 kdenetwork-devel-4.10.5-8.el7_0.noarch
05:44:11 kde-runtime-libs-4.10.5-8.el7.x86_64
05:44:11 java-1.8.0-openjdk-headless-1.8.0.141-1.b16.el7_3.x86_64
05:44:11 lapack-3.4.2-5.el7.x86_64
05:44:11 celt051-0.5.1.3-8.el7.x86_64
05:44:11 nginx-filesystem-1.10.2-1.el7.noarch
05:44:11 libpfm-devel-4.7.0-1.el7.x86_64
05:44:11 usbmuxd-1.0.8-11.el7.x86_64
05:44:11 librsvg2-devel-2.39.0-1.el7.x86_64
05:44:11 kdenetwork-krdc-4.10.5-8.el7_0.x86_64
05:44:11 python2-psutil-2.2.1-2.el7.x86_64
05:44:11 rpm-devel-4.11.3-21.el7.x86_64
05:44:11 libisofs-1.2.8-4.el7.x86_64
05:44:11 gnu-free-fonts-common-20120503-8.el7.noarch
05:44:11 libselinux-utils-2.5-15.el7.x86_64
05:44:11 libXinerama-1.1.3-2.1.el7.x86_64
05:44:11 filesystem-3.2-21.el7.x86_64
05:44:11 hostname-3.13-3.el7.x86_64
05:44:11 sane-backends-1.0.24-9.el7.x86_64
05:44:11 authconfig-6.2.8-14.el7.x86_64
05:44:11 pcp-pmda-memcache-3.11.3-4.el7.x86_64
05:44:11 libunwind-1.1-5.el7_2.2.x86_64
05:44:11 sqlite-devel-3.7.17-8.el7.x86_64
05:44:11 gl-manpages-1.1-7.20130122.el7.noarch
05:44:11 lz4-1.7.5-3.el7.x86_64
05:44:11 libXxf86vm-1.1.3-2.1.el7.x86_64
05:44:11 qt-x11-4.8.5-13.el7.x86_64
05:44:11 perl-Scalar-List-Utils-1.27-248.el7.x86_64
05:44:11 krb5-workstation-1.14.1-27.el7_3.x86_64
05:44:11 pcp-pmda-roomtemp-3.11.3-4.el7.x86_64
05:44:11 python-slip-dbus-0.4.0-2.el7.noarch
05:44:11 libgpg-error-devel-1.12-3.el7.x86_64
05:44:11 compat-db-headers-4.7.25-28.el7.noarch
05:44:11 guava-13.0-6.el7.noarch
05:44:11 gstreamer-plugins-base-0.10.36-10.el7.x86_64
05:44:11 libtalloc-2.1.6-1.el7.x86_64
05:44:11 at-spi2-core-2.14.1-2.el7.x86_64
05:44:11 perl-Data-Dumper-2.145-3.el7.x86_64
05:44:11 clutter-gst2-2.0.12-2.el7.x86_64
05:44:11 libibverbs-1.2.1-1.el7.x86_64
05:44:11 qemu-guest-agent-2.5.0-3.el7.x86_64
05:44:11 apache-commons-io-2.4-12.el7.noarch
05:44:11 gvnc-0.5.2-7.el7.x86_64
05:44:11 tar-1.26-31.el7.x86_64
05:44:11 libpeas-1.12.1-2.el7.x86_64
05:44:11 perl-Locale-Maketext-1.23-3.el7.noarch
05:44:11 libzapojit-0.0.3-4.el7.x86_64
05:44:11 perl-Package-Constants-0.02-291.el7.noarch
05:44:11 php-xml-5.4.16-42.el7.x86_64
05:44:11 python-ipaddr-2.1.9-5.el7.noarch
05:44:11 strigi-libs-0.7.7-12.20120626.el7.x86_64
05:44:11 jboss-transaction-1.1-api-1.0.1-8.el7.noarch
05:44:11 apache-commons-pool-1.6-9.el7.noarch
05:44:11 glusterfs-libs-3.7.9-12.el7.centos.x86_64
05:44:11 polkit-0.112-12.el7_3.x86_64
05:44:11 abrt-gui-2.1.11-45.el7.centos.x86_64
05:44:11 perl-CPAN-Meta-Requirements-2.122-7.el7.noarch
05:44:11 metacity-2.34.13-7.el7.x86_64
05:44:11 kexec-tools-2.0.7-50.el7.x86_64
05:44:11 pcp-pmda-mounts-3.11.3-4.el7.x86_64
05:44:11 python-dateutil-1.5-7.el7.noarch
05:44:11 tcpdump-4.5.1-3.el7.x86_64
05:44:11 libgpg-error-1.12-3.el7.x86_64
05:44:11 python34-3.4.10-8.el7.x86_64
05:44:11 libxklavier-5.4-7.el7.x86_64
05:44:11 nss-softokn-3.16.2.3-14.4.el7.x86_64
05:44:11 libvirt-daemon-driver-interface-2.0.0-10.el7_3.9.x86_64
05:44:11 perl-Env-1.04-2.el7.noarch
05:44:11 hplip-libs-3.15.9-2.el7.x86_64
05:44:11 libffi-devel-3.0.13-18.el7.x86_64
05:44:11 ghostscript-fonts-5.50-32.el7.noarch
05:44:11 readline-devel-6.2-9.el7.x86_64
05:44:11 oddjob-0.31.5-4.el7.x86_64
05:44:11 libcap-ng-0.7.5-4.el7.x86_64
05:44:11 soprano-devel-2.9.2-3.el7.x86_64
05:44:11 boost-chrono-1.53.0-26.el7.x86_64
05:44:11 glx-utils-8.2.0-3.el7.x86_64
05:44:11 libshout-2.2.2-11.el7.x86_64
05:44:11 libappstream-glib-0.3.6-1.el7.x86_64
05:44:11 yum-plugin-fastestmirror-1.1.31-40.el7.noarch
05:44:11 swig-2.0.10-5.el7.x86_64
05:44:11 hmaccalc-0.9.13-4.el7.x86_64
05:44:11 open-vm-tools-desktop-10.0.5-4.el7_3.x86_64
05:44:11 keyutils-libs-1.5.8-3.el7.x86_64
05:44:11 apache-commons-logging-1.1.2-7.el7.noarch
05:44:11 openldap-2.4.40-13.el7.x86_64
05:44:11 rdma-7.3_4.7_rc2-6.el7_3.noarch
05:44:11 cups-1.6.3-26.el7.x86_64
05:44:11 sgabios-bin-0.20110622svn-4.el7.noarch
05:44:11 ruby-irb-2.0.0.648-29.el7.noarch
05:44:11 iwl5000-firmware-8.83.5.1_1-49.el7.noarch
05:44:11 tog-pegasus-libs-2.14.1-3.el7.x86_64
05:44:11 findutils-4.5.11-5.el7.x86_64
05:44:11 phonon-backend-gstreamer-4.6.3-3.el7.x86_64
05:44:11 mariadb-libs-5.5.52-1.el7.x86_64
05:44:11 libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
05:44:11 file-roller-nautilus-3.14.2-10.el7.x86_64
05:44:11 sip-macros-4.14.6-4.el7.x86_64
05:44:11 perl-XML-Dumper-0.81-17.el7.noarch
05:44:11 opencc-0.4.3-3.el7.x86_64
05:44:11 xorg-x11-drv-evdev-2.9.2-2.el7.x86_64
05:44:11 PackageKit-glib-1.0.7-6.el7.centos.x86_64
05:44:11 evolution-mapi-3.12.10-5.el7.x86_64
05:44:11 liberation-sans-fonts-1.07.2-15.el7.noarch
05:44:11 abrt-addon-python-2.1.11-45.el7.centos.x86_64
05:44:11 libgdither-0.6-8.el7.x86_64
05:44:11 tzdata-java-2017b-1.el7.noarch
05:44:11 glibmm24-2.42.0-1.el7.x86_64
05:44:11 libGLEW-1.10.0-5.el7.x86_64
05:44:11 fuse-2.9.2-7.el7.x86_64
05:44:11 gzip-1.5-8.el7.x86_64
05:44:11 ldns-1.6.16-10.el7.x86_64
05:44:11 perl-Version-Requirements-0.101022-244.el7.noarch
05:44:11 python-urllib3-1.10.2-2.el7_1.noarch
05:44:11 util-linux-2.23.2-33.el7_3.2.x86_64
05:44:11 libcroco-0.6.8-5.el7.x86_64
05:44:11 dleyna-server-0.4.0-1.el7.x86_64
05:44:11 libsoup-devel-2.48.1-6.el7.x86_64
05:44:11 libsss_nss_idmap-1.14.0-43.el7_3.18.x86_64
05:44:11 eog-3.14.3-1.el7.x86_64
05:44:11 virt-manager-common-1.4.0-2.el7.noarch
05:44:11 perl-Devel-Symdump-2.10-2.el7.noarch
05:44:11 gnu-free-mono-fonts-20120503-8.el7.noarch
05:44:11 pulseaudio-gdm-hooks-6.0-9.el7_3.x86_64
05:44:11 pciutils-3.5.1-1.el7.x86_64
05:44:11 libguestfs-1.32.7-3.el7_3.3.x86_64
05:44:11 libstdc++-devel-4.8.5-11.el7.x86_64
05:44:11 ImageMagick-perl-6.7.8.9-15.el7_2.x86_64
05:44:11 perl-Net-HTTP-6.06-2.el7.noarch
05:44:11 gnu-free-sans-fonts-20120503-8.el7.noarch
05:44:11 crontabs-1.11-6.20121102git.el7.noarch
05:44:11 gsm-1.0.13-11.el7.x86_64
05:44:11 kdepimlibs-4.10.5-4.el7.x86_64
05:44:11 btrfs-progs-4.4.1-1.el7.x86_64
05:44:12 kernel-tools-3.10.0-514.26.2.el7.x86_64
05:44:12 php-5.4.16-42.el7.x86_64
05:44:12 perl-CGI-3.63-4.el7.noarch
05:44:12 lrzsz-0.12.20-36.el7.x86_64
05:44:12 libtool-ltdl-2.4.2-22.el7_3.x86_64
05:44:12 pyparted-3.9-13.el7.x86_64
05:44:12 unixODBC-2.3.1-11.el7.x86_64
05:44:12 libkipi-devel-4.10.5-3.el7.x86_64
05:44:12 glusterfs-api-3.7.9-12.el7.centos.x86_64
05:44:12 glibc-common-2.17-157.el7_3.5.x86_64
05:44:12 postgresql-devel-9.2.18-1.el7.x86_64
05:44:12 system-config-printer-1.4.1-19.el7.x86_64
05:44:12 gssproxy-0.4.1-13.el7.x86_64
05:44:12 liborcus-0.7.0-6.el7.x86_64
05:44:12 gnome-devel-docs-3.14.4-1.el7.noarch
05:44:12 libreoffice-writer-5.0.6.2-5.el7_3.1.x86_64
05:44:12 exempi-2.2.0-8.el7.x86_64
05:44:12 okular-libs-4.10.5-4.el7.x86_64
05:44:12 e2fsprogs-1.42.9-9.el7.x86_64
05:44:12 tomcat-admin-webapps-7.0.69-12.el7_3.noarch
05:44:12 libhugetlbfs-utils-2.16-12.el7.x86_64
05:44:12 qt3-devel-3.3.8b-51.el7.x86_64
05:44:12 pygobject3-devel-3.14.0-3.el7.x86_64
05:44:12 libsrtp-1.4.4-10.20101004cvs.el7.x86_64
05:44:12 vsftpd-3.0.2-21.el7.x86_64
05:44:12 gpg-pubkey-f4a80eb5-53a7ff4b
05:44:12 boost-serialization-1.53.0-26.el7.x86_64
05:44:12 gutenprint-5.2.9-18.el7.x86_64
05:44:12 libusal-1.1.11-23.el7.x86_64
05:44:12 quota-nls-4.01-14.el7.noarch
05:44:12 setup-2.8.71-7.el7.noarch
05:44:12 libXcursor-1.1.14-2.1.el7.x86_64
05:44:12 selinux-policy-targeted-3.13.1-266.el7.noarch
05:44:12 gamin-0.1.10-16.el7.x86_64
05:44:12 libpng-devel-1.5.13-7.el7_2.x86_64
05:44:12 lockdev-1.0.4-0.13.20111007git.el7.x86_64
05:44:12 pcp-pmda-kvm-3.11.3-4.el7.x86_64
05:44:12 libdvdread-5.0.3-3.el7.x86_64
05:44:12 tk-8.5.13-6.el7.x86_64
05:44:12 perl-Text-ParseWords-3.29-4.el7.noarch
05:44:12 libX11-common-1.6.3-3.el7.noarch
05:44:12 linux-firmware-20160830-49.git7534e19.el7.noarch
05:44:12 squashfuse-libs-0.1.102-1.el7.x86_64
05:44:12 libicu-devel-50.1.2-15.el7.x86_64
05:44:12 libtiff-devel-4.0.3-27.el7_3.x86_64
05:44:12 apr-util-devel-1.5.2-6.el7.x86_64
05:44:12 python-slip-0.4.0-2.el7.noarch
05:44:12 pcp-pmda-rpm-3.11.3-4.el7.x86_64
05:44:12 rsyslog-7.4.7-16.el7.x86_64
05:44:12 ibus-gtk3-1.5.3-13.el7.x86_64
05:44:12 perl-Time-HiRes-1.9725-3.el7.x86_64
05:44:12 compat-libcogl12-1.14.0-3.el7.x86_64
05:44:12 skkdic-20130104-6.T1435.el7.noarch
05:44:12 cglib-2.2-18.el7.noarch
05:44:12 openssl-1.0.1e-60.el7_3.1.x86_64
05:44:12 mod_fcgid-2.3.9-4.el7.x86_64
05:44:12 redhat-rpm-config-9.1.0-72.el7.centos.noarch
05:44:12 gtk-vnc2-0.5.2-7.el7.x86_64
05:44:12 perl-ExtUtils-Manifest-1.61-244.el7.noarch
05:44:12 nautilus-extensions-3.14.3-12.el7.x86_64
05:44:12 lua-5.1.4-15.el7.x86_64
05:44:12 cal10n-0.7.7-4.el7.noarch
05:44:12 qt-settings-19-23.5.el7.centos.noarch
05:44:12 php-pdo-5.4.16-42.el7.x86_64
05:44:12 libxml2-python-2.9.1-6.el7_2.3.x86_64
05:44:12 perl-IO-Zlib-1.10-291.el7.noarch
05:44:12 perl-LWP-MediaTypes-6.02-2.el7.noarch
05:44:12 libkworkspace-4.11.19-8.el7.x86_64
05:44:12 systemd-libs-219-30.el7_3.9.x86_64
05:44:12 libdhash-0.4.3-27.el7.x86_64
05:44:12 libSM-1.2.2-2.el7.x86_64
05:44:12 sisu-inject-bean-2.3.0-11.el7.noarch
05:44:12 perl-IPC-Cmd-0.80-4.el7.noarch
05:44:12 glib-networking-2.42.0-1.el7.x86_64
05:44:12 setuptool-1.19.11-8.el7.x86_64
05:44:12 pytz-2012d-5.el7.noarch
05:44:12 pcp-pmda-cisco-3.11.3-4.el7.x86_64
05:44:12 numad-0.5-17.20150602git.el7.x86_64
05:44:12 yelp-3.14.2-1.el7.x86_64
05:44:12 perl-Locale-Codes-3.26-2.el7.noarch
05:44:12 gnome-packagekit-updater-3.14.3-7.el7.x86_64
05:44:12 libvirt-daemon-driver-nwfilter-2.0.0-10.el7_3.9.x86_64
05:44:12 shadow-utils-4.1.5.1-24.el7.x86_64
05:44:12 libXaw-1.0.12-5.el7.x86_64
05:44:12 gpm-libs-1.20.7-5.el7.x86_64
05:44:12 telepathy-salut-0.8.1-6.el7.x86_64
05:44:12 urw-fonts-2.4-16.el7.noarch
05:44:12 iptables-devel-1.4.21-17.el7.x86_64
05:44:12 gtkmm30-3.8.1-3.el7.x86_64
05:44:12 libiec61883-1.2.0-10.el7.x86_64
05:44:12 kate-part-4.10.5-4.el7.x86_64
05:44:12 polkit-devel-0.112-12.el7_3.x86_64
05:44:12 librados2-0.94.5-1.el7.x86_64
05:44:12 webrtc-audio-processing-0.1-5.el7.x86_64
05:44:12 gpg-pubkey-352c64e5-52ae6884
05:44:12 python-psycopg2-2.5.1-3.el7.x86_64
05:44:12 libpng12-1.2.50-10.el7.x86_64
05:44:12 createrepo-0.9.9-26.el7.noarch
05:44:12 libgtop2-2.28.4-7.el7.x86_64
05:44:12 samba-common-tools-4.4.4-14.el7_3.x86_64
05:44:12 rpm-4.11.3-21.el7.x86_64
05:44:12 avalon-framework-4.3-10.el7.noarch
05:44:12 libxslt-1.1.28-5.el7.x86_64
05:44:12 libutempter-1.1.6-4.el7.x86_64
05:44:12 audit-2.6.5-3.el7_3.1.x86_64
05:44:12 radvd-1.9.2-9.el7.x86_64
05:44:12 passwd-0.79-4.el7.x86_64
05:44:12 gnome-backgrounds-3.14.1-2.el7.noarch
05:44:12 rubygem-io-console-0.4.2-29.el7.x86_64
05:44:12 bc-1.06.95-13.el7.x86_64
05:44:12 kde-workspace-devel-4.11.19-8.el7.x86_64
05:44:12 systemd-python-219-30.el7_3.9.x86_64
05:44:12 phonon-devel-4.6.0-10.el7.x86_64
05:44:12 tcp_wrappers-libs-7.6-77.el7.x86_64
05:44:12 color-filesystem-1-13.el7.noarch
05:44:12 openlmi-providers-0.5.0-4.el7.x86_64
05:44:12 lsof-4.87-4.el7.x86_64
05:44:12 gnome-session-xsession-3.14.0-5.el7.x86_64
05:44:12 python2-acme-0.14.1-1.el7.noarch
05:44:12 hunspell-en-US-0.20121024-5.el7.noarch
05:44:12 gpgme-1.3.2-5.el7.x86_64
05:44:12 abrt-cli-2.1.11-45.el7.centos.x86_64
05:44:12 libcanberra-devel-0.30-5.el7.x86_64
05:44:12 gvfs-devel-1.22.4-8.el7.x86_64
05:44:12 plymouth-0.8.9-0.26.20140113.el7.centos.x86_64
05:44:12 libyaml-0.1.4-11.el7_0.x86_64
05:44:12 libuuid-2.23.2-33.el7_3.2.x86_64
05:44:12 python-parsedatetime-1.5-3.el7.noarch
05:44:12 libwmf-lite-0.2.8.4-41.el7_1.x86_64
05:44:12 compat-libtiff3-3.9.4-11.el7.x86_64
05:44:12 perl-Archive-Zip-1.30-11.el7.noarch
05:44:12 libnl3-3.2.28-3.el7_3.x86_64
05:44:12 mesa-libEGL-devel-11.2.2-2.20160614.el7.x86_64
05:44:12 lvm2-libs-2.02.166-1.el7_3.5.x86_64
05:44:12 lm_sensors-libs-3.4.0-4.20160601gitf9185e5.el7.x86_64
05:44:12 libglade2-2.6.4-11.el7.x86_64
05:44:12 bzip2-1.0.6-13.el7.x86_64
05:44:12 lklug-fonts-0.6-10.20090803cvs.el7.noarch
05:44:12 perl-Text-Diff-1.41-5.el7.noarch
05:44:12 netcf-libs-0.2.8-2.el7.x86_64
05:44:12 ibus-chewing-1.4.4-14.el7.x86_64
05:44:12 php-gd-5.4.16-42.el7.x86_64
05:44:12 sssd-proxy-1.14.0-43.el7_3.18.x86_64
05:44:12 libosinfo-0.3.0-3.el7.x86_64
05:44:12 ibus-libs-1.5.3-13.el7.x86_64
05:44:12 libreoffice-opensymbol-fonts-5.0.6.2-5.el7_3.1.noarch
05:44:12 lohit-marathi-fonts-2.5.3-2.el7.noarch
05:44:12 cups-devel-1.6.3-26.el7.x86_64
05:44:12 libqmi-1.16.0-1.el7.x86_64
05:44:12 kdenetwork-kopete-libs-4.10.5-8.el7_0.x86_64
05:44:12 harfbuzz-0.9.36-1.el7.x86_64
05:44:12 libsysfs-2.1.0-16.el7.x86_64
05:44:12 perl-FCGI-0.74-8.el7.x86_64
05:44:12 systemtap-client-3.0-7.el7.x86_64
05:44:12 xorg-x11-drivers-7.7-6.el7.x86_64
05:44:12 python-virtualenv-1.10.1-3.el7.noarch
05:44:12 bind-libs-lite-9.9.4-50.el7_3.1.x86_64
05:44:12 glusterfs-3.7.9-12.el7.centos.x86_64
05:44:12 kde-runtime-drkonqi-4.10.5-8.el7.x86_64
05:44:12 keyutils-1.5.8-3.el7.x86_64
05:44:12 httpd-manual-2.4.6-45.el7.centos.4.noarch
05:44:12 libmng-devel-1.0.10-14.el7.x86_64
05:44:12 soundtouch-1.4.0-9.el7.x86_64
05:44:12 boost-devel-1.53.0-26.el7.x86_64
05:44:12 tomcat-lib-7.0.69-12.el7_3.noarch
05:44:12 libss-1.42.9-9.el7.x86_64
05:44:12 okular-devel-4.10.5-4.el7.x86_64
05:44:12 upower-0.99.2-1.el7.x86_64
05:44:12 nginx-1.10.2-1.el7.x86_64
05:44:12 kdesdk-okteta-4.10.5-6.el7.x86_64
05:44:12 tcp_wrappers-7.6-77.el7.x86_64
05:44:12 libnl-1.1.4-3.el7.x86_64
05:44:12 libnfnetlink-1.0.1-4.el7.x86_64
05:44:12 python2-configargparse-0.11.0-1.el7.noarch
05:44:12 mozilla-filesystem-1.9-11.el7.x86_64
05:44:12 libselinux-2.5-15.el7.x86_64
05:44:12 libnotify-0.7.5-8.el7.x86_64
05:44:12 libvpx-1.3.0-5.el7_0.x86_64
05:44:12 dmidecode-3.0-2.1.el7_3.x86_64
05:44:12 shared-desktop-ontologies-0.11.0-2.el7.noarch
05:44:12 libselinux-python-2.5-15.el7.x86_64
05:44:12 libXfixes-devel-5.0.1-2.1.el7.x86_64
05:44:12 xorg-x11-xbitmaps-1.1.1-6.el7.noarch
05:44:12 perl-HTTP-Tiny-0.033-3.el7.noarch
05:44:12 python-javapackages-3.4.1-11.el7.noarch
05:44:12 libkkc-common-0.3.1-9.el7.noarch
05:44:12 adwaita-cursor-theme-3.14.1-1.el7.noarch
05:44:12 libzstd-1.4.5-3.el7.x86_64
05:44:12 libXt-devel-1.1.4-6.1.el7.x86_64
05:44:12 ftp-0.17-67.el7.x86_64
05:44:12 postfix-perl-scripts-2.10.1-6.el7.x86_64
05:44:12 langtable-data-0.0.31-3.el7.noarch
05:44:12 gtk2-2.24.28-8.el7.x86_64
05:44:12 spice-server-0.12.4-20.el7_3.x86_64
05:44:12 libmspub-0.1.2-1.el7.x86_64
05:44:12 gnome-icon-theme-extras-3.12.0-1.el7.noarch
05:44:12 libcom_err-1.42.9-9.el7.x86_64
05:44:12 cim-schema-2.33.0-6.el7.noarch
05:44:12 httpcomponents-core-4.2.4-6.el7.noarch
05:44:12 perl-Pod-Simple-3.28-4.el7.noarch
05:44:12 apache-commons-lang-2.6-15.el7.noarch
05:44:12 gdk-pixbuf2-devel-2.31.6-3.el7.x86_64
05:44:12 time-1.7-45.el7.x86_64
05:44:12 python-backports-1.0-8.el7.x86_64
05:44:12 boost-system-1.53.0-26.el7.x86_64
05:44:12 bcel-5.2-18.el7.noarch
05:44:12 libao-1.1.0-8.el7.x86_64
05:44:12 libzip-0.10.1-8.el7.x86_64
05:44:12 perl-Module-Pluggable-4.8-3.el7.noarch
05:44:12 m2crypto-0.21.1-17.el7.x86_64
05:44:12 coreutils-8.22-18.el7.x86_64
05:44:12 jboss-servlet-3.0-api-1.0.1-9.el7.noarch
05:44:12 libXcomposite-devel-0.4.4-4.1.el7.x86_64
05:44:12 dejavu-sans-fonts-2.33-6.el7.noarch
05:44:12 qca2-2.0.3-7.el7.x86_64
05:44:12 perl-Digest-1.17-245.el7.noarch
05:44:12 alsa-lib-1.1.1-1.el7.x86_64
05:44:12 plexus-containers-container-default-1.5.5-14.el7.noarch
05:44:12 perl-Pod-Checker-1.60-2.el7.noarch
05:44:12 python-beaker-1.5.4-10.el7.noarch
05:44:12 zlib-devel-1.2.7-17.el7.x86_64
05:44:12 libwbclient-4.4.4-14.el7_3.x86_64
05:44:12 bzip2-libs-1.0.6-13.el7.x86_64
05:44:12 jzlib-1.1.1-6.el7.noarch
05:44:12 pycairo-1.8.10-8.el7.x86_64
05:44:12 perl-File-Fetch-0.42-2.el7.noarch
05:44:12 totem-pl-parser-3.10.5-1.el7.x86_64
05:44:12 perl-XML-SAX-Base-1.08-7.el7.noarch
05:44:12 python-yubico-1.2.3-1.el7.noarch
05:44:12 libsoup-2.48.1-6.el7.x86_64
05:44:12 libvirt-daemon-2.0.0-10.el7_3.9.x86_64
05:44:12 sqlite-3.7.17-8.el7.x86_64
05:44:12 mesa-libGLU-devel-9.0.0-4.el7.x86_64
05:44:12 abattis-cantarell-fonts-0.0.16-3.el7.noarch
05:44:12 libnice-0.1.3-4.el7.x86_64
05:44:12 pyxattr-0.5.1-5.el7.x86_64
05:44:12 libicu-50.1.2-15.el7.x86_64
05:44:12 ptlib-2.10.10-6.el7.x86_64
05:44:12 perl-Mozilla-CA-20130114-5.el7.noarch
05:44:12 fuse-libs-2.9.2-7.el7.x86_64
05:44:12 libsmbclient-4.4.4-14.el7_3.x86_64
05:44:12 libXau-1.0.8-2.1.el7.x86_64
05:44:12 festvox-slt-arctic-hts-0.20061229-28.el7.noarch
05:44:12 konkretcmpi-0.9.1-5.el7.x86_64
05:44:12 boost-date-time-1.53.0-26.el7.x86_64
05:44:12 dbus-glib-0.100-7.el7.x86_64
05:44:12 motif-devel-2.3.4-8.1.el7_3.x86_64
05:44:12 compat-glibc-2.12-4.el7.centos.x86_64
05:44:12 libXau-devel-1.0.8-2.1.el7.x86_64
05:44:12 gpg-pubkey-2c52609d-55a59f6e
05:44:12 pciutils-libs-3.5.1-1.el7.x86_64
05:44:12 libcap-2.22-8.el7.x86_64
05:44:12 log4j-1.2.17-15.el7.noarch
05:44:12 ustr-1.0.4-16.el7.x86_64
05:44:12 raptor2-2.0.9-3.el7.x86_64
05:44:12 libreport-python-2.1.11-35.el7.centos.x86_64
05:44:12 json-c-0.11-4.el7_0.x86_64
05:44:12 jna-3.5.2-8.el7.x86_64
05:44:12 deltarpm-3.6-3.el7.x86_64
05:44:12 NetworkManager-tui-1.4.0-20.el7_3.x86_64
05:44:12 rhino-1.7R4-5.el7.noarch
05:44:12 emacs-filesystem-24.3-19.el7_3.noarch
05:44:12 redland-virtuoso-1.0.16-6.el7.x86_64
05:44:12 libvirt-docs-2.0.0-10.el7_3.9.x86_64
05:44:12 which-2.20-7.el7.x86_64
05:44:12 nspr-devel-4.13.1-1.0.el7_3.x86_64
05:44:12 libcdio-0.92-1.el7.x86_64
05:44:12 nss-tools-3.28.4-1.2.el7_3.x86_64
05:44:12 xorg-x11-drv-qxl-0.1.1-18.el7.x86_64
05:44:12 scrub-2.5.2-5.el7.x86_64
05:44:12 gnome-menus-3.13.3-3.el7.x86_64
05:44:12 libsigc++20-2.3.1-4.el7.x86_64
05:44:12 dotconf-1.3-8.el7.x86_64
05:44:12 libwvstreams-4.6.1-11.el7.x86_64
05:44:12 libv4l-0.9.5-4.el7.x86_64
05:44:12 icedax-1.1.11-23.el7.x86_64
05:44:12 gstreamer1-plugins-good-1.4.5-3.el7_3.x86_64
05:44:12 libpipeline-1.2.3-3.el7.x86_64
05:44:12 dialog-1.2-4.20130523.el7.x86_64
05:44:12 perl-Bit-Vector-7.3-3.el7.x86_64
05:44:13 kernel-devel-3.10.0-514.21.2.el7.x86_64
05:44:13 apr-1.4.8-3.el7.x86_64
05:44:13 pulseaudio-libs-6.0-9.el7_3.x86_64
05:44:13 centos-logos-70.0.6-3.el7.centos.noarch
05:44:13 perl-Digest-SHA1-2.13-9.el7.x86_64
05:44:13 device-mapper-event-libs-1.02.135-1.el7_3.5.x86_64
05:44:13 initscripts-9.49.37-1.el7_3.1.x86_64
05:44:13 gpg-pubkey-baadae52-49beffa4
05:44:13 perl-DBI-1.627-4.el7.x86_64
05:44:13 libsss_sudo-1.14.0-43.el7_3.18.x86_64
05:44:13 compat-poppler022-qt-0.22.5-4.el7.x86_64
05:44:13 perl-TermReadKey-2.30-20.el7.x86_64
05:44:13 sssd-ipa-1.14.0-43.el7_3.18.x86_64
05:44:13 libSM-devel-1.2.2-2.el7.x86_64
05:44:13 gtk2-devel-2.24.28-8.el7.x86_64
05:44:13 ntp-4.2.6p5-25.el7.centos.2.x86_64
05:44:13 jq-1.5-1.el7.x86_64
05:44:13 perl-Font-AFM-1.20-13.el7.noarch
05:44:13 sssd-1.14.0-43.el7_3.18.x86_64
05:44:13 imsettings-1.6.3-9.el7.x86_64
05:44:13 libreoffice-graphicfilter-5.0.6.2-5.el7_3.1.x86_64
05:44:13 compat-libpackagekit-glib2-16-0.8.9-1.el7.x86_64
05:44:13 perl-HTTP-Message-6.06-6.el7.noarch
05:44:13 libedit-3.0-12.20121213cvs.el7.x86_64
05:44:13 perf-3.10.0-514.26.2.el7.x86_64
05:44:13 libieee1284-0.2.11-15.el7.x86_64
05:44:13 kactivities-4.10.5-3.el7.x86_64
05:44:13 pyparsing-1.5.6-9.el7.noarch
05:44:13 theora-tools-1.1.1-8.el7.x86_64
05:44:13 qemu-img-1.5.3-126.el7_3.10.x86_64
05:44:13 OpenEXR-libs-1.7.1-7.el7.x86_64
05:44:13 httpd-tools-2.4.6-45.el7.centos.4.x86_64
05:44:13 libsamplerate-0.1.8-6.el7.x86_64
05:44:13 java-1.8.0-openjdk-devel-1.8.0.141-1.b16.el7_3.x86_64
05:44:13 patch-2.7.1-8.el7.x86_64
05:44:13 ipa-client-4.4.0-14.el7.centos.7.x86_64
05:44:13 tomcat-servlet-3.0-api-7.0.69-12.el7_3.noarch
05:44:13 kdesdk-kmtrace-4.10.5-6.el7.x86_64
05:44:13 libreoffice-langpack-en-5.0.6.2-5.el7_3.1.x86_64
05:44:13 gdk-pixbuf2-2.31.6-3.el7.x86_64
05:44:13 libdv-1.0.0-17.el7.x86_64
05:44:13 nginx-mod-http-geoip-1.10.2-1.el7.x86_64
05:44:13 fftw-libs-double-3.3.3-8.el7.x86_64
05:44:13 clucene-core-2.3.3.4-11.el7.x86_64
05:44:13 e2fsprogs-devel-1.42.9-9.el7.x86_64
05:44:13 boost-math-1.53.0-26.el7.x86_64
05:44:13 lm_sensors-devel-3.4.0-4.20160601gitf9185e5.el7.x86_64
05:44:13 redhat-lsb-printing-4.1-27.el7.centos.1.x86_64
05:44:13 cyrus-sasl-scram-2.1.26-20.el7_2.x86_64
05:44:13 xvattr-1.3-27.el7.x86_64
05:44:13 pcp-pmda-gpfs-3.11.3-4.el7.x86_64
05:44:13 libhugetlbfs-2.16-12.el7.x86_64
05:44:13 pcp-pmda-nfsclient-3.11.3-4.el7.x86_64
05:44:13 speech-dispatcher-0.7.1-15.el7.x86_64
05:44:13 libdvdnav-5.0.3-1.el7.x86_64
05:44:13 mesa-libEGL-11.2.2-2.20160614.el7.x86_64
05:44:13 gmp-6.0.0-12.el7_1.x86_64
05:44:13 pcp-pmda-sendmail-3.11.3-4.el7.x86_64
05:44:13 libcanberra-gtk3-0.30-5.el7.x86_64
05:44:13 syslinux-extlinux-4.05-13.el7.x86_64
05:44:13 numactl-libs-2.0.9-6.el7_2.x86_64
05:44:13 pcp-pmda-zswap-3.11.3-4.el7.x86_64
05:44:13 gcr-3.14.0-1.el7.x86_64
05:44:13 plymouth-theme-charge-0.8.9-0.26.20140113.el7.centos.x86_64
05:44:13 firstboot-19.12-1.el7.x86_64
05:44:13 dmraid-events-1.0.0.rc16-28.el7.x86_64
05:44:13 webkitgtk3-2.4.9-6.el7.x86_64
05:44:13 powertop-2.3-11.el7.x86_64
05:44:13 gtkhtml3-4.8.5-2.el7.x86_64
05:44:13 perl-Convert-ASN1-0.26-4.el7.noarch
05:44:13 vte291-0.38.4-2.el7.x86_64
05:44:13 poppler-utils-0.26.5-16.el7.x86_64
05:44:13 libcanberra-gtk2-0.30-5.el7.x86_64
05:44:13 perl-XML-SAX-Writer-0.53-4.el7.noarch
05:44:13 gnome-abrt-0.3.4-8.el7.x86_64
05:44:13 rubygem-bundler-1.7.8-3.el7.noarch
05:44:13 cyrus-sasl-2.1.26-20.el7_2.x86_64
05:44:13 openldap-devel-2.4.40-13.el7.x86_64
05:44:13 python-caribou-0.4.16-1.el7.noarch
05:44:13 perl-Object-Accessor-0.42-291.el7.noarch
05:44:13 kwin-gles-libs-4.11.19-8.el7.x86_64
05:44:13 pcp-pmda-logger-3.11.3-4.el7.x86_64
05:44:13 gvfs-fuse-1.22.4-8.el7.x86_64
05:44:13 tbb-devel-4.1-9.20130314.el7.x86_64
05:44:13 pcp-pmda-gfs2-3.11.3-4.el7.x86_64
05:44:13 mesa-libGLES-11.2.2-2.20160614.el7.x86_64
05:44:13 at-spi2-core-devel-2.14.1-2.el7.x86_64
05:44:13 ps_mem-3.1-7.el7.noarch
05:44:13 usb_modeswitch-data-20160612-2.el7.noarch
05:44:13 libacl-devel-2.2.51-12.el7.x86_64
05:44:13 perl-Git-1.8.3.1-6.el7_2.1.noarch
05:44:13 alsa-lib-devel-1.1.1-1.el7.x86_64
05:44:13 php-cli-5.4.16-42.el7.x86_64
05:44:13 perl-XML-Grove-0.46alpha-52.el7.noarch
05:44:13 yum-utils-1.1.31-40.el7.noarch
05:44:13 gnome-shell-extension-apps-menu-3.14.4-21.el7.noarch
05:44:13 sg3_utils-libs-1.37-9.el7.x86_64
05:44:13 brasero-3.12.1-2.el7.x86_64
05:44:13 gnutls-c++-3.3.24-1.el7.x86_64
05:44:13 iwl3160-firmware-22.0.7.0-49.el7.noarch
05:44:13 rubygem-psych-2.0.0-29.el7.x86_64
05:44:13 libgnome-keyring-devel-3.8.0-3.el7.x86_64
05:44:13 pcp-doc-3.11.3-4.el7.noarch
05:44:13 evolution-data-server-devel-3.12.11-37.el7.x86_64
05:44:13 elfutils-0.166-2.el7.x86_64
05:44:13 perl-Crypt-SSLeay-0.64-5.el7.x86_64
05:44:13 python-devel-2.7.5-48.el7.x86_64
05:44:13 abrt-desktop-2.1.11-45.el7.centos.x86_64
05:44:13 enscript-1.6.6-6.el7.x86_64
05:44:13 abrt-dbus-2.1.11-45.el7.centos.x86_64
05:44:13 setroubleshoot-3.2.27.2-3.el7.x86_64
05:44:13 abrt-tui-2.1.11-45.el7.centos.x86_64
05:44:13 gvfs-smb-1.22.4-8.el7.x86_64
05:44:13 iputils-20160308-8.el7.x86_64
05:44:13 libcap-devel-2.22-8.el7.x86_64
05:44:13 python-pyudev-0.15-7.el7_2.1.noarch
05:44:13 ibus-kkc-1.5.18-7.el7.x86_64
05:44:13 gperftools-libs-2.4-8.el7.x86_64
05:44:13 m17n-contrib-1.1.14-3.el7.noarch
05:44:13 ibus-table-chinese-1.4.6-3.el7.noarch
05:44:13 gnutls-dane-3.3.24-1.el7.x86_64
05:44:13 pyatspi-2.14.0-2.el7.noarch
05:44:13 perl-Socket-2.010-4.el7.x86_64
05:44:13 wqy-zenhei-fonts-0.9.46-11.el7.noarch
05:44:13 gnome-calculator-3.14.1-2.el7.x86_64
05:44:13 xorg-x11-drv-nouveau-1.0.11-4.el7.x86_64
05:44:13 libstoragemgmt-1.3.4-1.el7.x86_64
05:44:13 paktype-naskh-basic-fonts-4.1-3.el7.noarch
05:44:13 ekiga-4.0.1-5.el7.x86_64
05:44:13 geoclue2-2.1.10-5.el7.x86_64
05:44:13 lohit-kannada-fonts-2.5.3-3.el7.noarch
05:44:13 ibus-hangul-1.4.2-10.el7.x86_64
05:44:13 vlgothic-fonts-20130607-2.el7.noarch
05:44:13 libpagemaker-0.0.3-1.el7.x86_64
05:44:13 gcc-gfortran-4.8.5-11.el7.x86_64
05:44:13 libreport-plugin-rhtsupport-2.1.11-35.el7.centos.x86_64
05:44:13 open-sans-fonts-1.10-1.el7.noarch
05:44:13 elfutils-devel-0.166-2.el7.x86_64
05:44:13 boost-locale-1.53.0-26.el7.x86_64
05:44:13 doxygen-1.8.5-3.el7.x86_64
05:44:13 tk-devel-8.5.13-6.el7.x86_64
05:44:13 libgomp-4.8.5-11.el7.x86_64
05:44:13 python2-pyasn1-0.1.9-7.el7.noarch
05:44:13 byacc-1.9.20130304-3.el7.x86_64
05:44:13 mesa-libGLw-devel-8.0.0-4.el7.x86_64
05:44:13 setroubleshoot-plugins-3.0.64-2.1.el7.noarch
05:44:13 ModemManager-1.6.0-2.el7.x86_64
05:44:13 xdg-utils-1.1.0-0.17.20120809git.el7.noarch
05:44:13 libatomic-4.8.5-11.el7.x86_64
05:44:13 rpm-build-4.11.3-21.el7.x86_64
05:44:13 gnupg2-2.0.22-4.el7.x86_64
05:44:13 words-3.0-22.el7.noarch
05:44:13 iprutils-2.4.13.1-1.el7.x86_64
05:44:13 mozjs17-17.0.0-19.el7.x86_64
05:44:13 libXrender-0.9.8-2.1.el7.x86_64
05:44:13 fontpackages-filesystem-1.44-8.el7.noarch
05:44:13 sl-5.02-1.el7.x86_64
05:44:13 irqbalance-1.0.7-6.el7_3.1.x86_64
05:44:13 tcl-8.5.13-8.el7.x86_64
05:44:13 dosfstools-3.0.20-9.el7.x86_64
05:44:13 keyutils-libs-devel-1.5.8-3.el7.x86_64
05:44:13 libnl3-cli-3.2.28-3.el7_3.x86_64
05:44:13 libXext-devel-1.3.3-3.el7.x86_64
05:44:13 kdenetwork-common-4.10.5-8.el7_0.noarch
05:44:13 policycoreutils-2.5-34.el7.x86_64
05:44:13 sysvinit-tools-2.88-14.dsf.el7.x86_64
05:44:13 compat-libcolord1-1.0.4-1.el7.x86_64
05:44:13 libXv-1.0.10-2.el7.x86_64
05:44:13 kdesdk-common-4.10.5-6.el7.noarch
05:44:13 containerd.io-1.2.13-3.2.el7.x86_64
05:44:13 mythes-en-3.0-13.el7.noarch
05:44:13 perl-Pod-Perldoc-3.20-4.el7.noarch
05:44:13 qt3-3.3.8b-51.el7.x86_64
05:44:13 snap-confine-2.45.2-1.el7.x86_64
05:44:13 perl-Exporter-5.68-3.el7.noarch
05:44:13 libvisio-0.1.1-2.el7.x86_64
05:44:13 gstreamer1-plugins-base-1.4.5-2.el7.x86_64
05:44:13 khmeros-fonts-common-5.0-17.el7.noarch
05:44:13 aether-api-1.13.1-13.el7.noarch
05:44:13 gnome-icon-theme-legacy-3.12.0-1.el7.noarch
05:44:13 perl-threads-shared-1.43-6.el7.x86_64
05:44:13 dyninst-8.2.0-2.el7.x86_64
05:44:13 apache-commons-codec-1.8-7.el7.noarch
05:44:13 flite-1.3-22.el7.x86_64
05:44:13 liblouis-2.5.2-10.el7.x86_64
05:44:13 compat-libcogl-pango12-1.14.0-3.el7.x86_64
05:44:13 libwacom-data-0.12-1.el7.noarch
05:44:13 jakarta-commons-httpclient-3.1-16.el7_0.noarch
05:44:13 python-inotify-0.9.4-4.el7.noarch
05:44:13 perl-Module-Load-0.24-3.el7.noarch
05:44:13 liblangtag-0.5.4-8.el7.x86_64
05:44:13 kernel-3.10.0-514.6.2.el7.x86_64
05:44:13 libXScrnSaver-1.2.2-6.1.el7.x86_64
05:44:13 ncurses-libs-5.9-13.20130511.el7.x86_64
05:44:13 javassist-3.16.1-10.el7.noarch
05:44:13 perl-Perl-OSType-1.003-3.el7.noarch
05:44:13 libhbalinux-1.0.17-2.el7.x86_64
05:44:13 audit-libs-2.6.5-3.el7_3.1.x86_64
05:44:13 apache-commons-cli-1.2-13.el7.noarch
05:44:13 python-kmod-0.9-4.el7.x86_64
05:44:13 perl-Digest-SHA-5.85-3.el7.x86_64
05:44:13 attica-devel-0.4.2-1.el7.x86_64
05:44:13 xml-commons-apis-1.4.01-16.el7.noarch
05:44:13 libICE-1.0.9-2.el7.x86_64
05:44:13 jboss-ejb-3.1-api-1.0.2-10.el7.noarch
05:44:13 libgudev1-219-30.el7_3.9.x86_64
05:44:13 python-paste-1.7.5.1-9.20111221hg1498.el7.noarch
05:44:13 perl-Pod-LaTeX-0.61-2.el7.noarch
05:44:13 subversion-libs-1.7.14-10.el7.x86_64
05:44:13 perl-Archive-Extract-0.68-3.el7.noarch
05:44:13 pygobject3-3.14.0-3.el7.x86_64
05:44:13 aether-connector-wagon-1.13.1-13.el7.noarch
05:44:13 libvirt-client-2.0.0-10.el7_3.9.x86_64
05:44:13 pyusb-1.0.0-0.11.b1.el7.noarch
05:44:13 perl-Error-0.17020-2.el7.noarch
05:44:13 perl-CPANPLUS-Dist-Build-0.70-3.el7.noarch
05:44:13 libXmu-devel-1.1.2-2.el7.x86_64
05:44:13 python34-libs-3.4.10-8.el7.x86_64
05:44:13 libvirt-daemon-driver-secret-2.0.0-10.el7_3.9.x86_64
05:44:13 python-ntplib-0.3.2-1.el7.noarch
05:44:13 perl-local-lib-1.008010-3.el7.noarch
05:44:13 telepathy-gabble-0.18.1-4.el7.x86_64
05:44:13 libvirt-daemon-config-nwfilter-2.0.0-10.el7_3.9.x86_64
05:44:13 libwpg-0.3.0-1.el7.x86_64
05:44:13 oddjob-mkhomedir-0.31.5-4.el7.x86_64
05:44:13 festival-1.96-28.el7.x86_64
05:44:13 device-mapper-multipath-libs-0.4.9-99.el7_3.3.x86_64
05:44:13 apr-devel-1.4.8-3.el7.x86_64
05:44:13 libsecret-0.18.2-2.el7.x86_64
05:44:13 firewall-config-0.4.3.2-8.1.el7_3.3.noarch
05:44:13 libxcb-devel-1.11-4.el7.x86_64
05:44:13 avalon-logkit-2.1-14.el7.noarch
05:44:13 gsettings-desktop-schemas-3.14.2-1.el7.x86_64
05:44:13 libvirt-2.0.0-10.el7_3.9.x86_64
05:44:13 kde-filesystem-4-47.el7.x86_64
05:44:13 libvirt-java-0.4.9-4.el7.noarch
05:44:13 gtk3-immodule-xim-3.14.13-20.el7_3.1.x86_64
05:44:13 fxload-2002_04_11-16.el7.x86_64
05:44:13 rarian-compat-0.8.1-11.el7.x86_64
05:44:13 phonon-4.6.0-10.el7.x86_64
05:44:13 libexif-0.6.21-6.el7.x86_64
05:44:13 redland-1.0.16-6.el7.x86_64
05:44:13 mozjs24-24.2.0-6.el7.x86_64
05:44:13 libasyncns-0.8-7.el7.x86_64
05:44:13 xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64
05:44:13 nss-sysinit-3.28.4-1.2.el7_3.x86_64
05:44:13 sip-devel-4.14.6-4.el7.x86_64
05:44:13 libcdio-paranoia-10.2+0.90-11.el7.x86_64
05:44:13 hardlink-1.0-19.el7.x86_64
05:44:13 xorg-x11-drv-dummy-0.3.6-21.el7.x86_64
05:44:13 certbot-0.14.1-3.el7.noarch
05:44:13 libical-1.0.1-1.el7.x86_64
05:44:13 gavl-1.4.0-4.el7.x86_64
05:44:13 openjpeg-libs-1.5.1-16.el7_3.x86_64
05:44:13 libXtst-devel-1.2.2-2.1.el7.x86_64
05:44:13 gstreamer1-plugins-bad-free-1.4.5-6.el7_3.x86_64
05:44:13 python2-dialog-3.3.0-6.el7.noarch
05:44:13 redhat-lsb-languages-4.1-27.el7.centos.1.x86_64
05:44:13 gdbm-1.10-8.el7.x86_64
05:44:13 chkconfig-1.7.2-1.el7_3.1.x86_64
05:44:13 perl-YAML-0.84-5.el7.noarch
05:44:13 python2-mock-1.0.1-9.el7.noarch
05:44:13 lzo-minilzo-2.06-8.el7.x86_64
05:44:13 rubygem-net-http-persistent-2.8-5.el7.noarch
05:44:13 openssh-6.6.1p1-35.el7_3.x86_64
05:44:13 gupnp-dlna-0.10.2-3.el7.x86_64
05:44:13 imsettings-libs-1.6.3-9.el7.x86_64
05:44:13 kernel-3.10.0-514.26.1.el7.x86_64
05:44:13 perl-PlRPC-0.2020-14.el7.noarch
05:44:13 liboauth-devel-0.9.7-4.el7.x86_64
05:44:13 libmpcdec-1.2.6-12.el7.x86_64
05:44:13 ipa-client-common-4.4.0-14.el7.centos.7.noarch
05:44:13 polkit-qt-0.103.0-10.el7_0.x86_64
05:44:13 sssd-krb5-common-1.14.0-43.el7_3.18.x86_64
05:44:13 perl-Pod-Coverage-0.23-3.el7.noarch
05:44:13 appstream-data-7-6.el7.noarch
05:44:13 ntpdate-4.2.6p5-25.el7.centos.2.x86_64
05:44:13 freeglut-2.8.1-3.el7.x86_64
05:44:13 libassuan-2.1.0-3.el7.x86_64
05:44:13 gawk-4.0.2-4.el7_3.1.x86_64
05:44:13 perl-File-Listing-6.04-7.el7.noarch
05:44:13 gpg-pubkey-d50582e6-4a3feef6
05:44:13 GConf2-3.2.6-8.el7.x86_64
05:44:13 libreoffice-pyuno-5.0.6.2-5.el7_3.1.x86_64
05:44:13 imsettings-gsettings-1.6.3-9.el7.x86_64
05:44:13 xml-common-0.6.3-39.el7.noarch
05:44:13 dracut-config-rescue-033-463.el7_3.2.x86_64
05:44:13 perl-IO-HTML-1.00-2.el7.noarch
05:44:13 neon-0.30.0-3.el7.x86_64
05:44:13 kdepimlibs-kxmlrpcclient-4.10.5-4.el7.x86_64
05:44:13 libsndfile-1.0.25-10.el7.x86_64
05:44:13 kernel-tools-libs-3.10.0-514.26.2.el7.x86_64
05:44:13 perl-HTML-Tree-5.03-2.el7.noarch
05:44:13 pyOpenSSL-0.13.1-3.el7.x86_64
05:44:13 libkipi-4.10.5-3.el7.x86_64
05:44:13 libraw1394-2.1.0-2.el7.x86_64
05:44:13 bind-license-9.9.4-50.el7_3.1.noarch
05:44:13 python-lxml-3.2.1-4.el7.x86_64
05:44:13 pulseaudio-6.0-9.el7_3.x86_64
05:44:13 libkexiv2-devel-4.10.5-3.el7.x86_64
05:44:13 epel-release-7-10.noarch
05:44:13 pulseaudio-module-x11-6.0-9.el7_3.x86_64
05:44:13 libgnome-keyring-3.8.0-3.el7.x86_64
05:44:13 glibc-static-2.17-157.el7_3.5.x86_64
05:44:13 libreoffice-impress-5.0.6.2-5.el7_3.1.x86_64
05:44:13 kdesdk-kmtrace-devel-4.10.5-6.el7.x86_64
05:44:13 groff-base-1.22.2-8.el7.x86_64
05:44:13 tomcat-webapps-7.0.69-12.el7_3.noarch
05:44:13 LibRaw-0.14.8-5.el7.20120830git98d925.x86_64
05:44:13 autogen-libopts-5.18-5.el7.x86_64
05:44:13 nginx-mod-http-image-filter-1.10.2-1.el7.x86_64
05:44:13 libXfixes-5.0.1-2.1.el7.x86_64
05:44:13 udisks2-2.1.2-6.el7.x86_64
05:44:13 rpm-sign-4.11.3-21.el7.x86_64
05:44:13 nss-softokn-devel-3.16.2.3-14.4.el7.x86_64
05:44:13 boost-atomic-1.53.0-26.el7.x86_64
05:44:13 libspectre-0.2.7-4.el7.x86_64
05:44:13 qt3-PostgreSQL-3.3.8b-51.el7.x86_64
05:44:13 gmp-devel-6.0.0-12.el7_1.x86_64
05:44:13 libkkc-data-0.3.1-9.el7.x86_64
05:44:13 pcp-pmda-named-3.11.3-4.el7.x86_64
05:44:13 libxml2-2.9.1-6.el7_2.3.x86_64
05:44:13 mesa-filesystem-11.2.2-2.20160614.el7.x86_64
05:44:13 libxml2-devel-2.9.1-6.el7_2.3.x86_64
05:44:13 anaconda-tui-21.48.22.93-1.el7.centos.0.1.x86_64
05:44:13 libseccomp-2.3.1-2.el7.x86_64
05:44:13 espeak-1.47.11-4.el7.x86_64
05:44:13 pcp-pmda-lustre-3.11.3-4.el7.x86_64
05:44:13 nss-softokn-freebl-3.16.2.3-14.4.el7.x86_64
05:44:13 gnome-desktop3-3.14.2-2.el7.x86_64
05:44:13 pcp-pmda-weblog-3.11.3-4.el7.x86_64
05:44:13 dbus-libs-1.6.12-17.el7.x86_64
05:44:13 libqmi-utils-1.16.0-1.el7.x86_64
05:44:13 pcp-system-tools-3.11.3-4.el7.x86_64
05:44:13 usbutils-007-5.el7.x86_64
05:44:13 elfutils-libelf-0.166-2.el7.x86_64
05:44:13 at-spi2-atk-2.14.1-1.el7.x86_64
05:44:13 cheese-libs-3.14.2-5.el7.x86_64
05:44:13 alsa-tools-firmware-1.1.0-1.el7.x86_64
05:44:13 mod_wsgi-3.4-12.el7_0.x86_64
05:44:13 elfutils-libs-0.166-2.el7.x86_64
05:44:13 perl-Date-Manip-6.41-2.el7.noarch
05:44:13 biosdevname-0.7.2-1.el7.x86_64
05:44:13 evince-libs-3.14.2-17.el7.x86_64
05:44:13 libchamplain-0.12.4-5.el7.x86_64
05:44:13 qt-postgresql-4.8.5-13.el7.x86_64
05:44:13 aic94xx-firmware-30-6.el7.noarch
05:44:13 ksysguard-libs-4.11.19-8.el7.x86_64
05:44:13 perl-Authen-SASL-2.15-10.el7.noarch
05:44:13 cmake-2.8.12.2-2.el7.x86_64
05:44:13 libproxy-0.4.11-10.el7.x86_64
05:44:13 freerdp-plugins-1.0.2-10.el7.x86_64
05:44:13 libchamplain-gtk-0.12.4-5.el7.x86_64
05:44:13 pcp-pmda-mailq-3.11.3-4.el7.x86_64
05:44:13 gnome-packagekit-3.14.3-7.el7.x86_64
05:44:13 autofs-5.0.7-56.el7.x86_64
05:44:13 pcp-pmda-lmsensors-3.11.3-4.el7.x86_64
05:44:13 perl-homedir-1.008010-3.el7.noarch
05:44:13 gnome-online-accounts-devel-3.14.5-5.el7.x86_64
05:44:13 hplip-common-3.15.9-2.el7.x86_64
05:44:13 libwnck3-3.4.5-3.el7.x86_64
05:44:13 nautilus-sendto-3.8.0-6.el7.x86_64
05:44:13 kde-workspace-libs-4.11.19-8.el7.x86_64
05:44:13 perl-Test-Pod-Coverage-1.08-21.el7.noarch
05:44:13 e2fsprogs-libs-1.42.9-9.el7.x86_64
05:44:13 control-center-3.14.5-19.el7.x86_64
05:44:13 python-urlgrabber-3.10-8.el7.noarch
05:44:13 compat-openldap-2.3.43-5.el7.x86_64
05:44:13 unzip-6.0-16.el7.x86_64
05:44:13 gnome-shell-extension-window-list-3.14.4-21.el7.noarch
05:44:13 PackageKit-yum-1.0.7-6.el7.centos.x86_64
05:44:13 iwl1000-firmware-39.31.5.1-49.el7.noarch
05:44:13 satyr-0.13-14.el7.x86_64
05:44:13 rubygem-bigdecimal-1.2.0-29.el7.x86_64
05:44:13 iwl6000g2b-firmware-17.168.5.2-49.el7.noarch
05:44:13 pinfo-0.6.10-9.el7.x86_64
05:44:13 libnfsidmap-0.25-15.el7.x86_64
05:44:13 kdepim-devel-4.10.5-6.el7.x86_64
05:44:13 iwl105-firmware-18.168.6.1-49.el7.noarch
05:44:13 iotop-0.6-2.el7.noarch
05:44:13 boost-filesystem-1.53.0-26.el7.x86_64
05:44:13 rhythmbox-3.3.1-5.el7.x86_64
05:44:13 pytalloc-2.1.6-1.el7.x86_64
05:44:13 kmod-20-9.el7.x86_64
05:44:13 xorg-x11-fonts-100dpi-7.5-9.el7.noarch
05:44:13 libcgroup-0.41-11.el7.x86_64
05:44:13 evolution-ews-3.12.11-9.el7.x86_64
05:44:13 abrt-addon-vmcore-2.1.11-45.el7.centos.x86_64
05:44:13 fprintd-pam-0.5.0-4.0.el7_0.x86_64
05:44:13 rcs-5.9.0-5.el7.x86_64
05:44:13 iscsi-initiator-utils-6.2.0.873-35.el7.x86_64
05:44:13 gvfs-archive-1.22.4-8.el7.x86_64
05:44:13 elfutils-libelf-devel-0.166-2.el7.x86_64
05:44:13 hunspell-1.3.2-15.el7.x86_64
05:44:13 gnome-font-viewer-3.14.1-4.el7.x86_64
05:44:13 pam_krb5-2.4.8-6.el7.x86_64
05:44:13 nano-2.3.1-10.el7.x86_64
05:44:13 perl-macros-5.16.3-291.el7.x86_64
05:44:13 boost-graph-1.53.0-26.el7.x86_64
05:44:13 libvirt-python-2.0.0-2.el7.x86_64
05:44:13 cheese-3.14.2-5.el7.x86_64
05:44:13 pnm2ppa-1.04-28.el7.x86_64
05:44:13 libdrm-devel-2.4.67-3.el7.x86_64
05:44:13 pinentry-qt-0.8.1-17.el7.x86_64
05:44:13 expat-devel-2.1.0-10.el7_3.x86_64
05:44:13 lohit-tamil-fonts-2.5.3-2.el7.noarch
05:44:13 os-prober-1.58-9.el7.x86_64
05:44:13 scl-utils-20130529-17.el7_1.x86_64
05:44:13 libreport-plugin-reportuploader-2.1.11-35.el7.centos.x86_64
05:44:13 gcc-c++-4.8.5-11.el7.x86_64
05:44:13 krb5-devel-1.14.1-27.el7_3.x86_64
05:44:13 gnome-system-log-3.9.90-3.el7.x86_64
05:44:13 sil-padauk-fonts-2.8-5.el7.noarch
05:44:13 boost-timer-1.53.0-26.el7.x86_64
05:44:13 overpass-fonts-2.1-1.el7.noarch
05:44:13 rdate-1.4-25.el7.x86_64
05:44:13 python-cffi-1.6.0-5.el7.x86_64
05:44:13 gutenprint-cups-5.2.9-18.el7.x86_64
05:44:13 libkadm5-1.14.1-27.el7_3.x86_64
05:44:13 libsane-hpaio-3.15.9-2.el7.x86_64
05:44:13 libini_config-1.3.0-27.el7.x86_64
05:44:13 freeglut-devel-2.8.1-3.el7.x86_64
05:44:13 pinentry-0.8.1-17.el7.x86_64
05:44:13 plymouth-system-theme-0.8.9-0.26.20140113.el7.centos.x86_64
05:44:13 libcom_err-devel-1.42.9-9.el7.x86_64
05:44:13 mesa-libxatracker-11.2.2-2.20160614.el7.x86_64
05:44:13 ipset-6.19-6.el7.x86_64
05:44:13 kdesdk-okteta-devel-4.10.5-6.el7.x86_64
05:44:13 hesiod-3.2.1-3.el7.x86_64
05:44:13 liberation-fonts-common-1.07.2-15.el7.noarch
05:44:13 gpg-pubkey-621e9f35-58adea78
05:44:13 libcanberra-0.30-5.el7.x86_64
05:44:13 hyphen-2.8.6-5.el7.x86_64
05:44:13 centos-release-7-3.1611.el7.centos.x86_64
05:44:13 colord-1.2.7-2.el7.x86_64
05:44:13 libxshmfence-1.2-1.el7.x86_64
05:44:13 libsemanage-python-2.5-14.el7.x86_64
05:44:13 libXpm-3.5.11-3.el7.x86_64
05:44:13 ortp-0.20.0-10.el7.x86_64
05:44:13 libreport-filesystem-2.1.11-35.el7.centos.x86_64
05:44:13 ppp-2.4.5-33.el7.x86_64
05:44:13 xorg-x11-font-utils-7.5-20.el7.x86_64
05:44:13 latencytop-common-0.5-13.el7.x86_64
05:44:13 docker-ce-19.03.12-3.el7.x86_64
05:44:13 startup-notification-0.12-8.el7.x86_64
05:44:13 ipxe-roms-qemu-20160127-5.git6366fa7a.el7.noarch
05:44:13 gstreamer1-devel-1.4.5-1.el7.x86_64
05:44:13 mailcap-2.1.41-2.el7.noarch
05:44:13 squashfuse-0.1.102-1.el7.x86_64
05:44:13 cairo-gobject-1.14.2-1.el7.x86_64
05:44:13 bash-4.2.46-21.el7_3.x86_64
05:44:13 perl-Filter-1.49-3.el7.x86_64
05:44:13 dwz-0.11-3.el7.x86_64
05:44:13 aether-spi-1.13.1-13.el7.noarch
05:44:13 perl-constant-1.27-2.el7.noarch
05:44:13 isomd5sum-1.0.10-5.el7.x86_64
05:44:13 perl-srpm-macros-1-8.el7.noarch
05:44:13 plexus-cipher-1.7-5.el7.noarch
05:44:13 libXft-devel-2.3.2-2.el7.x86_64
05:44:13 python-cups-1.9.63-6.el7.x86_64
05:44:13 expat-2.1.0-10.el7_3.x86_64
05:44:13 java-1.7.0-openjdk-1.7.0.141-2.6.10.1.el7_3.x86_64
05:44:13 perl-Pod-Parser-1.61-2.el7.noarch
05:44:13 ttmkfdir-3.0.9-42.el7.x86_64
05:44:13 ncurses-base-5.9-13.20130511.el7.noarch
05:44:13 plexus-interactivity-1.0-0.14.alpha6.el7.noarch
05:44:13 python-setuptools-0.9.8-4.el7.noarch
05:44:13 libcollection-0.6.2-27.el7.x86_64
05:44:13 slf4j-1.7.4-4.el7_4.noarch
05:44:13 cmpi-bindings-pywbem-0.9.5-6.el7.x86_64
05:44:13 krb5-libs-1.14.1-27.el7_3.x86_64
05:44:13 kdelibs-ktexteditor-4.14.8-6.el7_3.x86_64
05:44:13 perl-Log-Message-0.08-3.el7.noarch
05:44:13 google-crosextra-carlito-fonts-1.103-0.2.20130920.el7.noarch
05:44:13 felix-framework-4.2.1-5.el7.noarch
05:44:13 python-configobj-4.7.2-7.el7.noarch
05:44:13 binutils-2.25.1-22.base.el7.x86_64
05:44:13 qjson-0.8.1-4.el7.x86_64
05:44:13 perl-Term-UI-0.36-2.el7.noarch
05:44:13 perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
05:44:13 popt-1.13-16.el7.x86_64
05:44:13 sisu-inject-plexus-2.3.0-11.el7.noarch
05:44:13 system-config-printer-libs-1.4.1-19.el7.noarch
05:44:13 python-di-0.3-2.el7.noarch
05:44:13 iproute-3.10.0-74.el7.x86_64
05:44:13 NetworkManager-libnm-1.4.0-20.el7_3.x86_64
05:44:13 perl-hivex-1.3.10-5.7.el7.x86_64
05:44:13 nfs-utils-1.3.0-0.33.el7_3.x86_64
05:44:13 grep-2.20-2.el7.x86_64
05:44:13 libXxf86vm-devel-1.1.3-2.1.el7.x86_64
05:44:13 python-configshell-1.1.fb18-1.el7.noarch
05:44:13 ruby-libs-2.0.0.648-29.el7.x86_64
05:44:13 libvirt-daemon-driver-storage-2.0.0-10.el7_3.9.x86_64
05:44:13 gupnp-0.20.13-1.el7.x86_64
05:44:13 perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64
05:44:13 oxygen-icon-theme-4.10.5-2.el7.noarch
05:44:13 python34-setuptools-39.2.0-4.el7.noarch
05:44:13 libXpm-devel-3.5.11-3.el7.x86_64
05:44:13 newt-python-0.52.15-4.el7.x86_64
05:44:13 perl-File-CheckTree-4.42-3.el7.noarch
05:44:13 librevenge-0.0.2-2.el7.x86_64
05:44:13 opal-3.10.10-4.el7.x86_64
05:44:13 sound-theme-freedesktop-0.8-3.el7.noarch
05:44:13 polkit-docs-0.112-12.el7_3.noarch
05:44:13 shared-mime-info-1.1-9.el7.x86_64
05:44:13 firewalld-filesystem-0.4.3.2-8.1.el7_3.3.noarch
05:44:13 net-tools-2.0-0.17.20131004git.el7.x86_64
05:44:13 telepathy-logger-0.8.0-5.el7.x86_64
05:44:13 lynx-2.8.8-0.3.dev15.el7.x86_64
05:44:13 ncompress-4.2.4.4-3.el7.x86_64
05:44:13 p11-kit-0.20.7-3.el7.x86_64
05:44:13 jakarta-taglibs-standard-1.1.2-14.el7_1.noarch
05:44:13 accountsservice-libs-0.6.35-14.el7_3.x86_64
05:44:13 libpinyin-data-0.9.93-4.el7.x86_64
05:44:13 augeas-libs-1.4.0-2.el7.x86_64
05:44:13 libvirt-daemon-kvm-2.0.0-10.el7_3.9.x86_64
05:44:13 microcode_ctl-2.1-16.3.el7_3.x86_64
05:44:13 libidn-1.28-4.el7.x86_64
05:44:13 python-nss-0.16.0-3.el7.x86_64
05:44:13 NetworkManager-glib-1.4.0-20.el7_3.x86_64
05:44:13 libdb-devel-5.3.21-19.el7.x86_64
05:44:13 libXxf86misc-devel-1.0.3-7.1.el7.x86_64
05:44:13 seavgabios-bin-1.9.1-5.el7_3.3.noarch
05:44:13 mtools-4.0.18-5.el7.x86_64
05:44:13 cups-filters-libs-1.0.35-21.el7.x86_64
05:44:13 xorg-x11-drv-vesa-2.3.2-20.el7.x86_64
05:44:13 vim-enhanced-7.4.160-1.el7_3.1.x86_64
05:44:13 liberation-mono-fonts-1.07.2-15.el7.noarch
05:44:13 xorg-x11-drv-synaptics-1.8.2-1.el7.x86_64
05:44:13 ca-certificates-2017.2.14-70.1.el7_3.noarch
05:44:13 libtheora-1.1.1-8.el7.x86_64
05:44:13 festival-freebsoft-utils-0.10-7.el7.noarch
05:44:13 mokutil-0.9-2.el7.x86_64
05:44:13 libepoxy-1.2-2.el7.x86_64
05:44:13 dbus-python-1.1.1-9.el7.x86_64
05:44:13 libhangul-0.1.0-8.el7.x86_64
05:44:13 flac-libs-1.3.0-5.el7_1.x86_64
05:44:13 perl-Archive-Tar-1.92-2.el7.noarch
05:44:13 sgpio-1.2.0.10-13.el7.x86_64
05:44:13 libblkid-2.23.2-33.el7_3.2.x86_64
05:44:13 apr-util-1.5.2-6.el7.x86_64
05:44:13 perl-Class-ISA-0.36-1010.el7.noarch
05:44:13 device-mapper-event-1.02.135-1.el7_3.5.x86_64
05:44:13 hicolor-icon-theme-0.12-7.el7.noarch
05:44:13 gnome-themes-standard-3.14.2.2-2.el7.x86_64
05:44:13 perl-DBD-SQLite-1.39-3.el7.x86_64
05:44:13 gnome-user-docs-3.14.2-1.el7.noarch
05:44:13 cracklib-2.9.0-11.el7.x86_64
05:44:13 net-snmp-agent-libs-5.7.2-24.el7_3.2.x86_64
05:44:13 libmpc-1.0.1-3.el7.x86_64
05:44:13 harfbuzz-devel-0.9.36-1.el7.x86_64
05:44:13 perl-Business-ISBN-2.06-2.el7.noarch
05:44:13 sssd-ldap-1.14.0-43.el7_3.18.x86_64
05:44:13 libpwquality-1.2.3-4.el7.x86_64
05:44:13 spawn-fcgi-1.6.3-5.el7.x86_64
05:44:13 pulseaudio-utils-6.0-9.el7_3.x86_64
05:44:13 xorg-x11-xauth-1.0.9-1.el7.x86_64
05:44:13 perl-Text-Soundex-3.04-4.el7.x86_64
05:44:13 python-libipa_hbac-1.14.0-43.el7_3.18.x86_64
05:44:13 libgusb-0.1.6-3.el7.x86_64
05:44:13 libreoffice-draw-5.0.6.2-5.el7_3.1.x86_64
05:44:13 perl-HTTP-Daemon-6.01-5.el7.noarch
05:44:13 python-sss-murmur-1.14.0-43.el7_3.18.x86_64
05:44:13 python2-ipalib-4.4.0-14.el7.centos.7.noarch
05:44:13 nepomuk-core-libs-4.10.5-5.el7.x86_64
05:44:13 perl-XML-LibXML-2.0018-5.el7.x86_64
05:44:13 kernel-3.10.0-514.26.2.el7.x86_64
05:44:13 python-ethtool-0.8-5.el7.x86_64
05:44:13 libkdcraw-4.10.5-4.el7.x86_64
05:44:13 spice-glib-0.31-6.el7_3.2.x86_64
05:44:13 bind-utils-9.9.4-50.el7_3.1.x86_64
05:44:13 fipscheck-1.4.1-5.el7.x86_64
05:44:13 httpd-devel-2.4.6-45.el7.centos.4.x86_64
05:44:13 acl-2.2.51-12.el7.x86_64
05:44:13 kdepim-runtime-4.10.5-3.el7.x86_64
05:44:13 blas-3.4.2-5.el7.x86_64
05:44:13 java-1.8.0-openjdk-1.8.0.141-1.b16.el7_3.x86_64
05:44:13 libmwaw-0.3.5-1.el7.x86_64
05:44:13 kdesdk-kompare-devel-4.10.5-6.el7.x86_64
05:44:13 libgexiv2-0.5.0-9.el7.x86_64
05:44:13 tomcat-el-2.2-api-7.0.69-12.el7_3.noarch
05:44:13 libmnl-1.0.3-7.el7.x86_64
05:44:13 nginx-mod-mail-1.10.2-1.el7.x86_64
05:44:13 pulseaudio-libs-devel-6.0-9.el7_3.x86_64
05:44:13 libimobiledevice-1.1.5-6.el7.x86_64
05:44:13 kdenetwork-krdc-devel-4.10.5-8.el7_0.x86_64
05:44:13 gstreamer-tools-0.10.36-7.el7.x86_64
05:44:13 SDL-devel-1.2.15-14.el7.x86_64
05:44:13 boost-signals-1.53.0-26.el7.x86_64
05:44:14 gtk2-devel-docs-2.24.28-8.el7.x86_64
05:44:14 quota-4.01-14.el7.x86_64
05:44:14 openssl098e-0.9.8e-29.el7.centos.3.x86_64
05:44:14 pcp-pmda-dbping-3.11.3-4.el7.x86_64
05:44:14 kbd-legacy-1.15.5-12.el7.noarch
05:44:14 kdegraphics-libs-4.10.5-3.el7.noarch
05:44:14 lsscsi-0.27-4.el7.x86_64
05:44:14 pcp-pmda-activemq-3.11.3-4.el7.x86_64
05:44:14 targetcli-2.1.fb41-3.el7.noarch
05:44:14 libX11-1.6.3-3.el7.x86_64
05:44:14 libdmx-1.1.3-3.el7.x86_64
05:44:14 mesa-dri-drivers-11.2.2-2.20160614.el7.x86_64
05:44:14 libpng-1.5.13-7.el7_2.x86_64
05:44:14 pcp-pmda-lustrecomm-3.11.3-4.el7.x86_64
05:44:14 teamd-1.25-4.el7.x86_64
05:44:14 pcp-pmda-gluster-3.11.3-4.el7.x86_64
05:44:14 intltool-0.50.2-6.el7.noarch
05:44:14 xorg-x11-server-Xorg-1.17.2-22.el7.x86_64
05:44:14 clutter-gtk-1.4.4-7.el7.x86_64
05:44:14 libreport-anaconda-2.1.11-35.el7.centos.x86_64
05:44:14 telepathy-mission-control-5.16.3-3.el7.x86_64
05:44:14 clutter-1.20.0-10.el7.x86_64
05:44:14 gjs-1.42.0-1.el7.x86_64
05:44:14 nautilus-3.14.3-12.el7.x86_64
05:44:14 gtksourceview3-3.14.3-1.el7.x86_64
05:44:14 perl-Pod-Escapes-1.04-291.el7.noarch
05:44:14 qt-mysql-4.8.5-13.el7.x86_64
05:44:14 gnome-session-3.14.0-5.el7.x86_64
05:44:14 gnome-bluetooth-libs-3.14.1-1.el7.x86_64
05:44:14 perl-IO-Socket-SSL-1.94-5.el7.noarch
05:44:14 brlapi-0.6.0-13.el7.x86_64
05:44:14 caribou-gtk3-module-0.4.16-1.el7.x86_64
05:44:14 libgfortran-4.8.5-11.el7.x86_64
05:44:14 pcp-pmda-nvidia-gpu-3.11.3-4.el7.x86_64
05:44:14 folks-0.10.1-2.el7.x86_64
05:44:14 gnome-keyring-3.14.0-1.el7.x86_64
05:44:14 pcp-pmda-dm-3.11.3-4.el7.x86_64
05:44:14 file-roller-3.14.2-10.el7.x86_64
05:44:14 bluez-5.41-1.el7.x86_64
05:44:14 qt-odbc-4.8.5-13.el7.x86_64
05:44:14 libxslt-devel-1.1.28-5.el7.x86_64
05:44:14 im-chooser-common-1.6.4-4.el7.x86_64
05:44:14 crash-7.1.5-2.el7.x86_64
05:44:14 avahi-glib-0.6.31-17.el7.x86_64
05:44:14 numpy-f2py-1.7.1-11.el7.x86_64
05:44:14 kdepim-libs-4.10.5-6.el7.x86_64
05:44:14 libreport-cli-2.1.11-35.el7.centos.x86_64
05:44:14 libmbim-1.14.0-2.el7.x86_64
05:44:14 libgsf-1.14.26-7.el7.x86_64
05:44:14 supermin5-5.1.16-4.el7.x86_64
05:44:14 traceroute-2.0.22-2.el7.x86_64
05:44:14 libcurl-7.29.0-35.el7.centos.x86_64
05:44:14 t1lib-5.1.2-14.el7.x86_64
05:44:14 nettle-devel-2.7.1-8.el7.x86_64
05:44:14 cronie-anacron-1.4.11-14.el7_2.1.x86_64
05:44:14 man-pages-overrides-7.3.2-2.el7.x86_64
05:44:14 abrt-libs-2.1.11-45.el7.centos.x86_64
05:44:14 rubygem-json-1.7.7-29.el7.x86_64
05:44:14 iwl7260-firmware-22.0.7.0-49.el7.noarch
05:44:14 ModemManager-glib-1.6.0-2.el7.x86_64
05:44:14 dstat-0.7.2-12.el7.noarch
05:44:14 python2-cryptography-1.3.1-3.el7.x86_64
05:44:14 iwl7265-firmware-22.0.7.0-49.el7.noarch
05:44:14 evince-nautilus-3.14.2-17.el7.x86_64
05:44:14 gnome-tweak-tool-3.14.3-2.el7.noarch
05:44:14 openlmi-python-base-0.5.0-4.el7.noarch
05:44:14 libdrm-2.4.67-3.el7.x86_64
05:44:14 patchutils-0.3.3-4.el7.x86_64
05:44:14 gnome-documents-3.14.3-3.el7.x86_64
05:44:14 brasero-nautilus-3.12.1-2.el7.x86_64
05:44:14 abrt-python-2.1.11-45.el7.centos.x86_64
05:44:14 bison-2.7-4.el7.x86_64
05:44:14 gvfs-goa-1.22.4-8.el7.x86_64
05:44:14 abrt-addon-ccpp-2.1.11-45.el7.centos.x86_64
05:44:14 python-pcp-3.11.3-4.el7.x86_64
05:44:14 mtr-0.85-7.el7.x86_64
05:44:14 PackageKit-gtk3-module-1.0.7-6.el7.centos.x86_64
05:44:14 iowatcher-1.0-6.el7.x86_64
05:44:14 lldpad-1.0.1-3.git036e314.el7.x86_64
05:44:14 boost-regex-1.53.0-26.el7.x86_64
05:44:14 bzip2-devel-1.0.6-13.el7.x86_64
05:44:14 gnome-system-monitor-3.14.1-4.el7.x86_64
05:44:14 perl-PCP-PMDA-3.11.3-4.el7.x86_64
05:44:14 lohit-bengali-fonts-2.5.3-4.el7.noarch
05:44:14 xorg-x11-drv-ati-7.6.1-3.20160215gitd41fccc.el7.x86_64
05:44:14 sushi-3.12.0-3.el7.x86_64
05:44:14 libvirt-gobject-0.2.3-1.el7.x86_64
05:44:14 libstoragemgmt-python-1.3.4-1.el7.noarch
05:44:14 lohit-assamese-fonts-2.5.3-2.el7.noarch
05:44:14 trace-cmd-2.6.0-3.el7.x86_64
05:44:14 libmtp-1.1.6-5.el7.x86_64
05:44:14 sil-abyssinica-fonts-1.200-6.el7.noarch
05:44:14 initial-setup-0.3.9.36-1.el7.centos.x86_64
05:44:14 ibus-qt-1.3.2-4.el7.x86_64
05:44:14 xz-devel-5.2.2-1.el7.x86_64
05:44:14 boost-wave-1.53.0-26.el7.x86_64
05:44:14 lohit-telugu-fonts-2.5.3-3.el7.noarch
05:44:14 psmisc-22.20-11.el7.x86_64
05:44:14 mariadb-devel-5.5.52-1.el7.x86_64
05:44:14 perl-devel-5.16.3-291.el7.x86_64
05:44:14 libgovirt-0.3.3-4.el7.x86_64
05:44:14 rfkill-0.4-9.el7.x86_64
05:44:14 kdegraphics-devel-4.10.5-3.el7.noarch
05:44:14 systemtap-devel-3.0-7.el7.x86_64
05:44:14 setserial-2.17-33.el7.x86_64
05:44:14 copy-jdk-configs-1.2-1.el7.noarch
05:44:14 pcp-pmda-postgresql-3.11.3-4.el7.x86_64
05:44:14 rpm-python-4.11.3-21.el7.x86_64
05:44:14 papi-devel-5.2.0-19.el7.x86_64
05:44:14 libvirt-java-devel-0.4.9-4.el7.noarch
05:44:14 boost-context-1.53.0-26.el7.x86_64
05:44:14 snappy-1.1.0-3.el7.x86_64
05:44:14 libnotify-devel-0.7.5-8.el7.x86_64
05:44:14 libgcc-4.8.5-11.el7.x86_64
05:44:14 sysstat-10.1.5-11.el7.x86_64
05:44:14 dejavu-fonts-common-2.33-6.el7.noarch
05:44:14 libsemanage-2.5-14.el7.x86_64
05:44:14 spax-1.5.2-13.el7.x86_64
05:44:14 libXvMC-1.0.8-2.1.el7.x86_64
05:44:14 tcl-devel-8.5.13-8.el7.x86_64
05:44:14 realmd-0.16.1-9.el7.x86_64
05:44:14 perl-parent-0.225-244.el7.noarch
05:44:14 pcp-conf-3.11.3-4.el7.x86_64
05:44:14 pcp-pmda-postfix-3.11.3-4.el7.x86_64
05:44:14 snapd-selinux-2.45.2-1.el7.noarch
05:44:14 speech-dispatcher-python-0.7.1-15.el7.x86_64
05:44:14 mesa-libGL-11.2.2-2.20160614.el7.x86_64
05:44:14 libatasmart-0.19-6.el7.x86_64
05:44:14 perl-File-Path-2.09-2.el7.noarch
05:44:14 virt-top-1.0.8-8.el7.x86_64
05:44:14 pcp-pmda-unbound-3.11.3-4.el7.x86_64
05:44:14 atinject-1-13.20100611svn86.el7.noarch
05:44:14 redhat-lsb-submod-multimedia-4.1-27.el7.centos.1.x86_64
05:44:14 libXrandr-devel-1.4.2-2.el7.x86_64
05:44:14 librdmacm-1.1.0-2.el7.x86_64
05:44:14 perl-Test-Simple-0.98-243.el7.noarch
05:44:14 libref_array-0.1.5-27.el7.x86_64
05:44:14 python-rtslib-2.1.fb57-5.el7.noarch
05:44:14 nekohtml-1.9.14-13.el7.noarch
05:44:14 qpdf-libs-5.0.1-3.el7.x86_64
05:44:14 zenity-3.8.0-5.el7.x86_64
05:44:14 libreport-gtk-2.1.11-35.el7.centos.x86_64
05:44:14 pywbem-0.7.0-25.20130827svn625.el7.noarch
05:44:14 xorg-x11-xkb-utils-7.7-12.el7.x86_64
05:44:14 perl-XML-Filter-BufferText-1.01-17.el7.noarch
05:44:14 attica-0.4.2-1.el7.x86_64
05:44:14 libusbx-1.0.20-1.el7.x86_64
05:44:14 adcli-0.8.1-3.el7.x86_64
05:44:14 jsoup-1.6.1-10.el7.noarch
05:44:14 perl-ExtUtils-ParseXS-3.18-2.el7.noarch
05:44:14 caribou-gtk2-module-0.4.16-1.el7.x86_64
05:44:14 nm-connection-editor-1.4.0-2.el7.x86_64
05:44:14 samba-common-4.4.4-14.el7_3.noarch
05:44:14 python-mako-0.8.1-2.el7.noarch
05:44:14 qimageblitz-0.0.6-7.el7.x86_64
05:44:14 hivex-1.3.10-5.7.el7.x86_64
05:44:14 geocode-glib-3.14.0-2.el7.x86_64
05:44:14 qt-4.8.5-13.el7.x86_64
05:44:14 pcp-pmda-bash-3.11.3-4.el7.x86_64
05:44:14 libmx-1.4.7-10.el7.x86_64
05:44:14 at-spi2-atk-devel-2.14.1-1.el7.x86_64
05:44:14 libvirt-daemon-driver-nodedev-2.0.0-10.el7_3.9.x86_64
05:44:14 python-iniparse-0.4-9.el7.noarch
05:44:14 festival-speechtools-libs-1.2.96-28.el7.x86_64
05:44:14 usb_modeswitch-2.4.0-5.el7.x86_64
05:44:14 perl-autodie-2.16-2.el7.noarch
05:44:14 file-5.11-33.el7.x86_64
05:44:14 libusbx-devel-1.0.20-1.el7.x86_64
05:44:14 libxcb-1.11-4.el7.x86_64
05:44:14 tbb-4.1-9.20130314.el7.x86_64
05:44:14 totem-3.14.3-6.el7.x86_64
05:44:14 cups-filters-1.0.35-21.el7.x86_64
05:44:14 yum-3.4.3-150.el7.centos.noarch
05:44:14 audit-libs-devel-2.6.5-3.el7_3.1.x86_64
05:44:14 p11-kit-devel-0.20.7-3.el7.x86_64
05:44:14 nfs4-acl-tools-0.3.3-15.el7.x86_64
05:44:14 libacl-2.2.51-12.el7.x86_64
05:44:14 pakchois-0.4-10.el7.x86_64
05:44:14 gnome-online-miners-3.14.3-1.el7.x86_64
05:44:14 kernel-3.10.0-514.21.1.el7.x86_64
05:44:14 liboauth-0.9.7-4.el7.x86_64
05:44:14 hamcrest-1.3-6.el7.noarch
05:44:14 ruby-2.0.0.648-29.el7.x86_64
05:44:14 gdisk-0.8.6-5.el7.x86_64
05:44:14 gdb-7.6.1-94.el7.x86_64
05:44:14 iwl100-firmware-39.31.5.1-49.el7.noarch
05:44:14 tog-pegasus-2.14.1-3.el7.x86_64
05:44:14 vinagre-3.14.3-11.el7.x86_64
05:44:14 kernel-devel-3.10.0-514.21.1.el7.x86_64
05:44:14 libuser-python-0.60-7.el7_1.x86_64
05:44:14 libXp-devel-1.0.2-2.1.el7.x86_64
05:44:14 openchange-2.3-2.el7.x86_64
05:44:14 perl-Test-Pod-1.48-3.el7.noarch
05:44:14 dbus-1.6.12-17.el7.x86_64
05:44:14 vim-minimal-7.4.160-1.el7_3.1.x86_64
05:44:14 virt-manager-1.4.0-2.el7.noarch
05:44:14 libmsn-4.2.1-7.el7.x86_64
05:44:14 xorg-x11-drv-v4l-0.2.0-42.el7.x86_64
05:44:14 abrt-addon-xorg-2.1.11-45.el7.centos.x86_64
05:44:14 libiptcdata-1.0.4-11.el7.x86_64
05:44:14 gstreamer-plugins-good-0.10.31-12.el7_3.x86_64
05:44:14 orc-0.4.22-5.el7.x86_64
05:44:14 imsettings-qt-1.6.3-9.el7.x86_64
05:44:14 python-zope-interface-4.0.5-4.el7.x86_64
05:44:14 gnome-dictionary-3.14.2-2.el7.x86_64
05:44:14 kernel-3.10.0-514.21.2.el7.x86_64
05:44:14 perl-Date-Calc-6.3-14.el7.noarch
05:44:14 unbound-libs-1.4.20-28.el7.x86_64
05:44:14 python-six-1.9.0-2.el7.noarch
05:44:14 python-pyblock-0.53-6.el7.x86_64
05:44:14 lohit-gujarati-fonts-2.5.3-2.el7.noarch
05:44:14 perl-5.16.3-291.el7.x86_64
05:44:14 xorg-x11-drv-vmmouse-13.0.0-12.el7.x86_64
05:44:14 sssd-client-1.14.0-43.el7_3.18.x86_64
05:44:14 perl-DBIx-Simple-1.35-7.el7.noarch
05:44:14 dbusmenu-qt-0.9.2-7.el7.x86_64
05:44:14 ImageMagick-6.7.8.9-15.el7_2.x86_64
05:44:14 libreswan-3.15-8.el7.x86_64
05:44:14 net-snmp-libs-5.7.2-24.el7_3.2.x86_64
05:44:14 python-decorator-3.4.0-3.el7.noarch
05:44:14 lohit-nepali-fonts-2.5.3-2.el7.noarch
05:44:14 ebtables-2.0.10-15.el7.x86_64
05:44:14 libgee-0.10.1-3.el7.x86_64
05:44:14 ibus-m17n-1.3.4-13.el7.x86_64
05:44:14 oniguruma-5.9.5-3.el7.x86_64
05:44:14 hwloc-1.11.2-1.el7.x86_64
05:44:14 ghostscript-cups-9.07-20.el7_3.7.x86_64
05:44:14 perl-Text-Unidecode-0.04-20.el7.noarch
05:44:14 xorg-x11-xinit-1.3.4-1.el7.x86_64
05:44:14 libreoffice-pdfimport-5.0.6.2-5.el7_3.1.x86_64
05:44:14 colord-libs-1.2.7-2.el7.x86_64
05:44:14 lohit-punjabi-fonts-2.5.3-2.el7.noarch
05:44:14 dhcp-libs-4.2.5-47.el7.centos.x86_64
05:44:14 ilmbase-1.0.3-7.el7.x86_64
05:44:14 crash-trace-command-2.0-10.el7.x86_64
05:44:14 python-perf-3.10.0-514.26.2.el7.x86_64
05:44:14 perl-XML-SAX-0.99-9.el7.noarch
05:44:14 kdepimlibs-akonadi-4.10.5-4.el7.x86_64
05:44:14 libitm-4.8.5-11.el7.x86_64
05:44:14 pyliblzma-0.5.3-11.el7.x86_64
05:44:14 compat-libf2c-34-3.4.6-32.el7.x86_64
05:44:14 boost-python-1.53.0-26.el7.x86_64
05:44:14 libpciaccess-0.13.4-3.el7_3.x86_64
05:44:14 lzop-1.03-10.el7.x86_64
05:44:14 kdesdk-devel-4.10.5-6.el7.x86_64
05:44:14 yum-langpacks-0.4.2-7.el7.noarch
05:44:14 glibc-2.17-157.el7_3.5.x86_64
05:44:14 atlas-3.10.1-10.el7.x86_64
05:44:14 kdepim-runtime-libs-4.10.5-3.el7.x86_64
05:44:14 iw-4.3-1.el7.x86_64
05:44:14 ipa-python-compat-4.4.0-14.el7.centos.7.noarch
05:44:14 mythes-1.2.3-7.el7.x86_64
05:44:14 man-pages-3.53-5.el7.noarch
05:44:14 rpm-build-libs-4.11.3-21.el7.x86_64
05:44:14 nginx-mod-stream-1.10.2-1.el7.x86_64
05:44:14 libhugetlbfs-devel-2.16-12.el7.x86_64
05:44:14 elrepo-release-7.0-3.el7.elrepo.noarch
05:44:14 libofa-0.9.3-24.el7.x86_64
05:44:14 libthai-0.1.14-9.el7.x86_64
05:44:14 system-config-printer-udev-1.4.1-19.el7.x86_64
05:44:14 glusterfs-fuse-3.7.9-12.el7.centos.x86_64
05:44:14 gsettings-desktop-schemas-devel-3.14.2-1.el7.x86_64
05:44:14 numactl-2.0.9-6.el7_2.x86_64
05:44:14 control-center-filesystem-3.14.5-19.el7.x86_64
05:44:14 selinux-policy-3.13.1-266.el7.noarch
05:44:14 libgphoto2-2.5.2-3.el7.x86_64
05:44:14 make-3.82-23.el7.x86_64
05:44:14 libkkc-0.3.1-9.el7.x86_64
05:44:14 libxshmfence-devel-1.2-1.el7.x86_64
05:44:14 pm-utils-1.4.1-27.el7.x86_64
05:44:14 pcp-pmda-nginx-3.11.3-4.el7.x86_64
05:44:14 xkeyboard-config-2.14-1.el7.noarch
05:44:14 squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64
05:44:14 cairo-1.14.2-1.el7.x86_64
05:44:14 perl-Carp-1.26-244.el7.noarch
05:44:14 python-pwquality-1.2.3-4.el7.x86_64
05:44:14 pcp-pmda-json-3.11.3-4.el7.x86_64
05:44:14 libdwarf-20130207-4.el7.x86_64
05:44:14 freetype-2.4.11-12.el7.x86_64
05:44:14 httpcomponents-client-4.2.5-5.el7_0.noarch
05:44:14 cairomm-1.10.0-8.el7.x86_64
05:44:14 libgdata-0.17.1-1.el7.x86_64
05:44:14 grub2-tools-2.02-0.44.el7.centos.x86_64
05:44:14 perl-Test-Harness-3.28-3.el7.noarch
05:44:14 json-glib-devel-1.0.2-1.el7.x86_64
05:44:14 rng-tools-5-8.el7.x86_64
05:44:14 foomatic-filters-4.0.9-8.el7.x86_64
05:44:14 xz-5.2.2-1.el7.x86_64
05:44:14 jboss-interceptors-1.1-api-1.0.2-0.9.20120319git49a904.el7.noarch
05:44:14 pangomm-2.34.0-3.el7.x86_64
05:44:14 perl-Module-Loaded-0.08-291.el7.noarch
05:44:14 freerdp-libs-1.0.2-10.el7.x86_64
05:44:14 perl-Params-Check-0.38-2.el7.noarch
05:44:14 python-enum34-1.0.4-1.el7.noarch
05:44:14 php-process-5.4.16-42.el7.x86_64
05:44:14 qca-ossl-2.0.0-0.19.beta3.el7.x86_64
05:44:14 pixman-0.34.0-1.el7.x86_64
05:44:14 systemd-219-30.el7_3.9.x86_64
05:44:14 cdi-api-1.0-11.SP4.el7.noarch
05:44:14 geronimo-jms-1.1.1-19.el7.noarch
05:44:14 dhclient-4.2.5-47.el7.centos.x86_64
05:44:14 evince-3.14.2-17.el7.x86_64
05:44:14 perl-Parse-CPAN-Meta-1.4404-5.el7.noarch
05:44:14 python-kerberos-1.1-15.el7.x86_64
05:44:14 memstomp-0.1.4-11.el7.x86_64
05:44:14 pcp-pmda-shping-3.11.3-4.el7.x86_64
05:44:14 libvirt-daemon-driver-qemu-2.0.0-10.el7_3.9.x86_64
05:44:14 libXv-devel-1.0.10-2.el7.x86_64
05:44:14 unique3-3.0.2-8.el7.x86_64
05:44:14 chrony-2.1.1-4.el7.centos.x86_64
05:44:14 libgweather-devel-3.14.1-3.el7.x86_64
05:44:14 perl-HTML-Tagset-3.20-15.el7.noarch
05:44:14 binutils-devel-2.25.1-22.base.el7.x86_64
05:44:14 boost-thread-1.53.0-26.el7.x86_64
05:44:14 accountsservice-0.6.35-14.el7_3.x86_64
05:44:14 pkgconfig-0.27.1-4.el7.x86_64
05:44:14 cairo-devel-1.14.2-1.el7.x86_64
05:44:14 libgdata-devel-0.17.1-1.el7.x86_64
05:44:14 python-pycurl-7.19.0-19.el7.x86_64
05:44:14 gnome-shell-3.14.4-53.el7.x86_64
05:44:14 cscope-15.8-9.el7.x86_64
05:44:14 rpm-libs-4.11.3-21.el7.x86_64
05:44:14 samba-client-4.4.4-14.el7_3.x86_64
05:44:14 libvorbis-1.3.3-8.el7.x86_64
05:44:14 easymock2-2.5.2-12.el7.noarch
05:44:14 centos-indexhtml-7-9.el7.centos.noarch
05:44:14 mailx-12.5-12.el7_0.x86_64
05:44:14 gnome-icon-theme-symbolic-3.12.0-2.el7.noarch
05:44:14 audit-libs-python-2.6.5-3.el7_3.1.x86_64
05:44:14 rarian-0.8.1-11.el7.x86_64
05:44:14 alsa-firmware-1.0.28-2.el7.noarch
05:44:14 usbredir-0.7.1-1.el7.x86_64
05:44:14 systemd-devel-219-30.el7_3.9.x86_64
05:44:14 PyQt4-4.10.1-13.el7.x86_64
05:44:14 python-custodia-0.1.0-4.el7.noarch
05:44:14 gnome-contacts-3.14.2-4.el7.x86_64
05:44:14 libunistring-0.9.3-9.el7.x86_64
05:44:14 virtuoso-opensource-6.1.6-6.el7.x86_64
05:44:14 mpfr-devel-3.1.1-4.el7.x86_64
05:44:14 vim-filesystem-7.4.160-1.el7_3.1.x86_64
05:44:14 libburn-1.2.8-4.el7.x86_64
05:44:14 mesa-libgbm-11.2.2-2.20160614.el7.x86_64
05:44:14 python2-certbot-0.14.1-3.el7.noarch
05:44:14 abrt-addon-pstoreoops-2.1.11-45.el7.centos.x86_64
05:44:14 evolution-help-3.12.11-22.el7.noarch
05:44:14 libaio-devel-0.3.109-13.el7.x86_64
05:44:14 tzdata-2017b-1.el7.noarch
05:44:14 python-meh-0.25.2-1.el7.noarch
05:44:14 frei0r-plugins-1.3-13.el7.x86_64
05:44:14 plymouth-scripts-0.8.9-0.26.20140113.el7.centos.x86_64
05:44:14 cups-client-1.6.3-26.el7.x86_64
05:44:14 pygobject3-base-3.14.0-3.el7.x86_64
05:44:14 perl-Pod-Plainer-1.03-4.el7.noarch
05:44:14 indent-2.2.11-13.el7.x86_64
05:44:14 libmount-2.23.2-33.el7_3.2.x86_64
05:44:14 rubygem-thor-0.19.1-1.el7.noarch
05:44:14 libvncserver-0.9.9-9.el7_0.1.x86_64
05:44:14 zip-3.0-11.el7.x86_64
05:44:14 lvm2-2.02.166-1.el7_3.5.x86_64
05:44:14 libodfgen-0.1.4-1.el7.x86_64
05:44:14 pygtk2-libglade-2.24.0-9.el7.x86_64
05:44:14 pygobject2-2.28.6-11.el7.x86_64
05:44:14 perl-Algorithm-Diff-1.1902-17.el7.noarch
05:44:14 strace-4.8-11.el7.x86_64
05:44:14 fcgi-2.4.0-25.el7.x86_64
05:44:14 hwdata-0.252-8.4.el7.x86_64
05:44:14 ghostscript-9.07-20.el7_3.7.x86_64
05:44:14 libxkbfile-devel-1.0.8-5.el7.x86_64
05:44:14 ibus-rawcode-1.3.2-3.el7.x86_64
05:44:14 libatomic-static-4.8.5-11.el7.x86_64
05:44:14 perl-IO-Socket-IP-0.21-4.el7.noarch
05:44:14 lohit-malayalam-fonts-2.5.3-2.el7.noarch
05:44:14 plymouth-graphics-libs-0.8.9-0.26.20140113.el7.centos.x86_64
05:44:14 python-dmidecode-3.10.13-12.el7_3.x86_64
05:44:14 kdenetwork-kopete-4.10.5-8.el7_0.x86_64
05:44:14 baobab-3.14.1-5.el7.x86_64
05:44:14 perl-ExtUtils-Embed-1.30-291.el7.noarch
05:44:14 perl-IO-stringy-2.110-22.el7.noarch
05:44:14 compat-libgfortran-41-4.1.2-44.el7.x86_64
05:44:14 libvirt-gconfig-0.2.3-1.el7.x86_64
05:44:14 kde-runtime-4.10.5-8.el7.x86_64
05:44:14 kdepimlibs-devel-4.10.5-4.el7.x86_64
05:44:14 libpath_utils-0.2.1-27.el7.x86_64
05:44:14 cgdcbxd-1.0.2-7.el7.x86_64
05:44:14 numpy-1.7.1-11.el7.x86_64
05:44:14 rootfiles-8.1-11.el7.noarch
05:44:14 tomcat-7.0.69-12.el7_3.noarch
05:44:14 less-458-9.el7.x86_64
05:44:14 kdenetwork-krdc-libs-4.10.5-8.el7_0.x86_64
05:44:14 libXaw-devel-1.0.12-5.el7.x86_64
05:44:14 ipset-libs-6.19-6.el7.x86_64
05:44:14 libproxy-mozjs-0.4.11-10.el7.x86_64
05:44:14 nginx-mod-http-xslt-filter-1.10.2-1.el7.x86_64
05:44:14 NetworkManager-libreswan-1.2.4-1.el7.x86_64
05:44:14 mesa-libGLw-8.0.0-4.el7.x86_64
05:44:14 hyphen-en-2.8.6-5.el7.noarch
05:44:14 SDL-1.2.15-14.el7.x86_64
05:44:14 zsh-5.0.2-25.el7_3.1.x86_64
05:44:14 pcp-pmda-gpsd-3.11.3-4.el7.x86_64
05:44:14 telepathy-filesystem-0.0.2-6.el7.noarch
05:44:14 setools-libs-3.3.8-4.el7.x86_64
05:44:14 pcre-devel-8.32-15.el7_2.1.x86_64
05:44:14 sane-backends-drivers-cameras-1.0.24-9.el7.x86_64
05:44:14 libXrender-devel-0.9.8-2.1.el7.x86_64
05:44:14 perl-Pod-Usage-1.63-3.el7.noarch
05:44:14 dbus-glib-devel-0.100-7.el7.x86_64
05:44:14 hunspell-devel-1.3.2-15.el7.x86_64
05:44:14 langtable-0.0.31-3.el7.noarch
05:44:14 snapd-2.45.2-1.el7.x86_64
05:44:14 libcdr-0.1.1-1.el7.x86_64
05:44:14 ibus-gtk2-1.5.3-13.el7.x86_64
05:44:14 python-qrcode-core-5.0.1-1.el7.noarch
05:44:14 perl-Time-Local-1.2300-2.el7.noarch
05:44:14 dhcp-common-4.2.5-47.el7.centos.x86_64
05:44:14 PackageKit-gstreamer-plugin-1.0.7-6.el7.centos.x86_64
05:44:14 aopalliance-1.0-8.el7.noarch
05:44:14 avahi-libs-0.6.31-17.el7.x86_64
05:44:14 libgweather-3.14.1-3.el7.x86_64
05:44:14 ed-1.9-4.el7.x86_64
05:44:14 grilo-0.2.12-2.el7.x86_64
05:44:14 libXdamage-devel-1.1.4-4.1.el7.x86_64
05:44:14 jasper-libs-1.900.1-30.el7_3.x86_64
05:44:14 python-nose-1.3.0-3.el7.noarch
05:44:14 autoconf-2.69-11.el7.noarch
05:44:14 perl-DBD-Pg-2.19.3-4.el7.x86_64
05:44:14 python2-future-0.16.0-2.el7.noarch
05:44:14 google-guice-3.1.3-9.el7.noarch
05:44:14 fontconfig-2.10.95-10.el7.x86_64
05:44:14 abrt-gui-libs-2.1.11-45.el7.centos.x86_64
05:44:14 liberation-serif-fonts-1.07.2-15.el7.noarch
05:44:14 colord-gtk-0.1.25-4.el7.x86_64
05:44:14 farstream02-0.2.3-3.el7.x86_64
05:44:14 python-markupsafe-0.11-10.el7.x86_64
05:44:14 perl-Log-Message-Simple-0.10-2.el7.noarch
05:44:14 virt-what-1.13-8.el7.x86_64
05:44:14 fuse-devel-2.9.2-7.el7.x86_64
05:44:14 apache-commons-net-3.2-8.el7.centos.noarch
05:44:14 libffi-3.0.13-18.el7.x86_64
05:44:14 mutter-3.14.4-31.el7.x86_64
05:44:14 perl-CPANPLUS-0.91.38-4.el7.noarch
05:44:14 gnome-keyring-pam-3.14.0-1.el7.x86_64
05:44:14 libgxps-0.2.2-9.el7.x86_64
05:44:14 libvirt-daemon-driver-network-2.0.0-10.el7_3.9.x86_64
05:44:14 python-chardet-2.2.1-1.el7_1.noarch
05:44:14 perl-Sys-Syslog-0.33-3.el7.x86_64
05:44:14 gupnp-igd-0.2.2-3.el7.x86_64
05:44:14 certmonger-0.78.4-3.el7.x86_64
05:44:14 avahi-autoipd-0.6.31-17.el7.x86_64
05:44:14 file-libs-5.11-33.el7.x86_64
05:44:14 im-chooser-1.6.4-4.el7.x86_64
05:44:14 samba-libs-4.4.4-14.el7_3.x86_64
05:44:14 sgml-common-0.6.3-39.el7.noarch
05:44:14 libreport-plugin-ureport-2.1.11-35.el7.centos.x86_64
05:44:14 atk-2.14.0-1.el7.x86_64
05:44:14 htop-2.0.2-1.el7.x86_64
05:44:14 gnome-shell-extension-common-3.14.4-21.el7.noarch
05:44:14 libmspack-0.5-0.4.alpha.el7.x86_64
05:44:14 ant-1.9.2-9.el7.noarch
05:44:14 device-mapper-multipath-0.4.9-99.el7_3.3.x86_64
05:44:14 meanwhile-1.1.0-12.el7.x86_64
05:44:14 libtasn1-devel-3.8-3.el7.x86_64
05:44:14 iwl2030-firmware-18.168.6.1-49.el7.noarch
05:44:14 telepathy-glib-0.24.0-1.el7.x86_64
05:44:14 xfsdump-3.1.4-1.el7.x86_64
05:44:14 libreport-web-2.1.11-35.el7.centos.x86_64
05:44:14 gnome-boxes-3.14.3.1-10.el7.x86_64
05:44:14 libgudev1-devel-219-30.el7_3.9.x86_64
05:44:14 python-deltarpm-3.6-3.el7.x86_64
05:44:14 libdb-utils-5.3.21-19.el7.x86_64
05:44:14 python-idna-2.0-1.el7.noarch
05:44:14 tcsh-6.18.01-13.el7_3.1.x86_64
05:44:14 iwl6000g2a-firmware-17.168.5.3-49.el7.noarch
05:44:14 diffutils-3.3-4.el7.x86_64
05:44:14 freerdp-1.0.2-10.el7.x86_64
05:44:14 orca-3.6.3-4.el7.x86_64
05:44:14 xorg-x11-drv-vmware-13.0.2-7.20150211git8f0cf7c.el7.x86_64
05:44:14 abrt-2.1.11-45.el7.centos.x86_64
05:44:14 enchant-1.6.0-8.el7.x86_64
05:44:14 flex-2.5.37-3.el7.x86_64
05:44:14 gnome-clocks-3.14.1-2.el7.x86_64
05:44:14 pygpgme-0.3-9.el7.x86_64
05:44:14 sox-14.4.1-6.el7.x86_64
05:44:14 mtdev-1.1.5-5.el7.x86_64
05:44:14 exiv2-libs-0.23-6.el7.x86_64
05:44:14 ltrace-0.7.91-14.el7.x86_64
05:44:14 GeoIP-1.5.0-11.el7.x86_64
05:44:14 python-zope-event-4.0.3-2.el7.noarch
05:44:14 gnome-screenshot-3.14.0-3.el7.x86_64
05:44:14 farstream-0.1.2-8.el7.x86_64
05:44:14 libipa_hbac-1.14.0-43.el7_3.18.x86_64
05:44:14 perl-Net-LibIDN-0.12-15.el7.x86_64
05:44:14 genisoimage-1.1.11-23.el7.x86_64
05:44:14 libvirt-glib-0.2.3-1.el7.x86_64
05:44:14 libplist-1.10-4.el7.x86_64
05:44:14 stix-fonts-1.1.0-5.el7.noarch
05:44:14 icedtea-web-1.6.2-4.el7.x86_64
05:44:14 seahorse-3.14.1-1.el7.x86_64
05:44:14 sssd-krb5-1.14.0-43.el7_3.18.x86_64
05:44:14 perl-URI-1.60-9.el7.noarch
05:44:14 cracklib-dicts-2.9.0-11.el7.x86_64
05:44:14 python-blivet-0.61.15.59-1.el7.noarch
05:44:14 pulseaudio-libs-glib2-6.0-9.el7_3.x86_64
05:44:14 libjpeg-turbo-devel-1.2.90-5.el7.x86_64
05:44:14 wqy-microhei-fonts-0.2.0-0.12.beta.el7.noarch
05:44:14 poppler-glib-0.26.5-16.el7.x86_64
05:44:14 kernel-devel-3.10.0-514.26.1.el7.x86_64
05:44:14 perl-HTTP-Cookies-6.01-5.el7.noarch
05:44:14 python-augeas-0.5.0-2.el7.noarch
05:44:14 perl-ExtUtils-Install-1.58-291.el7.noarch
05:44:14 python2-ipaclient-4.4.0-14.el7.centos.7.noarch
05:44:14 mdadm-3.4-14.el7_3.1.x86_64
05:44:14 libverto-0.2.5-4.el7.x86_64
05:44:14 diffstat-1.57-4.el7.x86_64
05:44:14 virt-install-1.4.0-2.el7.noarch
05:44:14 qemu-kvm-1.5.3-126.el7_3.10.x86_64
05:44:14 clucene-contribs-lib-2.3.3.4-11.el7.x86_64
05:44:14 fipscheck-lib-1.4.1-5.el7.x86_64
05:44:14 setroubleshoot-server-3.2.27.2-3.el7.x86_64
05:44:14 mod_ssl-2.4.6-45.el7.centos.4.x86_64
05:44:14 attr-2.4.46-12.el7.x86_64
05:44:14 libiscsi-1.9.0-7.el7.x86_64
05:44:14 pcp-pmda-ds389log-3.11.3-4.el7.x86_64
05:44:14 unoconv-0.6-7.el7.noarch
05:44:14 kdesdk-kompare-libs-4.10.5-6.el7.x86_64
05:44:14 tomcat-jsp-2.2-api-7.0.69-12.el7_3.noarch
05:44:14 libical-devel-1.0.1-1.el7.x86_64
05:44:14 libevdev-1.4.1-1.el7.x86_64
05:44:14 libfontenc-1.1.2-3.el7.x86_64
05:44:14 gstreamer-0.10.36-7.el7.x86_64
05:44:14 screen-4.1.0-0.25.20120314git3c2946.el7.x86_64
05:44:14 libXrandr-1.4.2-2.el7.x86_64
05:44:14 nss-softokn-freebl-devel-3.16.2.3-14.4.el7.x86_64
05:44:14 netpbm-progs-10.61.02-9.el7.x86_64
05:44:14 boost-program-options-1.53.0-26.el7.x86_64
05:44:14 pcp-pmda-pdns-3.11.3-4.el7.x86_64
05:44:14 qt3-ODBC-3.3.8b-51.el7.x86_64
05:44:14 rsync-3.0.9-17.el7.x86_64
05:44:14 ncurses-devel-5.9-13.20130511.el7.x86_64
05:44:14 poppler-data-0.4.6-3.el7.noarch
05:44:14 container-selinux-2.119.1-1.c57a6f9.el7.noarch
05:44:14 vte-profile-0.38.4-2.el7.x86_64
05:44:14 kbd-1.15.5-12.el7.x86_64
05:44:14 perl-podlators-2.5.1-3.el7.noarch
05:44:14 cyrus-sasl-lib-2.1.26-20.el7_2.x86_64
05:44:14 pcp-pmda-news-3.11.3-4.el7.x86_64
05:44:14 libetonyek-0.1.2-4.el7.x86_64
05:44:14 nhn-nanum-fonts-common-3.020-9.el7.noarch
05:44:14 plexus-utils-3.0.9-9.el7.noarch
05:44:14 libstdc++-4.8.5-11.el7.x86_64
05:44:14 cogl-1.18.2-12.el7.x86_64
05:44:14 perl-Storable-2.45-3.el7.x86_64
05:44:14 ibus-1.5.3-13.el7.x86_64
05:44:14 plymouth-plugin-label-0.8.9-0.26.20140113.el7.centos.x86_64
05:44:14 avahi-0.6.31-17.el7.x86_64
05:44:14 openssl-devel-1.0.1e-60.el7_3.1.x86_64
05:44:14 liblouis-python-2.5.2-10.el7.noarch
05:44:14 gettext-common-devel-0.18.2.1-4.el7.noarch
05:44:14 plexus-sec-dispatcher-1.4-13.el7.noarch
05:44:14 akonadi-1.9.2-4.el7.x86_64
05:44:14 libldb-1.1.26-1.el7.x86_64
05:44:14 python-zope-component-4.1.0-3.el7.noarch
05:44:14 evolution-data-server-3.12.11-37.el7.x86_64
05:44:14 perl-XML-Parser-2.41-10.el7.x86_64
05:44:14 brasero-libs-3.12.1-2.el7.x86_64
05:44:14 perl-GSSAPI-0.28-9.el7.x86_64
05:44:14 at-3.1.13-22.el7.x86_64
05:44:14 python-pycparser-2.14-1.el7.noarch
05:44:14 plexus-interpolation-1.15-8.el7.noarch
05:44:14 libXp-1.0.2-2.1.el7.x86_64
05:44:14 cups-libs-1.6.3-26.el7.x86_64
05:44:14 kdelibs-devel-4.14.8-6.el7_3.x86_64
05:44:14 perl-Digest-MD5-2.52-3.el7.x86_64
05:44:14 libgnomekbd-3.6.0-4.el7.x86_64
05:44:14 perl-LDAP-0.56-5.el7.noarch
05:44:14 libcurl-devel-7.29.0-35.el7.centos.x86_64
05:44:14 python-tempita-0.5.1-6.el7.noarch
05:44:14 sed-4.2.2-5.el7.x86_64
05:44:14 maven-wagon-2.4-3.el7.noarch
05:44:14 pygtk2-2.24.0-9.el7.x86_64
05:44:14 python-2.7.5-48.el7.x86_64
05:44:14 samba-common-libs-4.4.4-14.el7_3.x86_64
05:44:14 gnome-packagekit-installer-3.14.3-7.el7.x86_64
05:44:14 perl-XML-NamespaceSupport-1.11-10.el7.noarch
05:44:14 ibus-table-1.5.0-5.el7.noarch
05:44:14 libssh2-1.4.3-10.el7_2.1.x86_64
05:44:14 libfprint-0.5.0-4.el7.x86_64
05:44:14 python-netaddr-0.7.5-7.el7.noarch
05:44:14 dleyna-connector-dbus-0.2.0-1.el7.x86_64
05:44:14 gnutls-3.3.24-1.el7.x86_64
05:44:14 libvirt-daemon-config-network-2.0.0-10.el7_3.9.x86_64
05:44:14 kde-style-oxygen-4.11.19-8.el7.x86_64
05:44:14 vino-3.14.2-1.el7.x86_64
05:44:14 cyrus-sasl-devel-2.1.26-20.el7_2.x86_64
05:44:14 pam-devel-1.1.8-18.el7.x86_64
05:44:14 crypto-utils-2.4.1-42.el7.x86_64
05:44:14 cups-pk-helper-0.2.4-5.el7.x86_64
05:44:14 netpbm-10.61.02-9.el7.x86_64
05:44:14 gstreamer1-1.4.5-1.el7.x86_64
05:44:14 xml-commons-resolver-1.2-15.el7.noarch
05:44:14 mesa-libglapi-11.2.2-2.20160614.el7.x86_64
05:44:14 gnome-shell-extension-launch-new-instance-3.14.4-21.el7.noarch
05:44:14 grilo-plugins-0.2.14-8.el7.x86_64
05:44:14 libmbim-utils-1.14.0-2.el7.x86_64
05:44:14 iwl6000-firmware-9.221.4.1-49.el7.noarch
05:44:14 libuser-0.60-7.el7_1.x86_64
05:44:14 c-ares-devel-1.10.0-3.el7.x86_64
05:44:14 desktop-file-utils-0.22-1.el7.x86_64
05:44:14 apache-commons-daemon-1.0.13-6.el7.x86_64
05:44:14 libreport-plugin-mantisbt-2.1.11-35.el7.centos.x86_64
05:44:14 NetworkManager-team-1.4.0-20.el7_3.x86_64
05:44:14 totem-nautilus-3.14.3-6.el7.x86_64
05:44:14 libusb-0.1.4-3.el7.x86_64
05:44:14 iwl135-firmware-18.168.6.1-49.el7.noarch
05:44:14 rasqal-0.9.30-4.el7.x86_64
05:44:14 libestr-0.1.9-2.el7.x86_64
05:44:14 nspr-4.13.1-1.0.el7_3.x86_64
05:44:14 jbigkit-libs-2.0-11.el7.x86_64
05:44:14 libbluray-0.2.3-5.el7.x86_64
05:44:14 nss-3.28.4-1.2.el7_3.x86_64
05:44:14 libtar-1.2.11-29.el7.x86_64
05:44:14 redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64
05:44:14 libnl-devel-1.1.4-3.el7.x86_64
05:44:14 perl-Module-Signature-0.73-2.el7.noarch
05:44:14 gtkmm24-2.24.2-8.el7.x86_64
05:44:14 iscsi-initiator-utils-iscsiuio-6.2.0.873-35.el7.x86_64
05:44:14 gvfs-afp-1.22.4-8.el7.x86_64
05:44:14 unique3-devel-3.0.2-8.el7.x86_64
05:44:14 freetype-devel-2.4.11-12.el7.x86_64
05:44:14 libcap-ng-devel-0.7.5-4.el7.x86_64
05:44:14 redhat-lsb-core-4.1-27.el7.centos.1.x86_64
05:44:14 python-ndg_httpsclient-0.3.2-1.el7.noarch
05:44:14 libreoffice-ure-5.0.6.2-5.el7_3.1.x86_64
05:44:14 perl-libs-5.16.3-291.el7.x86_64
05:44:14 device-mapper-libs-1.02.135-1.el7_3.5.x86_64
05:44:14 alsa-plugins-pulseaudio-1.1.1-1.el7.x86_64
05:44:14 perl-Net-Daemon-0.48-5.el7.noarch
05:44:14 paratype-pt-sans-fonts-20101909-3.el7.noarch
05:44:14 kernel-ml-4.7.5-1.el7.elrepo.x86_64
05:44:14 autocorr-en-5.0.6.2-5.el7_3.1.noarch
05:44:14 libwebp-0.3.0-3.el7.x86_64
05:44:14 paps-libs-0.6.8-28.el7.1.x86_64
05:44:14 sssd-common-pac-1.14.0-43.el7_3.18.x86_64
05:44:14 xorg-x11-utils-7.5-14.el7.x86_64
05:44:14 ibus-sayura-1.3.2-3.el7.x86_64
05:44:14 fontconfig-devel-2.10.95-10.el7.x86_64
05:44:14 perl-HTTP-Date-6.02-8.el7.noarch
05:44:14 libreoffice-core-5.0.6.2-5.el7_3.1.x86_64
05:44:14 dconf-0.22.0-2.el7.x86_64
05:44:14 m4-1.4.16-10.el7.x86_64
05:44:14 libreport-plugin-bugzilla-2.1.11-35.el7.centos.x86_64
05:44:14 libitm-devel-4.8.5-11.el7.x86_64
05:44:14 perl-HTML-Format-2.10-7.el7.noarch
05:44:14 gnu-free-serif-fonts-20120503-8.el7.noarch
05:44:14 python-gssapi-1.2.0-2.el7.x86_64
05:44:14 bind-libs-9.9.4-50.el7_3.1.x86_64
05:44:14 abrt-console-notification-2.1.11-45.el7.centos.x86_64
05:44:14 python-IPy-0.75-6.el7.noarch
05:44:14 redhat-lsb-4.1-27.el7.centos.1.x86_64
05:44:14 checkpolicy-2.5-4.el7.x86_64
05:44:14 libverto-tevent-0.2.5-4.el7.x86_64
05:44:14 xorg-x11-docs-1.6-7.el7.noarch
05:44:14 pulseaudio-module-bluetooth-6.0-9.el7_3.x86_64
05:44:14 libudisks2-2.1.2-6.el7.x86_64
05:44:14 nepomuk-core-devel-4.10.5-5.el7.x86_64
05:44:14 syslinux-4.05-13.el7.x86_64
05:44:14 graphite2-1.3.10-1.el7_3.x86_64
05:44:14 grub2-2.02-0.44.el7.centos.x86_64
05:44:14 libconfig-1.4.9-5.el7.x86_64
05:44:14 PyQt4-devel-4.10.1-13.el7.x86_64
05:44:14 libXi-1.7.4-2.el7.x86_64
05:44:14 nginx-mod-http-perl-1.10.2-1.el7.x86_64
05:44:14 libndp-1.2-7.el7.x86_64
05:44:14 openssh-server-6.6.1p1-35.el7_3.x86_64
05:44:14 libXcomposite-0.4.4-4.1.el7.x86_64
05:44:14 telegraf-1.14.4-1.x86_64
05:44:14 highlight-3.13-3.el7.x86_64
05:44:14 numactl-devel-2.0.9-6.el7_2.x86_64
05:44:14 postfix-2.10.1-6.el7.x86_64
05:44:14 latencytop-0.5-13.el7.x86_64
05:44:14 libhbaapi-2.2.9-6.el7.x86_64
05:44:14 pcp-pmda-elasticsearch-3.11.3-4.el7.x86_64
05:44:14 lksctp-tools-1.0.17-2.el7.x86_64
05:44:14 sane-backends-libs-1.0.24-9.el7.x86_64
05:44:14 wavpack-4.60.1-9.el7.x86_64
05:44:14 cups-filesystem-1.6.3-26.el7.noarch
05:44:14 m17n-db-1.6.4-3.el7.noarch
05:44:14 docker-ce-cli-19.03.12-3.el7.x86_64
05:44:14 gettext-devel-0.18.2.1-4.el7.x86_64
05:44:14 ecj-4.2.1-8.el7.x86_64
05:44:14 valgrind-3.11.0-24.el7.x86_64
05:44:14 boost-1.53.0-26.el7.x86_64
05:44:14 perl-threads-1.87-4.el7.x86_64
05:44:14 zlib-1.2.7-17.el7.x86_64
05:44:14 librsvg2-2.39.0-1.el7.x86_64
05:44:14 thai-scalable-fonts-common-0.5.0-7.el7.noarch
05:44:14 aether-util-1.13.1-13.el7.noarch
05:44:14 wvdial-1.61-9.el7.x86_64
05:44:14 cifs-utils-6.2-9.el7.x86_64
05:44:14 libreport-rhel-anaconda-bugzilla-2.1.11-35.el7.centos.x86_64
05:44:14 perl-version-0.99.07-2.el7.x86_64
05:44:14 gvfs-1.22.4-8.el7.x86_64
05:44:14 java-1.7.0-openjdk-devel-1.7.0.141-2.6.10.1.el7_3.x86_64
05:44:14 libgcrypt-1.5.3-13.el7_3.1.x86_64
05:44:14 libXcursor-devel-1.1.14-2.1.el7.x86_64
05:44:14 plexus-component-api-1.0-0.16.alpha15.el7.noarch
05:44:14 xorg-x11-fonts-Type1-7.5-9.el7.noarch
05:44:14 python-ply-3.4-10.el7.noarch
05:44:14 smartmontools-6.2-7.el7.x86_64
05:44:14 perl-CPAN-1.9800-291.el7.noarch
05:44:14 gnome-settings-daemon-3.14.4-12.el7.x86_64
05:44:14 kdelibs-4.14.8-6.el7_3.x86_64
05:44:14 libXxf86misc-1.0.3-7.1.el7.x86_64
05:44:14 info-5.1-4.el7.x86_64
05:44:14 geronimo-annotation-1.0-15.el7.noarch
05:44:14 google-crosextra-caladea-fonts-1.002-0.4.20130214.el7.noarch
05:44:14 automoc-1.0-0.20.rc3.el7.x86_64
05:44:14 python-jsonpointer-1.9-2.el7.noarch
05:44:14 libpurple-2.10.7-26.el7.x86_64
05:44:14 gnome-bluetooth-3.14.1-1.el7.x86_64
05:44:14 perl-JSON-PP-2.27202-2.el7.noarch
05:44:14 gnome-terminal-3.14.3-13.el7.x86_64
05:44:14 NetworkManager-1.4.0-20.el7_3.x86_64
05:44:14 python-libs-2.7.5-48.el7.x86_64
05:44:14 vertica-9.2.1-23.x86_64
05:44:14 gobject-introspection-devel-1.42.0-1.el7.x86_64
05:44:14 gssdp-0.14.3-3.el7.x86_64
05:44:14 oprofile-0.9.9-21.el7_3.x86_64
05:44:14 dbus-devel-1.6.12-17.el7.x86_64
05:44:14 gtkspell3-3.0.3-4.el7.x86_64
05:44:14 mesa-libGL-devel-11.2.2-2.20160614.el7.x86_64
05:44:14 kpartx-0.4.9-99.el7_3.3.x86_64
05:44:14 libtasn1-3.8-3.el7.x86_64
05:44:14 libXres-1.0.7-2.1.el7.x86_64
05:44:14 perl-XML-Twig-3.44-2.el7.noarch
05:44:14 docbook-style-xsl-1.78.1-3.el7.noarch
05:44:14 wget-1.14-13.el7.x86_64
05:44:14 libcmis-0.5.1-2.el7.x86_64
05:44:14 libXxf86dga-1.1.4-2.1.el7.x86_64
05:44:14 p11-kit-trust-0.20.7-3.el7.x86_64
05:44:14 python-firewall-0.4.3.2-8.1.el7_3.3.noarch
05:44:14 plymouth-core-libs-0.8.9-0.26.20140113.el7.centos.x86_64
05:44:14 xalan-j2-2.7.1-23.el7.noarch
05:44:14 libdnet-1.12-13.1.el7.x86_64
05:44:14 iwl6050-firmware-41.28.5.1-49.el7.noarch
05:44:14 systemtap-runtime-3.0-7.el7.x86_64
05:44:14 xcb-util-0.4.0-2.el7.x86_64
05:44:14 hpijs-3.15.9-2.el7.x86_64
05:44:14 libvirt-devel-2.0.0-10.el7_3.9.x86_64
05:44:14 postgresql-libs-9.2.18-1.el7.x86_64
05:44:14 geronimo-jta-1.1.1-17.el7.noarch
05:44:14 shared-desktop-ontologies-devel-0.11.0-2.el7.noarch
05:44:14 python-jwcrypto-0.2.1-1.el7.noarch
05:44:14 check-0.9.9-5.el7.x86_64
05:44:14 gnome-terminal-nautilus-3.14.3-13.el7.x86_64
05:44:14 shc-3.8.9-alt1.x86_64
05:44:14 cryptsetup-libs-1.7.2-1.el7.x86_64
05:44:14 xorg-x11-drv-void-1.4.1-1.el7.x86_64
05:44:14 compat-poppler022-0.22.5-4.el7.x86_64
05:44:14 abrt-addon-kerneloops-2.1.11-45.el7.centos.x86_64
05:44:14 ncurses-5.9-13.20130511.el7.x86_64
05:44:14 virt-viewer-2.0-12.el7.x86_64
05:44:14 parted-3.1-28.el7.x86_64
05:44:14 libXScrnSaver-devel-1.2.2-6.1.el7.x86_64
05:44:14 mpfr-3.1.1-4.el7.x86_64
05:44:14 icoutils-0.31.3-1.el7_3.x86_64
05:44:14 gnome-video-effects-0.4.1-1.el7.noarch
05:44:14 latencytop-tui-0.5-13.el7.x86_64
05:44:14 java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64
05:44:14 vte3-0.36.5-1.el7.x86_64
05:44:14 libsss_idmap-1.14.0-43.el7_3.18.x86_64
05:44:14 redhat-lsb-desktop-4.1-27.el7.centos.1.x86_64
05:44:14 libaio-0.3.109-13.el7.x86_64
05:44:14 python-requests-2.6.0-1.el7_1.noarch
05:44:14 jansson-2.4-6.el7.x86_64
05:44:14 khmeros-base-fonts-5.0-17.el7.noarch
05:44:14 gnome-weather-3.14.1-1.el7.noarch
05:44:14 libsss_autofs-1.14.0-43.el7_3.18.x86_64
05:44:14 dnsmasq-2.66-21.el7.x86_64
05:44:14 atkmm-2.22.7-3.el7.x86_64
05:44:14 gdm-3.14.2-20.el7_3.x86_64
05:44:14 sil-nuosu-fonts-2.1.1-5.el7.noarch
05:44:14 perl-TimeDate-2.30-2.el7.noarch
05:44:14 crda-3.13_2016.02.08-1.el7.x86_64
05:44:14 ntsysv-1.7.2-1.el7_3.1.x86_64
05:44:14 libreport-centos-2.1.11-35.el7.centos.x86_64
05:44:14 xdg-user-dirs-0.15-4.el7.x86_64
05:44:14 taglib-1.8-7.20130218git.el7.x86_64
05:44:14 trousers-0.3.13-1.el7.x86_64
05:44:14 ucs-miscfixed-fonts-0.3-11.el7.noarch
05:44:14 perl-libwww-perl-6.05-2.el7.noarch
05:44:14 perl-ExtUtils-CBuilder-0.28.2.6-291.el7.noarch
05:44:14 mousetweaks-3.8.0-3.el7.x86_64
05:44:14 sip-4.14.6-4.el7.x86_64
05:44:14 python-dns-1.12.0-2.20150617git465785f.el7.noarch
05:44:14 libkexiv2-4.10.5-3.el7.x86_64
05:44:14 newt-0.52.15-4.el7.x86_64
05:44:14 latrace-0.5.11-6.1.el7.x86_64
05:44:14 libverto-devel-0.2.5-4.el7.x86_64
05:44:14 pcp-pmda-ds389-3.11.3-4.el7.x86_64
05:44:14 glibc-headers-2.17-157.el7_3.5.x86_64
05:44:14 kdenetwork-kopete-devel-4.10.5-8.el7_0.x86_64
05:44:14 libwpd-0.10.0-1.el7.x86_64
05:44:14 libreoffice-calc-5.0.6.2-5.el7_3.1.x86_64
05:44:14 libgpod-0.8.3-14.el7.x86_64
05:44:14 hunspell-en-0.20121024-5.el7.noarch
05:44:14 libvisual-0.4.0-16.el7.x86_64
05:44:14 gnome-getting-started-docs-3.14.1.0.2-3.el7.noarch
05:44:14 xorg-x11-apps-7.7-6.el7.x86_64
Thanks, Yashodha
I've raised SCMOD-15301 for this and taken it into the current sprint.
Hi @ygangadharappa,
We're obviously not able to reproduce this on any of our existing Docker Hosts and I'm currently balking at the estimate I've been given for how long it will take to setup a system that will match yours to try to reproduce on that.
Are there any other options here? Was your system produced from a VM template that could be used to give us a reproduction system? Could the VM be cloned? Could we temporarily get access to the host to investigate directly on it?
Thanks, Dermot
Closing for now... will re-open on request.
Running docker image OpenSUSE "cafapi/opensuse-base:2.4.0 / cafapi/opensuse-base:2.4.1" in Jenkin box, throwing below error. This issue is not able to reproduce when it is tried in the localhost docker host.
I need help in resolving in the Jenkin box.
21:33:25 Retrieving repository 'Main Repository' metadata [.error] 21:33:25 Repository 'Main Repository' is invalid. 21:33:25 [repo-oss|http://download.opensuse.org/distribution/leap/15.3/repo/oss/] Valid metadata not found at specified URL 21:33:25 History: 21:33:25 - [|] Error trying to read from 'http://download.opensuse.org/distribution/leap/15.3/repo/oss/' 21:33:25 - Permission to access 'http://download.opensuse.org/distribution/leap/15.3/repo/oss/content' denied. 21:33:25 21:33:25 Please check if the URIs defined for this repository are pointing to a valid repository. 21:33:25 Skipping repository 'Main Repository' because of the above error.
21:33:25 Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.error] 21:33:25 Repository 'Update repository with updates from SUSE Linux Enterprise 15' is invalid. 21:33:25 [repo-sle-update|http://download.opensuse.org/update/leap/15.3/sle/] Valid metadata not found at specified URL 21:33:25 History: 21:33:25 - [|] Error trying to read from 'http://download.opensuse.org/update/leap/15.3/sle/' 21:33:25 - Permission to access 'http://download.opensuse.org/update/leap/15.3/sle/content' denied. 21:33:25 21:33:25 Please check if the URIs defined for this repository are pointing to a valid repository. 21:33:25 Skipping repository 'Update repository with updates from SUSE Linux Enterprise 15' because of the above error. 21:33:26 Retrieving repository 'Main Update Repository' metadata [.error] 21:33:26 Repository 'Main Update Repository' is invalid. 21:33:26 [repo-update|http://download.opensuse.org/update/leap/15.3/oss/] Valid metadata not found at specified URL 21:33:26 History:
Thanks, Yashodha