Properties
Properties
Run Command on atomic01
Run Command on atomic01
- When
- Completed at Apr 19 2015, 11:08 AM · Built for 5 m, 35 s
- Status
Failed
| 1 | + test_build=0 |
|---|---|
| 2 | + test_functional=0 |
| 3 | + test_integration=0 |
| 4 | + test_performance=0 |
| 5 | + test_unit=0 |
| 6 | + vcs=git |
| 7 | + '[' 12 -gt 0 ']' |
| 8 | + case $1 in |
| 9 | ++ eval echo ''\''206'\''' |
| 10 | +++ echo 206 |
| 11 | + id=206 |
| 12 | + shift |
| 13 | + shift |
| 14 | + '[' 10 -gt 0 ']' |
| 15 | + case $1 in |
| 16 | ++ eval echo master |
| 17 | +++ echo master |
| 18 | + commit=master |
| 19 | + shift |
| 20 | + shift |
| 21 | + '[' 8 -gt 0 ']' |
| 22 | + case $1 in |
| 23 | ++ eval echo ''\'''\''' |
| 24 | +++ echo '' |
| 25 | + differential= |
| 26 | + shift |
| 27 | + shift |
| 28 | + '[' 6 -gt 0 ']' |
| 29 | + case $1 in |
| 30 | ++ eval echo ''\''PHID-HMBT-laxhrffbpgziysrl2bti'\''' |
| 31 | +++ echo PHID-HMBT-laxhrffbpgziysrl2bti |
| 32 | + phid=PHID-HMBT-laxhrffbpgziysrl2bti |
| 33 | + shift |
| 34 | + shift |
| 35 | + '[' 4 -gt 0 ']' |
| 36 | + case $1 in |
| 37 | ++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 38 | +++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 39 | + uri=ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 40 | + shift |
| 41 | + shift |
| 42 | + '[' 2 -gt 0 ']' |
| 43 | + case $1 in |
| 44 | ++ eval echo git |
| 45 | +++ echo git |
| 46 | + vcs=git |
| 47 | + shift |
| 48 | + shift |
| 49 | + '[' 0 -gt 0 ']' |
| 50 | + '[' -z master -a -z '' ']' |
| 51 | + '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']' |
| 52 | + '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']' |
| 53 | + test_build=1 |
| 54 | + test_functional=1 |
| 55 | + test_integration=1 |
| 56 | + test_performance=1 |
| 57 | + test_unit=1 |
| 58 | + '[' -z git ']' |
| 59 | + case ${vcs} in |
| 60 | ++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git |
| 61 | + package=stick |
| 62 | ++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 63 | ++ sed -e 's|ssh://git@|https://|g' |
| 64 | + ro_uri=https://git.kolab.org/diffusion/QA/stick.git |
| 65 | + case ${package} in |
| 66 | + case ${uri} in |
| 67 | ++ pwd |
| 68 | + export TMPDIR=/var/tmp/313 |
| 69 | + TMPDIR=/var/tmp/313 |
| 70 | + '[' '!' -d stick.git ']' |
| 71 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 72 | + pushd stick.git |
| 73 | + git checkout master |
| 74 | Already on 'master' |
| 75 | + popd |
| 76 | + '[' stick '!=' stick ']' |
| 77 | + export commit |
| 78 | + export differential |
| 79 | + export id |
| 80 | + export package |
| 81 | + export phid |
| 82 | + export ro_uri |
| 83 | + export uri |
| 84 | + export vcs |
| 85 | + export test_build |
| 86 | + export test_functional |
| 87 | + export test_integration |
| 88 | + export test_performance |
| 89 | + export test_unit |
| 90 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 91 | + pushd stick.git |
| 92 | + ../stick.git/drydocker/stick/build.sh |
| 93 | Sending build context to Docker daemon 3.072 kB |
| 94 | |
| 95 | Sending build context to Docker daemon |
| 96 | 2015/04/19 13:08:28 The command [/bin/sh -c chmod 755 /osc.sh && /osc.sh] returned a non-zero code: 1 |
| 97 | make: *** [all] Error 1 |
| 98 | + retval=2 |
| 99 | + popd |
| 100 | + cd /var/tmp |
| 101 | + rm -rf /var/tmp/313 |
| 102 | + exit 2 |
| 103 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/313/stick.git /var/tmp/313 |
| 3 | /var/tmp/313 |
| 4 | /var/tmp/313/stick.git /var/tmp/313 |
| 5 | Cloning into '/var/tmp/313/docker.git'... |
| 6 | /var/tmp/313/docker.git/ci /var/tmp/313/stick.git |
| 7 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 8 | docker build -t kolab/ci-$dist - < $dist ; \ |
| 9 | done |
| 10 | Step 0 : FROM centos:centos7 |
| 11 | ---> 214a4932132a |
| 12 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 13 | ---> Using cache |
| 14 | ---> dcae4a4725d8 |
| 15 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 16 | ---> Using cache |
| 17 | ---> 2ecb155876fe |
| 18 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 19 | ---> Using cache |
| 20 | ---> 3f48e284caa9 |
| 21 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 22 | ---> Using cache |
| 23 | ---> 3e967874f069 |
| 24 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 25 | ---> Using cache |
| 26 | ---> c22880c81964 |
| 27 | Step 6 : ENV IMAGE maipo |
| 28 | ---> Using cache |
| 29 | ---> 2f63d28b8d7b |
| 30 | Step 7 : RUN yum clean metadata && yum -y install build epel-release git osc passwd perl-Digest-MD5 perl-TimeDate rpmdevtools sudo yum-utils @development @fedora-packager && yum-builddep -y $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' ) |
| 31 | ---> Running in 128838e8d4d2 |
| 32 | Loaded plugins: fastestmirror |
| 33 | Cleaning repos: Kolab_Development base extras openSUSE_Tools updates |
| 34 | 0 metadata files removed |
| 35 | 0 sqlite files removed |
| 36 | 0 metadata files removed |
| 37 | Loaded plugins: fastestmirror |
| 38 | Determining fastest mirrors |
| 39 | * base: mirror.switch.ch |
| 40 | * extras: mirror.switch.ch |
| 41 | * updates: mirror.switch.ch |
| 42 | [91mWarning: Package group fedora-packager does not exist. |
| 43 | [0mResolving Dependencies |
| 44 | --> Running transaction check |
| 45 | ---> Package autoconf.noarch 0:2.69-11.el7 will be installed |
| 46 | --> Processing Dependency: perl >= 5.006 for package: autoconf-2.69-11.el7.noarch |
| 47 | --> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch |
| 48 | --> Processing Dependency: perl(warnings) for package: autoconf-2.69-11.el7.noarch |
| 49 | --> Processing Dependency: perl(vars) for package: autoconf-2.69-11.el7.noarch |
| 50 | --> Processing Dependency: perl(strict) for package: autoconf-2.69-11.el7.noarch |
| 51 | --> Processing Dependency: perl(constant) for package: autoconf-2.69-11.el7.noarch |
| 52 | --> Processing Dependency: perl(Text::ParseWords) for package: autoconf-2.69-11.el7.noarch |
| 53 | --> Processing Dependency: perl(POSIX) for package: autoconf-2.69-11.el7.noarch |
| 54 | --> Processing Dependency: perl(IO::File) for package: autoconf-2.69-11.el7.noarch |
| 55 | --> Processing Dependency: perl(Getopt::Long) for package: autoconf-2.69-11.el7.noarch |
| 56 | --> Processing Dependency: perl(File::stat) for package: autoconf-2.69-11.el7.noarch |
| 57 | --> Processing Dependency: perl(File::Spec) for package: autoconf-2.69-11.el7.noarch |
| 58 | --> Processing Dependency: perl(File::Path) for package: autoconf-2.69-11.el7.noarch |
| 59 | --> Processing Dependency: perl(File::Find) for package: autoconf-2.69-11.el7.noarch |
| 60 | --> Processing Dependency: perl(File::Copy) for package: autoconf-2.69-11.el7.noarch |
| 61 | --> Processing Dependency: perl(File::Compare) for package: autoconf-2.69-11.el7.noarch |
| 62 | --> Processing Dependency: perl(File::Basename) for package: autoconf-2.69-11.el7.noarch |
| 63 | --> Processing Dependency: perl(Exporter) for package: autoconf-2.69-11.el7.noarch |
| 64 | --> Processing Dependency: perl(Errno) for package: autoconf-2.69-11.el7.noarch |
| 65 | --> Processing Dependency: perl(DynaLoader) for package: autoconf-2.69-11.el7.noarch |
| 66 | --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch |
| 67 | --> Processing Dependency: perl(Cwd) for package: autoconf-2.69-11.el7.noarch |
| 68 | --> Processing Dependency: perl(Class::Struct) for package: autoconf-2.69-11.el7.noarch |
| 69 | --> Processing Dependency: perl(Carp) for package: autoconf-2.69-11.el7.noarch |
| 70 | --> Processing Dependency: /usr/bin/perl for package: autoconf-2.69-11.el7.noarch |
| 71 | ---> Package automake.noarch 0:1.13.4-3.el7 will be installed |
| 72 | --> Processing Dependency: perl(threads) for package: automake-1.13.4-3.el7.noarch |
| 73 | --> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.el7.noarch |
| 74 | --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch |
| 75 | ---> Package bison.x86_64 0:2.7-4.el7 will be installed |
| 76 | ---> Package build.noarch 0:20150317-192.1 will be installed |
| 77 | --> Processing Dependency: build-mkbaselibs for package: build-20150317-192.1.noarch |
| 78 | --> Processing Dependency: tar for package: build-20150317-192.1.noarch |
| 79 | ---> Package byacc.x86_64 0:1.9.20130304-3.el7 will be installed |
| 80 | ---> Package cscope.x86_64 0:15.8-7.el7 will be installed |
| 81 | --> Processing Dependency: emacs-filesystem for package: cscope-15.8-7.el7.x86_64 |
| 82 | ---> Package ctags.x86_64 0:5.8-13.el7 will be installed |
| 83 | ---> Package diffstat.x86_64 0:1.57-4.el7 will be installed |
| 84 | ---> Package doxygen.x86_64 1:1.8.5-3.el7 will be installed |
| 85 | ---> Package elfutils.x86_64 0:0.160-1.el7 will be installed |
| 86 | --> Processing Dependency: elfutils-libs(x86-64) = 0.160-1.el7 for package: elfutils-0.160-1.el7.x86_64 |
| 87 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.158)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 88 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.149)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 89 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.148)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 90 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.138)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 91 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 92 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 93 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 94 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 95 | --> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 96 | --> Processing Dependency: libdw.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 97 | --> Processing Dependency: libasm.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 98 | ---> Package epel-release.noarch 0:7-5 will be installed |
| 99 | ---> Package flex.x86_64 0:2.5.37-3.el7 will be installed |
| 100 | ---> Package gcc.x86_64 0:4.8.3-9.el7 will be installed |
| 101 | --> Processing Dependency: cpp = 4.8.3-9.el7 for package: gcc-4.8.3-9.el7.x86_64 |
| 102 | --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.3-9.el7.x86_64 |
| 103 | --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.3-9.el7.x86_64 |
| 104 | --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.3-9.el7.x86_64 |
| 105 | ---> Package gcc-c++.x86_64 0:4.8.3-9.el7 will be installed |
| 106 | --> Processing Dependency: libstdc++-devel = 4.8.3-9.el7 for package: gcc-c++-4.8.3-9.el7.x86_64 |
| 107 | ---> Package gcc-gfortran.x86_64 0:4.8.3-9.el7 will be installed |
| 108 | --> Processing Dependency: libquadmath-devel = 4.8.3-9.el7 for package: gcc-gfortran-4.8.3-9.el7.x86_64 |
| 109 | --> Processing Dependency: libquadmath = 4.8.3-9.el7 for package: gcc-gfortran-4.8.3-9.el7.x86_64 |
| 110 | --> Processing Dependency: libgfortran = 4.8.3-9.el7 for package: gcc-gfortran-4.8.3-9.el7.x86_64 |
| 111 | --> Processing Dependency: libgfortran.so.3()(64bit) for package: gcc-gfortran-4.8.3-9.el7.x86_64 |
| 112 | ---> Package gettext.x86_64 0:0.18.2.1-4.el7 will be installed |
| 113 | --> Processing Dependency: libgettextsrc-0.18.2.so()(64bit) for package: gettext-0.18.2.1-4.el7.x86_64 |
| 114 | --> Processing Dependency: libgettextlib-0.18.2.so()(64bit) for package: gettext-0.18.2.1-4.el7.x86_64 |
| 115 | ---> Package git.x86_64 0:1.8.3.1-4.el7 will be installed |
| 116 | --> Processing Dependency: perl-Git = 1.8.3.1-4.el7 for package: git-1.8.3.1-4.el7.x86_64 |
| 117 | --> Processing Dependency: rsync for package: git-1.8.3.1-4.el7.x86_64 |
| 118 | --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-4.el7.x86_64 |
| 119 | --> Processing Dependency: perl(Git) for package: git-1.8.3.1-4.el7.x86_64 |
| 120 | --> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-4.el7.x86_64 |
| 121 | --> Processing Dependency: perl(Error) for package: git-1.8.3.1-4.el7.x86_64 |
| 122 | --> Processing Dependency: openssh-clients for package: git-1.8.3.1-4.el7.x86_64 |
| 123 | --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-4.el7.x86_64 |
| 124 | ---> Package indent.x86_64 0:2.2.11-13.el7 will be installed |
| 125 | ---> Package intltool.noarch 0:0.50.2-6.el7 will be installed |
| 126 | --> Processing Dependency: perl(XML::Parser) for package: intltool-0.50.2-6.el7.noarch |
| 127 | --> Processing Dependency: perl(Encode) for package: intltool-0.50.2-6.el7.noarch |
| 128 | --> Processing Dependency: gettext-devel for package: intltool-0.50.2-6.el7.noarch |
| 129 | ---> Package libtool.x86_64 0:2.4.2-20.el7 will be installed |
| 130 | ---> Package make.x86_64 1:3.82-21.el7 will be installed |
| 131 | ---> Package osc.x86_64 0:0.151.2-164.1 will be installed |
| 132 | --> Processing Dependency: m2crypto > 0.19 for package: osc-0.151.2-164.1.x86_64 |
| 133 | ---> Package passwd.x86_64 0:0.79-4.el7 will be installed |
| 134 | ---> Package patch.x86_64 0:2.7.1-8.el7 will be installed |
| 135 | ---> Package patchutils.x86_64 0:0.3.3-4.el7 will be installed |
| 136 | ---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed |
| 137 | --> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64 |
| 138 | ---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed |
| 139 | --> Processing Dependency: perl(Time::Local) for package: 1:perl-TimeDate-2.30-2.el7.noarch |
| 140 | ---> Package rcs.x86_64 0:5.9.0-5.el7 will be installed |
| 141 | ---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed |
| 142 | --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch |
| 143 | --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch |
| 144 | --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch |
| 145 | ---> Package rpm-build.x86_64 0:4.11.1-25.el7 will be installed |
| 146 | --> Processing Dependency: unzip for package: rpm-build-4.11.1-25.el7.x86_64 |
| 147 | --> Processing Dependency: bzip2 for package: rpm-build-4.11.1-25.el7.x86_64 |
| 148 | --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.1-25.el7.x86_64 |
| 149 | ---> Package rpm-sign.x86_64 0:4.11.1-25.el7 will be installed |
| 150 | ---> Package rpmdevtools.noarch 0:8.3-5.el7 will be installed |
| 151 | --> Processing Dependency: /usr/bin/man for package: rpmdevtools-8.3-5.el7.noarch |
| 152 | ---> Package subversion.x86_64 0:1.7.14-7.el7_0 will be installed |
| 153 | --> Processing Dependency: subversion-libs(x86-64) = 1.7.14-7.el7_0 for package: subversion-1.7.14-7.el7_0.x86_64 |
| 154 | --> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 155 | --> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 156 | --> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 157 | --> Processing Dependency: libsvn_ra_svn-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 158 | --> Processing Dependency: libsvn_ra_neon-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 159 | --> Processing Dependency: libsvn_ra_local-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 160 | --> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 161 | --> Processing Dependency: libsvn_fs_util-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 162 | --> Processing Dependency: libsvn_fs_fs-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 163 | --> Processing Dependency: libsvn_fs_base-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 164 | --> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 165 | --> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 166 | --> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 167 | --> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 168 | --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 169 | --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 170 | --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 171 | ---> Package sudo.x86_64 0:1.8.6p7-13.el7 will be installed |
| 172 | ---> Package swig.x86_64 0:2.0.11-11.el7.kolab_3.5 will be installed |
| 173 | ---> Package systemtap.x86_64 0:2.6-8.el7 will be installed |
| 174 | --> Processing Dependency: systemtap-devel = 2.6-8.el7 for package: systemtap-2.6-8.el7.x86_64 |
| 175 | --> Processing Dependency: systemtap-client = 2.6-8.el7 for package: systemtap-2.6-8.el7.x86_64 |
| 176 | ---> Package yum-utils.noarch 0:1.1.31-29.el7 will be installed |
| 177 | --> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-29.el7.noarch |
| 178 | --> Running transaction check |
| 179 | ---> Package apr.x86_64 0:1.4.8-3.el7 will be installed |
| 180 | ---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed |
| 181 | ---> Package build-mkbaselibs.noarch 0:20150317-192.1 will be installed |
| 182 | ---> Package bzip2.x86_64 0:1.0.6-12.el7 will be installed |
| 183 | ---> Package cpp.x86_64 0:4.8.3-9.el7 will be installed |
| 184 | ---> Package dwz.x86_64 0:0.11-3.el7 will be installed |
| 185 | ---> Package elfutils-libs.x86_64 0:0.160-1.el7 will be installed |
| 186 | ---> Package emacs-filesystem.noarch 1:24.3-11.el7 will be installed |
| 187 | ---> Package gdb.x86_64 0:7.6.1-64.el7 will be installed |
| 188 | ---> Package gettext-devel.x86_64 0:0.18.2.1-4.el7 will be installed |
| 189 | --> Processing Dependency: gettext-common-devel = 0.18.2.1-4.el7 for package: gettext-devel-0.18.2.1-4.el7.x86_64 |
| 190 | ---> Package gettext-libs.x86_64 0:0.18.2.1-4.el7 will be installed |
| 191 | ---> Package glibc-devel.x86_64 0:2.17-78.el7 will be installed |
| 192 | --> Processing Dependency: glibc-headers = 2.17-78.el7 for package: glibc-devel-2.17-78.el7.x86_64 |
| 193 | --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-78.el7.x86_64 |
| 194 | ---> Package libgfortran.x86_64 0:4.8.3-9.el7 will be installed |
| 195 | ---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed |
| 196 | ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed |
| 197 | ---> Package libquadmath.x86_64 0:4.8.3-9.el7 will be installed |
| 198 | ---> Package libquadmath-devel.x86_64 0:4.8.3-9.el7 will be installed |
| 199 | ---> Package libstdc++-devel.x86_64 0:4.8.3-9.el7 will be installed |
| 200 | ---> Package m2crypto.x86_64 0:0.21.1-15.el7 will be installed |
| 201 | ---> Package m4.x86_64 0:1.4.16-9.el7 will be installed |
| 202 | ---> Package man-db.x86_64 0:2.6.3-9.el7 will be installed |
| 203 | --> Processing Dependency: libpipeline.so.1()(64bit) for package: man-db-2.6.3-9.el7.x86_64 |
| 204 | ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed |
| 205 | ---> Package neon.x86_64 0:0.30.0-3.el7 will be installed |
| 206 | --> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: neon-0.30.0-3.el7.x86_64 |
| 207 | --> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: neon-0.30.0-3.el7.x86_64 |
| 208 | --> Processing Dependency: libproxy.so.1()(64bit) for package: neon-0.30.0-3.el7.x86_64 |
| 209 | --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-3.el7.x86_64 |
| 210 | --> Processing Dependency: libgnutls.so.28()(64bit) for package: neon-0.30.0-3.el7.x86_64 |
| 211 | ---> Package openssh-clients.x86_64 0:6.6.1p1-11.el7 will be installed |
| 212 | --> Processing Dependency: openssh = 6.6.1p1-11.el7 for package: openssh-clients-6.6.1p1-11.el7.x86_64 |
| 213 | --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-11.el7.x86_64 |
| 214 | --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-11.el7.x86_64 |
| 215 | --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-11.el7.x86_64 |
| 216 | ---> Package perl.x86_64 4:5.16.3-285.el7 will be installed |
| 217 | --> Processing Dependency: perl-libs = 4:5.16.3-285.el7 for package: 4:perl-5.16.3-285.el7.x86_64 |
| 218 | --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-285.el7.x86_64 |
| 219 | --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-285.el7.x86_64 |
| 220 | --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-285.el7.x86_64 |
| 221 | --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-285.el7.x86_64 |
| 222 | --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 223 | --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 224 | --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 225 | --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 226 | --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 227 | --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 228 | --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 229 | --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 230 | --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 231 | ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed |
| 232 | ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed |
| 233 | ---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed |
| 234 | ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed |
| 235 | ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed |
| 236 | ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed |
| 237 | ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed |
| 238 | ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed |
| 239 | ---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed |
| 240 | --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch |
| 241 | ---> Package perl-Git.noarch 0:1.8.3.1-4.el7 will be installed |
| 242 | ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed |
| 243 | ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed |
| 244 | ---> Package perl-Test-Harness.noarch 0:3.28-2.el7 will be installed |
| 245 | ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed |
| 246 | ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed |
| 247 | ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed |
| 248 | ---> Package perl-XML-Parser.x86_64 0:2.41-10.el7 will be installed |
| 249 | ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed |
| 250 | ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed |
| 251 | ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed |
| 252 | ---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed |
| 253 | --> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch |
| 254 | ---> Package rsync.x86_64 0:3.0.9-15.el7 will be installed |
| 255 | ---> Package subversion-libs.x86_64 0:1.7.14-7.el7_0 will be installed |
| 256 | ---> Package systemtap-client.x86_64 0:2.6-8.el7 will be installed |
| 257 | --> Processing Dependency: systemtap-runtime = 2.6-8.el7 for package: systemtap-client-2.6-8.el7.x86_64 |
| 258 | --> Processing Dependency: mokutil for package: systemtap-client-2.6-8.el7.x86_64 |
| 259 | --> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap-client-2.6-8.el7.x86_64 |
| 260 | --> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap-client-2.6-8.el7.x86_64 |
| 261 | ---> Package systemtap-devel.x86_64 0:2.6-8.el7 will be installed |
| 262 | --> Processing Dependency: kernel-devel for package: systemtap-devel-2.6-8.el7.x86_64 |
| 263 | ---> Package tar.x86_64 2:1.26-29.el7 will be installed |
| 264 | ---> Package unzip.x86_64 0:6.0-15.el7 will be installed |
| 265 | ---> Package zip.x86_64 0:3.0-10.el7 will be installed |
| 266 | --> Running transaction check |
| 267 | ---> Package avahi-libs.x86_64 0:0.6.31-14.el7 will be installed |
| 268 | ---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed |
| 269 | --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64 |
| 270 | ---> Package gettext-common-devel.noarch 0:0.18.2.1-4.el7 will be installed |
| 271 | ---> Package glibc-headers.x86_64 0:2.17-78.el7 will be installed |
| 272 | --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-78.el7.x86_64 |
| 273 | --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-78.el7.x86_64 |
| 274 | ---> Package gnutls.x86_64 0:3.3.8-12.el7 will be installed |
| 275 | --> Processing Dependency: libtspi.so.1()(64bit) for package: gnutls-3.3.8-12.el7.x86_64 |
| 276 | --> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.8-12.el7.x86_64 |
| 277 | --> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.8-12.el7.x86_64 |
| 278 | ---> Package kernel-devel.x86_64 0:3.10.0-229.1.2.el7 will be installed |
| 279 | ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed |
| 280 | ---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed |
| 281 | ---> Package libproxy.x86_64 0:0.4.11-6.el7 will be installed |
| 282 | --> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-6.el7.x86_64 |
| 283 | ---> Package mokutil.x86_64 0:0.7-5.el7 will be installed |
| 284 | ---> Package openssh.x86_64 0:6.6.1p1-11.el7 will be installed |
| 285 | ---> Package pakchois.x86_64 0:0.4-10.el7 will be installed |
| 286 | ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed |
| 287 | ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed |
| 288 | --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch |
| 289 | ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed |
| 290 | --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch |
| 291 | --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch |
| 292 | ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed |
| 293 | ---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed |
| 294 | ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed |
| 295 | ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed |
| 296 | ---> Package perl-libs.x86_64 4:5.16.3-285.el7 will be installed |
| 297 | ---> Package perl-macros.x86_64 4:5.16.3-285.el7 will be installed |
| 298 | ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed |
| 299 | ---> Package python-chardet.noarch 0:2.0.1-7.el7 will be installed |
| 300 | ---> Package systemtap-runtime.x86_64 0:2.6-8.el7 will be installed |
| 301 | --> Processing Dependency: libsymtabAPI.so.8.2()(64bit) for package: systemtap-runtime-2.6-8.el7.x86_64 |
| 302 | --> Processing Dependency: libdyninstAPI.so.8.2()(64bit) for package: systemtap-runtime-2.6-8.el7.x86_64 |
| 303 | --> Running transaction check |
| 304 | ---> Package dyninst.x86_64 0:8.2.0-2.el7 will be installed |
| 305 | --> Processing Dependency: libdwarf.so.0()(64bit) for package: dyninst-8.2.0-2.el7.x86_64 |
| 306 | --> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: dyninst-8.2.0-2.el7.x86_64 |
| 307 | --> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: dyninst-8.2.0-2.el7.x86_64 |
| 308 | ---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed |
| 309 | ---> Package kernel-headers.x86_64 0:3.10.0-229.1.2.el7 will be installed |
| 310 | ---> Package libmodman.x86_64 0:2.0.1-8.el7 will be installed |
| 311 | ---> Package nettle.x86_64 0:2.7.1-4.el7 will be installed |
| 312 | ---> Package perl-Pod-Escapes.noarch 1:1.04-285.el7 will be installed |
| 313 | ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed |
| 314 | --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch |
| 315 | --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch |
| 316 | ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed |
| 317 | ---> Package trousers.x86_64 0:0.3.11.2-3.el7 will be installed |
| 318 | --> Running transaction check |
| 319 | ---> Package boost-system.x86_64 0:1.53.0-23.el7 will be installed |
| 320 | ---> Package boost-thread.x86_64 0:1.53.0-23.el7 will be installed |
| 321 | ---> Package libdwarf.x86_64 0:20130207-4.el7 will be installed |
| 322 | ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed |
| 323 | ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed |
| 324 | --> Finished Dependency Resolution |
| 325 | |
| 326 | Dependencies Resolved |
| 327 | |
| 328 | ================================================================================ |
| 329 | Package Arch Version Repository Size |
| 330 | ================================================================================ |
| 331 | Installing for group install "Development Tools": |
| 332 | autoconf noarch 2.69-11.el7 base 701 k |
| 333 | automake noarch 1.13.4-3.el7 base 679 k |
| 334 | bison x86_64 2.7-4.el7 base 578 k |
| 335 | byacc x86_64 1.9.20130304-3.el7 base 65 k |
| 336 | cscope x86_64 15.8-7.el7 base 203 k |
| 337 | ctags x86_64 5.8-13.el7 base 155 k |
| 338 | diffstat x86_64 1.57-4.el7 base 35 k |
| 339 | doxygen x86_64 1:1.8.5-3.el7 base 3.6 M |
| 340 | elfutils x86_64 0.160-1.el7 base 262 k |
| 341 | flex x86_64 2.5.37-3.el7 base 292 k |
| 342 | gcc x86_64 4.8.3-9.el7 base 16 M |
| 343 | gcc-c++ x86_64 4.8.3-9.el7 base 7.2 M |
| 344 | gcc-gfortran x86_64 4.8.3-9.el7 base 6.6 M |
| 345 | gettext x86_64 0.18.2.1-4.el7 base 959 k |
| 346 | git x86_64 1.8.3.1-4.el7 base 4.3 M |
| 347 | indent x86_64 2.2.11-13.el7 base 150 k |
| 348 | intltool noarch 0.50.2-6.el7 base 59 k |
| 349 | libtool x86_64 2.4.2-20.el7 base 588 k |
| 350 | make x86_64 1:3.82-21.el7 base 420 k |
| 351 | patch x86_64 2.7.1-8.el7 base 110 k |
| 352 | patchutils x86_64 0.3.3-4.el7 base 104 k |
| 353 | rcs x86_64 5.9.0-5.el7 base 230 k |
| 354 | redhat-rpm-config noarch 9.1.0-68.el7.centos base 77 k |
| 355 | rpm-build x86_64 4.11.1-25.el7 base 141 k |
| 356 | rpm-sign x86_64 4.11.1-25.el7 base 42 k |
| 357 | subversion x86_64 1.7.14-7.el7_0 updates 1.0 M |
| 358 | swig x86_64 2.0.11-11.el7.kolab_3.5 Kolab_Development 1.3 M |
| 359 | systemtap x86_64 2.6-8.el7 base 24 k |
| 360 | Installing: |
| 361 | build noarch 20150317-192.1 openSUSE_Tools 157 k |
| 362 | epel-release noarch 7-5 extras 14 k |
| 363 | osc x86_64 0.151.2-164.1 openSUSE_Tools 504 k |
| 364 | passwd x86_64 0.79-4.el7 base 105 k |
| 365 | perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k |
| 366 | perl-TimeDate noarch 1:2.30-2.el7 base 52 k |
| 367 | rpmdevtools noarch 8.3-5.el7 base 97 k |
| 368 | sudo x86_64 1.8.6p7-13.el7 base 718 k |
| 369 | yum-utils noarch 1.1.31-29.el7 base 112 k |
| 370 | Installing for dependencies: |
| 371 | apr x86_64 1.4.8-3.el7 base 103 k |
| 372 | apr-util x86_64 1.5.2-6.el7 base 92 k |
| 373 | avahi-libs x86_64 0.6.31-14.el7 base 60 k |
| 374 | boost-system x86_64 1.53.0-23.el7 base 39 k |
| 375 | boost-thread x86_64 1.53.0-23.el7 base 56 k |
| 376 | build-mkbaselibs noarch 20150317-192.1 openSUSE_Tools 37 k |
| 377 | bzip2 x86_64 1.0.6-12.el7 base 52 k |
| 378 | cpp x86_64 4.8.3-9.el7 base 5.9 M |
| 379 | dwz x86_64 0.11-3.el7 base 99 k |
| 380 | dyninst x86_64 8.2.0-2.el7 base 2.5 M |
| 381 | elfutils-libs x86_64 0.160-1.el7 base 249 k |
| 382 | emacs-filesystem noarch 1:24.3-11.el7 base 57 k |
| 383 | fipscheck x86_64 1.4.1-5.el7 base 21 k |
| 384 | fipscheck-lib x86_64 1.4.1-5.el7 base 11 k |
| 385 | gdb x86_64 7.6.1-64.el7 base 2.4 M |
| 386 | gettext-common-devel noarch 0.18.2.1-4.el7 base 368 k |
| 387 | gettext-devel x86_64 0.18.2.1-4.el7 base 315 k |
| 388 | gettext-libs x86_64 0.18.2.1-4.el7 base 435 k |
| 389 | glibc-devel x86_64 2.17-78.el7 base 1.0 M |
| 390 | glibc-headers x86_64 2.17-78.el7 base 656 k |
| 391 | gnutls x86_64 3.3.8-12.el7 base 662 k |
| 392 | kernel-devel x86_64 3.10.0-229.1.2.el7 updates 9.9 M |
| 393 | kernel-headers x86_64 3.10.0-229.1.2.el7 updates 2.3 M |
| 394 | libdwarf x86_64 20130207-4.el7 base 109 k |
| 395 | libedit x86_64 3.0-12.20121213cvs.el7 base 92 k |
| 396 | libgfortran x86_64 4.8.3-9.el7 base 290 k |
| 397 | libgnome-keyring x86_64 3.8.0-3.el7 base 109 k |
| 398 | libmodman x86_64 2.0.1-8.el7 base 28 k |
| 399 | libmpc x86_64 1.0.1-3.el7 base 51 k |
| 400 | libpipeline x86_64 1.2.3-3.el7 base 53 k |
| 401 | libproxy x86_64 0.4.11-6.el7 base 65 k |
| 402 | libquadmath x86_64 4.8.3-9.el7 base 179 k |
| 403 | libquadmath-devel x86_64 4.8.3-9.el7 base 42 k |
| 404 | libstdc++-devel x86_64 4.8.3-9.el7 base 1.5 M |
| 405 | m2crypto x86_64 0.21.1-15.el7 base 428 k |
| 406 | m4 x86_64 1.4.16-9.el7 base 256 k |
| 407 | man-db x86_64 2.6.3-9.el7 base 559 k |
| 408 | mokutil x86_64 0.7-5.el7 base 23 k |
| 409 | mpfr x86_64 3.1.1-4.el7 base 203 k |
| 410 | neon x86_64 0.30.0-3.el7 base 165 k |
| 411 | nettle x86_64 2.7.1-4.el7 base 327 k |
| 412 | openssh x86_64 6.6.1p1-11.el7 base 431 k |
| 413 | openssh-clients x86_64 6.6.1p1-11.el7 base 635 k |
| 414 | pakchois x86_64 0.4-10.el7 base 14 k |
| 415 | perl x86_64 4:5.16.3-285.el7 base 8.0 M |
| 416 | perl-Carp noarch 1.26-244.el7 base 19 k |
| 417 | perl-Data-Dumper x86_64 2.145-3.el7 base 47 k |
| 418 | perl-Digest noarch 1.17-245.el7 base 23 k |
| 419 | perl-Encode x86_64 2.51-7.el7 base 1.5 M |
| 420 | perl-Error noarch 1:0.17020-2.el7 base 32 k |
| 421 | perl-Exporter noarch 5.68-3.el7 base 28 k |
| 422 | perl-File-Path noarch 2.09-2.el7 base 26 k |
| 423 | perl-File-Temp noarch 0.23.01-3.el7 base 56 k |
| 424 | perl-Filter x86_64 1.49-3.el7 base 76 k |
| 425 | perl-Getopt-Long noarch 2.40-2.el7 base 56 k |
| 426 | perl-Git noarch 1.8.3.1-4.el7 base 52 k |
| 427 | perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k |
| 428 | perl-PathTools x86_64 3.40-5.el7 base 82 k |
| 429 | perl-Pod-Escapes noarch 1:1.04-285.el7 base 50 k |
| 430 | perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k |
| 431 | perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k |
| 432 | perl-Pod-Usage noarch 1.63-3.el7 base 27 k |
| 433 | perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k |
| 434 | perl-Socket x86_64 2.010-3.el7 base 49 k |
| 435 | perl-Storable x86_64 2.45-3.el7 base 77 k |
| 436 | perl-TermReadKey x86_64 2.30-20.el7 base 31 k |
| 437 | perl-Test-Harness noarch 3.28-2.el7 base 302 k |
| 438 | perl-Text-ParseWords noarch 3.29-4.el7 base 14 k |
| 439 | perl-Thread-Queue noarch 3.02-2.el7 base 17 k |
| 440 | perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k |
| 441 | perl-Time-Local noarch 1.2300-2.el7 base 24 k |
| 442 | perl-XML-Parser x86_64 2.41-10.el7 base 223 k |
| 443 | perl-constant noarch 1.27-2.el7 base 19 k |
| 444 | perl-libs x86_64 4:5.16.3-285.el7 base 687 k |
| 445 | perl-macros x86_64 4:5.16.3-285.el7 base 42 k |
| 446 | perl-parent noarch 1:0.225-244.el7 base 12 k |
| 447 | perl-podlators noarch 2.5.1-3.el7 base 112 k |
| 448 | perl-srpm-macros noarch 1-8.el7 base 4.6 k |
| 449 | perl-threads x86_64 1.87-4.el7 base 49 k |
| 450 | perl-threads-shared x86_64 1.43-6.el7 base 39 k |
| 451 | python-chardet noarch 2.0.1-7.el7 base 222 k |
| 452 | python-kitchen noarch 1.1.1-5.el7 base 267 k |
| 453 | rsync x86_64 3.0.9-15.el7 base 359 k |
| 454 | subversion-libs x86_64 1.7.14-7.el7_0 updates 921 k |
| 455 | systemtap-client x86_64 2.6-8.el7 base 3.6 M |
| 456 | systemtap-devel x86_64 2.6-8.el7 base 1.6 M |
| 457 | systemtap-runtime x86_64 2.6-8.el7 base 265 k |
| 458 | tar x86_64 2:1.26-29.el7 base 843 k |
| 459 | trousers x86_64 0.3.11.2-3.el7 base 286 k |
| 460 | unzip x86_64 6.0-15.el7 updates 166 k |
| 461 | zip x86_64 3.0-10.el7 base 260 k |
| 462 | |
| 463 | Transaction Summary |
| 464 | ================================================================================ |
| 465 | Install 37 Packages (+91 Dependent packages) |
| 466 | |
| 467 | Total download size: 101 M |
| 468 | Installed size: 300 M |
| 469 | Downloading packages: |
| 470 | Delta RPMs disabled because /usr/bin/applydeltarpm not installed. |
| 471 | [91mwarning: /var/cache/yum/x86_64/7/base/packages/apr-1.4.8-3.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY |
| 472 | [0mPublic key for apr-1.4.8-3.el7.x86_64.rpm is not installed |
| 473 | Public key for epel-release-7-5.noarch.rpm is not installed |
| 474 | Public key for kernel-headers-3.10.0-229.1.2.el7.x86_64.rpm is not installed |
| 475 | -------------------------------------------------------------------------------- |
| 476 | Total 16 MB/s | 101 MB 00:06 |
| 477 | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 |
| 478 | [91mImporting GPG key 0xF4A80EB5: |
| 479 | Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>" |
| 480 | Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 |
| 481 | Package : centos-release-7-1.1503.el7.centos.2.8.x86_64 (@CentOS/$releasever) |
| 482 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 |
| 483 | [0mRunning transaction check |
| 484 | Running transaction test |
| 485 | Transaction test succeeded |
| 486 | Running transaction |
| 487 | Installing : mpfr-3.1.1-4.el7.x86_64 1/128 |
| 488 | Installing : libmpc-1.0.1-3.el7.x86_64 2/128 |
| 489 | Installing : fipscheck-1.4.1-5.el7.x86_64 3/128 |
| 490 | Installing : fipscheck-lib-1.4.1-5.el7.x86_64 4/128 |
| 491 | Installing : apr-1.4.8-3.el7.x86_64 5/128 |
| 492 | Installing : libquadmath-4.8.3-9.el7.x86_64 6/128 |
| 493 | Installing : m4-1.4.16-9.el7.x86_64 7/128 |
| 494 | Installing : elfutils-libs-0.160-1.el7.x86_64 8/128 |
| 495 | Installing : 2:tar-1.26-29.el7.x86_64 9/128 |
| 496 | Installing : apr-util-1.5.2-6.el7.x86_64 10/128 |
| 497 | Installing : unzip-6.0-15.el7.x86_64 11/128 |
| 498 | Installing : gettext-libs-0.18.2.1-4.el7.x86_64 12/128 |
| 499 | Installing : zip-3.0-10.el7.x86_64 13/128 |
| 500 | Installing : avahi-libs-0.6.31-14.el7.x86_64 14/128 |
| 501 | Installing : boost-system-1.53.0-23.el7.x86_64 15/128 |
| 502 | Installing : 1:emacs-filesystem-24.3-11.el7.noarch 16/128 |
| 503 | Installing : patch-2.7.1-8.el7.x86_64 17/128 |
| 504 | Installing : boost-thread-1.53.0-23.el7.x86_64 18/128 |
| 505 | Installing : gettext-0.18.2.1-4.el7.x86_64 19/128 |
| 506 | install-info: No such file or directory for /usr/share/info/gettext.info.gz |
| 507 | Installing : elfutils-0.160-1.el7.x86_64 20/128 |
| 508 | Installing : libgfortran-4.8.3-9.el7.x86_64 21/128 |
| 509 | Installing : openssh-6.6.1p1-11.el7.x86_64 22/128 |
| 510 | Installing : cpp-4.8.3-9.el7.x86_64 23/128 |
| 511 | Installing : 1:perl-parent-0.225-244.el7.noarch 24/128 |
| 512 | Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 25/128 |
| 513 | Installing : perl-podlators-2.5.1-3.el7.noarch 26/128 |
| 514 | Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 27/128 |
| 515 | Installing : 1:perl-Pod-Escapes-1.04-285.el7.noarch 28/128 |
| 516 | Installing : perl-Text-ParseWords-3.29-4.el7.noarch 29/128 |
| 517 | Installing : perl-Encode-2.51-7.el7.x86_64 30/128 |
| 518 | Installing : perl-Pod-Usage-1.63-3.el7.noarch 31/128 |
| 519 | Installing : 4:perl-macros-5.16.3-285.el7.x86_64 32/128 |
| 520 | Installing : 4:perl-libs-5.16.3-285.el7.x86_64 33/128 |
| 521 | Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 34/128 |
| 522 | Installing : perl-threads-1.87-4.el7.x86_64 35/128 |
| 523 | Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 36/128 |
| 524 | Installing : perl-threads-shared-1.43-6.el7.x86_64 37/128 |
| 525 | Installing : perl-Storable-2.45-3.el7.x86_64 38/128 |
| 526 | Installing : perl-Carp-1.26-244.el7.noarch 39/128 |
| 527 | Installing : perl-Filter-1.49-3.el7.x86_64 40/128 |
| 528 | Installing : perl-Exporter-5.68-3.el7.noarch 41/128 |
| 529 | Installing : perl-constant-1.27-2.el7.noarch 42/128 |
| 530 | Installing : perl-File-Temp-0.23.01-3.el7.noarch 43/128 |
| 531 | Installing : perl-File-Path-2.09-2.el7.noarch 44/128 |
| 532 | Installing : perl-PathTools-3.40-5.el7.x86_64 45/128 |
| 533 | Installing : perl-Time-Local-1.2300-2.el7.noarch 46/128 |
| 534 | Installing : perl-Socket-2.010-3.el7.x86_64 47/128 |
| 535 | Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 48/128 |
| 536 | Installing : perl-Getopt-Long-2.40-2.el7.noarch 49/128 |
| 537 | Installing : 4:perl-5.16.3-285.el7.x86_64 50/128 |
| 538 | Installing : perl-Thread-Queue-3.02-2.el7.noarch 51/128 |
| 539 | Installing : 1:perl-Error-0.17020-2.el7.noarch 52/128 |
| 540 | Installing : perl-Test-Harness-3.28-2.el7.noarch 53/128 |
| 541 | Installing : perl-TermReadKey-2.30-20.el7.x86_64 54/128 |
| 542 | Installing : perl-Data-Dumper-2.145-3.el7.x86_64 55/128 |
| 543 | Installing : autoconf-2.69-11.el7.noarch 56/128 |
| 544 | install-info: No such file or directory for /usr/share/info/autoconf.info |
| 545 | Installing : automake-1.13.4-3.el7.noarch 57/128 |
| 546 | install-info: No such file or directory for /usr/share/info/automake.info.gz |
| 547 | Installing : kernel-devel-3.10.0-229.1.2.el7.x86_64 58/128 |
| 548 | Installing : perl-Digest-1.17-245.el7.noarch 59/128 |
| 549 | Installing : build-mkbaselibs-20150317-192.1.noarch 60/128 |
| 550 | Installing : perl-XML-Parser-2.41-10.el7.x86_64 61/128 |
| 551 | Installing : nettle-2.7.1-4.el7.x86_64 62/128 |
| 552 | install-info: No such file or directory for /usr/share/info/nettle.info |
| 553 | Installing : m2crypto-0.21.1-15.el7.x86_64 63/128 |
| 554 | Installing : gdb-7.6.1-64.el7.x86_64 64/128 |
| 555 | Installing : gettext-common-devel-0.18.2.1-4.el7.noarch 65/128 |
| 556 | Installing : pakchois-0.4-10.el7.x86_64 66/128 |
| 557 | Installing : dwz-0.11-3.el7.x86_64 67/128 |
| 558 | Installing : libgnome-keyring-3.8.0-3.el7.x86_64 68/128 |
| 559 | Installing : libpipeline-1.2.3-3.el7.x86_64 69/128 |
| 560 | Installing : man-db-2.6.3-9.el7.x86_64 70/128 |
| 561 | Installing : mokutil-0.7-5.el7.x86_64 71/128 |
| 562 | Installing : perl-srpm-macros-1-8.el7.noarch 72/128 |
| 563 | Installing : redhat-rpm-config-9.1.0-68.el7.centos.noarch 73/128 |
| 564 | Installing : python-chardet-2.0.1-7.el7.noarch 74/128 |
| 565 | Installing : python-kitchen-1.1.1-5.el7.noarch 75/128 |
| 566 | Installing : libmodman-2.0.1-8.el7.x86_64 76/128 |
| 567 | Installing : libproxy-0.4.11-6.el7.x86_64 77/128 |
| 568 | Installing : rsync-3.0.9-15.el7.x86_64 78/128 |
| 569 | Installing : kernel-headers-3.10.0-229.1.2.el7.x86_64 79/128 |
| 570 | Installing : glibc-headers-2.17-78.el7.x86_64 80/128 |
| 571 | Installing : glibc-devel-2.17-78.el7.x86_64 81/128 |
| 572 | Installing : gcc-4.8.3-9.el7.x86_64 82/128 |
| 573 | Installing : libquadmath-devel-4.8.3-9.el7.x86_64 83/128 |
| 574 | Installing : 1:make-3.82-21.el7.x86_64 84/128 |
| 575 | Installing : systemtap-devel-2.6-8.el7.x86_64 85/128 |
| 576 | Installing : libedit-3.0-12.20121213cvs.el7.x86_64 86/128 |
| 577 | Installing : openssh-clients-6.6.1p1-11.el7.x86_64 87/128 |
| 578 | Installing : perl-Git-1.8.3.1-4.el7.noarch 88/128 |
| 579 | Installing : git-1.8.3.1-4.el7.x86_64 89/128 |
| 580 | Installing : gettext-devel-0.18.2.1-4.el7.x86_64 90/128 |
| 581 | install-info: No such file or directory for /usr/share/info/autosprintf.info |
| 582 | Installing : bzip2-1.0.6-12.el7.x86_64 91/128 |
| 583 | Installing : rpm-build-4.11.1-25.el7.x86_64 92/128 |
| 584 | Installing : trousers-0.3.11.2-3.el7.x86_64 93/128 |
| 585 | Installing : gnutls-3.3.8-12.el7.x86_64 94/128 |
| 586 | Installing : neon-0.30.0-3.el7.x86_64 95/128 |
| 587 | Installing : subversion-libs-1.7.14-7.el7_0.x86_64 96/128 |
| 588 | Installing : libstdc++-devel-4.8.3-9.el7.x86_64 97/128 |
| 589 | Installing : libdwarf-20130207-4.el7.x86_64 98/128 |
| 590 | Installing : dyninst-8.2.0-2.el7.x86_64 99/128 |
| 591 | Installing : systemtap-runtime-2.6-8.el7.x86_64 100/128 |
| 592 | Installing : systemtap-client-2.6-8.el7.x86_64 101/128 |
| 593 | Installing : systemtap-2.6-8.el7.x86_64 102/128 |
| 594 | Installing : gcc-c++-4.8.3-9.el7.x86_64 103/128 |
| 595 | Installing : subversion-1.7.14-7.el7_0.x86_64 104/128 |
| 596 | Installing : rpmdevtools-8.3-5.el7.noarch 105/128 |
| 597 | Installing : intltool-0.50.2-6.el7.noarch 106/128 |
| 598 | Installing : gcc-gfortran-4.8.3-9.el7.x86_64 107/128 |
| 599 | Installing : libtool-2.4.2-20.el7.x86_64 108/128 |
| 600 | install-info: No such file or directory for /usr/share/info/libtool.info.gz |
| 601 | Installing : yum-utils-1.1.31-29.el7.noarch 109/128 |
| 602 | Installing : osc-0.151.2-164.1.x86_64 110/128 |
| 603 | Installing : build-20150317-192.1.noarch 111/128 |
| 604 | Installing : perl-Digest-MD5-2.52-3.el7.x86_64 112/128 |
| 605 | Installing : patchutils-0.3.3-4.el7.x86_64 113/128 |
| 606 | Installing : 1:perl-TimeDate-2.30-2.el7.noarch 114/128 |
| 607 | Installing : cscope-15.8-7.el7.x86_64 115/128 |
| 608 | Installing : bison-2.7-4.el7.x86_64 116/128 |
| 609 | Installing : flex-2.5.37-3.el7.x86_64 117/128 |
| 610 | Installing : epel-release-7-5.noarch 118/128 |
| 611 | Installing : indent-2.2.11-13.el7.x86_64 119/128 |
| 612 | Installing : rpm-sign-4.11.1-25.el7.x86_64 120/128 |
| 613 | Installing : ctags-5.8-13.el7.x86_64 121/128 |
| 614 | Installing : swig-2.0.11-11.el7.kolab_3.5.x86_64 122/128 |
| 615 | Installing : passwd-0.79-4.el7.x86_64 123/128 |
| 616 | Installing : byacc-1.9.20130304-3.el7.x86_64 124/128 |
| 617 | Installing : sudo-1.8.6p7-13.el7.x86_64 125/128 |
| 618 | Installing : rcs-5.9.0-5.el7.x86_64 126/128 |
| 619 | Installing : diffstat-1.57-4.el7.x86_64 127/128 |
| 620 | Installing : 1:doxygen-1.8.5-3.el7.x86_64 128/128 |
| 621 | Verifying : 2:tar-1.26-29.el7.x86_64 1/128 |
| 622 | Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/128 |
| 623 | Verifying : elfutils-libs-0.160-1.el7.x86_64 3/128 |
| 624 | Verifying : libdwarf-20130207-4.el7.x86_64 4/128 |
| 625 | Verifying : perl-Test-Harness-3.28-2.el7.noarch 5/128 |
| 626 | Verifying : libstdc++-devel-4.8.3-9.el7.x86_64 6/128 |
| 627 | Verifying : trousers-0.3.11.2-3.el7.x86_64 7/128 |
| 628 | Verifying : 1:doxygen-1.8.5-3.el7.x86_64 8/128 |
| 629 | Verifying : perl-TermReadKey-2.30-20.el7.x86_64 9/128 |
| 630 | Verifying : bzip2-1.0.6-12.el7.x86_64 10/128 |
| 631 | Verifying : perl-File-Temp-0.23.01-3.el7.noarch 11/128 |
| 632 | Verifying : cscope-15.8-7.el7.x86_64 12/128 |
| 633 | Verifying : patch-2.7.1-8.el7.x86_64 13/128 |
| 634 | Verifying : build-20150317-192.1.noarch 14/128 |
| 635 | Verifying : libproxy-0.4.11-6.el7.x86_64 15/128 |
| 636 | Verifying : glibc-devel-2.17-78.el7.x86_64 16/128 |
| 637 | Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 17/128 |
| 638 | Verifying : boost-thread-1.53.0-23.el7.x86_64 18/128 |
| 639 | Verifying : apr-util-1.5.2-6.el7.x86_64 19/128 |
| 640 | Verifying : 4:perl-macros-5.16.3-285.el7.x86_64 20/128 |
| 641 | Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 21/128 |
| 642 | Verifying : glibc-headers-2.17-78.el7.x86_64 22/128 |
| 643 | Verifying : patchutils-0.3.3-4.el7.x86_64 23/128 |
| 644 | Verifying : systemtap-devel-2.6-8.el7.x86_64 24/128 |
| 645 | Verifying : neon-0.30.0-3.el7.x86_64 25/128 |
| 646 | Verifying : 4:perl-5.16.3-285.el7.x86_64 26/128 |
| 647 | Verifying : autoconf-2.69-11.el7.noarch 27/128 |
| 648 | Verifying : intltool-0.50.2-6.el7.noarch 28/128 |
| 649 | Verifying : perl-File-Path-2.09-2.el7.noarch 29/128 |
| 650 | Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 30/128 |
| 651 | Verifying : 1:make-3.82-21.el7.x86_64 31/128 |
| 652 | Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 32/128 |
| 653 | Verifying : diffstat-1.57-4.el7.x86_64 33/128 |
| 654 | Verifying : kernel-headers-3.10.0-229.1.2.el7.x86_64 34/128 |
| 655 | Verifying : bison-2.7-4.el7.x86_64 35/128 |
| 656 | Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 36/128 |
| 657 | Verifying : automake-1.13.4-3.el7.noarch 37/128 |
| 658 | Verifying : rsync-3.0.9-15.el7.x86_64 38/128 |
| 659 | Verifying : kernel-devel-3.10.0-229.1.2.el7.x86_64 39/128 |
| 660 | Verifying : systemtap-client-2.6-8.el7.x86_64 40/128 |
| 661 | Verifying : elfutils-0.160-1.el7.x86_64 41/128 |
| 662 | Verifying : osc-0.151.2-164.1.x86_64 42/128 |
| 663 | Verifying : gettext-0.18.2.1-4.el7.x86_64 43/128 |
| 664 | Verifying : rcs-5.9.0-5.el7.x86_64 44/128 |
| 665 | Verifying : libtool-2.4.2-20.el7.x86_64 45/128 |
| 666 | Verifying : libmodman-2.0.1-8.el7.x86_64 46/128 |
| 667 | Verifying : python-chardet-2.0.1-7.el7.noarch 47/128 |
| 668 | Verifying : libmpc-1.0.1-3.el7.x86_64 48/128 |
| 669 | Verifying : sudo-1.8.6p7-13.el7.x86_64 49/128 |
| 670 | Verifying : perl-Pod-Usage-1.63-3.el7.noarch 50/128 |
| 671 | Verifying : perl-Encode-2.51-7.el7.x86_64 51/128 |
| 672 | Verifying : perl-threads-1.87-4.el7.x86_64 52/128 |
| 673 | Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 53/128 |
| 674 | Verifying : python-kitchen-1.1.1-5.el7.noarch 54/128 |
| 675 | Verifying : 1:emacs-filesystem-24.3-11.el7.noarch 55/128 |
| 676 | Verifying : 4:perl-libs-5.16.3-285.el7.x86_64 56/128 |
| 677 | Verifying : perl-Digest-1.17-245.el7.noarch 57/128 |
| 678 | Verifying : perl-srpm-macros-1-8.el7.noarch 58/128 |
| 679 | Verifying : perl-Git-1.8.3.1-4.el7.noarch 59/128 |
| 680 | Verifying : perl-threads-shared-1.43-6.el7.x86_64 60/128 |
| 681 | Verifying : perl-Storable-2.45-3.el7.x86_64 61/128 |
| 682 | Verifying : m4-1.4.16-9.el7.x86_64 62/128 |
| 683 | Verifying : byacc-1.9.20130304-3.el7.x86_64 63/128 |
| 684 | Verifying : libgfortran-4.8.3-9.el7.x86_64 64/128 |
| 685 | Verifying : 1:perl-Pod-Escapes-1.04-285.el7.noarch 65/128 |
| 686 | Verifying : passwd-0.79-4.el7.x86_64 66/128 |
| 687 | Verifying : 1:perl-parent-0.225-244.el7.noarch 67/128 |
| 688 | Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 68/128 |
| 689 | Verifying : systemtap-runtime-2.6-8.el7.x86_64 69/128 |
| 690 | Verifying : mokutil-0.7-5.el7.x86_64 70/128 |
| 691 | Verifying : subversion-libs-1.7.14-7.el7_0.x86_64 71/128 |
| 692 | Verifying : boost-system-1.53.0-23.el7.x86_64 72/128 |
| 693 | Verifying : avahi-libs-0.6.31-14.el7.x86_64 73/128 |
| 694 | Verifying : perl-Carp-1.26-244.el7.noarch 74/128 |
| 695 | Verifying : libpipeline-1.2.3-3.el7.x86_64 75/128 |
| 696 | Verifying : swig-2.0.11-11.el7.kolab_3.5.x86_64 76/128 |
| 697 | Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 77/128 |
| 698 | Verifying : openssh-6.6.1p1-11.el7.x86_64 78/128 |
| 699 | Verifying : gnutls-3.3.8-12.el7.x86_64 79/128 |
| 700 | Verifying : perl-podlators-2.5.1-3.el7.noarch 80/128 |
| 701 | Verifying : zip-3.0-10.el7.x86_64 81/128 |
| 702 | Verifying : 1:perl-TimeDate-2.30-2.el7.noarch 82/128 |
| 703 | Verifying : mpfr-3.1.1-4.el7.x86_64 83/128 |
| 704 | Verifying : dyninst-8.2.0-2.el7.x86_64 84/128 |
| 705 | Verifying : perl-Filter-1.49-3.el7.x86_64 85/128 |
| 706 | Verifying : dwz-0.11-3.el7.x86_64 86/128 |
| 707 | Verifying : openssh-clients-6.6.1p1-11.el7.x86_64 87/128 |
| 708 | Verifying : pakchois-0.4-10.el7.x86_64 88/128 |
| 709 | Verifying : fipscheck-1.4.1-5.el7.x86_64 89/128 |
| 710 | Verifying : libquadmath-4.8.3-9.el7.x86_64 90/128 |
| 711 | Verifying : ctags-5.8-13.el7.x86_64 91/128 |
| 712 | Verifying : build-mkbaselibs-20150317-192.1.noarch 92/128 |
| 713 | Verifying : perl-XML-Parser-2.41-10.el7.x86_64 93/128 |
| 714 | Verifying : perl-Exporter-5.68-3.el7.noarch 94/128 |
| 715 | Verifying : perl-constant-1.27-2.el7.noarch 95/128 |
| 716 | Verifying : perl-PathTools-3.40-5.el7.x86_64 96/128 |
| 717 | Verifying : rpm-sign-4.11.1-25.el7.x86_64 97/128 |
| 718 | Verifying : gettext-common-devel-0.18.2.1-4.el7.noarch 98/128 |
| 719 | Verifying : gcc-gfortran-4.8.3-9.el7.x86_64 99/128 |
| 720 | Verifying : libquadmath-devel-4.8.3-9.el7.x86_64 100/128 |
| 721 | Verifying : gettext-libs-0.18.2.1-4.el7.x86_64 101/128 |
| 722 | Verifying : yum-utils-1.1.31-29.el7.noarch 102/128 |
| 723 | Verifying : apr-1.4.8-3.el7.x86_64 103/128 |
| 724 | Verifying : gdb-7.6.1-64.el7.x86_64 104/128 |
| 725 | Verifying : perl-Thread-Queue-3.02-2.el7.noarch 105/128 |
| 726 | Verifying : cpp-4.8.3-9.el7.x86_64 106/128 |
| 727 | Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 107/128 |
| 728 | Verifying : perl-Time-Local-1.2300-2.el7.noarch 108/128 |
| 729 | Verifying : git-1.8.3.1-4.el7.x86_64 109/128 |
| 730 | Verifying : man-db-2.6.3-9.el7.x86_64 110/128 |
| 731 | Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 111/128 |
| 732 | Verifying : perl-Socket-2.010-3.el7.x86_64 112/128 |
| 733 | Verifying : gcc-c++-4.8.3-9.el7.x86_64 113/128 |
| 734 | Verifying : rpm-build-4.11.1-25.el7.x86_64 114/128 |
| 735 | Verifying : 1:perl-Error-0.17020-2.el7.noarch 115/128 |
| 736 | Verifying : indent-2.2.11-13.el7.x86_64 116/128 |
| 737 | Verifying : flex-2.5.37-3.el7.x86_64 117/128 |
| 738 | Verifying : rpmdevtools-8.3-5.el7.noarch 118/128 |
| 739 | Verifying : unzip-6.0-15.el7.x86_64 119/128 |
| 740 | Verifying : gettext-devel-0.18.2.1-4.el7.x86_64 120/128 |
| 741 | Verifying : gcc-4.8.3-9.el7.x86_64 121/128 |
| 742 | Verifying : m2crypto-0.21.1-15.el7.x86_64 122/128 |
| 743 | Verifying : perl-Getopt-Long-2.40-2.el7.noarch 123/128 |
| 744 | Verifying : redhat-rpm-config-9.1.0-68.el7.centos.noarch 124/128 |
| 745 | Verifying : systemtap-2.6-8.el7.x86_64 125/128 |
| 746 | Verifying : subversion-1.7.14-7.el7_0.x86_64 126/128 |
| 747 | Verifying : nettle-2.7.1-4.el7.x86_64 127/128 |
| 748 | Verifying : epel-release-7-5.noarch 128/128 |
| 749 | |
| 750 | Installed: |
| 751 | autoconf.noarch 0:2.69-11.el7 |
| 752 | automake.noarch 0:1.13.4-3.el7 |
| 753 | bison.x86_64 0:2.7-4.el7 |
| 754 | build.noarch 0:20150317-192.1 |
| 755 | byacc.x86_64 0:1.9.20130304-3.el7 |
| 756 | cscope.x86_64 0:15.8-7.el7 |
| 757 | ctags.x86_64 0:5.8-13.el7 |
| 758 | diffstat.x86_64 0:1.57-4.el7 |
| 759 | doxygen.x86_64 1:1.8.5-3.el7 |
| 760 | elfutils.x86_64 0:0.160-1.el7 |
| 761 | epel-release.noarch 0:7-5 |
| 762 | flex.x86_64 0:2.5.37-3.el7 |
| 763 | gcc.x86_64 0:4.8.3-9.el7 |
| 764 | gcc-c++.x86_64 0:4.8.3-9.el7 |
| 765 | gcc-gfortran.x86_64 0:4.8.3-9.el7 |
| 766 | gettext.x86_64 0:0.18.2.1-4.el7 |
| 767 | git.x86_64 0:1.8.3.1-4.el7 |
| 768 | indent.x86_64 0:2.2.11-13.el7 |
| 769 | intltool.noarch 0:0.50.2-6.el7 |
| 770 | libtool.x86_64 0:2.4.2-20.el7 |
| 771 | make.x86_64 1:3.82-21.el7 |
| 772 | osc.x86_64 0:0.151.2-164.1 |
| 773 | passwd.x86_64 0:0.79-4.el7 |
| 774 | patch.x86_64 0:2.7.1-8.el7 |
| 775 | patchutils.x86_64 0:0.3.3-4.el7 |
| 776 | perl-Digest-MD5.x86_64 0:2.52-3.el7 |
| 777 | perl-TimeDate.noarch 1:2.30-2.el7 |
| 778 | rcs.x86_64 0:5.9.0-5.el7 |
| 779 | redhat-rpm-config.noarch 0:9.1.0-68.el7.centos |
| 780 | rpm-build.x86_64 0:4.11.1-25.el7 |
| 781 | rpm-sign.x86_64 0:4.11.1-25.el7 |
| 782 | rpmdevtools.noarch 0:8.3-5.el7 |
| 783 | subversion.x86_64 0:1.7.14-7.el7_0 |
| 784 | sudo.x86_64 0:1.8.6p7-13.el7 |
| 785 | swig.x86_64 0:2.0.11-11.el7.kolab_3.5 |
| 786 | systemtap.x86_64 0:2.6-8.el7 |
| 787 | yum-utils.noarch 0:1.1.31-29.el7 |
| 788 | |
| 789 | Dependency Installed: |
| 790 | apr.x86_64 0:1.4.8-3.el7 |
| 791 | apr-util.x86_64 0:1.5.2-6.el7 |
| 792 | avahi-libs.x86_64 0:0.6.31-14.el7 |
| 793 | boost-system.x86_64 0:1.53.0-23.el7 |
| 794 | boost-thread.x86_64 0:1.53.0-23.el7 |
| 795 | build-mkbaselibs.noarch 0:20150317-192.1 |
| 796 | bzip2.x86_64 0:1.0.6-12.el7 |
| 797 | cpp.x86_64 0:4.8.3-9.el7 |
| 798 | dwz.x86_64 0:0.11-3.el7 |
| 799 | dyninst.x86_64 0:8.2.0-2.el7 |
| 800 | elfutils-libs.x86_64 0:0.160-1.el7 |
| 801 | emacs-filesystem.noarch 1:24.3-11.el7 |
| 802 | fipscheck.x86_64 0:1.4.1-5.el7 |
| 803 | fipscheck-lib.x86_64 0:1.4.1-5.el7 |
| 804 | gdb.x86_64 0:7.6.1-64.el7 |
| 805 | gettext-common-devel.noarch 0:0.18.2.1-4.el7 |
| 806 | gettext-devel.x86_64 0:0.18.2.1-4.el7 |
| 807 | gettext-libs.x86_64 0:0.18.2.1-4.el7 |
| 808 | glibc-devel.x86_64 0:2.17-78.el7 |
| 809 | glibc-headers.x86_64 0:2.17-78.el7 |
| 810 | gnutls.x86_64 0:3.3.8-12.el7 |
| 811 | kernel-devel.x86_64 0:3.10.0-229.1.2.el7 |
| 812 | kernel-headers.x86_64 0:3.10.0-229.1.2.el7 |
| 813 | libdwarf.x86_64 0:20130207-4.el7 |
| 814 | libedit.x86_64 0:3.0-12.20121213cvs.el7 |
| 815 | libgfortran.x86_64 0:4.8.3-9.el7 |
| 816 | libgnome-keyring.x86_64 0:3.8.0-3.el7 |
| 817 | libmodman.x86_64 0:2.0.1-8.el7 |
| 818 | libmpc.x86_64 0:1.0.1-3.el7 |
| 819 | libpipeline.x86_64 0:1.2.3-3.el7 |
| 820 | libproxy.x86_64 0:0.4.11-6.el7 |
| 821 | libquadmath.x86_64 0:4.8.3-9.el7 |
| 822 | libquadmath-devel.x86_64 0:4.8.3-9.el7 |
| 823 | libstdc++-devel.x86_64 0:4.8.3-9.el7 |
| 824 | m2crypto.x86_64 0:0.21.1-15.el7 |
| 825 | m4.x86_64 0:1.4.16-9.el7 |
| 826 | man-db.x86_64 0:2.6.3-9.el7 |
| 827 | mokutil.x86_64 0:0.7-5.el7 |
| 828 | mpfr.x86_64 0:3.1.1-4.el7 |
| 829 | neon.x86_64 0:0.30.0-3.el7 |
| 830 | nettle.x86_64 0:2.7.1-4.el7 |
| 831 | openssh.x86_64 0:6.6.1p1-11.el7 |
| 832 | openssh-clients.x86_64 0:6.6.1p1-11.el7 |
| 833 | pakchois.x86_64 0:0.4-10.el7 |
| 834 | perl.x86_64 4:5.16.3-285.el7 |
| 835 | perl-Carp.noarch 0:1.26-244.el7 |
| 836 | perl-Data-Dumper.x86_64 0:2.145-3.el7 |
| 837 | perl-Digest.noarch 0:1.17-245.el7 |
| 838 | perl-Encode.x86_64 0:2.51-7.el7 |
| 839 | perl-Error.noarch 1:0.17020-2.el7 |
| 840 | perl-Exporter.noarch 0:5.68-3.el7 |
| 841 | perl-File-Path.noarch 0:2.09-2.el7 |
| 842 | perl-File-Temp.noarch 0:0.23.01-3.el7 |
| 843 | perl-Filter.x86_64 0:1.49-3.el7 |
| 844 | perl-Getopt-Long.noarch 0:2.40-2.el7 |
| 845 | perl-Git.noarch 0:1.8.3.1-4.el7 |
| 846 | perl-HTTP-Tiny.noarch 0:0.033-3.el7 |
| 847 | perl-PathTools.x86_64 0:3.40-5.el7 |
| 848 | perl-Pod-Escapes.noarch 1:1.04-285.el7 |
| 849 | perl-Pod-Perldoc.noarch 0:3.20-4.el7 |
| 850 | perl-Pod-Simple.noarch 1:3.28-4.el7 |
| 851 | perl-Pod-Usage.noarch 0:1.63-3.el7 |
| 852 | perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 |
| 853 | perl-Socket.x86_64 0:2.010-3.el7 |
| 854 | perl-Storable.x86_64 0:2.45-3.el7 |
| 855 | perl-TermReadKey.x86_64 0:2.30-20.el7 |
| 856 | perl-Test-Harness.noarch 0:3.28-2.el7 |
| 857 | perl-Text-ParseWords.noarch 0:3.29-4.el7 |
| 858 | perl-Thread-Queue.noarch 0:3.02-2.el7 |
| 859 | perl-Time-HiRes.x86_64 4:1.9725-3.el7 |
| 860 | perl-Time-Local.noarch 0:1.2300-2.el7 |
| 861 | perl-XML-Parser.x86_64 0:2.41-10.el7 |
| 862 | perl-constant.noarch 0:1.27-2.el7 |
| 863 | perl-libs.x86_64 4:5.16.3-285.el7 |
| 864 | perl-macros.x86_64 4:5.16.3-285.el7 |
| 865 | perl-parent.noarch 1:0.225-244.el7 |
| 866 | perl-podlators.noarch 0:2.5.1-3.el7 |
| 867 | perl-srpm-macros.noarch 0:1-8.el7 |
| 868 | perl-threads.x86_64 0:1.87-4.el7 |
| 869 | perl-threads-shared.x86_64 0:1.43-6.el7 |
| 870 | python-chardet.noarch 0:2.0.1-7.el7 |
| 871 | python-kitchen.noarch 0:1.1.1-5.el7 |
| 872 | rsync.x86_64 0:3.0.9-15.el7 |
| 873 | subversion-libs.x86_64 0:1.7.14-7.el7_0 |
| 874 | systemtap-client.x86_64 0:2.6-8.el7 |
| 875 | systemtap-devel.x86_64 0:2.6-8.el7 |
| 876 | systemtap-runtime.x86_64 0:2.6-8.el7 |
| 877 | tar.x86_64 2:1.26-29.el7 |
| 878 | trousers.x86_64 0:0.3.11.2-3.el7 |
| 879 | unzip.x86_64 0:6.0-15.el7 |
| 880 | zip.x86_64 0:3.0-10.el7 |
| 881 | |
| 882 | Complete! |
| 883 | Loaded plugins: fastestmirror |
| 884 | Enabling base-source repository |
| 885 | Enabling epel-source repository |
| 886 | Enabling extras-source repository |
| 887 | Enabling updates-source repository |
| 888 | Loading mirror speeds from cached hostfile |
| 889 | * base: mirror.switch.ch |
| 890 | * epel: mirror.switch.ch |
| 891 | * epel-source: mirror.switch.ch |
| 892 | * extras: mirror.switch.ch |
| 893 | * updates: mirror.switch.ch |
| 894 | Checking for new repos for mirrors |
| 895 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 896 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 897 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 898 | --> uglify-js-2.4.13-5.el7.noarch |
| 899 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 900 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 901 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 902 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 903 | --> uglify-js-2.4.13-5.el7.noarch |
| 904 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 905 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 906 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 907 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 908 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 909 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 910 | --> uglify-js-2.4.13-5.el7.noarch |
| 911 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 912 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 913 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 914 | --> uglify-js-2.4.13-5.el7.noarch |
| 915 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 916 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 917 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 918 | --> uglify-js-2.4.13-5.el7.noarch |
| 919 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 920 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 921 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 922 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 923 | --> uglify-js-2.4.13-5.el7.noarch |
| 924 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 925 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 926 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 927 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 928 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 929 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 930 | --> uglify-js-2.4.13-5.el7.noarch |
| 931 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 932 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 933 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 934 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 935 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 936 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 937 | --> uglify-js-2.4.13-5.el7.noarch |
| 938 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 939 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 940 | Getting requirements for swig-2.0.11-11.el7.kolab_3.5.src |
| 941 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 942 | --> 5:guile-devel-2.0.9-5.el7.x86_64 |
| 943 | --> dos2unix-6.0.3-4.el7.x86_64 |
| 944 | --> pcre-devel-8.32-14.el7.x86_64 |
| 945 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 946 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 947 | --> Already installed : 4:perl-5.16.3-285.el7.x86_64 |
| 948 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 949 | --> Already installed : gawk-4.0.2-4.el7.x86_64 |
| 950 | --> perl-Test-Simple-0.98-243.el7.noarch |
| 951 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 952 | --> 1:tcl-devel-8.5.13-4.el7.x86_64 |
| 953 | --> python-devel-2.7.5-16.el7.x86_64 |
| 954 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 955 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 956 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 957 | --> uglify-js-2.4.13-5.el7.noarch |
| 958 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 959 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 960 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 961 | --> uglify-js-2.4.13-5.el7.noarch |
| 962 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 963 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 964 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 965 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 966 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 967 | --> uglify-js-2.4.13-5.el7.noarch |
| 968 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 969 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 970 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 971 | --> uglify-js-2.4.13-5.el7.noarch |
| 972 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 973 | Getting requirements for cyrus-imapd-2.4.17-7.el7.src |
| 974 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 975 | --> tcp_wrappers-7.6-77.el7.x86_64 |
| 976 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 977 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 978 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 979 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 980 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 981 | --> libdb-devel-5.3.21-17.el7_0.1.x86_64 |
| 982 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 983 | --> groff-1.22.2-8.el7.x86_64 |
| 984 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 985 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 986 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 987 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 988 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 989 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 990 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 991 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 992 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 993 | --> uglify-js-2.4.13-5.el7.noarch |
| 994 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 995 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 996 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 997 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 998 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 999 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1000 | --> uglify-js-2.4.13-5.el7.noarch |
| 1001 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1002 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1003 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1004 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1005 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1006 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1007 | --> uglify-js-2.4.13-5.el7.noarch |
| 1008 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1009 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1010 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1011 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1012 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1013 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1014 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1015 | --> uglify-js-2.4.13-5.el7.noarch |
| 1016 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1017 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1018 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1019 | --> uglify-js-2.4.13-5.el7.noarch |
| 1020 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1021 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1022 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1023 | --> uglify-js-2.4.13-5.el7.noarch |
| 1024 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1025 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1026 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1027 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1028 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1029 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1030 | --> uglify-js-2.4.13-5.el7.noarch |
| 1031 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1032 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1033 | Getting requirements for roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.src |
| 1034 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1035 | --> nodejs-less-1.7.0-2.el7.noarch |
| 1036 | --> uglify-js-2.4.13-5.el7.noarch |
| 1037 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1038 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1039 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1040 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1041 | --> uglify-js-2.4.13-5.el7.noarch |
| 1042 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1043 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1044 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1045 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1046 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1047 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1048 | --> uglify-js-2.4.13-5.el7.noarch |
| 1049 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1050 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1051 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1052 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1053 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1054 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1055 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1056 | --> uglify-js-2.4.13-5.el7.noarch |
| 1057 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1058 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1059 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1060 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1061 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1062 | --> uglify-js-2.4.13-5.el7.noarch |
| 1063 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1064 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1065 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1066 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1067 | --> uglify-js-2.4.13-5.el7.noarch |
| 1068 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1069 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1070 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1071 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1072 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1073 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1074 | --> uglify-js-2.4.13-5.el7.noarch |
| 1075 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1076 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1077 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1078 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1079 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1080 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1081 | --> uglify-js-2.4.13-5.el7.noarch |
| 1082 | Getting requirements for libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.src |
| 1083 | --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64 |
| 1084 | --> uuid-devel-1.6.2-26.el7.x86_64 |
| 1085 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1086 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1087 | --> e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 1088 | --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 |
| 1089 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1090 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1091 | --> cmake-2.8.11-4.el7.x86_64 |
| 1092 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1093 | --> 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 1094 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1095 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1096 | --> kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 1097 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1098 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1099 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1100 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1101 | --> uglify-js-2.4.13-5.el7.noarch |
| 1102 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1103 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1104 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1105 | --> uglify-js-2.4.13-5.el7.noarch |
| 1106 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1107 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1108 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1109 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1110 | --> uglify-js-2.4.13-5.el7.noarch |
| 1111 | Getting requirements for libphutil-20150415.gitaaee400-2.el7.kolab_3.5.src |
| 1112 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1113 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1114 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1115 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1116 | --> uglify-js-2.4.13-5.el7.noarch |
| 1117 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1118 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1119 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1120 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1121 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1122 | --> uglify-js-2.4.13-5.el7.noarch |
| 1123 | Getting requirements for roundcubemail-plugin-composeaddressbook-5.0-25.el7.kolab_3.5.src |
| 1124 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1125 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 1126 | --> python-nose-1.3.0-2.el7.noarch |
| 1127 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 1128 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 1129 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 1130 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 1131 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 1132 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1133 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 1134 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 1135 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 1136 | --> pytz-2012d-5.el7.noarch |
| 1137 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1138 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1139 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 1140 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 1141 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1142 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1143 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1144 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1145 | --> uglify-js-2.4.13-5.el7.noarch |
| 1146 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1147 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1148 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1149 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1150 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1151 | --> uglify-js-2.4.13-5.el7.noarch |
| 1152 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1153 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1154 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1155 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1156 | --> uglify-js-2.4.13-5.el7.noarch |
| 1157 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1158 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1159 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1160 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1161 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1162 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1163 | --> uglify-js-2.4.13-5.el7.noarch |
| 1164 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1165 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1166 | Getting requirements for kolab-freebusy-1.0.7-5.el7.kolab_3.5.src |
| 1167 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1168 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1169 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1170 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1171 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1172 | --> uglify-js-2.4.13-5.el7.noarch |
| 1173 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1174 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1175 | Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src |
| 1176 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1177 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 1178 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 1179 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 1180 | --> zlib-devel-1.2.7-13.el7.x86_64 |
| 1181 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1182 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1183 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1184 | --> uglify-js-2.4.13-5.el7.noarch |
| 1185 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1186 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1187 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1188 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1189 | --> uglify-js-2.4.13-5.el7.noarch |
| 1190 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1191 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1192 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1193 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1194 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1195 | --> uglify-js-2.4.13-5.el7.noarch |
| 1196 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1197 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1198 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1199 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1200 | --> uglify-js-2.4.13-5.el7.noarch |
| 1201 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1202 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1203 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1204 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1205 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1206 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1207 | --> uglify-js-2.4.13-5.el7.noarch |
| 1208 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1209 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1210 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1211 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1212 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1213 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1214 | --> uglify-js-2.4.13-5.el7.noarch |
| 1215 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1216 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1217 | Getting requirements for php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.src |
| 1218 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1219 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1220 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1221 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1222 | --> uglify-js-2.4.13-5.el7.noarch |
| 1223 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1224 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1225 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1226 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1227 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1228 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1229 | --> uglify-js-2.4.13-5.el7.noarch |
| 1230 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1231 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1232 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1233 | Getting requirements for iRony-0.3.0-4.el7.kolab_3.5.src |
| 1234 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1235 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1236 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1237 | --> uglify-js-2.4.13-5.el7.noarch |
| 1238 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1239 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1240 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1241 | --> uglify-js-2.4.13-5.el7.noarch |
| 1242 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1243 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1244 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1245 | --> uglify-js-2.4.13-5.el7.noarch |
| 1246 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 1247 | --> python-nose-1.3.0-2.el7.noarch |
| 1248 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 1249 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 1250 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 1251 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 1252 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 1253 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1254 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 1255 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 1256 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 1257 | --> pytz-2012d-5.el7.noarch |
| 1258 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1259 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1260 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 1261 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 1262 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1263 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1264 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1265 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1266 | --> uglify-js-2.4.13-5.el7.noarch |
| 1267 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1268 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1269 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1270 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1271 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1272 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1273 | --> uglify-js-2.4.13-5.el7.noarch |
| 1274 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1275 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1276 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1277 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1278 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1279 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1280 | --> uglify-js-2.4.13-5.el7.noarch |
| 1281 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1282 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1283 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1284 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1285 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1286 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1287 | --> uglify-js-2.4.13-5.el7.noarch |
| 1288 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1289 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1290 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1291 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1292 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1293 | --> uglify-js-2.4.13-5.el7.noarch |
| 1294 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1295 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1296 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1297 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1298 | --> uglify-js-2.4.13-5.el7.noarch |
| 1299 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1300 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1301 | Getting requirements for chwala-0.3.1-1.el7.kolab_3.5.src |
| 1302 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1303 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1304 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1305 | --> uglify-js-2.4.13-5.el7.noarch |
| 1306 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1307 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 1308 | --> python-nose-1.3.0-2.el7.noarch |
| 1309 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 1310 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 1311 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 1312 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 1313 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 1314 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1315 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 1316 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 1317 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 1318 | --> pytz-2012d-5.el7.noarch |
| 1319 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1320 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1321 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 1322 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 1323 | Getting requirements for libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.src |
| 1324 | --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64 |
| 1325 | --> uuid-devel-1.6.2-26.el7.x86_64 |
| 1326 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1327 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1328 | --> e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 1329 | --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 |
| 1330 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1331 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1332 | --> cmake-2.8.11-4.el7.x86_64 |
| 1333 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1334 | --> 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 1335 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1336 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1337 | --> kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 1338 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1339 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1340 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1341 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1342 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1343 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1344 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1345 | --> uglify-js-2.4.13-5.el7.noarch |
| 1346 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1347 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1348 | Getting requirements for roundcubemail-1.1.0-1.el7.src |
| 1349 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1350 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1351 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1352 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1353 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1354 | --> uglify-js-2.4.13-5.el7.noarch |
| 1355 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1356 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1357 | Getting requirements for cyrus-imapd-2.5.0-69.el7.kolab_3.5.src |
| 1358 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 1359 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 1360 | --> Already installed : libtool-2.4.2-20.el7.x86_64 |
| 1361 | --> groff-1.22.2-8.el7.x86_64 |
| 1362 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 1363 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 1364 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 1365 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 1366 | --> CUnit-devel-2.1.3-8.el7.x86_64 |
| 1367 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 1368 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 1369 | --> cyrus-sasl-md5-2.1.26-17.el7.x86_64 |
| 1370 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 1371 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 1372 | --> cyrus-sasl-plain-2.1.26-17.el7.x86_64 |
| 1373 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 1374 | --> jansson-devel-2.4-6.el7.x86_64 |
| 1375 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 1376 | --> perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 1377 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 1378 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 1379 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1380 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1381 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1382 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1383 | --> uglify-js-2.4.13-5.el7.noarch |
| 1384 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1385 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1386 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1387 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1388 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1389 | --> uglify-js-2.4.13-5.el7.noarch |
| 1390 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1391 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1392 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1393 | --> uglify-js-2.4.13-5.el7.noarch |
| 1394 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1395 | Getting requirements for libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.src |
| 1396 | --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64 |
| 1397 | --> uuid-devel-1.6.2-26.el7.x86_64 |
| 1398 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1399 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1400 | --> e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 1401 | --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 |
| 1402 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1403 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1404 | --> cmake-2.8.11-4.el7.x86_64 |
| 1405 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1406 | --> 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 1407 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1408 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1409 | --> kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 1410 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1411 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1412 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1413 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1414 | --> uglify-js-2.4.13-5.el7.noarch |
| 1415 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1416 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1417 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1418 | --> uglify-js-2.4.13-5.el7.noarch |
| 1419 | Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src |
| 1420 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1421 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 1422 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 1423 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 1424 | --> zlib-devel-1.2.7-13.el7.x86_64 |
| 1425 | Getting requirements for python-sievelib-0.5.2-14.el7.kolab_3.5.src |
| 1426 | --> python-setuptools-0.9.8-3.el7.noarch |
| 1427 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1428 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1429 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1430 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1431 | --> uglify-js-2.4.13-5.el7.noarch |
| 1432 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1433 | Getting requirements for libkolab-0.6.git.1426688750-9.el7.kolab_3.5.src |
| 1434 | --> libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1435 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1436 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 1437 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1438 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1439 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1440 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1441 | --> cmake-2.8.11-4.el7.x86_64 |
| 1442 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1443 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1444 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1445 | --> uglify-js-2.4.13-5.el7.noarch |
| 1446 | Getting requirements for kolab-schema-3.2-3.el7.kolab_3.5.src |
| 1447 | Getting requirements for python-cssmin-0.2.0-3.el7.src |
| 1448 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1449 | --> python-setuptools-0.9.8-3.el7.noarch |
| 1450 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1451 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1452 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1453 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1454 | --> uglify-js-2.4.13-5.el7.noarch |
| 1455 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1456 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1457 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1458 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1459 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1460 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1461 | --> uglify-js-2.4.13-5.el7.noarch |
| 1462 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1463 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1464 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1465 | Getting requirements for kolab-3.1.9-4.el7.kolab_3.5.src |
| 1466 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1467 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1468 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1469 | --> uglify-js-2.4.13-5.el7.noarch |
| 1470 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1471 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1472 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1473 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1474 | --> uglify-js-2.4.13-5.el7.noarch |
| 1475 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1476 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1477 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1478 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1479 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1480 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1481 | --> uglify-js-2.4.13-5.el7.noarch |
| 1482 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1483 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1484 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1485 | --> uglify-js-2.4.13-5.el7.noarch |
| 1486 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1487 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1488 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1489 | --> uglify-js-2.4.13-5.el7.noarch |
| 1490 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1491 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1492 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1493 | --> uglify-js-2.4.13-5.el7.noarch |
| 1494 | Getting requirements for libkolab-0.6.git.1426688750-9.el7.kolab_3.5.src |
| 1495 | --> libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1496 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1497 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 1498 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1499 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1500 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1501 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1502 | --> cmake-2.8.11-4.el7.x86_64 |
| 1503 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1504 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1505 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1506 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1507 | --> uglify-js-2.4.13-5.el7.noarch |
| 1508 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1509 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1510 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1511 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1512 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1513 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1514 | --> uglify-js-2.4.13-5.el7.noarch |
| 1515 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1516 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1517 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1518 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1519 | --> uglify-js-2.4.13-5.el7.noarch |
| 1520 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1521 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1522 | Getting requirements for kolab-utils-3.1-17.el7.kolab_3.5.src |
| 1523 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 1524 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1525 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1526 | --> libkolab-devel-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1527 | --> cmake-2.8.11-4.el7.x86_64 |
| 1528 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1529 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1530 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1531 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1532 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1533 | --> uglify-js-2.4.13-5.el7.noarch |
| 1534 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1535 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1536 | Getting requirements for libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.src |
| 1537 | --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64 |
| 1538 | --> uuid-devel-1.6.2-26.el7.x86_64 |
| 1539 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1540 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1541 | --> e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 1542 | --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 |
| 1543 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1544 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1545 | --> cmake-2.8.11-4.el7.x86_64 |
| 1546 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1547 | --> 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 1548 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1549 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1550 | --> kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 1551 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1552 | Getting requirements for libkolab-0.6.git.1426688750-9.el7.kolab_3.5.src |
| 1553 | --> libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1554 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1555 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 1556 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1557 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1558 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1559 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1560 | --> cmake-2.8.11-4.el7.x86_64 |
| 1561 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1562 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1563 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1564 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1565 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1566 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1567 | --> uglify-js-2.4.13-5.el7.noarch |
| 1568 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1569 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1570 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1571 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1572 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1573 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1574 | --> uglify-js-2.4.13-5.el7.noarch |
| 1575 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1576 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1577 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1578 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1579 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1580 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1581 | --> uglify-js-2.4.13-5.el7.noarch |
| 1582 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1583 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1584 | Getting requirements for libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.src |
| 1585 | --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64 |
| 1586 | --> uuid-devel-1.6.2-26.el7.x86_64 |
| 1587 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1588 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1589 | --> e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 1590 | --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 |
| 1591 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1592 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1593 | --> cmake-2.8.11-4.el7.x86_64 |
| 1594 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1595 | --> 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 1596 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1597 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1598 | --> kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 1599 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1600 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1601 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1602 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1603 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1604 | --> uglify-js-2.4.13-5.el7.noarch |
| 1605 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1606 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1607 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1608 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1609 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1610 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1611 | --> uglify-js-2.4.13-5.el7.noarch |
| 1612 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1613 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1614 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 1615 | --> python-nose-1.3.0-2.el7.noarch |
| 1616 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 1617 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 1618 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 1619 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 1620 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 1621 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1622 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 1623 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 1624 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 1625 | --> pytz-2012d-5.el7.noarch |
| 1626 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1627 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1628 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 1629 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 1630 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1631 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1632 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1633 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1634 | --> uglify-js-2.4.13-5.el7.noarch |
| 1635 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1636 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1637 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1638 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1639 | --> uglify-js-2.4.13-5.el7.noarch |
| 1640 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1641 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1642 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1643 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1644 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1645 | --> uglify-js-2.4.13-5.el7.noarch |
| 1646 | Getting requirements for python-icalendar-3.8.2-8.el7.kolab_3.5.src |
| 1647 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1648 | --> python-setuptools-0.9.8-3.el7.noarch |
| 1649 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1650 | Getting requirements for kolab-webadmin-3.2.7-3.el7.kolab_3.5.src |
| 1651 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1652 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1653 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1654 | --> uglify-js-2.4.13-5.el7.noarch |
| 1655 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1656 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1657 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1658 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1659 | --> uglify-js-2.4.13-5.el7.noarch |
| 1660 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1661 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1662 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1663 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1664 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1665 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1666 | --> uglify-js-2.4.13-5.el7.noarch |
| 1667 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1668 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1669 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1670 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1671 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1672 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1673 | --> uglify-js-2.4.13-5.el7.noarch |
| 1674 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1675 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1676 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1677 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1678 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1679 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1680 | --> uglify-js-2.4.13-5.el7.noarch |
| 1681 | Getting requirements for arcanist-20150415.giteb03646-1.el7.kolab_3.5.src |
| 1682 | Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src |
| 1683 | --> nspr-devel-4.10.6-3.el7.x86_64 |
| 1684 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 1685 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1686 | --> nss-devel-3.16.2.3-5.el7.x86_64 |
| 1687 | --> svrcore-devel-4.0.4-11.el7.x86_64 |
| 1688 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1689 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1690 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1691 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1692 | --> uglify-js-2.4.13-5.el7.noarch |
| 1693 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1694 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1695 | Getting requirements for xsd-3.3.0.1-27.el7.kolab_3.5.src |
| 1696 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1697 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1698 | --> fdupes-1.51-6.el7.x86_64 |
| 1699 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1700 | --> Already installed : m4-1.4.16-9.el7.x86_64 |
| 1701 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1702 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1703 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1704 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1705 | --> uglify-js-2.4.13-5.el7.noarch |
| 1706 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1707 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1708 | Getting requirements for xsd-3.3.0.1-27.el7.kolab_3.5.src |
| 1709 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1710 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1711 | --> fdupes-1.51-6.el7.x86_64 |
| 1712 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1713 | --> Already installed : m4-1.4.16-9.el7.x86_64 |
| 1714 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1715 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1716 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1717 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1718 | --> uglify-js-2.4.13-5.el7.noarch |
| 1719 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1720 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1721 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1722 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1723 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1724 | --> uglify-js-2.4.13-5.el7.noarch |
| 1725 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1726 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1727 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1728 | --> uglify-js-2.4.13-5.el7.noarch |
| 1729 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1730 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1731 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1732 | --> uglify-js-2.4.13-5.el7.noarch |
| 1733 | Getting requirements for kolab-utils-3.1-17.el7.kolab_3.5.src |
| 1734 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 1735 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1736 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1737 | --> libkolab-devel-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1738 | --> cmake-2.8.11-4.el7.x86_64 |
| 1739 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1740 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1741 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1742 | --> uglify-js-2.4.13-5.el7.noarch |
| 1743 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1744 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1745 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1746 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1747 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1748 | --> uglify-js-2.4.13-5.el7.noarch |
| 1749 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1750 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1751 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1752 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1753 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1754 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1755 | --> uglify-js-2.4.13-5.el7.noarch |
| 1756 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1757 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1758 | Getting requirements for kolab-syncroton-2.3.2-1.el7.kolab_3.5.src |
| 1759 | --> roundcubemail-plugin-kolab_auth-3.2.8-2.el7.kolab_3.5.noarch |
| 1760 | --> roundcubemail-plugin-kolab_folders-3.2.8-2.el7.kolab_3.5.noarch |
| 1761 | --> roundcubemail-plugin-libkolab-3.2.8-2.el7.kolab_3.5.noarch |
| 1762 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1763 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1764 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1765 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1766 | --> uglify-js-2.4.13-5.el7.noarch |
| 1767 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1768 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1769 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1770 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1771 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1772 | --> uglify-js-2.4.13-5.el7.noarch |
| 1773 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1774 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1775 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1776 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1777 | --> uglify-js-2.4.13-5.el7.noarch |
| 1778 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1779 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1780 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1781 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1782 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1783 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1784 | --> uglify-js-2.4.13-5.el7.noarch |
| 1785 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1786 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1787 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1788 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1789 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1790 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1791 | --> uglify-js-2.4.13-5.el7.noarch |
| 1792 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1793 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1794 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1795 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1796 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1797 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1798 | --> uglify-js-2.4.13-5.el7.noarch |
| 1799 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1800 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1801 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1802 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1803 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1804 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1805 | --> uglify-js-2.4.13-5.el7.noarch |
| 1806 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1807 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1808 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1809 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1810 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1811 | --> uglify-js-2.4.13-5.el7.noarch |
| 1812 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1813 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1814 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1815 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1816 | --> uglify-js-2.4.13-5.el7.noarch |
| 1817 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1818 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1819 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1820 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1821 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1822 | --> uglify-js-2.4.13-5.el7.noarch |
| 1823 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1824 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1825 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1826 | --> uglify-js-2.4.13-5.el7.noarch |
| 1827 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1828 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1829 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1830 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1831 | --> uglify-js-2.4.13-5.el7.noarch |
| 1832 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1833 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1834 | Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src |
| 1835 | --> nspr-devel-4.10.6-3.el7.x86_64 |
| 1836 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 1837 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1838 | --> nss-devel-3.16.2.3-5.el7.x86_64 |
| 1839 | --> svrcore-devel-4.0.4-11.el7.x86_64 |
| 1840 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1841 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1842 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1843 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1844 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1845 | --> uglify-js-2.4.13-5.el7.noarch |
| 1846 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1847 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1848 | Getting requirements for roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.src |
| 1849 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1850 | --> nodejs-less-1.7.0-2.el7.noarch |
| 1851 | --> uglify-js-2.4.13-5.el7.noarch |
| 1852 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1853 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1854 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1855 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1856 | --> uglify-js-2.4.13-5.el7.noarch |
| 1857 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1858 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1859 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1860 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1861 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1862 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1863 | --> uglify-js-2.4.13-5.el7.noarch |
| 1864 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1865 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1866 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1867 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1868 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1869 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1870 | --> uglify-js-2.4.13-5.el7.noarch |
| 1871 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1872 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1873 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1874 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1875 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1876 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1877 | --> uglify-js-2.4.13-5.el7.noarch |
| 1878 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1879 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1880 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1881 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1882 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1883 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1884 | --> uglify-js-2.4.13-5.el7.noarch |
| 1885 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1886 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1887 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1888 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1889 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1890 | --> uglify-js-2.4.13-5.el7.noarch |
| 1891 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1892 | Getting requirements for php-pear-Net-LDAP2-2.1.0-1.el7.src |
| 1893 | --> 1:php-pear-1.9.4-21.el7.noarch |
| 1894 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1895 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1896 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1897 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1898 | --> uglify-js-2.4.13-5.el7.noarch |
| 1899 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1900 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1901 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1902 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1903 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1904 | --> uglify-js-2.4.13-5.el7.noarch |
| 1905 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1906 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1907 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1908 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1909 | --> uglify-js-2.4.13-5.el7.noarch |
| 1910 | Getting requirements for kolab-3.1.9-4.el7.kolab_3.5.src |
| 1911 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1912 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1913 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1914 | --> uglify-js-2.4.13-5.el7.noarch |
| 1915 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1916 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1917 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1918 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1919 | --> uglify-js-2.4.13-5.el7.noarch |
| 1920 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1921 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1922 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1923 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1924 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1925 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1926 | --> uglify-js-2.4.13-5.el7.noarch |
| 1927 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1928 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1929 | Getting requirements for libkolab-0.6.git.1426688750-9.el7.kolab_3.5.src |
| 1930 | --> libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1931 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1932 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 1933 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1934 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1935 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1936 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1937 | --> cmake-2.8.11-4.el7.x86_64 |
| 1938 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 1939 | --> python-nose-1.3.0-2.el7.noarch |
| 1940 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 1941 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 1942 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 1943 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 1944 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 1945 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1946 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 1947 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 1948 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 1949 | --> pytz-2012d-5.el7.noarch |
| 1950 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1951 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1952 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 1953 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 1954 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1955 | Getting requirements for kolab-autodiscover-0.1-5.el7.kolab_3.5.src |
| 1956 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1957 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1958 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1959 | --> uglify-js-2.4.13-5.el7.noarch |
| 1960 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1961 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1962 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1963 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1964 | --> uglify-js-2.4.13-5.el7.noarch |
| 1965 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1966 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1967 | Getting requirements for libcalendaring-4.9.git.1424359330-51.el7.kolab_3.5.src |
| 1968 | --> libical-devel-0.48-6.el7.x86_64 |
| 1969 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1970 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1971 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 1972 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1973 | --> cmake-2.8.11-4.el7.x86_64 |
| 1974 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1975 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1976 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1977 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1978 | --> uglify-js-2.4.13-5.el7.noarch |
| 1979 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1980 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1981 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1982 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1983 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1984 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1985 | --> uglify-js-2.4.13-5.el7.noarch |
| 1986 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1987 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1988 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1989 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1990 | --> uglify-js-2.4.13-5.el7.noarch |
| 1991 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1992 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1993 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1994 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1995 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1996 | --> uglify-js-2.4.13-5.el7.noarch |
| 1997 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1998 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1999 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2000 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2001 | --> uglify-js-2.4.13-5.el7.noarch |
| 2002 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2003 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2004 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2005 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2006 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2007 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2008 | --> uglify-js-2.4.13-5.el7.noarch |
| 2009 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2010 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2011 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2012 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2013 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2014 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2015 | --> uglify-js-2.4.13-5.el7.noarch |
| 2016 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2017 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2018 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2019 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2020 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2021 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2022 | --> uglify-js-2.4.13-5.el7.noarch |
| 2023 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2024 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2025 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 2026 | --> python-nose-1.3.0-2.el7.noarch |
| 2027 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 2028 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 2029 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 2030 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 2031 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 2032 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2033 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 2034 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 2035 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 2036 | --> pytz-2012d-5.el7.noarch |
| 2037 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 2038 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2039 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 2040 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 2041 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2042 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2043 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2044 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2045 | --> uglify-js-2.4.13-5.el7.noarch |
| 2046 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2047 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2048 | Getting requirements for kolab-3.1.9-4.el7.kolab_3.5.src |
| 2049 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2050 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2051 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2052 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2053 | --> uglify-js-2.4.13-5.el7.noarch |
| 2054 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2055 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2056 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 2057 | Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src |
| 2058 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2059 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2060 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2061 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 2062 | --> zlib-devel-1.2.7-13.el7.x86_64 |
| 2063 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2064 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2065 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2066 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2067 | --> uglify-js-2.4.13-5.el7.noarch |
| 2068 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2069 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2070 | Getting requirements for roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.src |
| 2071 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2072 | --> nodejs-less-1.7.0-2.el7.noarch |
| 2073 | --> uglify-js-2.4.13-5.el7.noarch |
| 2074 | Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src |
| 2075 | --> nspr-devel-4.10.6-3.el7.x86_64 |
| 2076 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2077 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2078 | --> nss-devel-3.16.2.3-5.el7.x86_64 |
| 2079 | --> svrcore-devel-4.0.4-11.el7.x86_64 |
| 2080 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2081 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2082 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2083 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2084 | --> uglify-js-2.4.13-5.el7.noarch |
| 2085 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2086 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2087 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2088 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2089 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2090 | --> uglify-js-2.4.13-5.el7.noarch |
| 2091 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2092 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2093 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2094 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2095 | --> uglify-js-2.4.13-5.el7.noarch |
| 2096 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2097 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2098 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2099 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2100 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2101 | --> uglify-js-2.4.13-5.el7.noarch |
| 2102 | Getting requirements for libcalendaring-4.9.git.1424359330-51.el7.kolab_3.5.src |
| 2103 | --> libical-devel-0.48-6.el7.x86_64 |
| 2104 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 2105 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2106 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2107 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2108 | --> cmake-2.8.11-4.el7.x86_64 |
| 2109 | Getting requirements for python-cssmin-0.2.0-11.el7.kolab_3.5.src |
| 2110 | --> python-devel-2.7.5-16.el7.x86_64 |
| 2111 | --> python-setuptools-0.9.8-3.el7.noarch |
| 2112 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2113 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2114 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2115 | --> uglify-js-2.4.13-5.el7.noarch |
| 2116 | Getting requirements for roundcubemail-plugin-dblog-2.0-22.el7.kolab_3.5.src |
| 2117 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2118 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2119 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2120 | --> uglify-js-2.4.13-5.el7.noarch |
| 2121 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2122 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2123 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2124 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2125 | --> uglify-js-2.4.13-5.el7.noarch |
| 2126 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2127 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2128 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2129 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2130 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2131 | --> uglify-js-2.4.13-5.el7.noarch |
| 2132 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2133 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2134 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2135 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2136 | --> uglify-js-2.4.13-5.el7.noarch |
| 2137 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2138 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2139 | Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src |
| 2140 | --> nspr-devel-4.10.6-3.el7.x86_64 |
| 2141 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2142 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2143 | --> nss-devel-3.16.2.3-5.el7.x86_64 |
| 2144 | --> svrcore-devel-4.0.4-11.el7.x86_64 |
| 2145 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2146 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2147 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2148 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2149 | --> uglify-js-2.4.13-5.el7.noarch |
| 2150 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2151 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2152 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2153 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2154 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2155 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2156 | --> uglify-js-2.4.13-5.el7.noarch |
| 2157 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2158 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2159 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2160 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2161 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2162 | --> uglify-js-2.4.13-5.el7.noarch |
| 2163 | Getting requirements for kolab-3.1.9-4.el7.kolab_3.5.src |
| 2164 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2165 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2166 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2167 | --> uglify-js-2.4.13-5.el7.noarch |
| 2168 | Getting requirements for cyrus-imapd-2.5.0-69.el7.kolab_3.5.src |
| 2169 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 2170 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2171 | --> Already installed : libtool-2.4.2-20.el7.x86_64 |
| 2172 | --> groff-1.22.2-8.el7.x86_64 |
| 2173 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 2174 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 2175 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 2176 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2177 | --> CUnit-devel-2.1.3-8.el7.x86_64 |
| 2178 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 2179 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 2180 | --> cyrus-sasl-md5-2.1.26-17.el7.x86_64 |
| 2181 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2182 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 2183 | --> cyrus-sasl-plain-2.1.26-17.el7.x86_64 |
| 2184 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2185 | --> jansson-devel-2.4-6.el7.x86_64 |
| 2186 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 2187 | --> perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 2188 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2189 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 2190 | Getting requirements for roundcubemail-plugin-converse-0.0-14.el7.kolab_3.5.src |
| 2191 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2192 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2193 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2194 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2195 | --> uglify-js-2.4.13-5.el7.noarch |
| 2196 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2197 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2198 | Getting requirements for cyrus-imapd-2.5.0-69.el7.kolab_3.5.src |
| 2199 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 2200 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2201 | --> Already installed : libtool-2.4.2-20.el7.x86_64 |
| 2202 | --> groff-1.22.2-8.el7.x86_64 |
| 2203 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 2204 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 2205 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 2206 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2207 | --> CUnit-devel-2.1.3-8.el7.x86_64 |
| 2208 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 2209 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 2210 | --> cyrus-sasl-md5-2.1.26-17.el7.x86_64 |
| 2211 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2212 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 2213 | --> cyrus-sasl-plain-2.1.26-17.el7.x86_64 |
| 2214 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2215 | --> jansson-devel-2.4-6.el7.x86_64 |
| 2216 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 2217 | --> perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 2218 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2219 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 2220 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2221 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2222 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2223 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2224 | --> uglify-js-2.4.13-5.el7.noarch |
| 2225 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2226 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2227 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2228 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2229 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2230 | --> uglify-js-2.4.13-5.el7.noarch |
| 2231 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 2232 | --> python-nose-1.3.0-2.el7.noarch |
| 2233 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 2234 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 2235 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 2236 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 2237 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 2238 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2239 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 2240 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 2241 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 2242 | --> pytz-2012d-5.el7.noarch |
| 2243 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 2244 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2245 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 2246 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 2247 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2248 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2249 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2250 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2251 | --> uglify-js-2.4.13-5.el7.noarch |
| 2252 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2253 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2254 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 2255 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2256 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2257 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2258 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2259 | --> uglify-js-2.4.13-5.el7.noarch |
| 2260 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2261 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2262 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2263 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2264 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2265 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2266 | --> uglify-js-2.4.13-5.el7.noarch |
| 2267 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2268 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2269 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2270 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2271 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2272 | --> uglify-js-2.4.13-5.el7.noarch |
| 2273 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2274 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2275 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2276 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2277 | --> uglify-js-2.4.13-5.el7.noarch |
| 2278 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2279 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2280 | Getting requirements for libcalendaring-4.9.git.1424359330-51.el7.kolab_3.5.src |
| 2281 | --> libical-devel-0.48-6.el7.x86_64 |
| 2282 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 2283 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2284 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2285 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2286 | --> cmake-2.8.11-4.el7.x86_64 |
| 2287 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2288 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2289 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2290 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2291 | --> uglify-js-2.4.13-5.el7.noarch |
| 2292 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2293 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2294 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2295 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2296 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2297 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2298 | --> uglify-js-2.4.13-5.el7.noarch |
| 2299 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2300 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2301 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2302 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2303 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2304 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2305 | --> uglify-js-2.4.13-5.el7.noarch |
| 2306 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2307 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2308 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2309 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2310 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2311 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2312 | --> uglify-js-2.4.13-5.el7.noarch |
| 2313 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2314 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2315 | Getting requirements for cyrus-imapd-2.4.17-8.el7_1.src |
| 2316 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 2317 | --> tcp_wrappers-7.6-77.el7.x86_64 |
| 2318 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 2319 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2320 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 2321 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 2322 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2323 | --> libdb-devel-5.3.21-17.el7_0.1.x86_64 |
| 2324 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 2325 | --> groff-1.22.2-8.el7.x86_64 |
| 2326 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 2327 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2328 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 2329 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2330 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2331 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2332 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2333 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2334 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2335 | --> uglify-js-2.4.13-5.el7.noarch |
| 2336 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2337 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2338 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2339 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2340 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2341 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2342 | --> uglify-js-2.4.13-5.el7.noarch |
| 2343 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2344 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2345 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 2346 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2347 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2348 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2349 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2350 | --> uglify-js-2.4.13-5.el7.noarch |
| 2351 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2352 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2353 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2354 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2355 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2356 | --> uglify-js-2.4.13-5.el7.noarch |
| 2357 | Getting requirements for libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.src |
| 2358 | --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64 |
| 2359 | --> uuid-devel-1.6.2-26.el7.x86_64 |
| 2360 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 2361 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2362 | --> e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 2363 | --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 |
| 2364 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2365 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 2366 | --> cmake-2.8.11-4.el7.x86_64 |
| 2367 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 2368 | --> 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2369 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 2370 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 2371 | --> kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2372 | --> python-devel-2.7.5-16.el7.x86_64 |
| 2373 | Getting requirements for swig-2.0.10-4.el7.src |
| 2374 | --> 1:tcl-devel-8.5.13-4.el7.x86_64 |
| 2375 | --> python-devel-2.7.5-16.el7.x86_64 |
| 2376 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2377 | --> perl-Test-Simple-0.98-243.el7.noarch |
| 2378 | --> Already installed : 4:perl-5.16.3-285.el7.x86_64 |
| 2379 | --> pcre-devel-8.32-14.el7.x86_64 |
| 2380 | --> 5:guile-devel-2.0.9-5.el7.x86_64 |
| 2381 | --> Already installed : gawk-4.0.2-4.el7.x86_64 |
| 2382 | --> dos2unix-6.0.3-4.el7.x86_64 |
| 2383 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 2384 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2385 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2386 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 2387 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2388 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2389 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2390 | --> uglify-js-2.4.13-5.el7.noarch |
| 2391 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2392 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2393 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2394 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2395 | --> uglify-js-2.4.13-5.el7.noarch |
| 2396 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2397 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2398 | Getting requirements for libkolab-0.6.git.1426688750-9.el7.kolab_3.5.src |
| 2399 | --> libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 2400 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2401 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2402 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 2403 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 2404 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 2405 | --> python-devel-2.7.5-16.el7.x86_64 |
| 2406 | --> cmake-2.8.11-4.el7.x86_64 |
| 2407 | Getting requirements for cyrus-imapd-2.4.17-7.el7.src |
| 2408 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 2409 | --> tcp_wrappers-7.6-77.el7.x86_64 |
| 2410 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 2411 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2412 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 2413 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 2414 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2415 | --> libdb-devel-5.3.21-17.el7_0.1.x86_64 |
| 2416 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 2417 | --> groff-1.22.2-8.el7.x86_64 |
| 2418 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 2419 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2420 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 2421 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2422 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2423 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2424 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2425 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2426 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2427 | --> uglify-js-2.4.13-5.el7.noarch |
| 2428 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2429 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2430 | Getting requirements for kolab-3.1.9-4.el7.kolab_3.5.src |
| 2431 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2432 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2433 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2434 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2435 | --> uglify-js-2.4.13-5.el7.noarch |
| 2436 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2437 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2438 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2439 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2440 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2441 | --> uglify-js-2.4.13-5.el7.noarch |
| 2442 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2443 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2444 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2445 | --> uglify-js-2.4.13-5.el7.noarch |
| 2446 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 2447 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2448 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2449 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2450 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2451 | --> uglify-js-2.4.13-5.el7.noarch |
| 2452 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2453 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2454 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2455 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2456 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2457 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2458 | --> uglify-js-2.4.13-5.el7.noarch |
| 2459 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2460 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2461 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2462 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2463 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2464 | --> uglify-js-2.4.13-5.el7.noarch |
| 2465 | Getting requirements for cyrus-imapd-2.4.17-8.el7_1.src |
| 2466 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 2467 | --> tcp_wrappers-7.6-77.el7.x86_64 |
| 2468 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 2469 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2470 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 2471 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 2472 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2473 | --> libdb-devel-5.3.21-17.el7_0.1.x86_64 |
| 2474 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 2475 | --> groff-1.22.2-8.el7.x86_64 |
| 2476 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 2477 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2478 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 2479 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2480 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2481 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2482 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2483 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2484 | --> uglify-js-2.4.13-5.el7.noarch |
| 2485 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2486 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2487 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2488 | --> uglify-js-2.4.13-5.el7.noarch |
| 2489 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 2490 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2491 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2492 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2493 | --> uglify-js-2.4.13-5.el7.noarch |
| 2494 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2495 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2496 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2497 | --> uglify-js-2.4.13-5.el7.noarch |
| 2498 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2499 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2500 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2501 | --> uglify-js-2.4.13-5.el7.noarch |
| 2502 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 2503 | --> python-nose-1.3.0-2.el7.noarch |
| 2504 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 2505 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 2506 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 2507 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 2508 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 2509 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2510 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 2511 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 2512 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 2513 | --> pytz-2012d-5.el7.noarch |
| 2514 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 2515 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2516 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 2517 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 2518 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 2519 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2520 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2521 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2522 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2523 | --> uglify-js-2.4.13-5.el7.noarch |
| 2524 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2525 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2526 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2527 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2528 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2529 | --> uglify-js-2.4.13-5.el7.noarch |
| 2530 | Getting requirements for roundcubemail-plugin-contextmenu-2.1.1-1.el7.kolab_3.5.src |
| 2531 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2532 | --> uglify-js-2.4.13-5.el7.noarch |
| 2533 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 2534 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 2535 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2536 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2537 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2538 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2539 | --> uglify-js-2.4.13-5.el7.noarch |
| 2540 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2541 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2542 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2543 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2544 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2545 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2546 | --> uglify-js-2.4.13-5.el7.noarch |
| 2547 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2548 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2549 | Getting requirements for php-pear-Net-LDAP2-2.0.12-21.el7.kolab_3.5.src |
| 2550 | --> 1:php-pear-1.9.4-21.el7.noarch |
| 2551 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2552 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2553 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2554 | --> uglify-js-2.4.13-5.el7.noarch |
| 2555 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2556 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2557 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2558 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2559 | --> uglify-js-2.4.13-5.el7.noarch |
| 2560 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2561 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2562 | Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src |
| 2563 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2564 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2565 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2566 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 2567 | --> zlib-devel-1.2.7-13.el7.x86_64 |
| 2568 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2569 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2570 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2571 | --> uglify-js-2.4.13-5.el7.noarch |
| 2572 | Getting requirements for kolab-3.1.9-4.el7.kolab_3.5.src |
| 2573 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2574 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2575 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2576 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2577 | --> uglify-js-2.4.13-5.el7.noarch |
| 2578 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2579 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2580 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2581 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2582 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2583 | --> uglify-js-2.4.13-5.el7.noarch |
| 2584 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2585 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2586 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2587 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2588 | --> uglify-js-2.4.13-5.el7.noarch |
| 2589 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2590 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2591 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 2592 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2593 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2594 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2595 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2596 | --> uglify-js-2.4.13-5.el7.noarch |
| 2597 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2598 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2599 | Getting requirements for swig-2.0.11-11.el7.kolab_3.5.src |
| 2600 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2601 | --> 5:guile-devel-2.0.9-5.el7.x86_64 |
| 2602 | --> dos2unix-6.0.3-4.el7.x86_64 |
| 2603 | --> pcre-devel-8.32-14.el7.x86_64 |
| 2604 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2605 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 2606 | --> Already installed : 4:perl-5.16.3-285.el7.x86_64 |
| 2607 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2608 | --> Already installed : gawk-4.0.2-4.el7.x86_64 |
| 2609 | --> perl-Test-Simple-0.98-243.el7.noarch |
| 2610 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2611 | --> 1:tcl-devel-8.5.13-4.el7.x86_64 |
| 2612 | --> python-devel-2.7.5-16.el7.x86_64 |
| 2613 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 2614 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2615 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2616 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2617 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2618 | --> uglify-js-2.4.13-5.el7.noarch |
| 2619 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2620 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2621 | Getting requirements for xsd-3.3.0.1-27.el7.kolab_3.5.src |
| 2622 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 2623 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2624 | --> fdupes-1.51-6.el7.x86_64 |
| 2625 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 2626 | --> Already installed : m4-1.4.16-9.el7.x86_64 |
| 2627 | --> Running transaction check |
| 2628 | ---> Package CUnit-devel.x86_64 0:2.1.3-8.el7 will be installed |
| 2629 | --> Processing Dependency: CUnit(x86-64) = 2.1.3-8.el7 for package: CUnit-devel-2.1.3-8.el7.x86_64 |
| 2630 | --> Processing Dependency: libcunit.so.1()(64bit) for package: CUnit-devel-2.1.3-8.el7.x86_64 |
| 2631 | ---> Package boost-devel.x86_64 0:1.53.0-23.el7 will be installed |
| 2632 | --> Processing Dependency: boost = 1.53.0-23.el7 for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2633 | --> Processing Dependency: libboost_wserialization.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2634 | --> Processing Dependency: libboost_wserialization-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2635 | --> Processing Dependency: libboost_wave.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2636 | --> Processing Dependency: libboost_wave-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2637 | --> Processing Dependency: libboost_unit_test_framework.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2638 | --> Processing Dependency: libboost_unit_test_framework-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2639 | --> Processing Dependency: libboost_timer.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2640 | --> Processing Dependency: libboost_timer-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2641 | --> Processing Dependency: libboost_signals.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2642 | --> Processing Dependency: libboost_signals-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2643 | --> Processing Dependency: libboost_serialization.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2644 | --> Processing Dependency: libboost_serialization-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2645 | --> Processing Dependency: libboost_regex.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2646 | --> Processing Dependency: libboost_regex-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2647 | --> Processing Dependency: libboost_random.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2648 | --> Processing Dependency: libboost_random-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2649 | --> Processing Dependency: libboost_python.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2650 | --> Processing Dependency: libboost_python-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2651 | --> Processing Dependency: libboost_program_options.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2652 | --> Processing Dependency: libboost_program_options-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2653 | --> Processing Dependency: libboost_prg_exec_monitor.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2654 | --> Processing Dependency: libboost_prg_exec_monitor-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2655 | --> Processing Dependency: libboost_math_tr1l.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2656 | --> Processing Dependency: libboost_math_tr1l-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2657 | --> Processing Dependency: libboost_math_tr1f.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2658 | --> Processing Dependency: libboost_math_tr1f-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2659 | --> Processing Dependency: libboost_math_tr1.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2660 | --> Processing Dependency: libboost_math_tr1-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2661 | --> Processing Dependency: libboost_math_c99l.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2662 | --> Processing Dependency: libboost_math_c99l-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2663 | --> Processing Dependency: libboost_math_c99f.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2664 | --> Processing Dependency: libboost_math_c99f-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2665 | --> Processing Dependency: libboost_math_c99.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2666 | --> Processing Dependency: libboost_math_c99-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2667 | --> Processing Dependency: libboost_locale-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2668 | --> Processing Dependency: libboost_iostreams.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2669 | --> Processing Dependency: libboost_iostreams-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2670 | --> Processing Dependency: libboost_graph.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2671 | --> Processing Dependency: libboost_graph-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2672 | --> Processing Dependency: libboost_filesystem.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2673 | --> Processing Dependency: libboost_filesystem-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2674 | --> Processing Dependency: libboost_date_time.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2675 | --> Processing Dependency: libboost_date_time-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2676 | --> Processing Dependency: libboost_context.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2677 | --> Processing Dependency: libboost_context-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2678 | --> Processing Dependency: libboost_chrono.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2679 | --> Processing Dependency: libboost_chrono-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2680 | --> Processing Dependency: libboost_atomic-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2681 | ---> Package cmake.x86_64 0:2.8.11-4.el7 will be installed |
| 2682 | --> Processing Dependency: libarchive.so.13()(64bit) for package: cmake-2.8.11-4.el7.x86_64 |
| 2683 | ---> Package cyrus-sasl-devel.x86_64 0:2.1.26-17.el7 will be installed |
| 2684 | --> Processing Dependency: cyrus-sasl(x86-64) = 2.1.26-17.el7 for package: cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2685 | ---> Package cyrus-sasl-md5.x86_64 0:2.1.26-17.el7 will be installed |
| 2686 | ---> Package cyrus-sasl-plain.x86_64 0:2.1.26-17.el7 will be installed |
| 2687 | ---> Package dos2unix.x86_64 0:6.0.3-4.el7 will be installed |
| 2688 | ---> Package e2fsprogs-devel.x86_64 0:1.42.9-7.el7 will be installed |
| 2689 | --> Processing Dependency: libcom_err-devel(x86-64) = 1.42.9-7.el7 for package: e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 2690 | --> Processing Dependency: e2fsprogs-libs(x86-64) = 1.42.9-7.el7 for package: e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 2691 | --> Processing Dependency: pkgconfig(com_err) for package: e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 2692 | --> Processing Dependency: libext2fs.so.2()(64bit) for package: e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 2693 | --> Processing Dependency: libe2p.so.2()(64bit) for package: e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 2694 | ---> Package fdupes.x86_64 0:1.51-6.el7 will be installed |
| 2695 | ---> Package glib2-devel.x86_64 0:2.40.0-4.el7 will be installed |
| 2696 | ---> Package groff.x86_64 0:1.22.2-8.el7 will be installed |
| 2697 | ---> Package guile-devel.x86_64 5:2.0.9-5.el7 will be installed |
| 2698 | --> Processing Dependency: guile(x86-64) = 5:2.0.9-5.el7 for package: 5:guile-devel-2.0.9-5.el7.x86_64 |
| 2699 | --> Processing Dependency: gmp-devel for package: 5:guile-devel-2.0.9-5.el7.x86_64 |
| 2700 | --> Processing Dependency: gc-devel for package: 5:guile-devel-2.0.9-5.el7.x86_64 |
| 2701 | --> Processing Dependency: libguile-2.0.so.22()(64bit) for package: 5:guile-devel-2.0.9-5.el7.x86_64 |
| 2702 | ---> Package jansson-devel.x86_64 0:2.4-6.el7 will be installed |
| 2703 | --> Processing Dependency: jansson = 2.4-6.el7 for package: jansson-devel-2.4-6.el7.x86_64 |
| 2704 | --> Processing Dependency: libjansson.so.4()(64bit) for package: jansson-devel-2.4-6.el7.x86_64 |
| 2705 | ---> Package kdelibs-devel.x86_64 6:4.10.5-6.el7 will be installed |
| 2706 | --> Processing Dependency: kdelibs = 6:4.10.5-6.el7 for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2707 | --> Processing Dependency: pkgconfig(libattica) >= 0.4.0 for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2708 | --> Processing Dependency: automoc4 >= 0.9.88 for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2709 | --> Processing Dependency: pkgconfig(xxf86misc) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2710 | --> Processing Dependency: pkgconfig(xv) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2711 | --> Processing Dependency: pkgconfig(xtst) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2712 | --> Processing Dependency: pkgconfig(xscrnsaver) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2713 | --> Processing Dependency: pkgconfig(xproto) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2714 | --> Processing Dependency: pkgconfig(xpm) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2715 | --> Processing Dependency: pkgconfig(xkbfile) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2716 | --> Processing Dependency: pkgconfig(xdamage) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2717 | --> Processing Dependency: pkgconfig(xcomposite) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2718 | --> Processing Dependency: pkgconfig(soprano) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2719 | --> Processing Dependency: pkgconfig(sm) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2720 | --> Processing Dependency: pkgconfig(shared-desktop-ontologies) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2721 | --> Processing Dependency: pkgconfig(phonon) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2722 | --> Processing Dependency: libthreadweaver.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2723 | --> Processing Dependency: libsolid.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2724 | --> Processing Dependency: libplasma.so.3()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2725 | --> Processing Dependency: libnepomukutils.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2726 | --> Processing Dependency: libnepomukquery.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2727 | --> Processing Dependency: libnepomuk.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2728 | --> Processing Dependency: libkutils.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2729 | --> Processing Dependency: libkunittest.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2730 | --> Processing Dependency: libkunitconversion.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2731 | --> Processing Dependency: libktexteditor.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2732 | --> Processing Dependency: libkrossui.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2733 | --> Processing Dependency: libkrosscore.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2734 | --> Processing Dependency: libkpty.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2735 | --> Processing Dependency: libkprintutils.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2736 | --> Processing Dependency: libkparts.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2737 | --> Processing Dependency: libkntlm.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2738 | --> Processing Dependency: libknotifyconfig.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2739 | --> Processing Dependency: libknewstuff3.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2740 | --> Processing Dependency: libknewstuff2.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2741 | --> Processing Dependency: libkmediaplayer.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2742 | --> Processing Dependency: libkjsembed.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2743 | --> Processing Dependency: libkjsapi.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2744 | --> Processing Dependency: libkjs.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2745 | --> Processing Dependency: libkio.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2746 | --> Processing Dependency: libkimproxy.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2747 | --> Processing Dependency: libkidletime.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2748 | --> Processing Dependency: libkhtml.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2749 | --> Processing Dependency: libkfile.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2750 | --> Processing Dependency: libkemoticons.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2751 | --> Processing Dependency: libkdnssd.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2752 | --> Processing Dependency: libkdeui.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2753 | --> Processing Dependency: libkdesu.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2754 | --> Processing Dependency: libkdefakes.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2755 | --> Processing Dependency: libkdecore.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2756 | --> Processing Dependency: libkdeclarative.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2757 | --> Processing Dependency: libkde3support.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2758 | --> Processing Dependency: libkcmutils.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2759 | --> Processing Dependency: libQtXml.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2760 | --> Processing Dependency: libQtDBus.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2761 | --> Processing Dependency: libQtCore.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2762 | ---> Package kdepimlibs-devel.x86_64 0:4.10.5-3.el7 will be installed |
| 2763 | --> Processing Dependency: kdepimlibs-akonadi(x86-64) = 4.10.5-3.el7 for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2764 | --> Processing Dependency: kdepimlibs(x86-64) = 4.10.5-3.el7 for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2765 | --> Processing Dependency: nepomuk-core-devel for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2766 | --> Processing Dependency: libsyndication.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2767 | --> Processing Dependency: libqgpgme.so.1()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2768 | --> Processing Dependency: libmicroblog.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2769 | --> Processing Dependency: libmailtransport.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2770 | --> Processing Dependency: libkxmlrpcclient.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2771 | --> Processing Dependency: libktnef.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2772 | --> Processing Dependency: libkresources.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2773 | --> Processing Dependency: libkpimutils.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2774 | --> Processing Dependency: libkpimtextedit.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2775 | --> Processing Dependency: libkpimidentities.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2776 | --> Processing Dependency: libkontactinterface.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2777 | --> Processing Dependency: libkmime.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2778 | --> Processing Dependency: libkmbox.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2779 | --> Processing Dependency: libkldap.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2780 | --> Processing Dependency: libkimap.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2781 | --> Processing Dependency: libkholidays.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2782 | --> Processing Dependency: libkcalutils.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2783 | --> Processing Dependency: libkcalcore.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2784 | --> Processing Dependency: libkcal.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2785 | --> Processing Dependency: libkblog.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2786 | --> Processing Dependency: libkalarmcal.so.2()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2787 | --> Processing Dependency: libkabc_file_core.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2788 | --> Processing Dependency: libkabc.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2789 | --> Processing Dependency: libgpgme++.so.2()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2790 | --> Processing Dependency: libgpgme++-pthread.so.2()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2791 | --> Processing Dependency: libakonadi-socialutils.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2792 | --> Processing Dependency: libakonadi-notes.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2793 | --> Processing Dependency: libakonadi-kmime.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2794 | --> Processing Dependency: libakonadi-kde.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2795 | --> Processing Dependency: libakonadi-kcal.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2796 | --> Processing Dependency: libakonadi-kabc.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2797 | --> Processing Dependency: libakonadi-contact.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2798 | --> Processing Dependency: libakonadi-calendar.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2799 | ---> Package krb5-devel.x86_64 0:1.12.2-14.el7 will be installed |
| 2800 | --> Processing Dependency: libverto-devel for package: krb5-devel-1.12.2-14.el7.x86_64 |
| 2801 | --> Processing Dependency: libselinux-devel for package: krb5-devel-1.12.2-14.el7.x86_64 |
| 2802 | --> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.12.2-14.el7.x86_64 |
| 2803 | ---> Package libcalendaring-devel.x86_64 0:4.9.git.1424359330-51.el7.kolab_3.5 will be installed |
| 2804 | --> Processing Dependency: libcalendaring = 4.9.git.1424359330-51.el7.kolab_3.5 for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2805 | --> Processing Dependency: libcalendaring-kcalutils.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2806 | --> Processing Dependency: libcalendaring-kimap.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2807 | --> Processing Dependency: libcalendaring-kabc.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2808 | --> Processing Dependency: libcalendaring-akonadi-notes.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2809 | --> Processing Dependency: libcalendaring-kmime.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2810 | --> Processing Dependency: libcalendaring-kcalcore.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2811 | --> Processing Dependency: libcalendaring-kpimutils.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2812 | --> Processing Dependency: libcalendaring-kdecore.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2813 | ---> Package libcurl-devel.x86_64 0:7.29.0-19.el7 will be installed |
| 2814 | ---> Package libdb-devel.x86_64 0:5.3.21-17.el7_0.1 will be installed |
| 2815 | ---> Package libical-devel.x86_64 0:0.48-6.el7 will be installed |
| 2816 | --> Processing Dependency: libical(x86-64) = 0.48-6.el7 for package: libical-devel-0.48-6.el7.x86_64 |
| 2817 | --> Processing Dependency: libicalvcal.so.0()(64bit) for package: libical-devel-0.48-6.el7.x86_64 |
| 2818 | --> Processing Dependency: libicalss.so.0()(64bit) for package: libical-devel-0.48-6.el7.x86_64 |
| 2819 | --> Processing Dependency: libical.so.0()(64bit) for package: libical-devel-0.48-6.el7.x86_64 |
| 2820 | ---> Package libkolab-devel.x86_64 0:0.6.git.1426688750-9.el7.kolab_3.5 will be installed |
| 2821 | --> Processing Dependency: libkolab(x86-64) = 0.6.git.1426688750 for package: libkolab-devel-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2822 | --> Processing Dependency: libkolab.so.0()(64bit) for package: libkolab-devel-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2823 | ---> Package libkolabxml-devel.x86_64 0:1.1.git.1422810799-30.el7.kolab_3.5 will be installed |
| 2824 | --> Processing Dependency: libkolabxml(x86-64) = 1.1.git.1422810799 for package: libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 2825 | --> Processing Dependency: libkolabxml.so.1()(64bit) for package: libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 2826 | ---> Package libuuid-devel.x86_64 0:2.23.2-21.el7 will be installed |
| 2827 | ---> Package net-snmp-devel.x86_64 1:5.7.2-20.el7 will be installed |
| 2828 | --> Processing Dependency: net-snmp-libs = 1:5.7.2-20.el7 for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2829 | --> Processing Dependency: net-snmp-agent-libs = 1:5.7.2-20.el7 for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2830 | --> Processing Dependency: tcp_wrappers-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2831 | --> Processing Dependency: rpm-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2832 | --> Processing Dependency: lm_sensors-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2833 | --> Processing Dependency: elfutils-libelf-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2834 | --> Processing Dependency: elfutils-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2835 | --> Processing Dependency: libnetsnmptrapd.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2836 | --> Processing Dependency: libnetsnmpmibs.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2837 | --> Processing Dependency: libnetsnmphelpers.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2838 | --> Processing Dependency: libnetsnmpagent.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2839 | --> Processing Dependency: libnetsnmp.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2840 | ---> Package nodejs-less.noarch 0:1.7.0-2.el7 will be installed |
| 2841 | --> Processing Dependency: npm(ycssmin) < 1.1 for package: nodejs-less-1.7.0-2.el7.noarch |
| 2842 | --> Processing Dependency: npm(ycssmin) >= 1.0.1 for package: nodejs-less-1.7.0-2.el7.noarch |
| 2843 | --> Processing Dependency: nodejs(engine) >= 0.8.0 for package: nodejs-less-1.7.0-2.el7.noarch |
| 2844 | --> Processing Dependency: nodejs for package: nodejs-less-1.7.0-2.el7.noarch |
| 2845 | ---> Package nspr-devel.x86_64 0:4.10.6-3.el7 will be installed |
| 2846 | ---> Package nss-devel.x86_64 0:3.16.2.3-5.el7 will be installed |
| 2847 | --> Processing Dependency: pkgconfig(nss-util) >= 3.16.2.3 for package: nss-devel-3.16.2.3-5.el7.x86_64 |
| 2848 | --> Processing Dependency: nss-util-devel for package: nss-devel-3.16.2.3-5.el7.x86_64 |
| 2849 | --> Processing Dependency: nss-softokn-devel for package: nss-devel-3.16.2.3-5.el7.x86_64 |
| 2850 | ---> Package openldap-devel.x86_64 0:2.4.39-6.el7 will be installed |
| 2851 | ---> Package openssl-devel.x86_64 1:1.0.1e-42.el7.4 will be installed |
| 2852 | ---> Package pcre-devel.x86_64 0:8.32-14.el7 will be installed |
| 2853 | ---> Package perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7 will be installed |
| 2854 | --> Processing Dependency: perl(ExtUtils::Packlist) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 2855 | --> Processing Dependency: perl(ExtUtils::Manifest) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 2856 | --> Processing Dependency: perl(ExtUtils::Installed) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 2857 | --> Processing Dependency: perl(ExtUtils::Install) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 2858 | ---> Package perl-Test-Simple.noarch 0:0.98-243.el7 will be installed |
| 2859 | ---> Package perl-devel.x86_64 4:5.16.3-285.el7 will be installed |
| 2860 | --> Processing Dependency: systemtap-sdt-devel for package: 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2861 | --> Processing Dependency: perl(ExtUtils::ParseXS) for package: 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2862 | --> Processing Dependency: gdbm-devel for package: 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2863 | ---> Package php.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 2864 | --> Processing Dependency: php-common(x86-64) = 5.4.16-23.el7_0.3 for package: php-5.4.16-23.el7_0.3.x86_64 |
| 2865 | --> Processing Dependency: php-cli(x86-64) = 5.4.16-23.el7_0.3 for package: php-5.4.16-23.el7_0.3.x86_64 |
| 2866 | --> Processing Dependency: httpd-mmn = 20120211x8664 for package: php-5.4.16-23.el7_0.3.x86_64 |
| 2867 | --> Processing Dependency: httpd for package: php-5.4.16-23.el7_0.3.x86_64 |
| 2868 | ---> Package php-Net-LDAP3.noarch 0:1.0.3-1.el7.kolab_3.5 will be installed |
| 2869 | --> Processing Dependency: mozldap-tools >= 6.0.5 for package: php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2870 | --> Processing Dependency: php-pear(Net_LDAP2) for package: php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2871 | --> Processing Dependency: php-ldap for package: php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2872 | ---> Package php-devel.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 2873 | ---> Package php-pdo.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 2874 | ---> Package php-pear.noarch 1:1.9.4-21.el7 will be installed |
| 2875 | --> Processing Dependency: php-xml for package: 1:php-pear-1.9.4-21.el7.noarch |
| 2876 | --> Processing Dependency: php-posix for package: 1:php-pear-1.9.4-21.el7.noarch |
| 2877 | ---> Package php-phpunit-PHPUnit.noarch 0:4.4.4-1.el7.1 will be installed |
| 2878 | --> Processing Dependency: php-composer(symfony/yaml) < 3 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2879 | --> Processing Dependency: php-composer(symfony/class-loader) < 3 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2880 | --> Processing Dependency: php-composer(sebastian/version) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2881 | --> Processing Dependency: php-composer(sebastian/recursion-context) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2882 | --> Processing Dependency: php-composer(sebastian/global-state) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2883 | --> Processing Dependency: php-composer(sebastian/exporter) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2884 | --> Processing Dependency: php-composer(sebastian/environment) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2885 | --> Processing Dependency: php-composer(sebastian/diff) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2886 | --> Processing Dependency: php-composer(sebastian/comparator) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2887 | --> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) < 3 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2888 | --> Processing Dependency: php-composer(phpunit/php-timer) < 1.1 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2889 | --> Processing Dependency: php-composer(phpunit/php-text-template) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2890 | --> Processing Dependency: php-composer(phpunit/php-invoker) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2891 | --> Processing Dependency: php-composer(phpunit/php-file-iterator) < 1.4 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2892 | --> Processing Dependency: php-composer(phpunit/php-code-coverage) < 3 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2893 | --> Processing Dependency: php-composer(doctrine/instantiator) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2894 | --> Processing Dependency: php-composer(symfony/yaml) >= 2.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2895 | --> Processing Dependency: php-composer(symfony/class-loader) >= 2.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2896 | --> Processing Dependency: php-composer(sebastian/version) >= 1.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2897 | --> Processing Dependency: php-composer(sebastian/recursion-context) >= 1.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2898 | --> Processing Dependency: php-composer(sebastian/global-state) >= 1.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2899 | --> Processing Dependency: php-composer(sebastian/exporter) >= 1.1 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2900 | --> Processing Dependency: php-composer(sebastian/environment) >= 1.1 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2901 | --> Processing Dependency: php-composer(sebastian/diff) >= 1.1 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2902 | --> Processing Dependency: php-composer(sebastian/comparator) >= 1.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2903 | --> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) >= 2.3 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2904 | --> Processing Dependency: php-composer(phpunit/php-timer) >= 1.0.2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2905 | --> Processing Dependency: php-composer(phpunit/php-text-template) >= 1.2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2906 | --> Processing Dependency: php-composer(phpunit/php-invoker) >= 1.1 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2907 | --> Processing Dependency: php-composer(phpunit/php-file-iterator) >= 1.3.2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2908 | --> Processing Dependency: php-composer(phpunit/php-code-coverage) >= 2.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2909 | --> Processing Dependency: php-composer(doctrine/instantiator) >= 1.0.1 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2910 | --> Processing Dependency: php-tidy for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2911 | --> Processing Dependency: php-mbstring for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2912 | ---> Package python-cssmin.noarch 0:0.2.0-11.el7.kolab_3.5 will be installed |
| 2913 | ---> Package python-devel.x86_64 0:2.7.5-16.el7 will be installed |
| 2914 | ---> Package python-icalendar.noarch 0:3.8.2-8.el7.kolab_3.5 will be installed |
| 2915 | --> Processing Dependency: python-dateutil for package: python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 2916 | ---> Package python-kolab.x86_64 0:0.6.git.1426688750-9.el7.kolab_3.5 will be installed |
| 2917 | --> Processing Dependency: libQtGui.so.4()(64bit) for package: python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2918 | --> Processing Dependency: libxerces-c-3.1.so()(64bit) for package: python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2919 | ---> Package python-kolabformat.x86_64 0:1.1.git.1422810799-30.el7.kolab_3.5 will be installed |
| 2920 | ---> Package python-ldap.x86_64 0:2.4.15-2.el7 will be installed |
| 2921 | ---> Package python-nose.noarch 0:1.3.0-2.el7 will be installed |
| 2922 | ---> Package python-pyasn1.noarch 0:0.1.6-2.el7 will be installed |
| 2923 | ---> Package python-pyasn1-modules.noarch 0:0.1.6-2.el7 will be installed |
| 2924 | ---> Package python-setuptools.noarch 0:0.9.8-3.el7 will be installed |
| 2925 | --> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-3.el7.noarch |
| 2926 | ---> Package python-sqlalchemy.x86_64 0:0.9.7-3.el7 will be installed |
| 2927 | ---> Package python-twisted-core.x86_64 0:12.2.0-4.el7 will be installed |
| 2928 | --> Processing Dependency: python-zope-interface for package: python-twisted-core-12.2.0-4.el7.x86_64 |
| 2929 | --> Processing Dependency: pyserial for package: python-twisted-core-12.2.0-4.el7.x86_64 |
| 2930 | --> Processing Dependency: pyOpenSSL for package: python-twisted-core-12.2.0-4.el7.x86_64 |
| 2931 | ---> Package pytz.noarch 0:2012d-5.el7 will be installed |
| 2932 | ---> Package qt-devel.x86_64 1:4.8.5-8.el7 will be installed |
| 2933 | --> Processing Dependency: pkgconfig(xt) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2934 | --> Processing Dependency: pkgconfig(xrender) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2935 | --> Processing Dependency: pkgconfig(xrandr) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2936 | --> Processing Dependency: pkgconfig(xinerama) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2937 | --> Processing Dependency: pkgconfig(xi) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2938 | --> Processing Dependency: pkgconfig(xft) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2939 | --> Processing Dependency: pkgconfig(xfixes) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2940 | --> Processing Dependency: pkgconfig(xext) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2941 | --> Processing Dependency: pkgconfig(xcursor) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2942 | --> Processing Dependency: pkgconfig(x11) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2943 | --> Processing Dependency: pkgconfig(ice) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2944 | --> Processing Dependency: pkgconfig(glu) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2945 | --> Processing Dependency: pkgconfig(gl) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2946 | ---> Package roundcubemail-plugin-kolab_auth.noarch 0:3.2.8-2.el7.kolab_3.5 will be installed |
| 2947 | --> Processing Dependency: roundcubemail(plugin-kolab_auth-assets) = 3.2.8-2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_auth-3.2.8-2.el7.kolab_3.5.noarch |
| 2948 | --> Processing Dependency: roundcubemail(core) >= 1.1 for package: roundcubemail-plugin-kolab_auth-3.2.8-2.el7.kolab_3.5.noarch |
| 2949 | ---> Package roundcubemail-plugin-kolab_folders.noarch 0:3.2.8-2.el7.kolab_3.5 will be installed |
| 2950 | --> Processing Dependency: roundcubemail(plugin-kolab_folders-assets) = 3.2.8-2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_folders-3.2.8-2.el7.kolab_3.5.noarch |
| 2951 | ---> Package roundcubemail-plugin-libkolab.noarch 0:3.2.8-2.el7.kolab_3.5 will be installed |
| 2952 | --> Processing Dependency: roundcubemail(plugin-libkolab-assets) = 3.2.8-2.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.2.8-2.el7.kolab_3.5.noarch |
| 2953 | ---> Package svrcore-devel.x86_64 0:4.0.4-11.el7 will be installed |
| 2954 | --> Processing Dependency: svrcore = 4.0.4-11.el7 for package: svrcore-devel-4.0.4-11.el7.x86_64 |
| 2955 | --> Processing Dependency: libsvrcore.so.0()(64bit) for package: svrcore-devel-4.0.4-11.el7.x86_64 |
| 2956 | ---> Package tcl-devel.x86_64 1:8.5.13-4.el7 will be installed |
| 2957 | --> Processing Dependency: tcl = 1:8.5.13-4.el7 for package: 1:tcl-devel-8.5.13-4.el7.x86_64 |
| 2958 | ---> Package tcp_wrappers.x86_64 0:7.6-77.el7 will be installed |
| 2959 | --> Processing Dependency: tcp_wrappers-libs = 7.6-77.el7 for package: tcp_wrappers-7.6-77.el7.x86_64 |
| 2960 | ---> Package transfig.x86_64 1:3.2.5d-13.el7 will be installed |
| 2961 | --> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:transfig-3.2.5d-13.el7.x86_64 |
| 2962 | --> Processing Dependency: ghostscript for package: 1:transfig-3.2.5d-13.el7.x86_64 |
| 2963 | --> Processing Dependency: bc for package: 1:transfig-3.2.5d-13.el7.x86_64 |
| 2964 | --> Processing Dependency: libpng15.so.15()(64bit) for package: 1:transfig-3.2.5d-13.el7.x86_64 |
| 2965 | --> Processing Dependency: libXpm.so.4()(64bit) for package: 1:transfig-3.2.5d-13.el7.x86_64 |
| 2966 | --> Processing Dependency: libX11.so.6()(64bit) for package: 1:transfig-3.2.5d-13.el7.x86_64 |
| 2967 | ---> Package uglify-js.noarch 0:2.4.13-5.el7 will be installed |
| 2968 | --> Processing Dependency: js-uglify = 2.4.13-5.el7 for package: uglify-js-2.4.13-5.el7.noarch |
| 2969 | --> Processing Dependency: npm(uglify-to-browserify) < 1.1 for package: uglify-js-2.4.13-5.el7.noarch |
| 2970 | --> Processing Dependency: npm(source-map) < 0.2 for package: uglify-js-2.4.13-5.el7.noarch |
| 2971 | --> Processing Dependency: npm(optimist) < 0.5 for package: uglify-js-2.4.13-5.el7.noarch |
| 2972 | --> Processing Dependency: npm(async) < 0.3 for package: uglify-js-2.4.13-5.el7.noarch |
| 2973 | --> Processing Dependency: npm(uglify-to-browserify) >= 1.0.0 for package: uglify-js-2.4.13-5.el7.noarch |
| 2974 | --> Processing Dependency: npm(source-map) >= 0.1.33 for package: uglify-js-2.4.13-5.el7.noarch |
| 2975 | --> Processing Dependency: npm(optimist) >= 0.4 for package: uglify-js-2.4.13-5.el7.noarch |
| 2976 | --> Processing Dependency: npm(async) >= 0.2.6 for package: uglify-js-2.4.13-5.el7.noarch |
| 2977 | ---> Package uuid-devel.x86_64 0:1.6.2-26.el7 will be installed |
| 2978 | --> Processing Dependency: uuid = 1.6.2-26.el7 for package: uuid-devel-1.6.2-26.el7.x86_64 |
| 2979 | --> Processing Dependency: libossp-uuid.so.16()(64bit) for package: uuid-devel-1.6.2-26.el7.x86_64 |
| 2980 | ---> Package xerces-c-devel.x86_64 0:3.1.1-6.el7 will be installed |
| 2981 | ---> Package xsd.x86_64 0:3.3.0.1-27.el7.kolab_3.5 will be installed |
| 2982 | ---> Package zlib-devel.x86_64 0:1.2.7-13.el7 will be installed |
| 2983 | --> Running transaction check |
| 2984 | ---> Package CUnit.x86_64 0:2.1.3-8.el7 will be installed |
| 2985 | ---> Package attica-devel.x86_64 0:0.4.1-4.el7 will be installed |
| 2986 | --> Processing Dependency: attica(x86-64) = 0.4.1-4.el7 for package: attica-devel-0.4.1-4.el7.x86_64 |
| 2987 | --> Processing Dependency: libattica.so.0.4()(64bit) for package: attica-devel-0.4.1-4.el7.x86_64 |
| 2988 | ---> Package automoc.x86_64 0:1.0-0.20.rc3.el7 will be installed |
| 2989 | ---> Package bc.x86_64 0:1.06.95-13.el7 will be installed |
| 2990 | ---> Package boost.x86_64 0:1.53.0-23.el7 will be installed |
| 2991 | ---> Package boost-atomic.x86_64 0:1.53.0-23.el7 will be installed |
| 2992 | ---> Package boost-chrono.x86_64 0:1.53.0-23.el7 will be installed |
| 2993 | ---> Package boost-context.x86_64 0:1.53.0-23.el7 will be installed |
| 2994 | ---> Package boost-date-time.x86_64 0:1.53.0-23.el7 will be installed |
| 2995 | ---> Package boost-filesystem.x86_64 0:1.53.0-23.el7 will be installed |
| 2996 | ---> Package boost-graph.x86_64 0:1.53.0-23.el7 will be installed |
| 2997 | --> Processing Dependency: libicuuc.so.50()(64bit) for package: boost-graph-1.53.0-23.el7.x86_64 |
| 2998 | --> Processing Dependency: libicui18n.so.50()(64bit) for package: boost-graph-1.53.0-23.el7.x86_64 |
| 2999 | --> Processing Dependency: libicudata.so.50()(64bit) for package: boost-graph-1.53.0-23.el7.x86_64 |
| 3000 | ---> Package boost-iostreams.x86_64 0:1.53.0-23.el7 will be installed |
| 3001 | ---> Package boost-locale.x86_64 0:1.53.0-23.el7 will be installed |
| 3002 | ---> Package boost-math.x86_64 0:1.53.0-23.el7 will be installed |
| 3003 | ---> Package boost-program-options.x86_64 0:1.53.0-23.el7 will be installed |
| 3004 | ---> Package boost-python.x86_64 0:1.53.0-23.el7 will be installed |
| 3005 | ---> Package boost-random.x86_64 0:1.53.0-23.el7 will be installed |
| 3006 | ---> Package boost-regex.x86_64 0:1.53.0-23.el7 will be installed |
| 3007 | ---> Package boost-serialization.x86_64 0:1.53.0-23.el7 will be installed |
| 3008 | ---> Package boost-signals.x86_64 0:1.53.0-23.el7 will be installed |
| 3009 | ---> Package boost-test.x86_64 0:1.53.0-23.el7 will be installed |
| 3010 | ---> Package boost-timer.x86_64 0:1.53.0-23.el7 will be installed |
| 3011 | ---> Package boost-wave.x86_64 0:1.53.0-23.el7 will be installed |
| 3012 | ---> Package cyrus-sasl.x86_64 0:2.1.26-17.el7 will be installed |
| 3013 | --> Processing Dependency: /sbin/service for package: cyrus-sasl-2.1.26-17.el7.x86_64 |
| 3014 | ---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be installed |
| 3015 | ---> Package elfutils-devel.x86_64 0:0.160-1.el7 will be installed |
| 3016 | ---> Package elfutils-libelf-devel.x86_64 0:0.160-1.el7 will be installed |
| 3017 | ---> Package gc-devel.x86_64 0:7.2d-6.el7 will be installed |
| 3018 | --> Processing Dependency: gc(x86-64) = 7.2d-6.el7 for package: gc-devel-7.2d-6.el7.x86_64 |
| 3019 | --> Processing Dependency: libgccpp.so.1()(64bit) for package: gc-devel-7.2d-6.el7.x86_64 |
| 3020 | --> Processing Dependency: libgc.so.1()(64bit) for package: gc-devel-7.2d-6.el7.x86_64 |
| 3021 | --> Processing Dependency: libcord.so.1()(64bit) for package: gc-devel-7.2d-6.el7.x86_64 |
| 3022 | ---> Package gdbm-devel.x86_64 0:1.10-8.el7 will be installed |
| 3023 | ---> Package ghostscript.x86_64 0:9.07-18.el7 will be installed |
| 3024 | --> Processing Dependency: urw-fonts >= 1.1 for package: ghostscript-9.07-18.el7.x86_64 |
| 3025 | --> Processing Dependency: poppler-data for package: ghostscript-9.07-18.el7.x86_64 |
| 3026 | --> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3027 | --> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3028 | --> Processing Dependency: ghostscript-fonts for package: ghostscript-9.07-18.el7.x86_64 |
| 3029 | --> Processing Dependency: libtiff.so.5()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3030 | --> Processing Dependency: liblcms2.so.2()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3031 | --> Processing Dependency: libjpeg.so.62()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3032 | --> Processing Dependency: libfreetype.so.6()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3033 | --> Processing Dependency: libfontconfig.so.1()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3034 | --> Processing Dependency: libcupsimage.so.2()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3035 | --> Processing Dependency: libcups.so.2()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3036 | --> Processing Dependency: libXt.so.6()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3037 | --> Processing Dependency: libXext.so.6()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3038 | --> Processing Dependency: libSM.so.6()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3039 | --> Processing Dependency: libICE.so.6()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3040 | ---> Package gmp-devel.x86_64 1:6.0.0-11.el7 will be installed |
| 3041 | ---> Package guile.x86_64 5:2.0.9-5.el7 will be installed |
| 3042 | --> Processing Dependency: libltdl.so.7()(64bit) for package: 5:guile-2.0.9-5.el7.x86_64 |
| 3043 | ---> Package httpd.x86_64 0:2.4.6-31.el7.centos will be installed |
| 3044 | --> Processing Dependency: httpd-tools = 2.4.6-31.el7.centos for package: httpd-2.4.6-31.el7.centos.x86_64 |
| 3045 | --> Processing Dependency: system-logos >= 7.92.1-1 for package: httpd-2.4.6-31.el7.centos.x86_64 |
| 3046 | --> Processing Dependency: /etc/mime.types for package: httpd-2.4.6-31.el7.centos.x86_64 |
| 3047 | ---> Package jansson.x86_64 0:2.4-6.el7 will be installed |
| 3048 | ---> Package js-uglify.noarch 0:2.4.13-5.el7 will be installed |
| 3049 | ---> Package kdelibs.x86_64 6:4.10.5-6.el7 will be installed |
| 3050 | --> Processing Dependency: kdelibs-common = 6:4.10.5-6.el7 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3051 | --> Processing Dependency: kde4-macros(api) = 2 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3052 | --> Processing Dependency: strigi-libs(x86-64) >= 0.7.7 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3053 | --> Processing Dependency: soprano(x86-64) >= 2.9.2 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3054 | --> Processing Dependency: shared-desktop-ontologies >= 0.11.0 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3055 | --> Processing Dependency: phonon(x86-64) >= 4.6.0 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3056 | --> Processing Dependency: kde-filesystem >= 4-23 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3057 | --> Processing Dependency: dbusmenu-qt(x86-64) >= 0.9.2 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3058 | --> Processing Dependency: xdg-utils for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3059 | --> Processing Dependency: upower for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3060 | --> Processing Dependency: udisks2 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3061 | --> Processing Dependency: redhat-menus for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3062 | --> Processing Dependency: media-player-info for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3063 | --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3064 | --> Processing Dependency: kde-settings for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3065 | --> Processing Dependency: hunspell for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3066 | --> Processing Dependency: hicolor-icon-theme for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3067 | --> Processing Dependency: docbook-style-xsl for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3068 | --> Processing Dependency: docbook-dtds for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3069 | --> Processing Dependency: libxslt.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3070 | --> Processing Dependency: libstreams.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3071 | --> Processing Dependency: libstreamanalyzer.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3072 | --> Processing Dependency: libsopranoclient.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3073 | --> Processing Dependency: libsoprano.so.4()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3074 | --> Processing Dependency: libqca.so.2()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3075 | --> Processing Dependency: libpolkit-qt-core-1.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3076 | --> Processing Dependency: libphonon.so.4()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3077 | --> Processing Dependency: libjasper.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3078 | --> Processing Dependency: libgif.so.4()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3079 | --> Processing Dependency: libfam.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3080 | --> Processing Dependency: libexslt.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3081 | --> Processing Dependency: libenchant.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3082 | --> Processing Dependency: libdbusmenu-qt.so.2()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3083 | --> Processing Dependency: libXtst.so.6()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3084 | --> Processing Dependency: libXss.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3085 | --> Processing Dependency: libXrender.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3086 | --> Processing Dependency: libXft.so.2()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3087 | --> Processing Dependency: libXfixes.so.3()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3088 | --> Processing Dependency: libXcursor.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3089 | --> Processing Dependency: libXau.so.6()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3090 | --> Processing Dependency: libImath.so.6()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3091 | --> Processing Dependency: libIlmThread.so.6()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3092 | --> Processing Dependency: libIlmImf.so.7()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3093 | --> Processing Dependency: libIex.so.6()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3094 | --> Processing Dependency: libHalf.so.6()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3095 | ---> Package kdepimlibs.x86_64 0:4.10.5-3.el7 will be installed |
| 3096 | ---> Package kdepimlibs-akonadi.x86_64 0:4.10.5-3.el7 will be installed |
| 3097 | --> Processing Dependency: akonadi(x86-64) >= 1.9.2 for package: kdepimlibs-akonadi-4.10.5-3.el7.x86_64 |
| 3098 | --> Processing Dependency: libqjson.so.0()(64bit) for package: kdepimlibs-akonadi-4.10.5-3.el7.x86_64 |
| 3099 | --> Processing Dependency: libnepomukcore.so.4()(64bit) for package: kdepimlibs-akonadi-4.10.5-3.el7.x86_64 |
| 3100 | --> Processing Dependency: libakonadiprotocolinternals.so.1()(64bit) for package: kdepimlibs-akonadi-4.10.5-3.el7.x86_64 |
| 3101 | ---> Package kdepimlibs-kxmlrpcclient.x86_64 0:4.10.5-3.el7 will be installed |
| 3102 | ---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed |
| 3103 | ---> Package libICE-devel.x86_64 0:1.0.8-7.el7 will be installed |
| 3104 | ---> Package libSM-devel.x86_64 0:1.2.1-7.el7 will be installed |
| 3105 | ---> Package libX11.x86_64 0:1.6.0-2.1.el7 will be installed |
| 3106 | --> Processing Dependency: libX11-common = 1.6.0-2.1.el7 for package: libX11-1.6.0-2.1.el7.x86_64 |
| 3107 | --> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.0-2.1.el7.x86_64 |
| 3108 | ---> Package libX11-devel.x86_64 0:1.6.0-2.1.el7 will be installed |
| 3109 | --> Processing Dependency: pkgconfig(xcb) >= 1.1.92 for package: libX11-devel-1.6.0-2.1.el7.x86_64 |
| 3110 | --> Processing Dependency: pkgconfig(xcb) for package: libX11-devel-1.6.0-2.1.el7.x86_64 |
| 3111 | ---> Package libXScrnSaver-devel.x86_64 0:1.2.2-6.1.el7 will be installed |
| 3112 | ---> Package libXcomposite-devel.x86_64 0:0.4.4-4.1.el7 will be installed |
| 3113 | --> Processing Dependency: libXcomposite = 0.4.4-4.1.el7 for package: libXcomposite-devel-0.4.4-4.1.el7.x86_64 |
| 3114 | --> Processing Dependency: libXcomposite.so.1()(64bit) for package: libXcomposite-devel-0.4.4-4.1.el7.x86_64 |
| 3115 | ---> Package libXcursor-devel.x86_64 0:1.1.14-2.1.el7 will be installed |
| 3116 | ---> Package libXdamage-devel.x86_64 0:1.1.4-4.1.el7 will be installed |
| 3117 | --> Processing Dependency: libXdamage = 1.1.4-4.1.el7 for package: libXdamage-devel-1.1.4-4.1.el7.x86_64 |
| 3118 | --> Processing Dependency: libXdamage.so.1()(64bit) for package: libXdamage-devel-1.1.4-4.1.el7.x86_64 |
| 3119 | ---> Package libXext-devel.x86_64 0:1.3.2-2.1.el7 will be installed |
| 3120 | ---> Package libXfixes-devel.x86_64 0:5.0.1-2.1.el7 will be installed |
| 3121 | ---> Package libXft-devel.x86_64 0:2.3.1-5.1.el7 will be installed |
| 3122 | --> Processing Dependency: pkgconfig(freetype2) for package: libXft-devel-2.3.1-5.1.el7.x86_64 |
| 3123 | --> Processing Dependency: pkgconfig(fontconfig) for package: libXft-devel-2.3.1-5.1.el7.x86_64 |
| 3124 | ---> Package libXi-devel.x86_64 0:1.7.2-2.1.el7 will be installed |
| 3125 | --> Processing Dependency: libXi = 1.7.2-2.1.el7 for package: libXi-devel-1.7.2-2.1.el7.x86_64 |
| 3126 | --> Processing Dependency: libXi.so.6()(64bit) for package: libXi-devel-1.7.2-2.1.el7.x86_64 |
| 3127 | ---> Package libXinerama-devel.x86_64 0:1.1.3-2.1.el7 will be installed |
| 3128 | --> Processing Dependency: libXinerama = 1.1.3-2.1.el7 for package: libXinerama-devel-1.1.3-2.1.el7.x86_64 |
| 3129 | --> Processing Dependency: libXinerama.so.1()(64bit) for package: libXinerama-devel-1.1.3-2.1.el7.x86_64 |
| 3130 | ---> Package libXpm.x86_64 0:3.5.10-5.1.el7 will be installed |
| 3131 | ---> Package libXpm-devel.x86_64 0:3.5.10-5.1.el7 will be installed |
| 3132 | ---> Package libXrandr-devel.x86_64 0:1.4.1-2.1.el7 will be installed |
| 3133 | --> Processing Dependency: libXrandr = 1.4.1-2.1.el7 for package: libXrandr-devel-1.4.1-2.1.el7.x86_64 |
| 3134 | --> Processing Dependency: libXrandr.so.2()(64bit) for package: libXrandr-devel-1.4.1-2.1.el7.x86_64 |
| 3135 | ---> Package libXrender-devel.x86_64 0:0.9.8-2.1.el7 will be installed |
| 3136 | ---> Package libXt-devel.x86_64 0:1.1.4-6.1.el7 will be installed |
| 3137 | ---> Package libXtst-devel.x86_64 0:1.2.2-2.1.el7 will be installed |
| 3138 | ---> Package libXv-devel.x86_64 0:1.0.9-2.1.el7 will be installed |
| 3139 | --> Processing Dependency: libXv = 1.0.9-2.1.el7 for package: libXv-devel-1.0.9-2.1.el7.x86_64 |
| 3140 | --> Processing Dependency: libXv.so.1()(64bit) for package: libXv-devel-1.0.9-2.1.el7.x86_64 |
| 3141 | ---> Package libXxf86misc-devel.x86_64 0:1.0.3-7.1.el7 will be installed |
| 3142 | --> Processing Dependency: libXxf86misc = 1.0.3-7.1.el7 for package: libXxf86misc-devel-1.0.3-7.1.el7.x86_64 |
| 3143 | --> Processing Dependency: libXxf86misc.so.1()(64bit) for package: libXxf86misc-devel-1.0.3-7.1.el7.x86_64 |
| 3144 | ---> Package libarchive.x86_64 0:3.1.2-7.el7 will be installed |
| 3145 | --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-7.el7.x86_64 |
| 3146 | ---> Package libcalendaring.x86_64 0:4.9.git.1424359330-51.el7.kolab_3.5 will be installed |
| 3147 | ---> Package libcom_err-devel.x86_64 0:1.42.9-7.el7 will be installed |
| 3148 | ---> Package libical.x86_64 0:0.48-6.el7 will be installed |
| 3149 | ---> Package libkolab.x86_64 0:0.6.git.1426688750-9.el7.kolab_3.5 will be installed |
| 3150 | ---> Package libkolabxml.x86_64 0:1.1.git.1422810799-30.el7.kolab_3.5 will be installed |
| 3151 | ---> Package libpng.x86_64 2:1.5.13-5.el7 will be installed |
| 3152 | ---> Package libselinux-devel.x86_64 0:2.2.2-6.el7 will be installed |
| 3153 | --> Processing Dependency: libsepol-devel >= 2.1.9-1 for package: libselinux-devel-2.2.2-6.el7.x86_64 |
| 3154 | --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.2.2-6.el7.x86_64 |
| 3155 | ---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed |
| 3156 | ---> Package libxkbfile-devel.x86_64 0:1.0.8-5.el7 will be installed |
| 3157 | --> Processing Dependency: libxkbfile = 1.0.8-5.el7 for package: libxkbfile-devel-1.0.8-5.el7.x86_64 |
| 3158 | --> Processing Dependency: libxkbfile.so.1()(64bit) for package: libxkbfile-devel-1.0.8-5.el7.x86_64 |
| 3159 | ---> Package lm_sensors-devel.x86_64 0:3.3.4-11.el7 will be installed |
| 3160 | --> Processing Dependency: lm_sensors-libs = 3.3.4-11.el7 for package: lm_sensors-devel-3.3.4-11.el7.x86_64 |
| 3161 | --> Processing Dependency: libsensors.so.4()(64bit) for package: lm_sensors-devel-3.3.4-11.el7.x86_64 |
| 3162 | ---> Package mesa-libGL-devel.x86_64 0:10.2.7-5.20140910.el7 will be installed |
| 3163 | --> Processing Dependency: mesa-libGL = 10.2.7-5.20140910.el7 for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 |
| 3164 | --> Processing Dependency: pkgconfig(libdrm) >= 2.4.38 for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 |
| 3165 | --> Processing Dependency: pkgconfig(xxf86vm) for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 |
| 3166 | --> Processing Dependency: gl-manpages for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 |
| 3167 | --> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 |
| 3168 | --> Processing Dependency: libGL.so.1()(64bit) for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 |
| 3169 | ---> Package mesa-libGLU-devel.x86_64 0:9.0.0-4.el7 will be installed |
| 3170 | --> Processing Dependency: mesa-libGLU(x86-64) = 9.0.0-4.el7 for package: mesa-libGLU-devel-9.0.0-4.el7.x86_64 |
| 3171 | --> Processing Dependency: libGLU.so.1()(64bit) for package: mesa-libGLU-devel-9.0.0-4.el7.x86_64 |
| 3172 | ---> Package mozldap-tools.x86_64 0:6.0.5-38.el7.kolab_3.5 will be installed |
| 3173 | --> Processing Dependency: mozldap = 6.0.5-38.el7.kolab_3.5 for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 |
| 3174 | --> Processing Dependency: libldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 |
| 3175 | --> Processing Dependency: libssldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 |
| 3176 | --> Processing Dependency: libprldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 |
| 3177 | --> Processing Dependency: libldif60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 |
| 3178 | ---> Package nepomuk-core-devel.x86_64 0:4.10.5-5.el7 will be installed |
| 3179 | ---> Package net-snmp-agent-libs.x86_64 1:5.7.2-20.el7 will be installed |
| 3180 | ---> Package net-snmp-libs.x86_64 1:5.7.2-20.el7 will be installed |
| 3181 | ---> Package nodejs.x86_64 0:0.10.33-1.el7 will be installed |
| 3182 | --> Processing Dependency: v8(x86-64) < 1:3.15 for package: nodejs-0.10.33-1.el7.x86_64 |
| 3183 | --> Processing Dependency: v8(x86-64) >= 1:3.14.5.7 for package: nodejs-0.10.33-1.el7.x86_64 |
| 3184 | --> Processing Dependency: libv8.so.3()(64bit) for package: nodejs-0.10.33-1.el7.x86_64 |
| 3185 | --> Processing Dependency: libuv.so.0.10()(64bit) for package: nodejs-0.10.33-1.el7.x86_64 |
| 3186 | --> Processing Dependency: libhttp_parser.so.2()(64bit) for package: nodejs-0.10.33-1.el7.x86_64 |
| 3187 | --> Processing Dependency: libcares.so.2()(64bit) for package: nodejs-0.10.33-1.el7.x86_64 |
| 3188 | ---> Package nodejs-async.noarch 0:0.2.10-1.el7 will be installed |
| 3189 | ---> Package nodejs-optimist.noarch 0:0.4.0-1.el7 will be installed |
| 3190 | --> Processing Dependency: npm(wordwrap) < 0.1 for package: nodejs-optimist-0.4.0-1.el7.noarch |
| 3191 | --> Processing Dependency: npm(wordwrap) >= 0.0.2 for package: nodejs-optimist-0.4.0-1.el7.noarch |
| 3192 | ---> Package nodejs-source-map.noarch 0:0.1.33-1.el7 will be installed |
| 3193 | --> Processing Dependency: npm(amdefine) >= 0.0.4 for package: nodejs-source-map-0.1.33-1.el7.noarch |
| 3194 | ---> Package nodejs-uglify-to-browserify.noarch 0:1.0.2-2.el7 will be installed |
| 3195 | ---> Package nss-softokn-devel.x86_64 0:3.16.2.3-9.el7 will be installed |
| 3196 | --> Processing Dependency: nss-softokn-freebl-devel(x86-64) = 3.16.2.3-9.el7 for package: nss-softokn-devel-3.16.2.3-9.el7.x86_64 |
| 3197 | ---> Package nss-util-devel.x86_64 0:3.16.2.3-2.el7 will be installed |
| 3198 | ---> Package perl-ExtUtils-Install.noarch 0:1.58-285.el7 will be installed |
| 3199 | ---> Package perl-ExtUtils-Manifest.noarch 0:1.61-244.el7 will be installed |
| 3200 | ---> Package perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7 will be installed |
| 3201 | ---> Package phonon-devel.x86_64 0:4.6.0-9.el7 will be installed |
| 3202 | ---> Package php-cli.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3203 | ---> Package php-common.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3204 | --> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-23.el7_0.3.x86_64 |
| 3205 | ---> Package php-doctrine-instantiator.noarch 0:1.0.4-1.el7 will be installed |
| 3206 | ---> Package php-ldap.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3207 | ---> Package php-mbstring.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3208 | ---> Package php-pear-Net-LDAP2.noarch 0:2.1.0-1.el7 will be installed |
| 3209 | ---> Package php-phpunit-File-Iterator.noarch 0:1.3.4-5.el7 will be installed |
| 3210 | ---> Package php-phpunit-PHP-CodeCoverage.noarch 0:2.0.15-1.el7 will be installed |
| 3211 | --> Processing Dependency: php-composer(phpunit/php-token-stream) < 2 for package: php-phpunit-PHP-CodeCoverage-2.0.15-1.el7.noarch |
| 3212 | --> Processing Dependency: php-composer(phpunit/php-token-stream) >= 1.3 for package: php-phpunit-PHP-CodeCoverage-2.0.15-1.el7.noarch |
| 3213 | ---> Package php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7 will be installed |
| 3214 | ---> Package php-phpunit-PHP-Timer.noarch 0:1.0.5-5.el7 will be installed |
| 3215 | ---> Package php-phpunit-PHPUnit-MockObject.noarch 0:2.3.0-1.el7 will be installed |
| 3216 | --> Processing Dependency: php-soap for package: php-phpunit-PHPUnit-MockObject-2.3.0-1.el7.noarch |
| 3217 | ---> Package php-phpunit-Text-Template.noarch 0:1.2.0-5.el7 will be installed |
| 3218 | ---> Package php-phpunit-Version.noarch 0:1.0.4-1.el7 will be installed |
| 3219 | ---> Package php-phpunit-comparator.noarch 0:1.1.1-1.el7 will be installed |
| 3220 | ---> Package php-phpunit-diff.noarch 0:1.2.0-1.el7 will be installed |
| 3221 | ---> Package php-phpunit-environment.noarch 0:1.2.1-1.el7 will be installed |
| 3222 | ---> Package php-phpunit-exporter.noarch 0:1.2.0-1.el7 will be installed |
| 3223 | ---> Package php-process.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3224 | ---> Package php-sebastian-global-state.noarch 0:1.0.0-1.el7 will be installed |
| 3225 | ---> Package php-sebastian-recursion-context.noarch 0:1.0.0-1.el7 will be installed |
| 3226 | ---> Package php-symfony-class-loader.noarch 0:2.5.8-1.el7 will be installed |
| 3227 | --> Processing Dependency: php-symfony-common = 2.5.8-1.el7 for package: php-symfony-class-loader-2.5.8-1.el7.noarch |
| 3228 | ---> Package php-symfony-yaml.noarch 0:2.5.8-1.el7 will be installed |
| 3229 | ---> Package php-tidy.x86_64 0:5.4.16-3.el7 will be installed |
| 3230 | --> Processing Dependency: libtidy-0.99.so.0()(64bit) for package: php-tidy-5.4.16-3.el7.x86_64 |
| 3231 | ---> Package php-xml.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3232 | ---> Package pyOpenSSL.x86_64 0:0.13.1-3.el7 will be installed |
| 3233 | ---> Package pyserial.noarch 0:2.6-5.el7 will be installed |
| 3234 | ---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed |
| 3235 | --> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch |
| 3236 | ---> Package python-dateutil.noarch 0:1.5-7.el7 will be installed |
| 3237 | ---> Package python-zope-interface.x86_64 0:4.0.5-4.el7 will be installed |
| 3238 | ---> Package qt.x86_64 1:4.8.5-8.el7 will be installed |
| 3239 | --> Processing Dependency: qt-settings for package: 1:qt-4.8.5-8.el7.x86_64 |
| 3240 | ---> Package qt-x11.x86_64 1:4.8.5-8.el7 will be installed |
| 3241 | --> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64 |
| 3242 | --> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64 |
| 3243 | --> Processing Dependency: libmng.so.1()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64 |
| 3244 | --> Processing Dependency: libasound.so.2()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64 |
| 3245 | ---> Package roundcubemail-core.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3246 | --> Processing Dependency: roundcubemail(plugin-filesystem_attachments) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3247 | --> Processing Dependency: roundcubemail(plugin-jqueryui) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3248 | --> Processing Dependency: roundcubemail(core-assets) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3249 | --> Processing Dependency: roundcubemail(skin) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3250 | --> Processing Dependency: php-pear(MDB2) >= 2.5.0 for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3251 | --> Processing Dependency: php-pear(DB) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3252 | --> Processing Dependency: php-pear(Auth_SASL) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3253 | --> Processing Dependency: php-gd for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3254 | --> Processing Dependency: php-pear(Mail_mimeDecode) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3255 | --> Processing Dependency: php-pear(Net_Socket) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3256 | --> Processing Dependency: php-mcrypt for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3257 | --> Processing Dependency: php-pear(Net_IDNA2) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3258 | --> Processing Dependency: php-pear(MDB2_Driver_mysqli) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3259 | --> Processing Dependency: php-pear(Mail_Mime) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3260 | --> Processing Dependency: php-pear(Net_Sieve) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3261 | --> Processing Dependency: php-pear(Net_SMTP) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3262 | ---> Package roundcubemail-plugin-kolab_auth-assets.noarch 0:3.2.8-2.el7.kolab_3.5 will be installed |
| 3263 | ---> Package roundcubemail-plugin-kolab_folders-assets.noarch 0:3.2.8-2.el7.kolab_3.5 will be installed |
| 3264 | ---> Package roundcubemail-plugin-libkolab-assets.noarch 0:3.2.8-2.el7.kolab_3.5 will be installed |
| 3265 | ---> Package rpm-devel.x86_64 0:4.11.1-25.el7 will be installed |
| 3266 | --> Processing Dependency: popt-devel(x86-64) for package: rpm-devel-4.11.1-25.el7.x86_64 |
| 3267 | ---> Package shared-desktop-ontologies-devel.noarch 0:0.11.0-2.el7 will be installed |
| 3268 | ---> Package soprano-devel.x86_64 0:2.9.2-3.el7 will be installed |
| 3269 | ---> Package svrcore.x86_64 0:4.0.4-11.el7 will be installed |
| 3270 | ---> Package systemtap-sdt-devel.x86_64 0:2.6-8.el7 will be installed |
| 3271 | --> Processing Dependency: pyparsing for package: systemtap-sdt-devel-2.6-8.el7.x86_64 |
| 3272 | ---> Package tcl.x86_64 1:8.5.13-4.el7 will be installed |
| 3273 | ---> Package tcp_wrappers-devel.x86_64 0:7.6-77.el7 will be installed |
| 3274 | ---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed |
| 3275 | ---> Package uuid.x86_64 0:1.6.2-26.el7 will be installed |
| 3276 | ---> Package xerces-c.x86_64 0:3.1.1-6.el7 will be installed |
| 3277 | ---> Package xorg-x11-proto-devel.noarch 0:7.7-8.el7.1 will be installed |
| 3278 | ---> Package ycssmin.noarch 0:1.0.1-6.el7 will be installed |
| 3279 | --> Running transaction check |
| 3280 | ---> Package OpenEXR-libs.x86_64 0:1.7.1-7.el7 will be installed |
| 3281 | ---> Package akonadi.x86_64 0:1.9.2-4.el7 will be installed |
| 3282 | ---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be installed |
| 3283 | ---> Package attica.x86_64 0:0.4.1-4.el7 will be installed |
| 3284 | ---> Package c-ares.x86_64 0:1.10.0-3.el7 will be installed |
| 3285 | ---> Package centos-logos.noarch 0:70.0.6-2.el7.centos will be installed |
| 3286 | ---> Package cups-libs.x86_64 1:1.6.3-17.el7 will be installed |
| 3287 | ---> Package dbusmenu-qt.x86_64 0:0.9.2-7.el7 will be installed |
| 3288 | ---> Package docbook-dtds.noarch 0:1.0-60.el7 will be installed |
| 3289 | --> Processing Dependency: xml-common for package: docbook-dtds-1.0-60.el7.noarch |
| 3290 | --> Processing Dependency: sgml-common for package: docbook-dtds-1.0-60.el7.noarch |
| 3291 | ---> Package docbook-style-xsl.noarch 0:1.78.1-3.el7 will be installed |
| 3292 | ---> Package enchant.x86_64 1:1.6.0-8.el7 will be installed |
| 3293 | ---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed |
| 3294 | --> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64 |
| 3295 | ---> Package fontconfig-devel.x86_64 0:2.10.95-7.el7 will be installed |
| 3296 | --> Processing Dependency: pkgconfig(expat) for package: fontconfig-devel-2.10.95-7.el7.x86_64 |
| 3297 | ---> Package freetype.x86_64 0:2.4.11-10.el7_1.1 will be installed |
| 3298 | ---> Package freetype-devel.x86_64 0:2.4.11-10.el7_1.1 will be installed |
| 3299 | ---> Package gamin.x86_64 0:0.1.10-16.el7 will be installed |
| 3300 | ---> Package gc.x86_64 0:7.2d-6.el7 will be installed |
| 3301 | ---> Package ghostscript-fonts.noarch 0:5.50-32.el7 will be installed |
| 3302 | --> Processing Dependency: xorg-x11-font-utils for package: ghostscript-fonts-5.50-32.el7.noarch |
| 3303 | ---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed |
| 3304 | ---> Package gl-manpages.noarch 0:1.1-7.20130122.el7 will be installed |
| 3305 | ---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed |
| 3306 | ---> Package http-parser.x86_64 0:2.0-4.20121128gitcd01361.el7 will be installed |
| 3307 | ---> Package httpd-tools.x86_64 0:2.4.6-31.el7.centos will be installed |
| 3308 | ---> Package hunspell.x86_64 0:1.3.2-13.el7 will be installed |
| 3309 | --> Processing Dependency: hunspell-en-US for package: hunspell-1.3.2-13.el7.x86_64 |
| 3310 | ---> Package ilmbase.x86_64 0:1.0.3-7.el7 will be installed |
| 3311 | ---> Package initscripts.x86_64 0:9.49.24-1.el7 will be installed |
| 3312 | --> Processing Dependency: sysvinit-tools >= 2.87-5 for package: initscripts-9.49.24-1.el7.x86_64 |
| 3313 | --> Processing Dependency: module-init-tools for package: initscripts-9.49.24-1.el7.x86_64 |
| 3314 | --> Processing Dependency: hostname for package: initscripts-9.49.24-1.el7.x86_64 |
| 3315 | ---> Package jasper-libs.x86_64 0:1.900.1-26.el7_0.3 will be installed |
| 3316 | ---> Package kde-filesystem.x86_64 0:4-47.el7 will be installed |
| 3317 | ---> Package kde-settings.noarch 0:19-23.5.el7 will be installed |
| 3318 | --> Processing Dependency: xdg-user-dirs for package: kde-settings-19-23.5.el7.noarch |
| 3319 | --> Processing Dependency: polkit-js-engine for package: kde-settings-19-23.5.el7.noarch |
| 3320 | --> Processing Dependency: adwaita-cursor-theme for package: kde-settings-19-23.5.el7.noarch |
| 3321 | ---> Package kdelibs-common.x86_64 6:4.10.5-6.el7 will be installed |
| 3322 | ---> Package lcms2.x86_64 0:2.5-4.el7 will be installed |
| 3323 | ---> Package libICE.x86_64 0:1.0.8-7.el7 will be installed |
| 3324 | ---> Package libSM.x86_64 0:1.2.1-7.el7 will be installed |
| 3325 | ---> Package libX11-common.noarch 0:1.6.0-2.1.el7 will be installed |
| 3326 | ---> Package libXScrnSaver.x86_64 0:1.2.2-6.1.el7 will be installed |
| 3327 | ---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed |
| 3328 | ---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed |
| 3329 | ---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed |
| 3330 | ---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed |
| 3331 | ---> Package libXext.x86_64 0:1.3.2-2.1.el7 will be installed |
| 3332 | ---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed |
| 3333 | ---> Package libXft.x86_64 0:2.3.1-5.1.el7 will be installed |
| 3334 | ---> Package libXi.x86_64 0:1.7.2-2.1.el7 will be installed |
| 3335 | ---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed |
| 3336 | ---> Package libXrandr.x86_64 0:1.4.1-2.1.el7 will be installed |
| 3337 | ---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed |
| 3338 | ---> Package libXt.x86_64 0:1.1.4-6.1.el7 will be installed |
| 3339 | ---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed |
| 3340 | ---> Package libXv.x86_64 0:1.0.9-2.1.el7 will be installed |
| 3341 | ---> Package libXxf86misc.x86_64 0:1.0.3-7.1.el7 will be installed |
| 3342 | ---> Package libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7 will be installed |
| 3343 | --> Processing Dependency: libXxf86vm = 1.1.3-2.1.el7 for package: libXxf86vm-devel-1.1.3-2.1.el7.x86_64 |
| 3344 | --> Processing Dependency: libXxf86vm.so.1()(64bit) for package: libXxf86vm-devel-1.1.3-2.1.el7.x86_64 |
| 3345 | ---> Package libdrm-devel.x86_64 0:2.4.56-2.el7 will be installed |
| 3346 | --> Processing Dependency: libdrm = 2.4.56-2.el7 for package: libdrm-devel-2.4.56-2.el7.x86_64 |
| 3347 | --> Processing Dependency: libkms.so.1()(64bit) for package: libdrm-devel-2.4.56-2.el7.x86_64 |
| 3348 | --> Processing Dependency: libdrm_radeon.so.1()(64bit) for package: libdrm-devel-2.4.56-2.el7.x86_64 |
| 3349 | --> Processing Dependency: libdrm_nouveau.so.2()(64bit) for package: libdrm-devel-2.4.56-2.el7.x86_64 |
| 3350 | --> Processing Dependency: libdrm_intel.so.1()(64bit) for package: libdrm-devel-2.4.56-2.el7.x86_64 |
| 3351 | --> Processing Dependency: libdrm.so.2()(64bit) for package: libdrm-devel-2.4.56-2.el7.x86_64 |
| 3352 | ---> Package libicu.x86_64 0:50.1.2-11.el7 will be installed |
| 3353 | ---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed |
| 3354 | ---> Package libmng.x86_64 0:1.0.10-14.el7 will be installed |
| 3355 | ---> Package libsepol-devel.x86_64 0:2.1.9-3.el7 will be installed |
| 3356 | ---> Package libtidy.x86_64 0:0.99.0-31.20091203.el7 will be installed |
| 3357 | ---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed |
| 3358 | --> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64 |
| 3359 | ---> Package libtool-ltdl.x86_64 0:2.4.2-20.el7 will be installed |
| 3360 | ---> Package libuv.x86_64 1:0.10.29-1.el7 will be installed |
| 3361 | ---> Package libxcb.x86_64 0:1.9-5.el7 will be installed |
| 3362 | ---> Package libxcb-devel.x86_64 0:1.9-5.el7 will be installed |
| 3363 | --> Processing Dependency: pkgconfig(xau) >= 0.99.2 for package: libxcb-devel-1.9-5.el7.x86_64 |
| 3364 | ---> Package libxkbfile.x86_64 0:1.0.8-5.el7 will be installed |
| 3365 | ---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed |
| 3366 | ---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed |
| 3367 | ---> Package lm_sensors-libs.x86_64 0:3.3.4-11.el7 will be installed |
| 3368 | ---> Package lzo.x86_64 0:2.06-6.el7_0.2 will be installed |
| 3369 | ---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed |
| 3370 | ---> Package media-player-info.noarch 0:17-4.el7 will be installed |
| 3371 | ---> Package mesa-libGL.x86_64 0:10.2.7-5.20140910.el7 will be installed |
| 3372 | ---> Package mesa-libGLU.x86_64 0:9.0.0-4.el7 will be installed |
| 3373 | ---> Package mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7 will be installed |
| 3374 | ---> Package mozldap.x86_64 0:6.0.5-38.el7.kolab_3.5 will be installed |
| 3375 | ---> Package nepomuk-core-libs.x86_64 0:4.10.5-5.el7 will be installed |
| 3376 | --> Processing Dependency: nepomuk-core = 4.10.5-5.el7 for package: nepomuk-core-libs-4.10.5-5.el7.x86_64 |
| 3377 | ---> Package nodejs-amdefine.noarch 0:0.0.4-1.el7 will be installed |
| 3378 | ---> Package nodejs-wordwrap.noarch 0:0.0.2-4.el7 will be installed |
| 3379 | ---> Package nss-softokn-freebl-devel.x86_64 0:3.16.2.3-9.el7 will be installed |
| 3380 | ---> Package phonon.x86_64 0:4.6.0-9.el7 will be installed |
| 3381 | --> Processing Dependency: pulseaudio-libs(x86-64) >= 3.0 for package: phonon-4.6.0-9.el7.x86_64 |
| 3382 | --> Processing Dependency: phonon-backend(x86-64) >= 4.4 for package: phonon-4.6.0-9.el7.x86_64 |
| 3383 | --> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: phonon-4.6.0-9.el7.x86_64 |
| 3384 | --> Processing Dependency: libpulse-mainloop-glib.so.0(PULSE_0)(64bit) for package: phonon-4.6.0-9.el7.x86_64 |
| 3385 | --> Processing Dependency: libpulse.so.0()(64bit) for package: phonon-4.6.0-9.el7.x86_64 |
| 3386 | --> Processing Dependency: libpulse-mainloop-glib.so.0()(64bit) for package: phonon-4.6.0-9.el7.x86_64 |
| 3387 | ---> Package php-gd.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3388 | --> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.4.16-23.el7_0.3.x86_64 |
| 3389 | ---> Package php-mcrypt.x86_64 0:5.4.16-3.el7 will be installed |
| 3390 | --> Processing Dependency: libmcrypt.so.4()(64bit) for package: php-mcrypt-5.4.16-3.el7.x86_64 |
| 3391 | ---> Package php-pear-Auth-SASL.noarch 0:1.0.6-5.el7 will be installed |
| 3392 | ---> Package php-pear-DB.noarch 0:1.7.14-6.el7 will be installed |
| 3393 | ---> Package php-pear-MDB2.noarch 0:2.5.0-0.9.b5.el7 will be installed |
| 3394 | ---> Package php-pear-MDB2-Driver-mysqli.noarch 0:1.5.0-0.8.b4.el7 will be installed |
| 3395 | --> Processing Dependency: php-mysqli for package: php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch |
| 3396 | ---> Package php-pear-Mail-Mime.noarch 0:1.8.9-1.el7 will be installed |
| 3397 | ---> Package php-pear-Mail-mimeDecode.noarch 0:1.5.5-7.el7 will be installed |
| 3398 | ---> Package php-pear-Net-IDNA2.noarch 0:0.1.1-10.el7 will be installed |
| 3399 | ---> Package php-pear-Net-SMTP.noarch 0:1.6.2-1.el7 will be installed |
| 3400 | ---> Package php-pear-Net-Sieve.noarch 0:1.3.4-1.el7 will be installed |
| 3401 | ---> Package php-pear-Net-Socket.noarch 0:1.0.14-1.el7 will be installed |
| 3402 | ---> Package php-phpunit-PHP-TokenStream.noarch 0:1.4.0-1.el7 will be installed |
| 3403 | ---> Package php-soap.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3404 | ---> Package php-symfony-common.noarch 0:2.5.8-1.el7 will be installed |
| 3405 | ---> Package polkit-qt.x86_64 0:0.103.0-10.el7_0 will be installed |
| 3406 | ---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed |
| 3407 | ---> Package popt-devel.x86_64 0:1.13-16.el7 will be installed |
| 3408 | ---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed |
| 3409 | ---> Package python-backports.x86_64 0:1.0-8.el7 will be installed |
| 3410 | ---> Package qca2.x86_64 0:2.0.3-7.el7 will be installed |
| 3411 | ---> Package qjson.x86_64 0:0.8.1-4.el7 will be installed |
| 3412 | ---> Package qt-settings.noarch 0:19-23.5.el7 will be installed |
| 3413 | --> Processing Dependency: pciutils for package: qt-settings-19-23.5.el7.noarch |
| 3414 | ---> Package redhat-menus.noarch 0:12.0.2-7.el7 will be installed |
| 3415 | ---> Package roundcubemail-core-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3416 | ---> Package roundcubemail-plugin-filesystem_attachments.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3417 | --> Processing Dependency: roundcubemail(plugin-filesystem_attachments-assets) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-plugin-filesystem_attachments-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3418 | ---> Package roundcubemail-plugin-jqueryui.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3419 | --> Processing Dependency: roundcubemail(plugin-jqueryui-assets) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3420 | --> Processing Dependency: roundcubemail(plugin-jqueryui-skin) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3421 | ---> Package roundcubemail-skin-larry.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3422 | --> Processing Dependency: roundcubemail(skin-larry-assets) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-skin-larry-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3423 | ---> Package shared-desktop-ontologies.noarch 0:0.11.0-2.el7 will be installed |
| 3424 | ---> Package soprano.x86_64 0:2.9.2-3.el7 will be installed |
| 3425 | --> Processing Dependency: redland-virtuoso for package: soprano-2.9.2-3.el7.x86_64 |
| 3426 | --> Processing Dependency: librdf.so.0()(64bit) for package: soprano-2.9.2-3.el7.x86_64 |
| 3427 | --> Processing Dependency: libraptor2.so.0()(64bit) for package: soprano-2.9.2-3.el7.x86_64 |
| 3428 | --> Processing Dependency: libiodbc.so.2()(64bit) for package: soprano-2.9.2-3.el7.x86_64 |
| 3429 | --> Processing Dependency: libclucene-core.so.1()(64bit) for package: soprano-2.9.2-3.el7.x86_64 |
| 3430 | ---> Package strigi-libs.x86_64 0:0.7.7-12.20120626.el7 will be installed |
| 3431 | --> Processing Dependency: libexiv2.so.12()(64bit) for package: strigi-libs-0.7.7-12.20120626.el7.x86_64 |
| 3432 | ---> Package udisks2.x86_64 0:2.1.2-5.el7 will be installed |
| 3433 | --> Processing Dependency: libudisks2 = 2.1.2-5.el7 for package: udisks2-2.1.2-5.el7.x86_64 |
| 3434 | --> Processing Dependency: libatasmart >= 0.12 for package: udisks2-2.1.2-5.el7.x86_64 |
| 3435 | --> Processing Dependency: dbus >= 1.4.0 for package: udisks2-2.1.2-5.el7.x86_64 |
| 3436 | --> Processing Dependency: xfsprogs for package: udisks2-2.1.2-5.el7.x86_64 |
| 3437 | --> Processing Dependency: parted for package: udisks2-2.1.2-5.el7.x86_64 |
| 3438 | --> Processing Dependency: mdadm for package: udisks2-2.1.2-5.el7.x86_64 |
| 3439 | --> Processing Dependency: gdisk for package: udisks2-2.1.2-5.el7.x86_64 |
| 3440 | --> Processing Dependency: e2fsprogs for package: udisks2-2.1.2-5.el7.x86_64 |
| 3441 | --> Processing Dependency: dosfstools for package: udisks2-2.1.2-5.el7.x86_64 |
| 3442 | --> Processing Dependency: cryptsetup-luks for package: udisks2-2.1.2-5.el7.x86_64 |
| 3443 | --> Processing Dependency: libudisks2.so.0()(64bit) for package: udisks2-2.1.2-5.el7.x86_64 |
| 3444 | --> Processing Dependency: libatasmart.so.4()(64bit) for package: udisks2-2.1.2-5.el7.x86_64 |
| 3445 | ---> Package upower.x86_64 0:0.9.20-7.el7 will be installed |
| 3446 | --> Processing Dependency: pm-utils >= 1.2.2.1 for package: upower-0.9.20-7.el7.x86_64 |
| 3447 | --> Processing Dependency: gobject-introspection for package: upower-0.9.20-7.el7.x86_64 |
| 3448 | --> Processing Dependency: libusb-1.0.so.0()(64bit) for package: upower-0.9.20-7.el7.x86_64 |
| 3449 | --> Processing Dependency: libplist.so.1()(64bit) for package: upower-0.9.20-7.el7.x86_64 |
| 3450 | --> Processing Dependency: libimobiledevice.so.4()(64bit) for package: upower-0.9.20-7.el7.x86_64 |
| 3451 | --> Processing Dependency: libdbus-glib-1.so.2()(64bit) for package: upower-0.9.20-7.el7.x86_64 |
| 3452 | ---> Package urw-fonts.noarch 0:2.4-16.el7 will be installed |
| 3453 | ---> Package v8.x86_64 1:3.14.5.10-14.el7 will be installed |
| 3454 | ---> Package xdg-utils.noarch 0:1.1.0-0.16.20120809git.el7 will be installed |
| 3455 | --> Processing Dependency: desktop-file-utils for package: xdg-utils-1.1.0-0.16.20120809git.el7.noarch |
| 3456 | --> Running transaction check |
| 3457 | ---> Package adwaita-cursor-theme.noarch 0:3.8.4-3.el7 will be installed |
| 3458 | ---> Package clucene-core.x86_64 0:2.3.3.4-11.el7 will be installed |
| 3459 | ---> Package cryptsetup.x86_64 0:1.6.6-3.el7 will be installed |
| 3460 | --> Processing Dependency: cryptsetup-libs(x86-64) = 1.6.6-3.el7 for package: cryptsetup-1.6.6-3.el7.x86_64 |
| 3461 | --> Processing Dependency: libcryptsetup.so.4(CRYPTSETUP_1.0)(64bit) for package: cryptsetup-1.6.6-3.el7.x86_64 |
| 3462 | --> Processing Dependency: libcryptsetup.so.4()(64bit) for package: cryptsetup-1.6.6-3.el7.x86_64 |
| 3463 | ---> Package dbus.x86_64 1:1.6.12-11.el7 will be installed |
| 3464 | ---> Package dbus-glib.x86_64 0:0.100-7.el7 will be installed |
| 3465 | ---> Package desktop-file-utils.x86_64 0:0.21-4.el7 will be installed |
| 3466 | ---> Package dosfstools.x86_64 0:3.0.20-9.el7 will be installed |
| 3467 | ---> Package e2fsprogs.x86_64 0:1.42.9-7.el7 will be installed |
| 3468 | --> Processing Dependency: libss = 1.42.9-7.el7 for package: e2fsprogs-1.42.9-7.el7.x86_64 |
| 3469 | --> Processing Dependency: libss.so.2()(64bit) for package: e2fsprogs-1.42.9-7.el7.x86_64 |
| 3470 | ---> Package exiv2-libs.x86_64 0:0.23-6.el7 will be installed |
| 3471 | ---> Package expat-devel.x86_64 0:2.1.0-8.el7 will be installed |
| 3472 | ---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed |
| 3473 | ---> Package gdisk.x86_64 0:0.8.6-5.el7 will be installed |
| 3474 | ---> Package gobject-introspection.x86_64 0:1.36.0-4.el7 will be installed |
| 3475 | ---> Package hostname.x86_64 0:3.13-3.el7 will be installed |
| 3476 | ---> Package hunspell-en-US.noarch 0:0.20121024-5.el7 will be installed |
| 3477 | ---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed |
| 3478 | ---> Package kmod.x86_64 0:14-10.el7 will be installed |
| 3479 | ---> Package libXau-devel.x86_64 0:1.0.8-2.1.el7 will be installed |
| 3480 | ---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed |
| 3481 | ---> Package libatasmart.x86_64 0:0.19-6.el7 will be installed |
| 3482 | ---> Package libdrm.x86_64 0:2.4.56-2.el7 will be installed |
| 3483 | --> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.56-2.el7.x86_64 |
| 3484 | ---> Package libimobiledevice.x86_64 0:1.1.5-6.el7 will be installed |
| 3485 | --> Processing Dependency: libusbmuxd.so.2()(64bit) for package: libimobiledevice-1.1.5-6.el7.x86_64 |
| 3486 | ---> Package libiodbc.x86_64 0:3.52.7-7.el7 will be installed |
| 3487 | ---> Package libmcrypt.x86_64 0:2.5.8-13.el7 will be installed |
| 3488 | ---> Package libplist.x86_64 0:1.10-4.el7 will be installed |
| 3489 | ---> Package libudisks2.x86_64 0:2.1.2-5.el7 will be installed |
| 3490 | ---> Package libusbx.x86_64 0:1.0.15-4.el7 will be installed |
| 3491 | ---> Package mdadm.x86_64 0:3.3.2-2.el7 will be installed |
| 3492 | --> Processing Dependency: libreport-filesystem for package: mdadm-3.3.2-2.el7.x86_64 |
| 3493 | ---> Package nepomuk-core.x86_64 0:4.10.5-5.el7 will be installed |
| 3494 | --> Processing Dependency: virtuoso-opensource for package: nepomuk-core-4.10.5-5.el7.x86_64 |
| 3495 | --> Processing Dependency: libtag.so.1()(64bit) for package: nepomuk-core-4.10.5-5.el7.x86_64 |
| 3496 | --> Processing Dependency: libpoppler-qt4.so.4()(64bit) for package: nepomuk-core-4.10.5-5.el7.x86_64 |
| 3497 | ---> Package parted.x86_64 0:3.1-20.el7 will be installed |
| 3498 | ---> Package pciutils.x86_64 0:3.2.1-4.el7 will be installed |
| 3499 | --> Processing Dependency: pciutils-libs = 3.2.1-4.el7 for package: pciutils-3.2.1-4.el7.x86_64 |
| 3500 | --> Processing Dependency: libpci.so.3(LIBPCI_3.2)(64bit) for package: pciutils-3.2.1-4.el7.x86_64 |
| 3501 | --> Processing Dependency: libpci.so.3(LIBPCI_3.1)(64bit) for package: pciutils-3.2.1-4.el7.x86_64 |
| 3502 | --> Processing Dependency: libpci.so.3(LIBPCI_3.0)(64bit) for package: pciutils-3.2.1-4.el7.x86_64 |
| 3503 | --> Processing Dependency: hwdata for package: pciutils-3.2.1-4.el7.x86_64 |
| 3504 | --> Processing Dependency: libpci.so.3()(64bit) for package: pciutils-3.2.1-4.el7.x86_64 |
| 3505 | ---> Package phonon-backend-gstreamer.x86_64 2:4.6.3-3.el7 will be installed |
| 3506 | --> Processing Dependency: gstreamer-plugins-good for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3507 | --> Processing Dependency: libgstvideo-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3508 | --> Processing Dependency: libgstreamer-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3509 | --> Processing Dependency: libgstpbutils-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3510 | --> Processing Dependency: libgstinterfaces-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3511 | --> Processing Dependency: libgstbase-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3512 | --> Processing Dependency: libgstaudio-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3513 | --> Processing Dependency: libgstapp-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3514 | ---> Package php-mysqlnd.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3515 | ---> Package pm-utils.x86_64 0:1.4.1-27.el7 will be installed |
| 3516 | --> Processing Dependency: kbd for package: pm-utils-1.4.1-27.el7.x86_64 |
| 3517 | ---> Package polkit.x86_64 0:0.112-5.el7 will be installed |
| 3518 | --> Processing Dependency: polkit-pkla-compat for package: polkit-0.112-5.el7.x86_64 |
| 3519 | --> Processing Dependency: libmozjs-17.0.so(mozjs_17.0)(64bit) for package: polkit-0.112-5.el7.x86_64 |
| 3520 | --> Processing Dependency: libmozjs-17.0.so()(64bit) for package: polkit-0.112-5.el7.x86_64 |
| 3521 | ---> Package pulseaudio-libs.x86_64 0:3.0-30.el7 will be installed |
| 3522 | --> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 |
| 3523 | --> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 |
| 3524 | --> Processing Dependency: libjson-c.so.2()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 |
| 3525 | --> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 |
| 3526 | ---> Package pulseaudio-libs-glib2.x86_64 0:3.0-30.el7 will be installed |
| 3527 | ---> Package raptor2.x86_64 0:2.0.9-3.el7 will be installed |
| 3528 | --> Processing Dependency: libyajl.so.2()(64bit) for package: raptor2-2.0.9-3.el7.x86_64 |
| 3529 | ---> Package redland.x86_64 0:1.0.16-6.el7 will be installed |
| 3530 | --> Processing Dependency: librasqal.so.3()(64bit) for package: redland-1.0.16-6.el7.x86_64 |
| 3531 | ---> Package redland-virtuoso.x86_64 0:1.0.16-6.el7 will be installed |
| 3532 | ---> Package roundcubemail-plugin-filesystem_attachments-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3533 | ---> Package roundcubemail-plugin-jqueryui-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3534 | ---> Package roundcubemail-plugin-jqueryui-skin-larry.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3535 | --> Processing Dependency: roundcubemail(plugin-jqueryui-skin-larry-assets) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-skin-larry-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3536 | ---> Package roundcubemail-skin-larry-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3537 | ---> Package sgml-common.noarch 0:0.6.3-39.el7 will be installed |
| 3538 | ---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed |
| 3539 | ---> Package t1lib.x86_64 0:5.1.2-14.el7 will be installed |
| 3540 | ---> Package xdg-user-dirs.x86_64 0:0.15-4.el7 will be installed |
| 3541 | --> Processing Dependency: /etc/X11/xinit/xinitrc.d for package: xdg-user-dirs-0.15-4.el7.x86_64 |
| 3542 | ---> Package xfsprogs.x86_64 0:3.2.1-6.el7 will be installed |
| 3543 | ---> Package xml-common.noarch 0:0.6.3-39.el7 will be installed |
| 3544 | ---> Package xorg-x11-font-utils.x86_64 1:7.5-18.1.el7 will be installed |
| 3545 | --> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 |
| 3546 | --> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 |
| 3547 | --> Running transaction check |
| 3548 | ---> Package cryptsetup-libs.x86_64 0:1.6.6-3.el7 will be installed |
| 3549 | ---> Package gstreamer.x86_64 0:0.10.36-7.el7 will be installed |
| 3550 | --> Processing Dependency: gstreamer-tools >= 0.10.36 for package: gstreamer-0.10.36-7.el7.x86_64 |
| 3551 | ---> Package gstreamer-plugins-base.x86_64 0:0.10.36-10.el7 will be installed |
| 3552 | --> Processing Dependency: libtheoraenc.so.1(libtheoraenc_1.0)(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3553 | --> Processing Dependency: libtheoradec.so.1(libtheoradec_1.0)(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3554 | --> Processing Dependency: iso-codes for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3555 | --> Processing Dependency: libvorbisenc.so.2()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3556 | --> Processing Dependency: libvorbis.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3557 | --> Processing Dependency: libvisual-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3558 | --> Processing Dependency: libtheoraenc.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3559 | --> Processing Dependency: libtheoradec.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3560 | --> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3561 | --> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3562 | --> Processing Dependency: liborc-test-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3563 | --> Processing Dependency: liborc-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3564 | --> Processing Dependency: libogg.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3565 | --> Processing Dependency: libcdda_paranoia.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3566 | --> Processing Dependency: libcdda_interface.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3567 | --> Processing Dependency: libcairo.so.2()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3568 | ---> Package gstreamer-plugins-good.x86_64 0:0.10.31-11.el7 will be installed |
| 3569 | --> Processing Dependency: GConf2 for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3570 | --> Processing Dependency: GConf2 for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3571 | --> Processing Dependency: libwavpack.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3572 | --> Processing Dependency: libv4l2.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3573 | --> Processing Dependency: libspeex.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3574 | --> Processing Dependency: libsoup-gnome-2.4.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3575 | --> Processing Dependency: libsoup-2.4.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3576 | --> Processing Dependency: libshout.so.3()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3577 | --> Processing Dependency: librom1394.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3578 | --> Processing Dependency: libraw1394.so.11()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3579 | --> Processing Dependency: libiec61883.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3580 | --> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3581 | --> Processing Dependency: libgconf-2.so.4()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3582 | --> Processing Dependency: libdv.so.4()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3583 | --> Processing Dependency: libavc1394.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3584 | --> Processing Dependency: libFLAC.so.8()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3585 | ---> Package hwdata.noarch 0:0.252-7.5.el7 will be installed |
| 3586 | ---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed |
| 3587 | ---> Package kbd.x86_64 0:1.15.5-11.el7 will be installed |
| 3588 | --> Processing Dependency: kbd-misc = 1.15.5-11.el7 for package: kbd-1.15.5-11.el7.x86_64 |
| 3589 | --> Processing Dependency: kbd-legacy = 1.15.5-11.el7 for package: kbd-1.15.5-11.el7.x86_64 |
| 3590 | ---> Package libXfont.x86_64 0:1.4.7-2.el7_0 will be installed |
| 3591 | ---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed |
| 3592 | ---> Package libfontenc.x86_64 0:1.1.1-5.el7 will be installed |
| 3593 | ---> Package libpciaccess.x86_64 0:0.13.1-4.1.el7 will be installed |
| 3594 | ---> Package libreport-filesystem.x86_64 0:2.1.11-21.el7.centos.0.4 will be installed |
| 3595 | ---> Package libsndfile.x86_64 0:1.0.25-9.el7 will be installed |
| 3596 | --> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64 |
| 3597 | ---> Package libss.x86_64 0:1.42.9-7.el7 will be installed |
| 3598 | ---> Package mozjs17.x86_64 0:17.0.0-10.el7 will be installed |
| 3599 | ---> Package pciutils-libs.x86_64 0:3.2.1-4.el7 will be installed |
| 3600 | ---> Package polkit-pkla-compat.x86_64 0:0.1-4.el7 will be installed |
| 3601 | ---> Package poppler-qt.x86_64 0:0.22.5-6.el7 will be installed |
| 3602 | --> Processing Dependency: poppler(x86-64) = 0.22.5-6.el7 for package: poppler-qt-0.22.5-6.el7.x86_64 |
| 3603 | --> Processing Dependency: libpoppler.so.37()(64bit) for package: poppler-qt-0.22.5-6.el7.x86_64 |
| 3604 | --> Processing Dependency: libopenjpeg.so.1()(64bit) for package: poppler-qt-0.22.5-6.el7.x86_64 |
| 3605 | ---> Package rasqal.x86_64 0:0.9.30-4.el7 will be installed |
| 3606 | ---> Package roundcubemail-plugin-jqueryui-skin-larry-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3607 | ---> Package taglib.x86_64 0:1.8-7.20130218git.el7 will be installed |
| 3608 | ---> Package usbmuxd.x86_64 0:1.0.8-11.el7 will be installed |
| 3609 | ---> Package virtuoso-opensource.x86_64 1:6.1.6-6.el7 will be installed |
| 3610 | ---> Package xorg-x11-xinit.x86_64 0:1.3.2-14.el7 will be installed |
| 3611 | --> Processing Dependency: xorg-x11-xauth for package: xorg-x11-xinit-1.3.2-14.el7.x86_64 |
| 3612 | --> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit-1.3.2-14.el7.x86_64 |
| 3613 | ---> Package yajl.x86_64 0:2.0.4-4.el7 will be installed |
| 3614 | --> Running transaction check |
| 3615 | ---> Package GConf2.x86_64 0:3.2.6-8.el7 will be installed |
| 3616 | --> Processing Dependency: /usr/bin/killall for package: GConf2-3.2.6-8.el7.x86_64 |
| 3617 | ---> Package cairo.x86_64 0:1.12.14-6.el7 will be installed |
| 3618 | --> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64 |
| 3619 | --> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64 |
| 3620 | ---> Package cdparanoia-libs.x86_64 0:10.2-17.el7 will be installed |
| 3621 | ---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed |
| 3622 | ---> Package gdk-pixbuf2.x86_64 0:2.28.2-4.el7 will be installed |
| 3623 | ---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed |
| 3624 | ---> Package gstreamer-tools.x86_64 0:0.10.36-7.el7 will be installed |
| 3625 | ---> Package iso-codes.noarch 0:3.46-2.el7 will be installed |
| 3626 | ---> Package kbd-legacy.noarch 0:1.15.5-11.el7 will be installed |
| 3627 | ---> Package kbd-misc.noarch 0:1.15.5-11.el7 will be installed |
| 3628 | ---> Package libavc1394.x86_64 0:0.5.3-14.el7 will be installed |
| 3629 | ---> Package libdv.x86_64 0:1.0.0-17.el7 will be installed |
| 3630 | ---> Package libiec61883.x86_64 0:1.2.0-10.el7 will be installed |
| 3631 | ---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed |
| 3632 | ---> Package libraw1394.x86_64 0:2.1.0-2.el7 will be installed |
| 3633 | ---> Package libshout.x86_64 0:2.2.2-11.el7 will be installed |
| 3634 | ---> Package libsoup.x86_64 0:2.46.0-3.el7 will be installed |
| 3635 | --> Processing Dependency: glib-networking >= 2.38.0 for package: libsoup-2.46.0-3.el7.x86_64 |
| 3636 | ---> Package libtheora.x86_64 1:1.1.1-8.el7 will be installed |
| 3637 | ---> Package libv4l.x86_64 0:0.9.5-4.el7 will be installed |
| 3638 | ---> Package libvisual.x86_64 0:0.4.0-16.el7 will be installed |
| 3639 | ---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed |
| 3640 | ---> Package openjpeg-libs.x86_64 0:1.5.1-10.el7 will be installed |
| 3641 | ---> Package orc.x86_64 0:0.4.17-5.el7 will be installed |
| 3642 | ---> Package pango.x86_64 0:1.34.1-5.el7 will be installed |
| 3643 | --> Processing Dependency: libthai >= 0.1.9 for package: pango-1.34.1-5.el7.x86_64 |
| 3644 | --> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.34.1-5.el7.x86_64 |
| 3645 | --> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64 |
| 3646 | --> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64 |
| 3647 | ---> Package poppler.x86_64 0:0.22.5-6.el7 will be installed |
| 3648 | ---> Package speex.x86_64 0:1.2-0.19.rc1.el7 will be installed |
| 3649 | ---> Package wavpack.x86_64 0:4.60.1-9.el7 will be installed |
| 3650 | ---> Package xorg-x11-server-utils.x86_64 0:7.7-4.el7 will be installed |
| 3651 | --> Processing Dependency: libXmuu.so.1()(64bit) for package: xorg-x11-server-utils-7.7-4.el7.x86_64 |
| 3652 | --> Processing Dependency: libXmu.so.6()(64bit) for package: xorg-x11-server-utils-7.7-4.el7.x86_64 |
| 3653 | ---> Package xorg-x11-xauth.x86_64 1:1.0.7-6.1.el7 will be installed |
| 3654 | --> Running transaction check |
| 3655 | ---> Package glib-networking.x86_64 0:2.40.0-1.el7 will be installed |
| 3656 | --> Processing Dependency: gsettings-desktop-schemas for package: glib-networking-2.40.0-1.el7.x86_64 |
| 3657 | ---> Package harfbuzz.x86_64 0:0.9.20-4.el7 will be installed |
| 3658 | --> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.20-4.el7.x86_64 |
| 3659 | ---> Package libXmu.x86_64 0:1.1.1-5.1.el7 will be installed |
| 3660 | ---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed |
| 3661 | ---> Package mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7 will be installed |
| 3662 | --> Processing Dependency: mesa-libgbm = 10.2.7-5.20140910.el7 for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64 |
| 3663 | --> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64 |
| 3664 | ---> Package pixman.x86_64 0:0.32.4-3.el7 will be installed |
| 3665 | ---> Package psmisc.x86_64 0:22.20-8.el7 will be installed |
| 3666 | --> Running transaction check |
| 3667 | ---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed |
| 3668 | ---> Package gsettings-desktop-schemas.x86_64 0:3.8.2-3.el7 will be installed |
| 3669 | ---> Package mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7 will be installed |
| 3670 | --> Finished Dependency Resolution |
| 3671 | |
| 3672 | Dependencies Resolved |
| 3673 | |
| 3674 | ================================================================================ |
| 3675 | Package Arch Version Repository Size |
| 3676 | ================================================================================ |
| 3677 | Installing: |
| 3678 | CUnit-devel x86_64 2.1.3-8.el7 epel 61 k |
| 3679 | boost-devel x86_64 1.53.0-23.el7 base 7.0 M |
| 3680 | cmake x86_64 2.8.11-4.el7 base 6.7 M |
| 3681 | cyrus-sasl-devel x86_64 2.1.26-17.el7 base 309 k |
| 3682 | cyrus-sasl-md5 x86_64 2.1.26-17.el7 base 55 k |
| 3683 | cyrus-sasl-plain x86_64 2.1.26-17.el7 base 38 k |
| 3684 | dos2unix x86_64 6.0.3-4.el7 base 58 k |
| 3685 | e2fsprogs-devel x86_64 1.42.9-7.el7 base 70 k |
| 3686 | fdupes x86_64 1.51-6.el7 epel 25 k |
| 3687 | glib2-devel x86_64 2.40.0-4.el7 base 445 k |
| 3688 | groff x86_64 1.22.2-8.el7 base 1.1 M |
| 3689 | guile-devel x86_64 5:2.0.9-5.el7 base 129 k |
| 3690 | jansson-devel x86_64 2.4-6.el7 base 8.3 k |
| 3691 | kdelibs-devel x86_64 6:4.10.5-6.el7 base 1.9 M |
| 3692 | kdepimlibs-devel x86_64 4.10.5-3.el7 base 605 k |
| 3693 | krb5-devel x86_64 1.12.2-14.el7 base 640 k |
| 3694 | libcalendaring-devel x86_64 4.9.git.1424359330-51.el7.kolab_3.5 |
| 3695 | Kolab_Development 281 k |
| 3696 | libcurl-devel x86_64 7.29.0-19.el7 base 295 k |
| 3697 | libdb-devel x86_64 5.3.21-17.el7_0.1 base 38 k |
| 3698 | libical-devel x86_64 0.48-6.el7 base 64 k |
| 3699 | libkolab-devel x86_64 0.6.git.1426688750-9.el7.kolab_3.5 |
| 3700 | Kolab_Development 14 k |
| 3701 | libkolabxml-devel x86_64 1.1.git.1422810799-30.el7.kolab_3.5 |
| 3702 | Kolab_Development 20 k |
| 3703 | libuuid-devel x86_64 2.23.2-21.el7 base 82 k |
| 3704 | net-snmp-devel x86_64 1:5.7.2-20.el7 base 254 k |
| 3705 | nodejs-less noarch 1.7.0-2.el7 epel 102 k |
| 3706 | nspr-devel x86_64 4.10.6-3.el7 base 113 k |
| 3707 | nss-devel x86_64 3.16.2.3-5.el7 base 203 k |
| 3708 | openldap-devel x86_64 2.4.39-6.el7 base 796 k |
| 3709 | openssl-devel x86_64 1:1.0.1e-42.el7.4 updates 1.2 M |
| 3710 | pcre-devel x86_64 8.32-14.el7 base 477 k |
| 3711 | perl-ExtUtils-MakeMaker noarch 6.68-3.el7 base 275 k |
| 3712 | perl-Test-Simple noarch 0.98-243.el7 base 170 k |
| 3713 | perl-devel x86_64 4:5.16.3-285.el7 base 452 k |
| 3714 | php x86_64 5.4.16-23.el7_0.3 base 1.3 M |
| 3715 | php-Net-LDAP3 noarch 1.0.3-1.el7.kolab_3.5 Kolab_Development 27 k |
| 3716 | php-devel x86_64 5.4.16-23.el7_0.3 base 598 k |
| 3717 | php-pdo x86_64 5.4.16-23.el7_0.3 base 95 k |
| 3718 | php-pear noarch 1:1.9.4-21.el7 base 357 k |
| 3719 | php-phpunit-PHPUnit noarch 4.4.4-1.el7.1 epel 124 k |
| 3720 | python-cssmin noarch 0.2.0-11.el7.kolab_3.5 Kolab_Development 10 k |
| 3721 | python-devel x86_64 2.7.5-16.el7 base 388 k |
| 3722 | python-icalendar noarch 3.8.2-8.el7.kolab_3.5 Kolab_Development 93 k |
| 3723 | python-kolab x86_64 0.6.git.1426688750-9.el7.kolab_3.5 |
| 3724 | Kolab_Development 76 k |
| 3725 | python-kolabformat x86_64 1.1.git.1422810799-30.el7.kolab_3.5 |
| 3726 | Kolab_Development 438 k |
| 3727 | python-ldap x86_64 2.4.15-2.el7 base 159 k |
| 3728 | python-nose noarch 1.3.0-2.el7 base 272 k |
| 3729 | python-pyasn1 noarch 0.1.6-2.el7 base 91 k |
| 3730 | python-pyasn1-modules noarch 0.1.6-2.el7 base 59 k |
| 3731 | python-setuptools noarch 0.9.8-3.el7 base 396 k |
| 3732 | python-sqlalchemy x86_64 0.9.7-3.el7 epel 2.9 M |
| 3733 | python-twisted-core x86_64 12.2.0-4.el7 base 2.5 M |
| 3734 | pytz noarch 2012d-5.el7 base 38 k |
| 3735 | qt-devel x86_64 1:4.8.5-8.el7 base 11 M |
| 3736 | roundcubemail-plugin-kolab_auth |
| 3737 | noarch 3.2.8-2.el7.kolab_3.5 Kolab_Development 35 k |
| 3738 | roundcubemail-plugin-kolab_folders |
| 3739 | noarch 3.2.8-2.el7.kolab_3.5 Kolab_Development 33 k |
| 3740 | roundcubemail-plugin-libkolab |
| 3741 | noarch 3.2.8-2.el7.kolab_3.5 Kolab_Development 105 k |
| 3742 | svrcore-devel x86_64 4.0.4-11.el7 base 10 k |
| 3743 | tcl-devel x86_64 1:8.5.13-4.el7 base 164 k |
| 3744 | tcp_wrappers x86_64 7.6-77.el7 base 78 k |
| 3745 | transfig x86_64 1:3.2.5d-13.el7 base 285 k |
| 3746 | uglify-js noarch 2.4.13-5.el7 epel 14 k |
| 3747 | uuid-devel x86_64 1.6.2-26.el7 base 24 k |
| 3748 | xerces-c-devel x86_64 3.1.1-6.el7 base 498 k |
| 3749 | xsd x86_64 3.3.0.1-27.el7.kolab_3.5 |
| 3750 | Kolab_Development 1.2 M |
| 3751 | zlib-devel x86_64 1.2.7-13.el7 base 49 k |
| 3752 | Installing for dependencies: |
| 3753 | CUnit x86_64 2.1.3-8.el7 epel 48 k |
| 3754 | GConf2 x86_64 3.2.6-8.el7 base 1.0 M |
| 3755 | OpenEXR-libs x86_64 1.7.1-7.el7 base 217 k |
| 3756 | adwaita-cursor-theme noarch 3.8.4-3.el7 base 124 k |
| 3757 | akonadi x86_64 1.9.2-4.el7 base 725 k |
| 3758 | alsa-lib x86_64 1.0.28-2.el7 base 391 k |
| 3759 | attica x86_64 0.4.1-4.el7 base 232 k |
| 3760 | attica-devel x86_64 0.4.1-4.el7 base 28 k |
| 3761 | automoc x86_64 1.0-0.20.rc3.el7 base 34 k |
| 3762 | bc x86_64 1.06.95-13.el7 base 115 k |
| 3763 | boost x86_64 1.53.0-23.el7 base 32 k |
| 3764 | boost-atomic x86_64 1.53.0-23.el7 base 34 k |
| 3765 | boost-chrono x86_64 1.53.0-23.el7 base 43 k |
| 3766 | boost-context x86_64 1.53.0-23.el7 base 35 k |
| 3767 | boost-date-time x86_64 1.53.0-23.el7 base 50 k |
| 3768 | boost-filesystem x86_64 1.53.0-23.el7 base 67 k |
| 3769 | boost-graph x86_64 1.53.0-23.el7 base 135 k |
| 3770 | boost-iostreams x86_64 1.53.0-23.el7 base 60 k |
| 3771 | boost-locale x86_64 1.53.0-23.el7 base 250 k |
| 3772 | boost-math x86_64 1.53.0-23.el7 base 332 k |
| 3773 | boost-program-options x86_64 1.53.0-23.el7 base 155 k |
| 3774 | boost-python x86_64 1.53.0-23.el7 base 131 k |
| 3775 | boost-random x86_64 1.53.0-23.el7 base 38 k |
| 3776 | boost-regex x86_64 1.53.0-23.el7 base 294 k |
| 3777 | boost-serialization x86_64 1.53.0-23.el7 base 169 k |
| 3778 | boost-signals x86_64 1.53.0-23.el7 base 59 k |
| 3779 | boost-test x86_64 1.53.0-23.el7 base 225 k |
| 3780 | boost-timer x86_64 1.53.0-23.el7 base 42 k |
| 3781 | boost-wave x86_64 1.53.0-23.el7 base 211 k |
| 3782 | c-ares x86_64 1.10.0-3.el7 base 78 k |
| 3783 | cairo x86_64 1.12.14-6.el7 base 697 k |
| 3784 | cdparanoia-libs x86_64 10.2-17.el7 base 56 k |
| 3785 | centos-logos noarch 70.0.6-2.el7.centos updates 21 M |
| 3786 | clucene-core x86_64 2.3.3.4-11.el7 base 528 k |
| 3787 | cryptsetup x86_64 1.6.6-3.el7 base 117 k |
| 3788 | cryptsetup-libs x86_64 1.6.6-3.el7 base 179 k |
| 3789 | cups-libs x86_64 1:1.6.3-17.el7 base 354 k |
| 3790 | cyrus-sasl x86_64 2.1.26-17.el7 base 87 k |
| 3791 | dbus x86_64 1:1.6.12-11.el7 base 306 k |
| 3792 | dbus-glib x86_64 0.100-7.el7 base 102 k |
| 3793 | dbusmenu-qt x86_64 0.9.2-7.el7 base 86 k |
| 3794 | desktop-file-utils x86_64 0.21-4.el7 base 67 k |
| 3795 | docbook-dtds noarch 1.0-60.el7 base 226 k |
| 3796 | docbook-style-xsl noarch 1.78.1-3.el7 base 2.0 M |
| 3797 | dosfstools x86_64 3.0.20-9.el7 base 101 k |
| 3798 | e2fsprogs x86_64 1.42.9-7.el7 base 697 k |
| 3799 | e2fsprogs-libs x86_64 1.42.9-7.el7 base 165 k |
| 3800 | elfutils-devel x86_64 0.160-1.el7 base 78 k |
| 3801 | elfutils-libelf-devel x86_64 0.160-1.el7 base 34 k |
| 3802 | enchant x86_64 1:1.6.0-8.el7 base 55 k |
| 3803 | exiv2-libs x86_64 0.23-6.el7 base 876 k |
| 3804 | expat-devel x86_64 2.1.0-8.el7 base 56 k |
| 3805 | flac-libs x86_64 1.3.0-5.el7_1 updates 169 k |
| 3806 | fontconfig x86_64 2.10.95-7.el7 base 228 k |
| 3807 | fontconfig-devel x86_64 2.10.95-7.el7 base 128 k |
| 3808 | fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k |
| 3809 | freetype x86_64 2.4.11-10.el7_1.1 updates 391 k |
| 3810 | freetype-devel x86_64 2.4.11-10.el7_1.1 updates 356 k |
| 3811 | gamin x86_64 0.1.10-16.el7 base 128 k |
| 3812 | gc x86_64 7.2d-6.el7 base 158 k |
| 3813 | gc-devel x86_64 7.2d-6.el7 base 105 k |
| 3814 | gdbm-devel x86_64 1.10-8.el7 base 47 k |
| 3815 | gdisk x86_64 0.8.6-5.el7 base 187 k |
| 3816 | gdk-pixbuf2 x86_64 2.28.2-4.el7 base 533 k |
| 3817 | ghostscript x86_64 9.07-18.el7 base 4.3 M |
| 3818 | ghostscript-fonts noarch 5.50-32.el7 base 324 k |
| 3819 | giflib x86_64 4.1.6-9.el7 base 40 k |
| 3820 | gl-manpages noarch 1.1-7.20130122.el7 base 994 k |
| 3821 | glib-networking x86_64 2.40.0-1.el7 base 122 k |
| 3822 | gmp-devel x86_64 1:6.0.0-11.el7 base 180 k |
| 3823 | gobject-introspection x86_64 1.36.0-4.el7 base 223 k |
| 3824 | graphite2 x86_64 1.2.2-5.el7 base 81 k |
| 3825 | gsettings-desktop-schemas |
| 3826 | x86_64 3.8.2-3.el7 base 417 k |
| 3827 | gsm x86_64 1.0.13-11.el7 base 30 k |
| 3828 | gstreamer x86_64 0.10.36-7.el7 base 958 k |
| 3829 | gstreamer-plugins-base x86_64 0.10.36-10.el7 base 1.2 M |
| 3830 | gstreamer-plugins-good x86_64 0.10.31-11.el7 base 1.5 M |
| 3831 | gstreamer-tools x86_64 0.10.36-7.el7 base 27 k |
| 3832 | guile x86_64 5:2.0.9-5.el7 base 3.8 M |
| 3833 | harfbuzz x86_64 0.9.20-4.el7 base 145 k |
| 3834 | hicolor-icon-theme noarch 0.12-7.el7 base 42 k |
| 3835 | hostname x86_64 3.13-3.el7 base 17 k |
| 3836 | http-parser x86_64 2.0-4.20121128gitcd01361.el7 |
| 3837 | epel 23 k |
| 3838 | httpd x86_64 2.4.6-31.el7.centos base 2.7 M |
| 3839 | httpd-tools x86_64 2.4.6-31.el7.centos base 79 k |
| 3840 | hunspell x86_64 1.3.2-13.el7 base 223 k |
| 3841 | hunspell-en-US noarch 0.20121024-5.el7 base 189 k |
| 3842 | hwdata noarch 0.252-7.5.el7 base 2.0 M |
| 3843 | ilmbase x86_64 1.0.3-7.el7 base 100 k |
| 3844 | initscripts x86_64 9.49.24-1.el7 base 427 k |
| 3845 | iso-codes noarch 3.46-2.el7 base 2.7 M |
| 3846 | jansson x86_64 2.4-6.el7 base 32 k |
| 3847 | jasper-libs x86_64 1.900.1-26.el7_0.3 base 149 k |
| 3848 | jbigkit-libs x86_64 2.0-11.el7 base 46 k |
| 3849 | js-uglify noarch 2.4.13-5.el7 epel 65 k |
| 3850 | json-c x86_64 0.11-4.el7_0 base 31 k |
| 3851 | kbd x86_64 1.15.5-11.el7 base 345 k |
| 3852 | kbd-legacy noarch 1.15.5-11.el7 base 465 k |
| 3853 | kbd-misc noarch 1.15.5-11.el7 base 1.3 M |
| 3854 | kde-filesystem x86_64 4-47.el7 base 48 k |
| 3855 | kde-settings noarch 19-23.5.el7 base 33 k |
| 3856 | kdelibs x86_64 6:4.10.5-6.el7 base 11 M |
| 3857 | kdelibs-common x86_64 6:4.10.5-6.el7 base 1.9 M |
| 3858 | kdepimlibs x86_64 4.10.5-3.el7 base 2.3 M |
| 3859 | kdepimlibs-akonadi x86_64 4.10.5-3.el7 base 1.6 M |
| 3860 | kdepimlibs-kxmlrpcclient |
| 3861 | x86_64 4.10.5-3.el7 base 39 k |
| 3862 | keyutils-libs-devel x86_64 1.5.8-3.el7 base 37 k |
| 3863 | kmod x86_64 14-10.el7 base 78 k |
| 3864 | lcms2 x86_64 2.5-4.el7 base 133 k |
| 3865 | libICE x86_64 1.0.8-7.el7 base 63 k |
| 3866 | libICE-devel x86_64 1.0.8-7.el7 base 49 k |
| 3867 | libSM x86_64 1.2.1-7.el7 base 38 k |
| 3868 | libSM-devel x86_64 1.2.1-7.el7 base 12 k |
| 3869 | libX11 x86_64 1.6.0-2.1.el7 base 605 k |
| 3870 | libX11-common noarch 1.6.0-2.1.el7 base 181 k |
| 3871 | libX11-devel x86_64 1.6.0-2.1.el7 base 979 k |
| 3872 | libXScrnSaver x86_64 1.2.2-6.1.el7 base 24 k |
| 3873 | libXScrnSaver-devel x86_64 1.2.2-6.1.el7 base 18 k |
| 3874 | libXau x86_64 1.0.8-2.1.el7 base 29 k |
| 3875 | libXau-devel x86_64 1.0.8-2.1.el7 base 14 k |
| 3876 | libXcomposite x86_64 0.4.4-4.1.el7 base 22 k |
| 3877 | libXcomposite-devel x86_64 0.4.4-4.1.el7 base 16 k |
| 3878 | libXcursor x86_64 1.1.14-2.1.el7 base 30 k |
| 3879 | libXcursor-devel x86_64 1.1.14-2.1.el7 base 23 k |
| 3880 | libXdamage x86_64 1.1.4-4.1.el7 base 20 k |
| 3881 | libXdamage-devel x86_64 1.1.4-4.1.el7 base 9.7 k |
| 3882 | libXext x86_64 1.3.2-2.1.el7 base 38 k |
| 3883 | libXext-devel x86_64 1.3.2-2.1.el7 base 74 k |
| 3884 | libXfixes x86_64 5.0.1-2.1.el7 base 18 k |
| 3885 | libXfixes-devel x86_64 5.0.1-2.1.el7 base 13 k |
| 3886 | libXfont x86_64 1.4.7-2.el7_0 base 144 k |
| 3887 | libXft x86_64 2.3.1-5.1.el7 base 57 k |
| 3888 | libXft-devel x86_64 2.3.1-5.1.el7 base 19 k |
| 3889 | libXi x86_64 1.7.2-2.1.el7 base 39 k |
| 3890 | libXi-devel x86_64 1.7.2-2.1.el7 base 104 k |
| 3891 | libXinerama x86_64 1.1.3-2.1.el7 base 14 k |
| 3892 | libXinerama-devel x86_64 1.1.3-2.1.el7 base 13 k |
| 3893 | libXmu x86_64 1.1.1-5.1.el7 base 70 k |
| 3894 | libXpm x86_64 3.5.10-5.1.el7 base 52 k |
| 3895 | libXpm-devel x86_64 3.5.10-5.1.el7 base 36 k |
| 3896 | libXrandr x86_64 1.4.1-2.1.el7 base 25 k |
| 3897 | libXrandr-devel x86_64 1.4.1-2.1.el7 base 20 k |
| 3898 | libXrender x86_64 0.9.8-2.1.el7 base 25 k |
| 3899 | libXrender-devel x86_64 0.9.8-2.1.el7 base 16 k |
| 3900 | libXt x86_64 1.1.4-6.1.el7 base 173 k |
| 3901 | libXt-devel x86_64 1.1.4-6.1.el7 base 445 k |
| 3902 | libXtst x86_64 1.2.2-2.1.el7 base 20 k |
| 3903 | libXtst-devel x86_64 1.2.2-2.1.el7 base 16 k |
| 3904 | libXv x86_64 1.0.9-2.1.el7 base 18 k |
| 3905 | libXv-devel x86_64 1.0.9-2.1.el7 base 39 k |
| 3906 | libXxf86misc x86_64 1.0.3-7.1.el7 base 19 k |
| 3907 | libXxf86misc-devel x86_64 1.0.3-7.1.el7 base 12 k |
| 3908 | libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k |
| 3909 | libXxf86vm-devel x86_64 1.1.3-2.1.el7 base 18 k |
| 3910 | libarchive x86_64 3.1.2-7.el7 base 317 k |
| 3911 | libasyncns x86_64 0.8-7.el7 base 26 k |
| 3912 | libatasmart x86_64 0.19-6.el7 base 43 k |
| 3913 | libavc1394 x86_64 0.5.3-14.el7 base 50 k |
| 3914 | libcalendaring x86_64 4.9.git.1424359330-51.el7.kolab_3.5 |
| 3915 | Kolab_Development 1.7 M |
| 3916 | libcom_err-devel x86_64 1.42.9-7.el7 base 30 k |
| 3917 | libdrm x86_64 2.4.56-2.el7 base 122 k |
| 3918 | libdrm-devel x86_64 2.4.56-2.el7 base 90 k |
| 3919 | libdv x86_64 1.0.0-17.el7 base 78 k |
| 3920 | libfontenc x86_64 1.1.1-5.el7 base 29 k |
| 3921 | libical x86_64 0.48-6.el7 base 171 k |
| 3922 | libicu x86_64 50.1.2-11.el7 base 6.9 M |
| 3923 | libiec61883 x86_64 1.2.0-10.el7 base 37 k |
| 3924 | libimobiledevice x86_64 1.1.5-6.el7 base 136 k |
| 3925 | libiodbc x86_64 3.52.7-7.el7 base 179 k |
| 3926 | libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k |
| 3927 | libkolab x86_64 0.6.git.1426688750-9.el7.kolab_3.5 |
| 3928 | Kolab_Development 302 k |
| 3929 | libkolabxml x86_64 1.1.git.1422810799-30.el7.kolab_3.5 |
| 3930 | Kolab_Development 621 k |
| 3931 | libmcrypt x86_64 2.5.8-13.el7 epel 99 k |
| 3932 | libmng x86_64 1.0.10-14.el7 base 171 k |
| 3933 | libogg x86_64 2:1.3.0-7.el7 base 24 k |
| 3934 | libpciaccess x86_64 0.13.1-4.1.el7 base 25 k |
| 3935 | libplist x86_64 1.10-4.el7 base 57 k |
| 3936 | libpng x86_64 2:1.5.13-5.el7 base 212 k |
| 3937 | libraw1394 x86_64 2.1.0-2.el7 base 63 k |
| 3938 | libreport-filesystem x86_64 2.1.11-21.el7.centos.0.4 |
| 3939 | base 35 k |
| 3940 | libselinux-devel x86_64 2.2.2-6.el7 base 174 k |
| 3941 | libsepol-devel x86_64 2.1.9-3.el7 base 71 k |
| 3942 | libshout x86_64 2.2.2-11.el7 base 43 k |
| 3943 | libsndfile x86_64 1.0.25-9.el7 base 149 k |
| 3944 | libsoup x86_64 2.46.0-3.el7 base 339 k |
| 3945 | libss x86_64 1.42.9-7.el7 base 45 k |
| 3946 | libthai x86_64 0.1.14-9.el7 base 187 k |
| 3947 | libtheora x86_64 1:1.1.1-8.el7 base 136 k |
| 3948 | libtidy x86_64 0.99.0-31.20091203.el7 epel 132 k |
| 3949 | libtiff x86_64 4.0.3-14.el7 base 167 k |
| 3950 | libtool-ltdl x86_64 2.4.2-20.el7 base 49 k |
| 3951 | libudisks2 x86_64 2.1.2-5.el7 base 115 k |
| 3952 | libusbx x86_64 1.0.15-4.el7 base 50 k |
| 3953 | libuv x86_64 1:0.10.29-1.el7 epel 60 k |
| 3954 | libv4l x86_64 0.9.5-4.el7 base 194 k |
| 3955 | libverto-devel x86_64 0.2.5-4.el7 base 12 k |
| 3956 | libvisual x86_64 0.4.0-16.el7 base 138 k |
| 3957 | libvorbis x86_64 1:1.3.3-8.el7 base 204 k |
| 3958 | libxcb x86_64 1.9-5.el7 base 169 k |
| 3959 | libxcb-devel x86_64 1.9-5.el7 base 1.0 M |
| 3960 | libxkbfile x86_64 1.0.8-5.el7 base 81 k |
| 3961 | libxkbfile-devel x86_64 1.0.8-5.el7 base 16 k |
| 3962 | libxslt x86_64 1.1.28-5.el7 base 242 k |
| 3963 | libzip x86_64 0.10.1-8.el7 base 48 k |
| 3964 | lm_sensors-devel x86_64 3.3.4-11.el7 base 25 k |
| 3965 | lm_sensors-libs x86_64 3.3.4-11.el7 base 40 k |
| 3966 | lzo x86_64 2.06-6.el7_0.2 base 59 k |
| 3967 | mailcap noarch 2.1.41-2.el7 base 31 k |
| 3968 | mdadm x86_64 3.3.2-2.el7 base 391 k |
| 3969 | media-player-info noarch 17-4.el7 base 62 k |
| 3970 | mesa-libEGL x86_64 10.2.7-5.20140910.el7 base 70 k |
| 3971 | mesa-libGL x86_64 10.2.7-5.20140910.el7 base 149 k |
| 3972 | mesa-libGL-devel x86_64 10.2.7-5.20140910.el7 base 136 k |
| 3973 | mesa-libGLU x86_64 9.0.0-4.el7 base 196 k |
| 3974 | mesa-libGLU-devel x86_64 9.0.0-4.el7 base 9.0 k |
| 3975 | mesa-libgbm x86_64 10.2.7-5.20140910.el7 base 31 k |
| 3976 | mesa-libglapi x86_64 10.2.7-5.20140910.el7 base 37 k |
| 3977 | mozjs17 x86_64 17.0.0-10.el7 base 1.4 M |
| 3978 | mozldap x86_64 6.0.5-38.el7.kolab_3.5 Kolab_Development 133 k |
| 3979 | mozldap-tools x86_64 6.0.5-38.el7.kolab_3.5 Kolab_Development 77 k |
| 3980 | nepomuk-core x86_64 4.10.5-5.el7 base 513 k |
| 3981 | nepomuk-core-devel x86_64 4.10.5-5.el7 base 117 k |
| 3982 | nepomuk-core-libs x86_64 4.10.5-5.el7 base 286 k |
| 3983 | net-snmp-agent-libs x86_64 1:5.7.2-20.el7 base 698 k |
| 3984 | net-snmp-libs x86_64 1:5.7.2-20.el7 base 745 k |
| 3985 | nodejs x86_64 0.10.33-1.el7 epel 388 k |
| 3986 | nodejs-amdefine noarch 0.0.4-1.el7 epel 10 k |
| 3987 | nodejs-async noarch 0.2.10-1.el7 epel 21 k |
| 3988 | nodejs-optimist noarch 0.4.0-1.el7 epel 15 k |
| 3989 | nodejs-source-map noarch 0.1.33-1.el7 epel 26 k |
| 3990 | nodejs-uglify-to-browserify |
| 3991 | noarch 1.0.2-2.el7 epel 6.2 k |
| 3992 | nodejs-wordwrap noarch 0.0.2-4.el7 epel 6.4 k |
| 3993 | nss-softokn-devel x86_64 3.16.2.3-9.el7 base 25 k |
| 3994 | nss-softokn-freebl-devel |
| 3995 | x86_64 3.16.2.3-9.el7 base 45 k |
| 3996 | nss-util-devel x86_64 3.16.2.3-2.el7 base 69 k |
| 3997 | openjpeg-libs x86_64 1.5.1-10.el7 base 85 k |
| 3998 | orc x86_64 0.4.17-5.el7 base 164 k |
| 3999 | pango x86_64 1.34.1-5.el7 base 283 k |
| 4000 | parted x86_64 3.1-20.el7 base 605 k |
| 4001 | pciutils x86_64 3.2.1-4.el7 base 90 k |
| 4002 | pciutils-libs x86_64 3.2.1-4.el7 base 45 k |
| 4003 | perl-ExtUtils-Install noarch 1.58-285.el7 base 73 k |
| 4004 | perl-ExtUtils-Manifest noarch 1.61-244.el7 base 31 k |
| 4005 | perl-ExtUtils-ParseXS noarch 1:3.18-2.el7 base 77 k |
| 4006 | phonon x86_64 4.6.0-9.el7 base 205 k |
| 4007 | phonon-backend-gstreamer |
| 4008 | x86_64 2:4.6.3-3.el7 base 140 k |
| 4009 | phonon-devel x86_64 4.6.0-9.el7 base 119 k |
| 4010 | php-cli x86_64 5.4.16-23.el7_0.3 base 2.7 M |
| 4011 | php-common x86_64 5.4.16-23.el7_0.3 base 561 k |
| 4012 | php-doctrine-instantiator |
| 4013 | noarch 1.0.4-1.el7 epel 11 k |
| 4014 | php-gd x86_64 5.4.16-23.el7_0.3 base 124 k |
| 4015 | php-ldap x86_64 5.4.16-23.el7_0.3 base 49 k |
| 4016 | php-mbstring x86_64 5.4.16-23.el7_0.3 base 501 k |
| 4017 | php-mcrypt x86_64 5.4.16-3.el7 epel 20 k |
| 4018 | php-mysqlnd x86_64 5.4.16-23.el7_0.3 base 170 k |
| 4019 | php-pear-Auth-SASL noarch 1.0.6-5.el7 epel 16 k |
| 4020 | php-pear-DB noarch 1.7.14-6.el7 epel 106 k |
| 4021 | php-pear-MDB2 noarch 2.5.0-0.9.b5.el7 epel 125 k |
| 4022 | php-pear-MDB2-Driver-mysqli |
| 4023 | noarch 1.5.0-0.8.b4.el7 epel 43 k |
| 4024 | php-pear-Mail-Mime noarch 1.8.9-1.el7 epel 44 k |
| 4025 | php-pear-Mail-mimeDecode |
| 4026 | noarch 1.5.5-7.el7 epel 18 k |
| 4027 | php-pear-Net-IDNA2 noarch 0.1.1-10.el7 epel 25 k |
| 4028 | php-pear-Net-LDAP2 noarch 2.1.0-1.el7 epel 97 k |
| 4029 | php-pear-Net-SMTP noarch 1.6.2-1.el7 epel 22 k |
| 4030 | php-pear-Net-Sieve noarch 1.3.4-1.el7 epel 20 k |
| 4031 | php-pear-Net-Socket noarch 1.0.14-1.el7 epel 13 k |
| 4032 | php-phpunit-File-Iterator |
| 4033 | noarch 1.3.4-5.el7 epel 12 k |
| 4034 | php-phpunit-PHP-CodeCoverage |
| 4035 | noarch 2.0.15-1.el7 epel 304 k |
| 4036 | php-phpunit-PHP-Invoker noarch 1.1.3-6.el7 epel 9.4 k |
| 4037 | php-phpunit-PHP-Timer noarch 1.0.5-5.el7 epel 9.1 k |
| 4038 | php-phpunit-PHP-TokenStream |
| 4039 | noarch 1.4.0-1.el7 epel 16 k |
| 4040 | php-phpunit-PHPUnit-MockObject |
| 4041 | noarch 2.3.0-1.el7 epel 36 k |
| 4042 | php-phpunit-Text-Template |
| 4043 | noarch 1.2.0-5.el7 epel 9.2 k |
| 4044 | php-phpunit-Version noarch 1.0.4-1.el7 epel 8.4 k |
| 4045 | php-phpunit-comparator noarch 1.1.1-1.el7 epel 14 k |
| 4046 | php-phpunit-diff noarch 1.2.0-1.el7 epel 13 k |
| 4047 | php-phpunit-environment noarch 1.2.1-1.el7 epel 8.7 k |
| 4048 | php-phpunit-exporter noarch 1.2.0-1.el7 epel 10 k |
| 4049 | php-process x86_64 5.4.16-23.el7_0.3 base 52 k |
| 4050 | php-sebastian-global-state |
| 4051 | noarch 1.0.0-1.el7 epel 9.5 k |
| 4052 | php-sebastian-recursion-context |
| 4053 | noarch 1.0.0-1.el7 epel 7.7 k |
| 4054 | php-soap x86_64 5.4.16-23.el7_0.3 base 155 k |
| 4055 | php-symfony-class-loader |
| 4056 | noarch 2.5.8-1.el7 epel 21 k |
| 4057 | php-symfony-common noarch 2.5.8-1.el7 epel 72 k |
| 4058 | php-symfony-yaml noarch 2.5.8-1.el7 epel 22 k |
| 4059 | php-tidy x86_64 5.4.16-3.el7 epel 22 k |
| 4060 | php-xml x86_64 5.4.16-23.el7_0.3 base 122 k |
| 4061 | pixman x86_64 0.32.4-3.el7 base 254 k |
| 4062 | pm-utils x86_64 1.4.1-27.el7 base 140 k |
| 4063 | polkit x86_64 0.112-5.el7 base 165 k |
| 4064 | polkit-pkla-compat x86_64 0.1-4.el7 base 39 k |
| 4065 | polkit-qt x86_64 0.103.0-10.el7_0 base 72 k |
| 4066 | poppler x86_64 0.22.5-6.el7 base 737 k |
| 4067 | poppler-data noarch 0.4.6-3.el7 base 2.2 M |
| 4068 | poppler-qt x86_64 0.22.5-6.el7 base 164 k |
| 4069 | popt-devel x86_64 1.13-16.el7 base 22 k |
| 4070 | psmisc x86_64 22.20-8.el7 base 140 k |
| 4071 | pulseaudio-libs x86_64 3.0-30.el7 base 556 k |
| 4072 | pulseaudio-libs-glib2 x86_64 3.0-30.el7 base 29 k |
| 4073 | pyOpenSSL x86_64 0.13.1-3.el7 base 133 k |
| 4074 | pyparsing noarch 1.5.6-9.el7 base 94 k |
| 4075 | pyserial noarch 2.6-5.el7 base 124 k |
| 4076 | python-backports x86_64 1.0-8.el7 base 5.8 k |
| 4077 | python-backports-ssl_match_hostname |
| 4078 | noarch 3.4.0.2-4.el7 base 12 k |
| 4079 | python-dateutil noarch 1.5-7.el7 base 85 k |
| 4080 | python-zope-interface x86_64 4.0.5-4.el7 base 138 k |
| 4081 | qca2 x86_64 2.0.3-7.el7 base 431 k |
| 4082 | qjson x86_64 0.8.1-4.el7 base 72 k |
| 4083 | qt x86_64 1:4.8.5-8.el7 base 4.5 M |
| 4084 | qt-settings noarch 19-23.5.el7 base 17 k |
| 4085 | qt-x11 x86_64 1:4.8.5-8.el7 base 13 M |
| 4086 | raptor2 x86_64 2.0.9-3.el7 base 206 k |
| 4087 | rasqal x86_64 0.9.30-4.el7 base 262 k |
| 4088 | redhat-menus noarch 12.0.2-7.el7 base 143 k |
| 4089 | redland x86_64 1.0.16-6.el7 base 164 k |
| 4090 | redland-virtuoso x86_64 1.0.16-6.el7 base 29 k |
| 4091 | roundcubemail-core noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 962 k |
| 4092 | roundcubemail-core-assets |
| 4093 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 452 k |
| 4094 | roundcubemail-plugin-filesystem_attachments |
| 4095 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 18 k |
| 4096 | roundcubemail-plugin-filesystem_attachments-assets |
| 4097 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 14 k |
| 4098 | roundcubemail-plugin-jqueryui |
| 4099 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 113 k |
| 4100 | roundcubemail-plugin-jqueryui-assets |
| 4101 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 102 k |
| 4102 | roundcubemail-plugin-jqueryui-skin-larry |
| 4103 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 18 k |
| 4104 | roundcubemail-plugin-jqueryui-skin-larry-assets |
| 4105 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 47 k |
| 4106 | roundcubemail-plugin-kolab_auth-assets |
| 4107 | noarch 3.2.8-2.el7.kolab_3.5 Kolab_Development 7.3 k |
| 4108 | roundcubemail-plugin-kolab_folders-assets |
| 4109 | noarch 3.2.8-2.el7.kolab_3.5 Kolab_Development 8.9 k |
| 4110 | roundcubemail-plugin-libkolab-assets |
| 4111 | noarch 3.2.8-2.el7.kolab_3.5 Kolab_Development 12 k |
| 4112 | roundcubemail-skin-larry |
| 4113 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 32 k |
| 4114 | roundcubemail-skin-larry-assets |
| 4115 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 135 k |
| 4116 | rpm-devel x86_64 4.11.1-25.el7 base 101 k |
| 4117 | sgml-common noarch 0.6.3-39.el7 base 55 k |
| 4118 | shared-desktop-ontologies |
| 4119 | noarch 0.11.0-2.el7 base 113 k |
| 4120 | shared-desktop-ontologies-devel |
| 4121 | noarch 0.11.0-2.el7 base 6.2 k |
| 4122 | soprano x86_64 2.9.2-3.el7 base 608 k |
| 4123 | soprano-devel x86_64 2.9.2-3.el7 base 102 k |
| 4124 | speex x86_64 1.2-0.19.rc1.el7 base 98 k |
| 4125 | strigi-libs x86_64 0.7.7-12.20120626.el7 base 458 k |
| 4126 | svrcore x86_64 4.0.4-11.el7 base 17 k |
| 4127 | systemtap-sdt-devel x86_64 2.6-8.el7 base 63 k |
| 4128 | sysvinit-tools x86_64 2.88-14.dsf.el7 base 63 k |
| 4129 | t1lib x86_64 5.1.2-14.el7 base 166 k |
| 4130 | taglib x86_64 1.8-7.20130218git.el7 base 310 k |
| 4131 | tcl x86_64 1:8.5.13-4.el7 base 1.9 M |
| 4132 | tcp_wrappers-devel x86_64 7.6-77.el7 base 17 k |
| 4133 | tcp_wrappers-libs x86_64 7.6-77.el7 base 66 k |
| 4134 | udisks2 x86_64 2.1.2-5.el7 base 311 k |
| 4135 | upower x86_64 0.9.20-7.el7 base 127 k |
| 4136 | urw-fonts noarch 2.4-16.el7 base 3.0 M |
| 4137 | usbmuxd x86_64 1.0.8-11.el7 base 70 k |
| 4138 | uuid x86_64 1.6.2-26.el7 base 55 k |
| 4139 | v8 x86_64 1:3.14.5.10-14.el7 epel 3.0 M |
| 4140 | virtuoso-opensource x86_64 1:6.1.6-6.el7 base 3.4 M |
| 4141 | wavpack x86_64 4.60.1-9.el7 base 131 k |
| 4142 | xdg-user-dirs x86_64 0.15-4.el7 base 59 k |
| 4143 | xdg-utils noarch 1.1.0-0.16.20120809git.el7 |
| 4144 | base 70 k |
| 4145 | xerces-c x86_64 3.1.1-6.el7 base 878 k |
| 4146 | xfsprogs x86_64 3.2.1-6.el7 base 858 k |
| 4147 | xml-common noarch 0.6.3-39.el7 base 26 k |
| 4148 | xorg-x11-font-utils x86_64 1:7.5-18.1.el7 base 87 k |
| 4149 | xorg-x11-proto-devel noarch 7.7-8.el7.1 base 281 k |
| 4150 | xorg-x11-server-utils x86_64 7.7-4.el7 base 174 k |
| 4151 | xorg-x11-xauth x86_64 1:1.0.7-6.1.el7 base 29 k |
| 4152 | xorg-x11-xinit x86_64 1.3.2-14.el7 base 54 k |
| 4153 | yajl x86_64 2.0.4-4.el7 base 39 k |
| 4154 | ycssmin noarch 1.0.1-6.el7 epel 12 k |
| 4155 | |
| 4156 | Transaction Summary |
| 4157 | ================================================================================ |
| 4158 | Install 65 Packages (+365 Dependent packages) |
| 4159 | |
| 4160 | Total download size: 199 M |
| 4161 | Installed size: 727 M |
| 4162 | Downloading packages: |
| 4163 | Public key for CUnit-2.1.3-8.el7.x86_64.rpm is not installed |
| 4164 | [91mwarning: /var/cache/yum/x86_64/7/epel/packages/CUnit-2.1.3-8.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY |
| 4165 | [0mhttp://mirror.switch.ch/ftp/mirror/centos/7.1.1503/os/x86_64/Packages/cyrus-sasl-md5-2.1.26-17.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable |
| 4166 | Trying other mirror. |
| 4167 | http://mirror.switch.ch/ftp/mirror/centos/7.1.1503/os/x86_64/Packages/cyrus-sasl-plain-2.1.26-17.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable |
| 4168 | Trying other mirror. |
| 4169 | -------------------------------------------------------------------------------- |
| 4170 | Total 8.4 MB/s | 199 MB 00:23 |
| 4171 | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 |
| 4172 | Importing GPG key 0x352C64E5: |
| 4173 | Userid : "Fedora EPEL (7) <epel@fedoraproject.org>" |
| 4174 | Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5 |
| 4175 | Package : epel-release-7-5.noarch (@extras) |
| 4176 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 |
| 4177 | Key imported successfully |
| 4178 | Running transaction check |
| 4179 | Running transaction test |
| 4180 | Transaction test succeeded |
| 4181 | Running transaction |
| 4182 | Installing : xorg-x11-proto-devel-7.7-8.el7.1.noarch 1/430 |
| 4183 | Installing : freetype-2.4.11-10.el7_1.1.x86_64 2/430 |
| 4184 | Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 3/430 |
| 4185 | Installing : libICE-1.0.8-7.el7.x86_64 4/430 |
| 4186 | Installing : 2:libpng-1.5.13-5.el7.x86_64 5/430 |
| 4187 | Installing : libSM-1.2.1-7.el7.x86_64 6/430 |
| 4188 | Installing : 2:libogg-1.3.0-7.el7.x86_64 7/430 |
| 4189 | Installing : xerces-c-3.1.1-6.el7.x86_64 8/430 |
| 4190 | Installing : boost-chrono-1.53.0-23.el7.x86_64 9/430 |
| 4191 | Installing : tcp_wrappers-libs-7.6-77.el7.x86_64 10/430 |
| 4192 | Installing : libicu-50.1.2-11.el7.x86_64 11/430 |
| 4193 | Installing : boost-regex-1.53.0-23.el7.x86_64 12/430 |
| 4194 | Installing : libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 13/430 |
| 4195 | Installing : 1:libvorbis-1.3.3-8.el7.x86_64 14/430 |
| 4196 | Installing : nspr-devel-4.10.6-3.el7.x86_64 15/430 |
| 4197 | Installing : mesa-libglapi-10.2.7-5.20140910.el7.x86_64 16/430 |
| 4198 | Installing : boost-filesystem-1.53.0-23.el7.x86_64 17/430 |
| 4199 | Installing : libXau-1.0.8-2.1.el7.x86_64 18/430 |
| 4200 | Installing : libxcb-1.9-5.el7.x86_64 19/430 |
| 4201 | Installing : 1:libtheora-1.1.1-8.el7.x86_64 20/430 |
| 4202 | Installing : libICE-devel-1.0.8-7.el7.x86_64 21/430 |
| 4203 | Installing : libSM-devel-1.2.1-7.el7.x86_64 22/430 |
| 4204 | Installing : hunspell-en-US-0.20121024-5.el7.noarch 23/430 |
| 4205 | Installing : hunspell-1.3.2-13.el7.x86_64 24/430 |
| 4206 | Installing : libiodbc-3.52.7-7.el7.x86_64 25/430 |
| 4207 | Installing : libxslt-1.1.28-5.el7.x86_64 26/430 |
| 4208 | Installing : libical-0.48-6.el7.x86_64 27/430 |
| 4209 | Installing : svrcore-4.0.4-11.el7.x86_64 28/430 |
| 4210 | Installing : lcms2-2.5-4.el7.x86_64 29/430 |
| 4211 | Installing : xml-common-0.6.3-39.el7.noarch 30/430 |
| 4212 | Installing : libplist-1.10-4.el7.x86_64 31/430 |
| 4213 | Installing : shared-desktop-ontologies-0.11.0-2.el7.noarch 32/430 |
| 4214 | Installing : boost-program-options-1.53.0-23.el7.x86_64 33/430 |
| 4215 | Installing : boost-date-time-1.53.0-23.el7.x86_64 34/430 |
| 4216 | Installing : libraw1394-2.1.0-2.el7.x86_64 35/430 |
| 4217 | Installing : 1:dbus-1.6.12-11.el7.x86_64 36/430 |
| 4218 | Installing : kde-filesystem-4-47.el7.x86_64 37/430 |
| 4219 | Installing : boost-wave-1.53.0-23.el7.x86_64 38/430 |
| 4220 | Installing : nss-util-devel-3.16.2.3-2.el7.x86_64 39/430 |
| 4221 | Installing : boost-graph-1.53.0-23.el7.x86_64 40/430 |
| 4222 | Installing : boost-locale-1.53.0-23.el7.x86_64 41/430 |
| 4223 | Installing : boost-timer-1.53.0-23.el7.x86_64 42/430 |
| 4224 | Installing : xerces-c-devel-3.1.1-6.el7.x86_64 43/430 |
| 4225 | Installing : flac-libs-1.3.0-5.el7_1.x86_64 44/430 |
| 4226 | Installing : jasper-libs-1.900.1-26.el7_0.3.x86_64 45/430 |
| 4227 | Installing : dbus-glib-0.100-7.el7.x86_64 46/430 |
| 4228 | Installing : boost-serialization-1.53.0-23.el7.x86_64 47/430 |
| 4229 | Installing : libasyncns-0.8-7.el7.x86_64 48/430 |
| 4230 | Installing : pcre-devel-8.32-14.el7.x86_64 49/430 |
| 4231 | Installing : boost-iostreams-1.53.0-23.el7.x86_64 50/430 |
| 4232 | Installing : alsa-lib-1.0.28-2.el7.x86_64 51/430 |
| 4233 | Installing : poppler-data-0.4.6-3.el7.noarch 52/430 |
| 4234 | Installing : python-devel-2.7.5-16.el7.x86_64 53/430 |
| 4235 | Installing : speex-1.2-0.19.rc1.el7.x86_64 54/430 |
| 4236 | Installing : exiv2-libs-0.23-6.el7.x86_64 55/430 |
| 4237 | Installing : roundcubemail-plugin-jqueryui-assets-1.1.1.3-5.el7.kol 56/430 |
| 4238 | Installing : ilmbase-1.0.3-7.el7.x86_64 57/430 |
| 4239 | Installing : e2fsprogs-libs-1.42.9-7.el7.x86_64 58/430 |
| 4240 | Installing : boost-signals-1.53.0-23.el7.x86_64 59/430 |
| 4241 | Installing : gl-manpages-1.1-7.20130122.el7.noarch 60/430 |
| 4242 | Installing : libfontenc-1.1.1-5.el7.x86_64 61/430 |
| 4243 | Installing : libtool-ltdl-2.4.2-20.el7.x86_64 62/430 |
| 4244 | Installing : openjpeg-libs-1.5.1-10.el7.x86_64 63/430 |
| 4245 | Installing : roundcubemail-skin-larry-assets-1.1.1.3-5.el7.kolab_3. 64/430 |
| 4246 | Installing : boost-atomic-1.53.0-23.el7.x86_64 65/430 |
| 4247 | Installing : taglib-1.8-7.20130218git.el7.x86_64 66/430 |
| 4248 | Installing : gc-7.2d-6.el7.x86_64 67/430 |
| 4249 | Installing : 1:net-snmp-libs-5.7.2-20.el7.x86_64 68/430 |
| 4250 | Installing : zlib-devel-1.2.7-13.el7.x86_64 69/430 |
| 4251 | Installing : freetype-devel-2.4.11-10.el7_1.1.x86_64 70/430 |
| 4252 | Installing : boost-python-1.53.0-23.el7.x86_64 71/430 |
| 4253 | Installing : boost-math-1.53.0-23.el7.x86_64 72/430 |
| 4254 | Installing : libcom_err-devel-1.42.9-7.el7.x86_64 73/430 |
| 4255 | Installing : json-c-0.11-4.el7_0.x86_64 74/430 |
| 4256 | Installing : hwdata-0.252-7.5.el7.noarch 75/430 |
| 4257 | Installing : boost-test-1.53.0-23.el7.x86_64 76/430 |
| 4258 | Installing : orc-0.4.17-5.el7.x86_64 77/430 |
| 4259 | Installing : boost-context-1.53.0-23.el7.x86_64 78/430 |
| 4260 | Installing : elfutils-libelf-devel-0.160-1.el7.x86_64 79/430 |
| 4261 | Installing : lm_sensors-libs-3.3.4-11.el7.x86_64 80/430 |
| 4262 | Installing : boost-random-1.53.0-23.el7.x86_64 81/430 |
| 4263 | Installing : libusbx-1.0.15-4.el7.x86_64 82/430 |
| 4264 | Installing : usbmuxd-1.0.8-11.el7.x86_64 83/430 |
| 4265 | Installing : libimobiledevice-1.1.5-6.el7.x86_64 84/430 |
| 4266 | Installing : boost-1.53.0-23.el7.x86_64 85/430 |
| 4267 | Installing : boost-devel-1.53.0-23.el7.x86_64 86/430 |
| 4268 | Installing : 1:net-snmp-agent-libs-5.7.2-20.el7.x86_64 87/430 |
| 4269 | Installing : lm_sensors-devel-3.3.4-11.el7.x86_64 88/430 |
| 4270 | Installing : elfutils-devel-0.160-1.el7.x86_64 89/430 |
| 4271 | Installing : libpciaccess-0.13.1-4.1.el7.x86_64 90/430 |
| 4272 | Installing : libdrm-2.4.56-2.el7.x86_64 91/430 |
| 4273 | Installing : libdrm-devel-2.4.56-2.el7.x86_64 92/430 |
| 4274 | Installing : mesa-libgbm-10.2.7-5.20140910.el7.x86_64 93/430 |
| 4275 | Installing : e2fsprogs-devel-1.42.9-7.el7.x86_64 94/430 |
| 4276 | Installing : 5:guile-2.0.9-5.el7.x86_64 95/430 |
| 4277 | Installing : gc-devel-7.2d-6.el7.x86_64 96/430 |
| 4278 | Installing : roundcubemail-plugin-jqueryui-skin-larry-assets-1.1.1. 97/430 |
| 4279 | Installing : libXfont-1.4.7-2.el7_0.x86_64 98/430 |
| 4280 | Installing : 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 99/430 |
| 4281 | Installing : OpenEXR-libs-1.7.1-7.el7.x86_64 100/430 |
| 4282 | Installing : libshout-2.2.2-11.el7.x86_64 101/430 |
| 4283 | Installing : xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 102/430 |
| 4284 | Installing : libavc1394-0.5.3-14.el7.x86_64 103/430 |
| 4285 | Installing : libiec61883-1.2.0-10.el7.x86_64 104/430 |
| 4286 | Installing : iso-codes-3.46-2.el7.noarch 105/430 |
| 4287 | Installing : mozldap-6.0.5-38.el7.kolab_3.5.x86_64 106/430 |
| 4288 | Installing : mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 107/430 |
| 4289 | Installing : 1:virtuoso-opensource-6.1.6-6.el7.x86_64 108/430 |
| 4290 | Installing : 1:enchant-1.6.0-8.el7.x86_64 109/430 |
| 4291 | Installing : libXau-devel-1.0.8-2.1.el7.x86_64 110/430 |
| 4292 | Installing : libxcb-devel-1.9-5.el7.x86_64 111/430 |
| 4293 | Installing : python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5 112/430 |
| 4294 | Installing : gdisk-0.8.6-5.el7.x86_64 113/430 |
| 4295 | Installing : tcp_wrappers-devel-7.6-77.el7.x86_64 114/430 |
| 4296 | Installing : libmng-1.0.10-14.el7.x86_64 115/430 |
| 4297 | Installing : libv4l-0.9.5-4.el7.x86_64 116/430 |
| 4298 | Installing : expat-devel-2.1.0-8.el7.x86_64 117/430 |
| 4299 | Installing : jansson-2.4-6.el7.x86_64 118/430 |
| 4300 | Installing : jbigkit-libs-2.0-11.el7.x86_64 119/430 |
| 4301 | Installing : libtiff-4.0.3-14.el7.x86_64 120/430 |
| 4302 | Installing : libthai-0.1.14-9.el7.x86_64 121/430 |
| 4303 | Installing : uuid-1.6.2-26.el7.x86_64 122/430 |
| 4304 | Installing : uuid-devel-1.6.2-26.el7.x86_64 123/430 |
| 4305 | Installing : media-player-info-17-4.el7.noarch 124/430 |
| 4306 | Installing : roundcubemail-plugin-filesystem_attachments-assets-1.1 125/430 |
| 4307 | Installing : libvisual-0.4.0-16.el7.x86_64 126/430 |
| 4308 | Installing : cdparanoia-libs-10.2-17.el7.x86_64 127/430 |
| 4309 | Installing : python-dateutil-1.5-7.el7.noarch 128/430 |
| 4310 | Installing : pyOpenSSL-0.13.1-3.el7.x86_64 129/430 |
| 4311 | Installing : hicolor-icon-theme-0.12-7.el7.noarch 130/430 |
| 4312 | Installing : gdbm-devel-1.10-8.el7.x86_64 131/430 |
| 4313 | install-info: No such file or directory for /usr/share/info/gdbm.info.gz |
| 4314 | Installing : libudisks2-2.1.2-5.el7.x86_64 132/430 |
| 4315 | Installing : 1:tcl-8.5.13-4.el7.x86_64 133/430 |
| 4316 | Installing : CUnit-2.1.3-8.el7.x86_64 134/430 |
| 4317 | Installing : gsettings-desktop-schemas-3.8.2-3.el7.x86_64 135/430 |
| 4318 | Installing : glib-networking-2.40.0-1.el7.x86_64 136/430 |
| 4319 | Installing : libsoup-2.46.0-3.el7.x86_64 137/430 |
| 4320 | Installing : redhat-menus-12.0.2-7.el7.noarch 138/430 |
| 4321 | Installing : libdb-devel-5.3.21-17.el7_0.1.x86_64 139/430 |
| 4322 | Installing : nss-softokn-freebl-devel-3.16.2.3-9.el7.x86_64 140/430 |
| 4323 | Installing : nss-softokn-devel-3.16.2.3-9.el7.x86_64 141/430 |
| 4324 | Installing : nss-devel-3.16.2.3-5.el7.x86_64 142/430 |
| 4325 | Installing : libss-1.42.9-7.el7.x86_64 143/430 |
| 4326 | Installing : e2fsprogs-1.42.9-7.el7.x86_64 144/430 |
| 4327 | Installing : lzo-2.06-6.el7_0.2.x86_64 145/430 |
| 4328 | Installing : libarchive-3.1.2-7.el7.x86_64 146/430 |
| 4329 | Installing : cmake-2.8.11-4.el7.x86_64 147/430 |
| 4330 | Installing : shared-desktop-ontologies-devel-0.11.0-2.el7.noarch 148/430 |
| 4331 | Installing : graphite2-1.2.2-5.el7.x86_64 149/430 |
| 4332 | Installing : harfbuzz-0.9.20-4.el7.x86_64 150/430 |
| 4333 | Installing : libverto-devel-0.2.5-4.el7.x86_64 151/430 |
| 4334 | Installing : pytz-2012d-5.el7.noarch 152/430 |
| 4335 | Installing : libtidy-0.99.0-31.20091203.el7.x86_64 153/430 |
| 4336 | Installing : wavpack-4.60.1-9.el7.x86_64 154/430 |
| 4337 | Installing : 1:libuv-0.10.29-1.el7.x86_64 155/430 |
| 4338 | Installing : libatasmart-0.19-6.el7.x86_64 156/430 |
| 4339 | Installing : hostname-3.13-3.el7.x86_64 157/430 |
| 4340 | Installing : fontpackages-filesystem-1.44-8.el7.noarch 158/430 |
| 4341 | Installing : fontconfig-2.10.95-7.el7.x86_64 159/430 |
| 4342 | Installing : urw-fonts-2.4-16.el7.noarch 160/430 |
| 4343 | Installing : poppler-0.22.5-6.el7.x86_64 161/430 |
| 4344 | Installing : ghostscript-fonts-5.50-32.el7.noarch 162/430 |
| 4345 | Installing : fontconfig-devel-2.10.95-7.el7.x86_64 163/430 |
| 4346 | Installing : mailcap-2.1.41-2.el7.noarch 164/430 |
| 4347 | Installing : gobject-introspection-1.36.0-4.el7.x86_64 165/430 |
| 4348 | Installing : mozjs17-17.0.0-10.el7.x86_64 166/430 |
| 4349 | Installing : polkit-0.112-5.el7.x86_64 167/430 |
| 4350 | Installing : polkit-pkla-compat-0.1-4.el7.x86_64 168/430 |
| 4351 | Installing : gsm-1.0.13-11.el7.x86_64 169/430 |
| 4352 | Installing : libsndfile-1.0.25-9.el7.x86_64 170/430 |
| 4353 | Installing : roundcubemail-plugin-kolab_auth-assets-3.2.8-2.el7.kol 171/430 |
| 4354 | Installing : libsepol-devel-2.1.9-3.el7.x86_64 172/430 |
| 4355 | Installing : libselinux-devel-2.2.2-6.el7.x86_64 173/430 |
| 4356 | Installing : 6:kdelibs-common-4.10.5-6.el7.x86_64 174/430 |
| 4357 | Installing : centos-logos-70.0.6-2.el7.centos.noarch 175/430 |
| 4358 | Installing : pixman-0.32.4-3.el7.x86_64 176/430 |
| 4359 | Installing : yajl-2.0.4-4.el7.x86_64 177/430 |
| 4360 | Installing : raptor2-2.0.9-3.el7.x86_64 178/430 |
| 4361 | Installing : rasqal-0.9.30-4.el7.x86_64 179/430 |
| 4362 | Installing : redland-1.0.16-6.el7.x86_64 180/430 |
| 4363 | Installing : redland-virtuoso-1.0.16-6.el7.x86_64 181/430 |
| 4364 | Installing : http-parser-2.0-4.20121128gitcd01361.el7.x86_64 182/430 |
| 4365 | Installing : python-backports-1.0-8.el7.x86_64 183/430 |
| 4366 | Installing : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noar 184/430 |
| 4367 | Installing : python-setuptools-0.9.8-3.el7.noarch 185/430 |
| 4368 | Installing : libreport-filesystem-2.1.11-21.el7.centos.0.4.x86_64 186/430 |
| 4369 | Installing : mdadm-3.3.2-2.el7.x86_64 187/430 |
| 4370 | Installing : js-uglify-2.4.13-5.el7.noarch 188/430 |
| 4371 | Installing : python-pyasn1-0.1.6-2.el7.noarch 189/430 |
| 4372 | Installing : 1:gmp-devel-6.0.0-11.el7.x86_64 190/430 |
| 4373 | Installing : kbd-misc-1.15.5-11.el7.noarch 191/430 |
| 4374 | Installing : kmod-14-10.el7.x86_64 192/430 |
| 4375 | Installing : 1:v8-3.14.5.10-14.el7.x86_64 193/430 |
| 4376 | Installing : pciutils-libs-3.2.1-4.el7.x86_64 194/430 |
| 4377 | Installing : pciutils-3.2.1-4.el7.x86_64 195/430 |
| 4378 | Installing : qt-settings-19-23.5.el7.noarch 196/430 |
| 4379 | Installing : 1:qt-4.8.5-8.el7.x86_64 197/430 |
| 4380 | Installing : attica-0.4.1-4.el7.x86_64 198/430 |
| 4381 | Installing : attica-devel-0.4.1-4.el7.x86_64 199/430 |
| 4382 | Installing : qjson-0.8.1-4.el7.x86_64 200/430 |
| 4383 | Installing : strigi-libs-0.7.7-12.20120626.el7.x86_64 201/430 |
| 4384 | Installing : qca2-2.0.3-7.el7.x86_64 202/430 |
| 4385 | Installing : automoc-1.0-0.20.rc3.el7.x86_64 203/430 |
| 4386 | Installing : clucene-core-2.3.3.4-11.el7.x86_64 204/430 |
| 4387 | Installing : soprano-2.9.2-3.el7.x86_64 205/430 |
| 4388 | Installing : popt-devel-1.13-16.el7.x86_64 206/430 |
| 4389 | Installing : rpm-devel-4.11.1-25.el7.x86_64 207/430 |
| 4390 | Installing : bc-1.06.95-13.el7.x86_64 208/430 |
| 4391 | Installing : roundcubemail-plugin-libkolab-assets-3.2.8-2.el7.kolab 209/430 |
| 4392 | Installing : kbd-legacy-1.15.5-11.el7.noarch 210/430 |
| 4393 | Installing : xfsprogs-3.2.1-6.el7.x86_64 211/430 |
| 4394 | Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 212/430 |
| 4395 | Installing : krb5-devel-1.12.2-14.el7.x86_64 213/430 |
| 4396 | Installing : 1:openssl-devel-1.0.1e-42.el7.4.x86_64 214/430 |
| 4397 | Installing : desktop-file-utils-0.21-4.el7.x86_64 215/430 |
| 4398 | Installing : xdg-utils-1.1.0-0.16.20120809git.el7.noarch 216/430 |
| 4399 | Installing : roundcubemail-plugin-kolab_folders-assets-3.2.8-2.el7. 217/430 |
| 4400 | Installing : psmisc-22.20-8.el7.x86_64 218/430 |
| 4401 | Installing : GConf2-3.2.6-8.el7.x86_64 219/430 |
| 4402 | Installing : sysvinit-tools-2.88-14.dsf.el7.x86_64 220/430 |
| 4403 | Installing : initscripts-9.49.24-1.el7.x86_64 221/430 |
| 4404 | Installing : cyrus-sasl-2.1.26-17.el7.x86_64 222/430 |
| 4405 | Installing : cyrus-sasl-devel-2.1.26-17.el7.x86_64 223/430 |
| 4406 | Installing : kbd-1.15.5-11.el7.x86_64 224/430 |
| 4407 | Installing : pm-utils-1.4.1-27.el7.x86_64 225/430 |
| 4408 | Installing : upower-0.9.20-7.el7.x86_64 226/430 |
| 4409 | Installing : libdv-1.0.0-17.el7.x86_64 227/430 |
| 4410 | Installing : cyrus-sasl-plain-2.1.26-17.el7.x86_64 228/430 |
| 4411 | Installing : gamin-0.1.10-16.el7.x86_64 229/430 |
| 4412 | Installing : gstreamer-tools-0.10.36-7.el7.x86_64 230/430 |
| 4413 | Installing : gstreamer-0.10.36-7.el7.x86_64 231/430 |
| 4414 | Installing : roundcubemail-core-assets-1.1.1.3-5.el7.kolab_3.5.noar 232/430 |
| 4415 | Installing : pyserial-2.6-5.el7.noarch 233/430 |
| 4416 | Installing : cryptsetup-libs-1.6.6-3.el7.x86_64 234/430 |
| 4417 | Installing : cryptsetup-1.6.6-3.el7.x86_64 235/430 |
| 4418 | Installing : pyparsing-1.5.6-9.el7.noarch 236/430 |
| 4419 | Installing : systemtap-sdt-devel-2.6-8.el7.x86_64 237/430 |
| 4420 | Installing : libmcrypt-2.5.8-13.el7.x86_64 238/430 |
| 4421 | Installing : python-zope-interface-4.0.5-4.el7.x86_64 239/430 |
| 4422 | Installing : perl-ExtUtils-Manifest-1.61-244.el7.noarch 240/430 |
| 4423 | Installing : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 241/430 |
| 4424 | Installing : 4:perl-devel-5.16.3-285.el7.x86_64 242/430 |
| 4425 | Installing : perl-ExtUtils-Install-1.58-285.el7.noarch 243/430 |
| 4426 | Installing : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 244/430 |
| 4427 | Installing : libX11-common-1.6.0-2.1.el7.noarch 245/430 |
| 4428 | Installing : libX11-1.6.0-2.1.el7.x86_64 246/430 |
| 4429 | Installing : libXext-1.3.2-2.1.el7.x86_64 247/430 |
| 4430 | Installing : libX11-devel-1.6.0-2.1.el7.x86_64 248/430 |
| 4431 | Installing : libXext-devel-1.3.2-2.1.el7.x86_64 249/430 |
| 4432 | Installing : libXrender-0.9.8-2.1.el7.x86_64 250/430 |
| 4433 | Installing : libXfixes-5.0.1-2.1.el7.x86_64 251/430 |
| 4434 | Installing : libXfixes-devel-5.0.1-2.1.el7.x86_64 252/430 |
| 4435 | Installing : libXt-1.1.4-6.1.el7.x86_64 253/430 |
| 4436 | Installing : libXcursor-1.1.14-2.1.el7.x86_64 254/430 |
| 4437 | Installing : libXrender-devel-0.9.8-2.1.el7.x86_64 255/430 |
| 4438 | Installing : libXi-1.7.2-2.1.el7.x86_64 256/430 |
| 4439 | Installing : libXtst-1.2.2-2.1.el7.x86_64 257/430 |
| 4440 | Installing : libXpm-3.5.10-5.1.el7.x86_64 258/430 |
| 4441 | Installing : pulseaudio-libs-3.0-30.el7.x86_64 259/430 |
| 4442 | Installing : libXdamage-1.1.4-4.1.el7.x86_64 260/430 |
| 4443 | Installing : libXft-2.3.1-5.1.el7.x86_64 261/430 |
| 4444 | Installing : libXrandr-1.4.1-2.1.el7.x86_64 262/430 |
| 4445 | Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 263/430 |
| 4446 | Installing : mesa-libGL-10.2.7-5.20140910.el7.x86_64 264/430 |
| 4447 | Installing : libXinerama-1.1.3-2.1.el7.x86_64 265/430 |
| 4448 | Installing : 1:qt-x11-4.8.5-8.el7.x86_64 266/430 |
| 4449 | Installing : libcalendaring-4.9.git.1424359330-51.el7.kolab_3.5.x86 267/430 |
| 4450 | Installing : libkolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 268/430 |
| 4451 | Installing : libXdamage-devel-1.1.4-4.1.el7.x86_64 269/430 |
| 4452 | Installing : libXi-devel-1.7.2-2.1.el7.x86_64 270/430 |
| 4453 | Installing : libXmu-1.1.1-5.1.el7.x86_64 271/430 |
| 4454 | Installing : libXxf86misc-1.0.3-7.1.el7.x86_64 272/430 |
| 4455 | Installing : libXv-1.0.9-2.1.el7.x86_64 273/430 |
| 4456 | Installing : libXv-devel-1.0.9-2.1.el7.x86_64 274/430 |
| 4457 | Installing : libXScrnSaver-1.2.2-6.1.el7.x86_64 275/430 |
| 4458 | Installing : libXScrnSaver-devel-1.2.2-6.1.el7.x86_64 276/430 |
| 4459 | Installing : xorg-x11-server-utils-7.7-4.el7.x86_64 277/430 |
| 4460 | Installing : libXxf86misc-devel-1.0.3-7.1.el7.x86_64 278/430 |
| 4461 | Installing : 1:xorg-x11-xauth-1.0.7-6.1.el7.x86_64 279/430 |
| 4462 | Installing : xorg-x11-xinit-1.3.2-14.el7.x86_64 280/430 |
| 4463 | Installing : xdg-user-dirs-0.15-4.el7.x86_64 281/430 |
| 4464 | Installing : libXtst-devel-1.2.2-2.1.el7.x86_64 282/430 |
| 4465 | Installing : akonadi-1.9.2-4.el7.x86_64 283/430 |
| 4466 | Installing : dbusmenu-qt-0.9.2-7.el7.x86_64 284/430 |
| 4467 | Installing : poppler-qt-0.22.5-6.el7.x86_64 285/430 |
| 4468 | Installing : polkit-qt-0.103.0-10.el7_0.x86_64 286/430 |
| 4469 | Installing : libXinerama-devel-1.1.3-2.1.el7.x86_64 287/430 |
| 4470 | Installing : mesa-libGLU-9.0.0-4.el7.x86_64 288/430 |
| 4471 | Installing : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 289/430 |
| 4472 | Installing : mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 290/430 |
| 4473 | Installing : mesa-libGLU-devel-9.0.0-4.el7.x86_64 291/430 |
| 4474 | Installing : libXrandr-devel-1.4.1-2.1.el7.x86_64 292/430 |
| 4475 | Installing : libXft-devel-2.3.1-5.1.el7.x86_64 293/430 |
| 4476 | Installing : pulseaudio-libs-glib2-3.0-30.el7.x86_64 294/430 |
| 4477 | Installing : libXpm-devel-3.5.10-5.1.el7.x86_64 295/430 |
| 4478 | Installing : libXcursor-devel-1.1.14-2.1.el7.x86_64 296/430 |
| 4479 | Installing : libXt-devel-1.1.4-6.1.el7.x86_64 297/430 |
| 4480 | Installing : 1:qt-devel-4.8.5-8.el7.x86_64 298/430 |
| 4481 | Installing : soprano-devel-2.9.2-3.el7.x86_64 299/430 |
| 4482 | Installing : libxkbfile-1.0.8-5.el7.x86_64 300/430 |
| 4483 | Installing : libxkbfile-devel-1.0.8-5.el7.x86_64 301/430 |
| 4484 | Installing : libXcomposite-0.4.4-4.1.el7.x86_64 302/430 |
| 4485 | Installing : libXcomposite-devel-0.4.4-4.1.el7.x86_64 303/430 |
| 4486 | Installing : t1lib-5.1.2-14.el7.x86_64 304/430 |
| 4487 | Installing : mesa-libEGL-10.2.7-5.20140910.el7.x86_64 305/430 |
| 4488 | Installing : cairo-1.12.14-6.el7.x86_64 306/430 |
| 4489 | Installing : pango-1.34.1-5.el7.x86_64 307/430 |
| 4490 | Installing : gstreamer-plugins-base-0.10.36-10.el7.x86_64 308/430 |
| 4491 | Installing : giflib-4.1.6-9.el7.x86_64 309/430 |
| 4492 | Installing : gdk-pixbuf2-2.28.2-4.el7.x86_64 310/430 |
| 4493 | Installing : gstreamer-plugins-good-0.10.31-11.el7.x86_64 311/430 |
| 4494 | Installing : phonon-4.6.0-9.el7.x86_64 312/430 |
| 4495 | Installing : 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 313/430 |
| 4496 | Installing : phonon-devel-4.6.0-9.el7.x86_64 314/430 |
| 4497 | Installing : httpd-tools-2.4.6-31.el7.centos.x86_64 315/430 |
| 4498 | Installing : httpd-2.4.6-31.el7.centos.x86_64 316/430 |
| 4499 | Installing : libcurl-devel-7.29.0-19.el7.x86_64 317/430 |
| 4500 | Installing : libzip-0.10.1-8.el7.x86_64 318/430 |
| 4501 | Installing : php-common-5.4.16-23.el7_0.3.x86_64 319/430 |
| 4502 | Installing : php-cli-5.4.16-23.el7_0.3.x86_64 320/430 |
| 4503 | Installing : php-xml-5.4.16-23.el7_0.3.x86_64 321/430 |
| 4504 | Installing : php-mbstring-5.4.16-23.el7_0.3.x86_64 322/430 |
| 4505 | Installing : php-phpunit-Text-Template-1.2.0-5.el7.noarch 323/430 |
| 4506 | Installing : php-devel-5.4.16-23.el7_0.3.x86_64 324/430 |
| 4507 | Installing : php-phpunit-File-Iterator-1.3.4-5.el7.noarch 325/430 |
| 4508 | Installing : php-sebastian-recursion-context-1.0.0-1.el7.noarch 326/430 |
| 4509 | Installing : php-phpunit-exporter-1.2.0-1.el7.noarch 327/430 |
| 4510 | Installing : php-phpunit-environment-1.2.1-1.el7.noarch 328/430 |
| 4511 | Installing : php-symfony-common-2.5.8-1.el7.noarch 329/430 |
| 4512 | Installing : php-phpunit-PHP-Timer-1.0.5-5.el7.noarch 330/430 |
| 4513 | Installing : php-phpunit-diff-1.2.0-1.el7.noarch 331/430 |
| 4514 | Installing : php-phpunit-Version-1.0.4-1.el7.noarch 332/430 |
| 4515 | Installing : php-ldap-5.4.16-23.el7_0.3.x86_64 333/430 |
| 4516 | Installing : php-doctrine-instantiator-1.0.4-1.el7.noarch 334/430 |
| 4517 | Installing : php-phpunit-comparator-1.1.1-1.el7.noarch 335/430 |
| 4518 | Installing : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 336/430 |
| 4519 | Installing : php-symfony-yaml-2.5.8-1.el7.noarch 337/430 |
| 4520 | Installing : php-symfony-class-loader-2.5.8-1.el7.noarch 338/430 |
| 4521 | Installing : php-phpunit-PHP-TokenStream-1.4.0-1.el7.noarch 339/430 |
| 4522 | Installing : php-phpunit-PHP-CodeCoverage-2.0.15-1.el7.noarch 340/430 |
| 4523 | Installing : php-sebastian-global-state-1.0.0-1.el7.noarch 341/430 |
| 4524 | Installing : php-tidy-5.4.16-3.el7.x86_64 342/430 |
| 4525 | Installing : php-pdo-5.4.16-23.el7_0.3.x86_64 343/430 |
| 4526 | Installing : php-mysqlnd-5.4.16-23.el7_0.3.x86_64 344/430 |
| 4527 | Installing : php-gd-5.4.16-23.el7_0.3.x86_64 345/430 |
| 4528 | Installing : php-mcrypt-5.4.16-3.el7.x86_64 346/430 |
| 4529 | Installing : php-soap-5.4.16-23.el7_0.3.x86_64 347/430 |
| 4530 | Installing : php-phpunit-PHPUnit-MockObject-2.3.0-1.el7.noarch 348/430 |
| 4531 | Installing : php-process-5.4.16-23.el7_0.3.x86_64 349/430 |
| 4532 | Installing : 1:php-pear-1.9.4-21.el7.noarch 350/430 |
| 4533 | Installing : php-pear-Auth-SASL-1.0.6-5.el7.noarch 351/430 |
| 4534 | Installing : php-pear-Net-Socket-1.0.14-1.el7.noarch 352/430 |
| 4535 | Installing : php-pear-Mail-Mime-1.8.9-1.el7.noarch 353/430 |
| 4536 | Installing : php-pear-Net-LDAP2-2.1.0-1.el7.noarch 354/430 |
| 4537 | Installing : php-pear-MDB2-2.5.0-0.9.b5.el7.noarch 355/430 |
| 4538 | Installing : php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch 356/430 |
| 4539 | Installing : php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch 357/430 |
| 4540 | Installing : php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch 358/430 |
| 4541 | Installing : php-pear-Net-SMTP-1.6.2-1.el7.noarch 359/430 |
| 4542 | Installing : php-pear-Net-Sieve-1.3.4-1.el7.noarch 360/430 |
| 4543 | Installing : php-pear-DB-1.7.14-6.el7.noarch 361/430 |
| 4544 | Installing : php-pear-Net-IDNA2-0.1.1-10.el7.noarch 362/430 |
| 4545 | Installing : roundcubemail-plugin-filesystem_attachments-1.1.1.3-5. 363/430 |
| 4546 | Installing : roundcubemail-skin-larry-1.1.1.3-5.el7.kolab_3.5.noarc 364/430 |
| 4547 | Installing : roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch 365/430 |
| 4548 | Installing : roundcubemail-plugin-jqueryui-1.1.1.3-5.el7.kolab_3.5. 366/430 |
| 4549 | Installing : roundcubemail-plugin-jqueryui-skin-larry-1.1.1.3-5.el7 367/430 |
| 4550 | Installing : roundcubemail-plugin-libkolab-3.2.8-2.el7.kolab_3.5.no 368/430 |
| 4551 | Installing : dosfstools-3.0.20-9.el7.x86_64 369/430 |
| 4552 | Installing : sgml-common-0.6.3-39.el7.noarch 370/430 |
| 4553 | Installing : docbook-dtds-1.0-60.el7.noarch 371/430 |
| 4554 | Installing : docbook-style-xsl-1.78.1-3.el7.noarch 372/430 |
| 4555 | Installing : adwaita-cursor-theme-3.8.4-3.el7.noarch 373/430 |
| 4556 | Installing : kde-settings-19-23.5.el7.noarch 374/430 |
| 4557 | Installing : c-ares-1.10.0-3.el7.x86_64 375/430 |
| 4558 | Installing : nodejs-0.10.33-1.el7.x86_64 376/430 |
| 4559 | Installing : nodejs-uglify-to-browserify-1.0.2-2.el7.noarch 377/430 |
| 4560 | Installing : ycssmin-1.0.1-6.el7.noarch 378/430 |
| 4561 | Installing : nodejs-amdefine-0.0.4-1.el7.noarch 379/430 |
| 4562 | Installing : nodejs-source-map-0.1.33-1.el7.noarch 380/430 |
| 4563 | Installing : nodejs-wordwrap-0.0.2-4.el7.noarch 381/430 |
| 4564 | Installing : nodejs-optimist-0.4.0-1.el7.noarch 382/430 |
| 4565 | Installing : nodejs-async-0.2.10-1.el7.noarch 383/430 |
| 4566 | Installing : parted-3.1-20.el7.x86_64 384/430 |
| 4567 | Installing : udisks2-2.1.2-5.el7.x86_64 385/430 |
| 4568 | Installing : 6:kdelibs-4.10.5-6.el7.x86_64 386/430 |
| 4569 | Installing : 6:kdelibs-devel-4.10.5-6.el7.x86_64 387/430 |
| 4570 | Installing : kdepimlibs-kxmlrpcclient-4.10.5-3.el7.x86_64 388/430 |
| 4571 | Installing : kdepimlibs-4.10.5-3.el7.x86_64 389/430 |
| 4572 | Installing : nepomuk-core-4.10.5-5.el7.x86_64 390/430 |
| 4573 | Installing : nepomuk-core-libs-4.10.5-5.el7.x86_64 391/430 |
| 4574 | Installing : nepomuk-core-devel-4.10.5-5.el7.x86_64 392/430 |
| 4575 | Installing : kdepimlibs-akonadi-4.10.5-3.el7.x86_64 393/430 |
| 4576 | Installing : kdepimlibs-devel-4.10.5-3.el7.x86_64 394/430 |
| 4577 | Installing : libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5. 395/430 |
| 4578 | Installing : 1:cups-libs-1.6.3-17.el7.x86_64 396/430 |
| 4579 | Installing : ghostscript-9.07-18.el7.x86_64 397/430 |
| 4580 | Installing : 1:transfig-3.2.5d-13.el7.x86_64 398/430 |
| 4581 | Installing : libkolab-devel-0.6.git.1426688750-9.el7.kolab_3.5.x86_ 399/430 |
| 4582 | Installing : uglify-js-2.4.13-5.el7.noarch 400/430 |
| 4583 | Installing : nodejs-less-1.7.0-2.el7.noarch 401/430 |
| 4584 | Installing : roundcubemail-plugin-kolab_folders-3.2.8-2.el7.kolab_3 402/430 |
| 4585 | Installing : roundcubemail-plugin-kolab_auth-3.2.8-2.el7.kolab_3.5. 403/430 |
| 4586 | Installing : php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch 404/430 |
| 4587 | Installing : php-5.4.16-23.el7_0.3.x86_64 405/430 |
| 4588 | Installing : python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 406/430 |
| 4589 | Installing : libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3 407/430 |
| 4590 | Installing : 1:net-snmp-devel-5.7.2-20.el7.x86_64 408/430 |
| 4591 | Installing : python-twisted-core-12.2.0-4.el7.x86_64 409/430 |
| 4592 | Installing : openldap-devel-2.4.39-6.el7.x86_64 410/430 |
| 4593 | Installing : 5:guile-devel-2.0.9-5.el7.x86_64 411/430 |
| 4594 | Installing : python-pyasn1-modules-0.1.6-2.el7.noarch 412/430 |
| 4595 | Installing : python-cssmin-0.2.0-11.el7.kolab_3.5.noarch 413/430 |
| 4596 | Installing : python-nose-1.3.0-2.el7.noarch 414/430 |
| 4597 | Installing : python-icalendar-3.8.2-8.el7.kolab_3.5.noarch 415/430 |
| 4598 | Installing : svrcore-devel-4.0.4-11.el7.x86_64 416/430 |
| 4599 | Installing : CUnit-devel-2.1.3-8.el7.x86_64 417/430 |
| 4600 | Installing : 1:tcl-devel-8.5.13-4.el7.x86_64 418/430 |
| 4601 | Installing : jansson-devel-2.4-6.el7.x86_64 419/430 |
| 4602 | Installing : libical-devel-0.48-6.el7.x86_64 420/430 |
| 4603 | Installing : tcp_wrappers-7.6-77.el7.x86_64 421/430 |
| 4604 | Installing : groff-1.22.2-8.el7.x86_64 422/430 |
| 4605 | install-info: No such file or directory for /usr/share/info/groff.info |
| 4606 | Installing : perl-Test-Simple-0.98-243.el7.noarch 423/430 |
| 4607 | Installing : fdupes-1.51-6.el7.x86_64 424/430 |
| 4608 | Installing : dos2unix-6.0.3-4.el7.x86_64 425/430 |
| 4609 | Installing : cyrus-sasl-md5-2.1.26-17.el7.x86_64 426/430 |
| 4610 | Installing : glib2-devel-2.40.0-4.el7.x86_64 427/430 |
| 4611 | Installing : python-sqlalchemy-0.9.7-3.el7.x86_64 428/430 |
| 4612 | Installing : python-ldap-2.4.15-2.el7.x86_64 429/430 |
| 4613 | Installing : libuuid-devel-2.23.2-21.el7.x86_64 430/430 |
| 4614 | ERROR: Failed to load plugin file /usr/share/roundcubemail/plugins/archive/archive.phpERROR: Failed to load plugin file /usr/share/roundcubemail/plugins/zipdownload/zipdownload.phpError 500: Specified database schema directory doesn't exist. |
| 4615 | Verifying : roundcubemail-plugin-jqueryui-skin-larry-assets-1.1.1. 1/430 |
| 4616 | Verifying : 1:cups-libs-1.6.3-17.el7.x86_64 2/430 |
| 4617 | Verifying : 1:openssl-devel-1.0.1e-42.el7.4.x86_64 3/430 |
| 4618 | Verifying : 1:xorg-x11-xauth-1.0.7-6.1.el7.x86_64 4/430 |
| 4619 | Verifying : parted-3.1-20.el7.x86_64 5/430 |
| 4620 | Verifying : libxcb-devel-1.9-5.el7.x86_64 6/430 |
| 4621 | Verifying : c-ares-1.10.0-3.el7.x86_64 7/430 |
| 4622 | Verifying : nss-softokn-devel-3.16.2.3-9.el7.x86_64 8/430 |
| 4623 | Verifying : docbook-style-xsl-1.78.1-3.el7.noarch 9/430 |
| 4624 | Verifying : e2fsprogs-1.42.9-7.el7.x86_64 10/430 |
| 4625 | Verifying : redland-virtuoso-1.0.16-6.el7.x86_64 11/430 |
| 4626 | Verifying : libselinux-devel-2.2.2-6.el7.x86_64 12/430 |
| 4627 | Verifying : xdg-utils-1.1.0-0.16.20120809git.el7.noarch 13/430 |
| 4628 | Verifying : php-phpunit-PHP-TokenStream-1.4.0-1.el7.noarch 14/430 |
| 4629 | Verifying : libkolab-devel-0.6.git.1426688750-9.el7.kolab_3.5.x86_ 15/430 |
| 4630 | Verifying : libusbx-1.0.15-4.el7.x86_64 16/430 |
| 4631 | Verifying : 5:guile-2.0.9-5.el7.x86_64 17/430 |
| 4632 | Verifying : php-pear-DB-1.7.14-6.el7.noarch 18/430 |
| 4633 | Verifying : roundcubemail-plugin-filesystem_attachments-1.1.1.3-5. 19/430 |
| 4634 | Verifying : nss-devel-3.16.2.3-5.el7.x86_64 20/430 |
| 4635 | Verifying : boost-random-1.53.0-23.el7.x86_64 21/430 |
| 4636 | Verifying : php-pear-Auth-SASL-1.0.6-5.el7.noarch 22/430 |
| 4637 | Verifying : adwaita-cursor-theme-3.8.4-3.el7.noarch 23/430 |
| 4638 | Verifying : docbook-dtds-1.0-60.el7.noarch 24/430 |
| 4639 | Verifying : libuuid-devel-2.23.2-21.el7.x86_64 25/430 |
| 4640 | Verifying : CUnit-devel-2.1.3-8.el7.x86_64 26/430 |
| 4641 | Verifying : sgml-common-0.6.3-39.el7.noarch 27/430 |
| 4642 | Verifying : attica-0.4.1-4.el7.x86_64 28/430 |
| 4643 | Verifying : libtiff-4.0.3-14.el7.x86_64 29/430 |
| 4644 | Verifying : nepomuk-core-4.10.5-5.el7.x86_64 30/430 |
| 4645 | Verifying : php-mbstring-5.4.16-23.el7_0.3.x86_64 31/430 |
| 4646 | Verifying : kde-filesystem-4-47.el7.x86_64 32/430 |
| 4647 | Verifying : 1:dbus-1.6.12-11.el7.x86_64 33/430 |
| 4648 | Verifying : lm_sensors-libs-3.3.4-11.el7.x86_64 34/430 |
| 4649 | Verifying : python-cssmin-0.2.0-11.el7.kolab_3.5.noarch 35/430 |
| 4650 | Verifying : libXft-2.3.1-5.1.el7.x86_64 36/430 |
| 4651 | Verifying : uuid-devel-1.6.2-26.el7.x86_64 37/430 |
| 4652 | Verifying : php-phpunit-File-Iterator-1.3.4-5.el7.noarch 38/430 |
| 4653 | Verifying : dosfstools-3.0.20-9.el7.x86_64 39/430 |
| 4654 | Verifying : redland-1.0.16-6.el7.x86_64 40/430 |
| 4655 | Verifying : e2fsprogs-devel-1.42.9-7.el7.x86_64 41/430 |
| 4656 | Verifying : php-pear-Mail-Mime-1.8.9-1.el7.noarch 42/430 |
| 4657 | Verifying : shared-desktop-ontologies-devel-0.11.0-2.el7.noarch 43/430 |
| 4658 | Verifying : python-nose-1.3.0-2.el7.noarch 44/430 |
| 4659 | Verifying : python-ldap-2.4.15-2.el7.x86_64 45/430 |
| 4660 | Verifying : nodejs-source-map-0.1.33-1.el7.noarch 46/430 |
| 4661 | Verifying : libXt-1.1.4-6.1.el7.x86_64 47/430 |
| 4662 | Verifying : kdepimlibs-4.10.5-3.el7.x86_64 48/430 |
| 4663 | Verifying : svrcore-devel-4.0.4-11.el7.x86_64 49/430 |
| 4664 | Verifying : php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch 50/430 |
| 4665 | Verifying : libzip-0.10.1-8.el7.x86_64 51/430 |
| 4666 | Verifying : libcurl-devel-7.29.0-19.el7.x86_64 52/430 |
| 4667 | Verifying : libraw1394-2.1.0-2.el7.x86_64 53/430 |
| 4668 | Verifying : upower-0.9.20-7.el7.x86_64 54/430 |
| 4669 | Verifying : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noar 55/430 |
| 4670 | Verifying : libsndfile-1.0.25-9.el7.x86_64 56/430 |
| 4671 | Verifying : httpd-tools-2.4.6-31.el7.centos.x86_64 57/430 |
| 4672 | Verifying : libX11-common-1.6.0-2.1.el7.noarch 58/430 |
| 4673 | Verifying : boost-1.53.0-23.el7.x86_64 59/430 |
| 4674 | Verifying : perl-ExtUtils-Manifest-1.61-244.el7.noarch 60/430 |
| 4675 | Verifying : elfutils-libelf-devel-0.160-1.el7.x86_64 61/430 |
| 4676 | Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 62/430 |
| 4677 | Verifying : libICE-devel-1.0.8-7.el7.x86_64 63/430 |
| 4678 | Verifying : python-zope-interface-4.0.5-4.el7.x86_64 64/430 |
| 4679 | Verifying : roundcubemail-skin-larry-1.1.1.3-5.el7.kolab_3.5.noarc 65/430 |
| 4680 | Verifying : nodejs-uglify-to-browserify-1.0.2-2.el7.noarch 66/430 |
| 4681 | Verifying : libxcb-1.9-5.el7.x86_64 67/430 |
| 4682 | Verifying : urw-fonts-2.4-16.el7.noarch 68/430 |
| 4683 | Verifying : mdadm-3.3.2-2.el7.x86_64 69/430 |
| 4684 | Verifying : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 70/430 |
| 4685 | Verifying : php-sebastian-global-state-1.0.0-1.el7.noarch 71/430 |
| 4686 | Verifying : phonon-devel-4.6.0-9.el7.x86_64 72/430 |
| 4687 | Verifying : roundcubemail-plugin-kolab_folders-3.2.8-2.el7.kolab_3 73/430 |
| 4688 | Verifying : usbmuxd-1.0.8-11.el7.x86_64 74/430 |
| 4689 | Verifying : libXft-devel-2.3.1-5.1.el7.x86_64 75/430 |
| 4690 | Verifying : 1:qt-4.8.5-8.el7.x86_64 76/430 |
| 4691 | Verifying : tcp_wrappers-7.6-77.el7.x86_64 77/430 |
| 4692 | Verifying : mesa-libGL-10.2.7-5.20140910.el7.x86_64 78/430 |
| 4693 | Verifying : libavc1394-0.5.3-14.el7.x86_64 79/430 |
| 4694 | Verifying : boost-context-1.53.0-23.el7.x86_64 80/430 |
| 4695 | Verifying : orc-0.4.17-5.el7.x86_64 81/430 |
| 4696 | Verifying : libXinerama-1.1.3-2.1.el7.x86_64 82/430 |
| 4697 | Verifying : harfbuzz-0.9.20-4.el7.x86_64 83/430 |
| 4698 | Verifying : gstreamer-plugins-base-0.10.36-10.el7.x86_64 84/430 |
| 4699 | Verifying : attica-devel-0.4.1-4.el7.x86_64 85/430 |
| 4700 | Verifying : libmcrypt-2.5.8-13.el7.x86_64 86/430 |
| 4701 | Verifying : pyparsing-1.5.6-9.el7.noarch 87/430 |
| 4702 | Verifying : OpenEXR-libs-1.7.1-7.el7.x86_64 88/430 |
| 4703 | Verifying : mozldap-6.0.5-38.el7.kolab_3.5.x86_64 89/430 |
| 4704 | Verifying : cryptsetup-libs-1.6.6-3.el7.x86_64 90/430 |
| 4705 | Verifying : libcalendaring-4.9.git.1424359330-51.el7.kolab_3.5.x86 91/430 |
| 4706 | Verifying : pyserial-2.6-5.el7.noarch 92/430 |
| 4707 | Verifying : libshout-2.2.2-11.el7.x86_64 93/430 |
| 4708 | Verifying : ycssmin-1.0.1-6.el7.noarch 94/430 |
| 4709 | Verifying : libXrender-devel-0.9.8-2.1.el7.x86_64 95/430 |
| 4710 | Verifying : php-devel-5.4.16-23.el7_0.3.x86_64 96/430 |
| 4711 | Verifying : boost-date-time-1.53.0-23.el7.x86_64 97/430 |
| 4712 | Verifying : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 98/430 |
| 4713 | Verifying : python-setuptools-0.9.8-3.el7.noarch 99/430 |
| 4714 | Verifying : python-sqlalchemy-0.9.7-3.el7.x86_64 100/430 |
| 4715 | Verifying : GConf2-3.2.6-8.el7.x86_64 101/430 |
| 4716 | Verifying : php-sebastian-recursion-context-1.0.0-1.el7.noarch 102/430 |
| 4717 | Verifying : 4:perl-devel-5.16.3-285.el7.x86_64 103/430 |
| 4718 | Verifying : libiec61883-1.2.0-10.el7.x86_64 104/430 |
| 4719 | Verifying : roundcubemail-core-assets-1.1.1.3-5.el7.kolab_3.5.noar 105/430 |
| 4720 | Verifying : boost-program-options-1.53.0-23.el7.x86_64 106/430 |
| 4721 | Verifying : shared-desktop-ontologies-0.11.0-2.el7.noarch 107/430 |
| 4722 | Verifying : gstreamer-tools-0.10.36-7.el7.x86_64 108/430 |
| 4723 | Verifying : php-phpunit-environment-1.2.1-1.el7.noarch 109/430 |
| 4724 | Verifying : gamin-0.1.10-16.el7.x86_64 110/430 |
| 4725 | Verifying : 1:net-snmp-devel-5.7.2-20.el7.x86_64 111/430 |
| 4726 | Verifying : cyrus-sasl-plain-2.1.26-17.el7.x86_64 112/430 |
| 4727 | Verifying : libdv-1.0.0-17.el7.x86_64 113/430 |
| 4728 | Verifying : python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5 114/430 |
| 4729 | Verifying : libXpm-3.5.10-5.1.el7.x86_64 115/430 |
| 4730 | Verifying : sysvinit-tools-2.88-14.dsf.el7.x86_64 116/430 |
| 4731 | Verifying : glib2-devel-2.40.0-4.el7.x86_64 117/430 |
| 4732 | Verifying : libxkbfile-1.0.8-5.el7.x86_64 118/430 |
| 4733 | Verifying : psmisc-22.20-8.el7.x86_64 119/430 |
| 4734 | Verifying : boost-test-1.53.0-23.el7.x86_64 120/430 |
| 4735 | Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 121/430 |
| 4736 | Verifying : cyrus-sasl-md5-2.1.26-17.el7.x86_64 122/430 |
| 4737 | Verifying : dos2unix-6.0.3-4.el7.x86_64 123/430 |
| 4738 | Verifying : boost-regex-1.53.0-23.el7.x86_64 124/430 |
| 4739 | Verifying : cyrus-sasl-2.1.26-17.el7.x86_64 125/430 |
| 4740 | Verifying : php-pear-Net-Socket-1.0.14-1.el7.noarch 126/430 |
| 4741 | Verifying : hwdata-0.252-7.5.el7.noarch 127/430 |
| 4742 | Verifying : libXau-1.0.8-2.1.el7.x86_64 128/430 |
| 4743 | Verifying : cairo-1.12.14-6.el7.x86_64 129/430 |
| 4744 | Verifying : roundcubemail-plugin-kolab_folders-assets-3.2.8-2.el7. 130/430 |
| 4745 | Verifying : tcp_wrappers-devel-7.6-77.el7.x86_64 131/430 |
| 4746 | Verifying : libXpm-devel-3.5.10-5.1.el7.x86_64 132/430 |
| 4747 | Verifying : json-c-0.11-4.el7_0.x86_64 133/430 |
| 4748 | Verifying : libcom_err-devel-1.42.9-7.el7.x86_64 134/430 |
| 4749 | Verifying : libXau-devel-1.0.8-2.1.el7.x86_64 135/430 |
| 4750 | Verifying : boost-filesystem-1.53.0-23.el7.x86_64 136/430 |
| 4751 | Verifying : libXxf86misc-1.0.3-7.1.el7.x86_64 137/430 |
| 4752 | Verifying : php-phpunit-PHPUnit-MockObject-2.3.0-1.el7.noarch 138/430 |
| 4753 | Verifying : desktop-file-utils-0.21-4.el7.x86_64 139/430 |
| 4754 | Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 140/430 |
| 4755 | Verifying : php-pear-Net-LDAP2-2.1.0-1.el7.noarch 141/430 |
| 4756 | Verifying : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 142/430 |
| 4757 | Verifying : flac-libs-1.3.0-5.el7_1.x86_64 143/430 |
| 4758 | Verifying : xfsprogs-3.2.1-6.el7.x86_64 144/430 |
| 4759 | Verifying : boost-math-1.53.0-23.el7.x86_64 145/430 |
| 4760 | Verifying : php-pear-Net-SMTP-1.6.2-1.el7.noarch 146/430 |
| 4761 | Verifying : php-cli-5.4.16-23.el7_0.3.x86_64 147/430 |
| 4762 | Verifying : kbd-legacy-1.15.5-11.el7.noarch 148/430 |
| 4763 | Verifying : php-phpunit-PHP-CodeCoverage-2.0.15-1.el7.noarch 149/430 |
| 4764 | Verifying : libplist-1.10-4.el7.x86_64 150/430 |
| 4765 | Verifying : 1:libtheora-1.1.1-8.el7.x86_64 151/430 |
| 4766 | Verifying : boost-python-1.53.0-23.el7.x86_64 152/430 |
| 4767 | Verifying : fdupes-1.51-6.el7.x86_64 153/430 |
| 4768 | Verifying : t1lib-5.1.2-14.el7.x86_64 154/430 |
| 4769 | Verifying : libSM-devel-1.2.1-7.el7.x86_64 155/430 |
| 4770 | Verifying : roundcubemail-plugin-libkolab-assets-3.2.8-2.el7.kolab 156/430 |
| 4771 | Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 157/430 |
| 4772 | Verifying : libXinerama-devel-1.1.3-2.1.el7.x86_64 158/430 |
| 4773 | Verifying : php-symfony-common-2.5.8-1.el7.noarch 159/430 |
| 4774 | Verifying : gdisk-0.8.6-5.el7.x86_64 160/430 |
| 4775 | Verifying : libXtst-devel-1.2.2-2.1.el7.x86_64 161/430 |
| 4776 | Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 162/430 |
| 4777 | Verifying : php-phpunit-Text-Template-1.2.0-5.el7.noarch 163/430 |
| 4778 | Verifying : nodejs-less-1.7.0-2.el7.noarch 164/430 |
| 4779 | Verifying : bc-1.06.95-13.el7.x86_64 165/430 |
| 4780 | Verifying : popt-devel-1.13-16.el7.x86_64 166/430 |
| 4781 | Verifying : clucene-core-2.3.3.4-11.el7.x86_64 167/430 |
| 4782 | Verifying : poppler-0.22.5-6.el7.x86_64 168/430 |
| 4783 | Verifying : mesa-libglapi-10.2.7-5.20140910.el7.x86_64 169/430 |
| 4784 | Verifying : gstreamer-plugins-good-0.10.31-11.el7.x86_64 170/430 |
| 4785 | Verifying : akonadi-1.9.2-4.el7.x86_64 171/430 |
| 4786 | Verifying : ghostscript-9.07-18.el7.x86_64 172/430 |
| 4787 | Verifying : libimobiledevice-1.1.5-6.el7.x86_64 173/430 |
| 4788 | Verifying : zlib-devel-1.2.7-13.el7.x86_64 174/430 |
| 4789 | Verifying : xml-common-0.6.3-39.el7.noarch 175/430 |
| 4790 | Verifying : cryptsetup-1.6.6-3.el7.x86_64 176/430 |
| 4791 | Verifying : boost-devel-1.53.0-23.el7.x86_64 177/430 |
| 4792 | Verifying : boost-locale-1.53.0-23.el7.x86_64 178/430 |
| 4793 | Verifying : 1:net-snmp-agent-libs-5.7.2-20.el7.x86_64 179/430 |
| 4794 | Verifying : lcms2-2.5-4.el7.x86_64 180/430 |
| 4795 | Verifying : 1:net-snmp-libs-5.7.2-20.el7.x86_64 181/430 |
| 4796 | Verifying : pciutils-libs-3.2.1-4.el7.x86_64 182/430 |
| 4797 | Verifying : nodejs-amdefine-0.0.4-1.el7.noarch 183/430 |
| 4798 | Verifying : jasper-libs-1.900.1-26.el7_0.3.x86_64 184/430 |
| 4799 | Verifying : 1:v8-3.14.5.10-14.el7.x86_64 185/430 |
| 4800 | Verifying : qjson-0.8.1-4.el7.x86_64 186/430 |
| 4801 | Verifying : perl-ExtUtils-Install-1.58-285.el7.noarch 187/430 |
| 4802 | Verifying : pciutils-3.2.1-4.el7.x86_64 188/430 |
| 4803 | Verifying : kmod-14-10.el7.x86_64 189/430 |
| 4804 | Verifying : kbd-misc-1.15.5-11.el7.noarch 190/430 |
| 4805 | Verifying : raptor2-2.0.9-3.el7.x86_64 191/430 |
| 4806 | Verifying : udisks2-2.1.2-5.el7.x86_64 192/430 |
| 4807 | Verifying : libXv-1.0.9-2.1.el7.x86_64 193/430 |
| 4808 | Verifying : 1:gmp-devel-6.0.0-11.el7.x86_64 194/430 |
| 4809 | Verifying : xorg-x11-server-utils-7.7-4.el7.x86_64 195/430 |
| 4810 | Verifying : elfutils-devel-0.160-1.el7.x86_64 196/430 |
| 4811 | Verifying : xorg-x11-xinit-1.3.2-14.el7.x86_64 197/430 |
| 4812 | Verifying : libXi-devel-1.7.2-2.1.el7.x86_64 198/430 |
| 4813 | Verifying : python-pyasn1-0.1.6-2.el7.noarch 199/430 |
| 4814 | Verifying : libical-devel-0.48-6.el7.x86_64 200/430 |
| 4815 | Verifying : freetype-devel-2.4.11-10.el7_1.1.x86_64 201/430 |
| 4816 | Verifying : gc-7.2d-6.el7.x86_64 202/430 |
| 4817 | Verifying : js-uglify-2.4.13-5.el7.noarch 203/430 |
| 4818 | Verifying : kdepimlibs-kxmlrpcclient-4.10.5-3.el7.x86_64 204/430 |
| 4819 | Verifying : libXfont-1.4.7-2.el7_0.x86_64 205/430 |
| 4820 | Verifying : kdepimlibs-devel-4.10.5-3.el7.x86_64 206/430 |
| 4821 | Verifying : soprano-devel-2.9.2-3.el7.x86_64 207/430 |
| 4822 | Verifying : 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 208/430 |
| 4823 | Verifying : nodejs-wordwrap-0.0.2-4.el7.noarch 209/430 |
| 4824 | Verifying : libsoup-2.46.0-3.el7.x86_64 210/430 |
| 4825 | Verifying : taglib-1.8-7.20130218git.el7.x86_64 211/430 |
| 4826 | Verifying : pulseaudio-libs-3.0-30.el7.x86_64 212/430 |
| 4827 | Verifying : libreport-filesystem-2.1.11-21.el7.centos.0.4.x86_64 213/430 |
| 4828 | Verifying : boost-atomic-1.53.0-23.el7.x86_64 214/430 |
| 4829 | Verifying : freetype-2.4.11-10.el7_1.1.x86_64 215/430 |
| 4830 | Verifying : libdrm-devel-2.4.56-2.el7.x86_64 216/430 |
| 4831 | Verifying : cmake-2.8.11-4.el7.x86_64 217/430 |
| 4832 | Verifying : roundcubemail-skin-larry-assets-1.1.1.3-5.el7.kolab_3. 218/430 |
| 4833 | Verifying : php-pear-MDB2-2.5.0-0.9.b5.el7.noarch 219/430 |
| 4834 | Verifying : soprano-2.9.2-3.el7.x86_64 220/430 |
| 4835 | Verifying : libXtst-1.2.2-2.1.el7.x86_64 221/430 |
| 4836 | Verifying : boost-wave-1.53.0-23.el7.x86_64 222/430 |
| 4837 | Verifying : python-backports-1.0-8.el7.x86_64 223/430 |
| 4838 | Verifying : http-parser-2.0-4.20121128gitcd01361.el7.x86_64 224/430 |
| 4839 | Verifying : 5:guile-devel-2.0.9-5.el7.x86_64 225/430 |
| 4840 | Verifying : libXt-devel-1.1.4-6.1.el7.x86_64 226/430 |
| 4841 | Verifying : yajl-2.0.4-4.el7.x86_64 227/430 |
| 4842 | Verifying : libicu-50.1.2-11.el7.x86_64 228/430 |
| 4843 | Verifying : libXcomposite-devel-0.4.4-4.1.el7.x86_64 229/430 |
| 4844 | Verifying : openjpeg-libs-1.5.1-10.el7.x86_64 230/430 |
| 4845 | Verifying : svrcore-4.0.4-11.el7.x86_64 231/430 |
| 4846 | Verifying : mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 232/430 |
| 4847 | Verifying : iso-codes-3.46-2.el7.noarch 233/430 |
| 4848 | Verifying : pixman-0.32.4-3.el7.x86_64 234/430 |
| 4849 | Verifying : centos-logos-70.0.6-2.el7.centos.noarch 235/430 |
| 4850 | Verifying : php-tidy-5.4.16-3.el7.x86_64 236/430 |
| 4851 | Verifying : hunspell-1.3.2-13.el7.x86_64 237/430 |
| 4852 | Verifying : 6:kdelibs-common-4.10.5-6.el7.x86_64 238/430 |
| 4853 | Verifying : libsepol-devel-2.1.9-3.el7.x86_64 239/430 |
| 4854 | Verifying : roundcubemail-plugin-kolab_auth-assets-3.2.8-2.el7.kol 240/430 |
| 4855 | Verifying : libtool-ltdl-2.4.2-20.el7.x86_64 241/430 |
| 4856 | Verifying : libXdamage-devel-1.1.4-4.1.el7.x86_64 242/430 |
| 4857 | Verifying : dbusmenu-qt-0.9.2-7.el7.x86_64 243/430 |
| 4858 | Verifying : libXrandr-1.4.1-2.1.el7.x86_64 244/430 |
| 4859 | Verifying : 2:libpng-1.5.13-5.el7.x86_64 245/430 |
| 4860 | Verifying : hunspell-en-US-0.20121024-5.el7.noarch 246/430 |
| 4861 | Verifying : lm_sensors-devel-3.3.4-11.el7.x86_64 247/430 |
| 4862 | Verifying : libfontenc-1.1.1-5.el7.x86_64 248/430 |
| 4863 | Verifying : nepomuk-core-devel-4.10.5-5.el7.x86_64 249/430 |
| 4864 | Verifying : gsm-1.0.13-11.el7.x86_64 250/430 |
| 4865 | Verifying : php-5.4.16-23.el7_0.3.x86_64 251/430 |
| 4866 | Verifying : ghostscript-fonts-5.50-32.el7.noarch 252/430 |
| 4867 | Verifying : strigi-libs-0.7.7-12.20120626.el7.x86_64 253/430 |
| 4868 | Verifying : nss-util-devel-3.16.2.3-2.el7.x86_64 254/430 |
| 4869 | Verifying : 1:transfig-3.2.5d-13.el7.x86_64 255/430 |
| 4870 | Verifying : nodejs-0.10.33-1.el7.x86_64 256/430 |
| 4871 | Verifying : gstreamer-0.10.36-7.el7.x86_64 257/430 |
| 4872 | Verifying : php-phpunit-PHP-Timer-1.0.5-5.el7.noarch 258/430 |
| 4873 | Verifying : libXv-devel-1.0.9-2.1.el7.x86_64 259/430 |
| 4874 | Verifying : libXScrnSaver-1.2.2-6.1.el7.x86_64 260/430 |
| 4875 | Verifying : mozjs17-17.0.0-10.el7.x86_64 261/430 |
| 4876 | Verifying : fontconfig-2.10.95-7.el7.x86_64 262/430 |
| 4877 | Verifying : fontconfig-devel-2.10.95-7.el7.x86_64 263/430 |
| 4878 | Verifying : libpciaccess-0.13.1-4.1.el7.x86_64 264/430 |
| 4879 | Verifying : gobject-introspection-1.36.0-4.el7.x86_64 265/430 |
| 4880 | Verifying : mailcap-2.1.41-2.el7.noarch 266/430 |
| 4881 | Verifying : gc-devel-7.2d-6.el7.x86_64 267/430 |
| 4882 | Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 268/430 |
| 4883 | Verifying : fontpackages-filesystem-1.44-8.el7.noarch 269/430 |
| 4884 | Verifying : python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 270/430 |
| 4885 | Verifying : libXcursor-1.1.14-2.1.el7.x86_64 271/430 |
| 4886 | Verifying : roundcubemail-plugin-jqueryui-1.1.1.3-5.el7.kolab_3.5. 272/430 |
| 4887 | Verifying : php-phpunit-diff-1.2.0-1.el7.noarch 273/430 |
| 4888 | Verifying : roundcubemail-plugin-libkolab-3.2.8-2.el7.kolab_3.5.no 274/430 |
| 4889 | Verifying : libXrender-0.9.8-2.1.el7.x86_64 275/430 |
| 4890 | Verifying : php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch 276/430 |
| 4891 | Verifying : gl-manpages-1.1-7.20130122.el7.noarch 277/430 |
| 4892 | Verifying : libical-0.48-6.el7.x86_64 278/430 |
| 4893 | Verifying : libxslt-1.1.28-5.el7.x86_64 279/430 |
| 4894 | Verifying : 1:qt-x11-4.8.5-8.el7.x86_64 280/430 |
| 4895 | Verifying : libXrandr-devel-1.4.1-2.1.el7.x86_64 281/430 |
| 4896 | Verifying : mesa-libGLU-9.0.0-4.el7.x86_64 282/430 |
| 4897 | Verifying : polkit-0.112-5.el7.x86_64 283/430 |
| 4898 | Verifying : hostname-3.13-3.el7.x86_64 284/430 |
| 4899 | Verifying : php-mysqlnd-5.4.16-23.el7_0.3.x86_64 285/430 |
| 4900 | Verifying : libXfixes-5.0.1-2.1.el7.x86_64 286/430 |
| 4901 | Verifying : nodejs-async-0.2.10-1.el7.noarch 287/430 |
| 4902 | Verifying : jansson-devel-2.4-6.el7.x86_64 288/430 |
| 4903 | Verifying : php-symfony-yaml-2.5.8-1.el7.noarch 289/430 |
| 4904 | Verifying : roundcubemail-plugin-jqueryui-skin-larry-1.1.1.3-5.el7 290/430 |
| 4905 | Verifying : boost-signals-1.53.0-23.el7.x86_64 291/430 |
| 4906 | Verifying : libdrm-2.4.56-2.el7.x86_64 292/430 |
| 4907 | Verifying : xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 293/430 |
| 4908 | Verifying : libatasmart-0.19-6.el7.x86_64 294/430 |
| 4909 | Verifying : mesa-libGLU-devel-9.0.0-4.el7.x86_64 295/430 |
| 4910 | Verifying : 1:libuv-0.10.29-1.el7.x86_64 296/430 |
| 4911 | Verifying : 1:tcl-devel-8.5.13-4.el7.x86_64 297/430 |
| 4912 | Verifying : php-pdo-5.4.16-23.el7_0.3.x86_64 298/430 |
| 4913 | Verifying : libXmu-1.1.1-5.1.el7.x86_64 299/430 |
| 4914 | Verifying : boost-chrono-1.53.0-23.el7.x86_64 300/430 |
| 4915 | Verifying : libxkbfile-devel-1.0.8-5.el7.x86_64 301/430 |
| 4916 | Verifying : mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 302/430 |
| 4917 | Verifying : 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 303/430 |
| 4918 | Verifying : xerces-c-3.1.1-6.el7.x86_64 304/430 |
| 4919 | Verifying : libXScrnSaver-devel-1.2.2-6.1.el7.x86_64 305/430 |
| 4920 | Verifying : e2fsprogs-libs-1.42.9-7.el7.x86_64 306/430 |
| 4921 | Verifying : libXcursor-devel-1.1.14-2.1.el7.x86_64 307/430 |
| 4922 | Verifying : xerces-c-devel-3.1.1-6.el7.x86_64 308/430 |
| 4923 | Verifying : libICE-1.0.8-7.el7.x86_64 309/430 |
| 4924 | Verifying : mesa-libEGL-10.2.7-5.20140910.el7.x86_64 310/430 |
| 4925 | Verifying : libX11-1.6.0-2.1.el7.x86_64 311/430 |
| 4926 | Verifying : libarchive-3.1.2-7.el7.x86_64 312/430 |
| 4927 | Verifying : python-icalendar-3.8.2-8.el7.kolab_3.5.noarch 313/430 |
| 4928 | Verifying : cyrus-sasl-devel-2.1.26-17.el7.x86_64 314/430 |
| 4929 | Verifying : nepomuk-core-libs-4.10.5-5.el7.x86_64 315/430 |
| 4930 | Verifying : wavpack-4.60.1-9.el7.x86_64 316/430 |
| 4931 | Verifying : libtidy-0.99.0-31.20091203.el7.x86_64 317/430 |
| 4932 | Verifying : pytz-2012d-5.el7.noarch 318/430 |
| 4933 | Verifying : 1:enchant-1.6.0-8.el7.x86_64 319/430 |
| 4934 | Verifying : roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch 320/430 |
| 4935 | Verifying : xdg-user-dirs-0.15-4.el7.x86_64 321/430 |
| 4936 | Verifying : php-symfony-class-loader-2.5.8-1.el7.noarch 322/430 |
| 4937 | Verifying : ilmbase-1.0.3-7.el7.x86_64 323/430 |
| 4938 | Verifying : kbd-1.15.5-11.el7.x86_64 324/430 |
| 4939 | Verifying : php-common-5.4.16-23.el7_0.3.x86_64 325/430 |
| 4940 | Verifying : perl-Test-Simple-0.98-243.el7.noarch 326/430 |
| 4941 | Verifying : libverto-devel-0.2.5-4.el7.x86_64 327/430 |
| 4942 | Verifying : kdepimlibs-akonadi-4.10.5-3.el7.x86_64 328/430 |
| 4943 | Verifying : groff-1.22.2-8.el7.x86_64 329/430 |
| 4944 | Verifying : php-pear-Net-IDNA2-0.1.1-10.el7.noarch 330/430 |
| 4945 | Verifying : php-xml-5.4.16-23.el7_0.3.x86_64 331/430 |
| 4946 | Verifying : graphite2-1.2.2-5.el7.x86_64 332/430 |
| 4947 | Verifying : libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5. 333/430 |
| 4948 | Verifying : qt-settings-19-23.5.el7.noarch 334/430 |
| 4949 | Verifying : roundcubemail-plugin-jqueryui-assets-1.1.1.3-5.el7.kol 335/430 |
| 4950 | Verifying : 6:kdelibs-devel-4.10.5-6.el7.x86_64 336/430 |
| 4951 | Verifying : libSM-1.2.1-7.el7.x86_64 337/430 |
| 4952 | Verifying : systemtap-sdt-devel-2.6-8.el7.x86_64 338/430 |
| 4953 | Verifying : lzo-2.06-6.el7_0.2.x86_64 339/430 |
| 4954 | Verifying : 1:virtuoso-opensource-6.1.6-6.el7.x86_64 340/430 |
| 4955 | Verifying : libss-1.42.9-7.el7.x86_64 341/430 |
| 4956 | Verifying : nss-softokn-freebl-devel-3.16.2.3-9.el7.x86_64 342/430 |
| 4957 | Verifying : libdb-devel-5.3.21-17.el7_0.1.x86_64 343/430 |
| 4958 | Verifying : libiodbc-3.52.7-7.el7.x86_64 344/430 |
| 4959 | Verifying : libmng-1.0.10-14.el7.x86_64 345/430 |
| 4960 | Verifying : giflib-4.1.6-9.el7.x86_64 346/430 |
| 4961 | Verifying : krb5-devel-1.12.2-14.el7.x86_64 347/430 |
| 4962 | Verifying : php-gd-5.4.16-23.el7_0.3.x86_64 348/430 |
| 4963 | Verifying : exiv2-libs-0.23-6.el7.x86_64 349/430 |
| 4964 | Verifying : speex-1.2-0.19.rc1.el7.x86_64 350/430 |
| 4965 | Verifying : redhat-menus-12.0.2-7.el7.noarch 351/430 |
| 4966 | Verifying : gsettings-desktop-schemas-3.8.2-3.el7.x86_64 352/430 |
| 4967 | Verifying : libXxf86misc-devel-1.0.3-7.1.el7.x86_64 353/430 |
| 4968 | Verifying : 6:kdelibs-4.10.5-6.el7.x86_64 354/430 |
| 4969 | Verifying : phonon-4.6.0-9.el7.x86_64 355/430 |
| 4970 | Verifying : qca2-2.0.3-7.el7.x86_64 356/430 |
| 4971 | Verifying : initscripts-9.49.24-1.el7.x86_64 357/430 |
| 4972 | Verifying : pango-1.34.1-5.el7.x86_64 358/430 |
| 4973 | Verifying : 2:libogg-1.3.0-7.el7.x86_64 359/430 |
| 4974 | Verifying : libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 360/430 |
| 4975 | Verifying : libv4l-0.9.5-4.el7.x86_64 361/430 |
| 4976 | Verifying : CUnit-2.1.3-8.el7.x86_64 362/430 |
| 4977 | Verifying : php-phpunit-exporter-1.2.0-1.el7.noarch 363/430 |
| 4978 | Verifying : 1:tcl-8.5.13-4.el7.x86_64 364/430 |
| 4979 | Verifying : boost-timer-1.53.0-23.el7.x86_64 365/430 |
| 4980 | Verifying : gdk-pixbuf2-2.28.2-4.el7.x86_64 366/430 |
| 4981 | Verifying : automoc-1.0-0.20.rc3.el7.x86_64 367/430 |
| 4982 | Verifying : polkit-pkla-compat-0.1-4.el7.x86_64 368/430 |
| 4983 | Verifying : libudisks2-2.1.2-5.el7.x86_64 369/430 |
| 4984 | Verifying : 1:qt-devel-4.8.5-8.el7.x86_64 370/430 |
| 4985 | Verifying : nspr-devel-4.10.6-3.el7.x86_64 371/430 |
| 4986 | Verifying : poppler-qt-0.22.5-6.el7.x86_64 372/430 |
| 4987 | Verifying : gdbm-devel-1.10-8.el7.x86_64 373/430 |
| 4988 | Verifying : uglify-js-2.4.13-5.el7.noarch 374/430 |
| 4989 | Verifying : glib-networking-2.40.0-1.el7.x86_64 375/430 |
| 4990 | Verifying : hicolor-icon-theme-0.12-7.el7.noarch 376/430 |
| 4991 | Verifying : pyOpenSSL-0.13.1-3.el7.x86_64 377/430 |
| 4992 | Verifying : libXi-1.7.2-2.1.el7.x86_64 378/430 |
| 4993 | Verifying : python-dateutil-1.5-7.el7.noarch 379/430 |
| 4994 | Verifying : libX11-devel-1.6.0-2.1.el7.x86_64 380/430 |
| 4995 | Verifying : cdparanoia-libs-10.2-17.el7.x86_64 381/430 |
| 4996 | Verifying : libXext-devel-1.3.2-2.1.el7.x86_64 382/430 |
| 4997 | Verifying : mesa-libgbm-10.2.7-5.20140910.el7.x86_64 383/430 |
| 4998 | Verifying : libkolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 384/430 |
| 4999 | Verifying : libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3 385/430 |
| 5000 | Verifying : libvisual-0.4.0-16.el7.x86_64 386/430 |
| 5001 | Verifying : python-devel-2.7.5-16.el7.x86_64 387/430 |
| 5002 | Verifying : rpm-devel-4.11.1-25.el7.x86_64 388/430 |
| 5003 | Verifying : poppler-data-0.4.6-3.el7.noarch 389/430 |
| 5004 | Verifying : roundcubemail-plugin-filesystem_attachments-assets-1.1 390/430 |
| 5005 | Verifying : pm-utils-1.4.1-27.el7.x86_64 391/430 |
| 5006 | Verifying : roundcubemail-plugin-kolab_auth-3.2.8-2.el7.kolab_3.5. 392/430 |
| 5007 | Verifying : alsa-lib-1.0.28-2.el7.x86_64 393/430 |
| 5008 | Verifying : php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch 394/430 |
| 5009 | Verifying : php-mcrypt-5.4.16-3.el7.x86_64 395/430 |
| 5010 | Verifying : php-soap-5.4.16-23.el7_0.3.x86_64 396/430 |
| 5011 | Verifying : python-twisted-core-12.2.0-4.el7.x86_64 397/430 |
| 5012 | Verifying : libXdamage-1.1.4-4.1.el7.x86_64 398/430 |
| 5013 | Verifying : boost-iostreams-1.53.0-23.el7.x86_64 399/430 |
| 5014 | Verifying : media-player-info-17-4.el7.noarch 400/430 |
| 5015 | Verifying : python-pyasn1-modules-0.1.6-2.el7.noarch 401/430 |
| 5016 | Verifying : pcre-devel-8.32-14.el7.x86_64 402/430 |
| 5017 | Verifying : polkit-qt-0.103.0-10.el7_0.x86_64 403/430 |
| 5018 | Verifying : php-phpunit-Version-1.0.4-1.el7.noarch 404/430 |
| 5019 | Verifying : uuid-1.6.2-26.el7.x86_64 405/430 |
| 5020 | Verifying : rasqal-0.9.30-4.el7.x86_64 406/430 |
| 5021 | Verifying : libasyncns-0.8-7.el7.x86_64 407/430 |
| 5022 | Verifying : php-ldap-5.4.16-23.el7_0.3.x86_64 408/430 |
| 5023 | Verifying : kde-settings-19-23.5.el7.noarch 409/430 |
| 5024 | Verifying : libthai-0.1.14-9.el7.x86_64 410/430 |
| 5025 | Verifying : openldap-devel-2.4.39-6.el7.x86_64 411/430 |
| 5026 | Verifying : pulseaudio-libs-glib2-3.0-30.el7.x86_64 412/430 |
| 5027 | Verifying : boost-serialization-1.53.0-23.el7.x86_64 413/430 |
| 5028 | Verifying : php-doctrine-instantiator-1.0.4-1.el7.noarch 414/430 |
| 5029 | Verifying : dbus-glib-0.100-7.el7.x86_64 415/430 |
| 5030 | Verifying : nodejs-optimist-0.4.0-1.el7.noarch 416/430 |
| 5031 | Verifying : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 417/430 |
| 5032 | Verifying : jbigkit-libs-2.0-11.el7.x86_64 418/430 |
| 5033 | Verifying : php-phpunit-comparator-1.1.1-1.el7.noarch 419/430 |
| 5034 | Verifying : jansson-2.4-6.el7.x86_64 420/430 |
| 5035 | Verifying : php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch 421/430 |
| 5036 | Verifying : php-process-5.4.16-23.el7_0.3.x86_64 422/430 |
| 5037 | Verifying : php-pear-Net-Sieve-1.3.4-1.el7.noarch 423/430 |
| 5038 | Verifying : libXext-1.3.2-2.1.el7.x86_64 424/430 |
| 5039 | Verifying : expat-devel-2.1.0-8.el7.x86_64 425/430 |
| 5040 | Verifying : xorg-x11-proto-devel-7.7-8.el7.1.noarch 426/430 |
| 5041 | Verifying : boost-graph-1.53.0-23.el7.x86_64 427/430 |
| 5042 | Verifying : libXfixes-devel-5.0.1-2.1.el7.x86_64 428/430 |
| 5043 | Verifying : httpd-2.4.6-31.el7.centos.x86_64 429/430 |
| 5044 | Verifying : 1:php-pear-1.9.4-21.el7.noarch 430/430 |
| 5045 | |
| 5046 | Installed: |
| 5047 | CUnit-devel.x86_64 0:2.1.3-8.el7 |
| 5048 | boost-devel.x86_64 0:1.53.0-23.el7 |
| 5049 | cmake.x86_64 0:2.8.11-4.el7 |
| 5050 | cyrus-sasl-devel.x86_64 0:2.1.26-17.el7 |
| 5051 | cyrus-sasl-md5.x86_64 0:2.1.26-17.el7 |
| 5052 | cyrus-sasl-plain.x86_64 0:2.1.26-17.el7 |
| 5053 | dos2unix.x86_64 0:6.0.3-4.el7 |
| 5054 | e2fsprogs-devel.x86_64 0:1.42.9-7.el7 |
| 5055 | fdupes.x86_64 0:1.51-6.el7 |
| 5056 | glib2-devel.x86_64 0:2.40.0-4.el7 |
| 5057 | groff.x86_64 0:1.22.2-8.el7 |
| 5058 | guile-devel.x86_64 5:2.0.9-5.el7 |
| 5059 | jansson-devel.x86_64 0:2.4-6.el7 |
| 5060 | kdelibs-devel.x86_64 6:4.10.5-6.el7 |
| 5061 | kdepimlibs-devel.x86_64 0:4.10.5-3.el7 |
| 5062 | krb5-devel.x86_64 0:1.12.2-14.el7 |
| 5063 | libcalendaring-devel.x86_64 0:4.9.git.1424359330-51.el7.kolab_3.5 |
| 5064 | libcurl-devel.x86_64 0:7.29.0-19.el7 |
| 5065 | libdb-devel.x86_64 0:5.3.21-17.el7_0.1 |
| 5066 | libical-devel.x86_64 0:0.48-6.el7 |
| 5067 | libkolab-devel.x86_64 0:0.6.git.1426688750-9.el7.kolab_3.5 |
| 5068 | libkolabxml-devel.x86_64 0:1.1.git.1422810799-30.el7.kolab_3.5 |
| 5069 | libuuid-devel.x86_64 0:2.23.2-21.el7 |
| 5070 | net-snmp-devel.x86_64 1:5.7.2-20.el7 |
| 5071 | nodejs-less.noarch 0:1.7.0-2.el7 |
| 5072 | nspr-devel.x86_64 0:4.10.6-3.el7 |
| 5073 | nss-devel.x86_64 0:3.16.2.3-5.el7 |
| 5074 | openldap-devel.x86_64 0:2.4.39-6.el7 |
| 5075 | openssl-devel.x86_64 1:1.0.1e-42.el7.4 |
| 5076 | pcre-devel.x86_64 0:8.32-14.el7 |
| 5077 | perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7 |
| 5078 | perl-Test-Simple.noarch 0:0.98-243.el7 |
| 5079 | perl-devel.x86_64 4:5.16.3-285.el7 |
| 5080 | php.x86_64 0:5.4.16-23.el7_0.3 |
| 5081 | php-Net-LDAP3.noarch 0:1.0.3-1.el7.kolab_3.5 |
| 5082 | php-devel.x86_64 0:5.4.16-23.el7_0.3 |
| 5083 | php-pdo.x86_64 0:5.4.16-23.el7_0.3 |
| 5084 | php-pear.noarch 1:1.9.4-21.el7 |
| 5085 | php-phpunit-PHPUnit.noarch 0:4.4.4-1.el7.1 |
| 5086 | python-cssmin.noarch 0:0.2.0-11.el7.kolab_3.5 |
| 5087 | python-devel.x86_64 0:2.7.5-16.el7 |
| 5088 | python-icalendar.noarch 0:3.8.2-8.el7.kolab_3.5 |
| 5089 | python-kolab.x86_64 0:0.6.git.1426688750-9.el7.kolab_3.5 |
| 5090 | python-kolabformat.x86_64 0:1.1.git.1422810799-30.el7.kolab_3.5 |
| 5091 | python-ldap.x86_64 0:2.4.15-2.el7 |
| 5092 | python-nose.noarch 0:1.3.0-2.el7 |
| 5093 | python-pyasn1.noarch 0:0.1.6-2.el7 |
| 5094 | python-pyasn1-modules.noarch 0:0.1.6-2.el7 |
| 5095 | python-setuptools.noarch 0:0.9.8-3.el7 |
| 5096 | python-sqlalchemy.x86_64 0:0.9.7-3.el7 |
| 5097 | python-twisted-core.x86_64 0:12.2.0-4.el7 |
| 5098 | pytz.noarch 0:2012d-5.el7 |
| 5099 | qt-devel.x86_64 1:4.8.5-8.el7 |
| 5100 | roundcubemail-plugin-kolab_auth.noarch 0:3.2.8-2.el7.kolab_3.5 |
| 5101 | roundcubemail-plugin-kolab_folders.noarch 0:3.2.8-2.el7.kolab_3.5 |
| 5102 | roundcubemail-plugin-libkolab.noarch 0:3.2.8-2.el7.kolab_3.5 |
| 5103 | svrcore-devel.x86_64 0:4.0.4-11.el7 |
| 5104 | tcl-devel.x86_64 1:8.5.13-4.el7 |
| 5105 | tcp_wrappers.x86_64 0:7.6-77.el7 |
| 5106 | transfig.x86_64 1:3.2.5d-13.el7 |
| 5107 | uglify-js.noarch 0:2.4.13-5.el7 |
| 5108 | uuid-devel.x86_64 0:1.6.2-26.el7 |
| 5109 | xerces-c-devel.x86_64 0:3.1.1-6.el7 |
| 5110 | xsd.x86_64 0:3.3.0.1-27.el7.kolab_3.5 |
| 5111 | zlib-devel.x86_64 0:1.2.7-13.el7 |
| 5112 | |
| 5113 | Dependency Installed: |
| 5114 | CUnit.x86_64 0:2.1.3-8.el7 |
| 5115 | GConf2.x86_64 0:3.2.6-8.el7 |
| 5116 | OpenEXR-libs.x86_64 0:1.7.1-7.el7 |
| 5117 | adwaita-cursor-theme.noarch 0:3.8.4-3.el7 |
| 5118 | akonadi.x86_64 0:1.9.2-4.el7 |
| 5119 | alsa-lib.x86_64 0:1.0.28-2.el7 |
| 5120 | attica.x86_64 0:0.4.1-4.el7 |
| 5121 | attica-devel.x86_64 0:0.4.1-4.el7 |
| 5122 | automoc.x86_64 0:1.0-0.20.rc3.el7 |
| 5123 | bc.x86_64 0:1.06.95-13.el7 |
| 5124 | boost.x86_64 0:1.53.0-23.el7 |
| 5125 | boost-atomic.x86_64 0:1.53.0-23.el7 |
| 5126 | boost-chrono.x86_64 0:1.53.0-23.el7 |
| 5127 | boost-context.x86_64 0:1.53.0-23.el7 |
| 5128 | boost-date-time.x86_64 0:1.53.0-23.el7 |
| 5129 | boost-filesystem.x86_64 0:1.53.0-23.el7 |
| 5130 | boost-graph.x86_64 0:1.53.0-23.el7 |
| 5131 | boost-iostreams.x86_64 0:1.53.0-23.el7 |
| 5132 | boost-locale.x86_64 0:1.53.0-23.el7 |
| 5133 | boost-math.x86_64 0:1.53.0-23.el7 |
| 5134 | boost-program-options.x86_64 0:1.53.0-23.el7 |
| 5135 | boost-python.x86_64 0:1.53.0-23.el7 |
| 5136 | boost-random.x86_64 0:1.53.0-23.el7 |
| 5137 | boost-regex.x86_64 0:1.53.0-23.el7 |
| 5138 | boost-serialization.x86_64 0:1.53.0-23.el7 |
| 5139 | boost-signals.x86_64 0:1.53.0-23.el7 |
| 5140 | boost-test.x86_64 0:1.53.0-23.el7 |
| 5141 | boost-timer.x86_64 0:1.53.0-23.el7 |
| 5142 | boost-wave.x86_64 0:1.53.0-23.el7 |
| 5143 | c-ares.x86_64 0:1.10.0-3.el7 |
| 5144 | cairo.x86_64 0:1.12.14-6.el7 |
| 5145 | cdparanoia-libs.x86_64 0:10.2-17.el7 |
| 5146 | centos-logos.noarch 0:70.0.6-2.el7.centos |
| 5147 | clucene-core.x86_64 0:2.3.3.4-11.el7 |
| 5148 | cryptsetup.x86_64 0:1.6.6-3.el7 |
| 5149 | cryptsetup-libs.x86_64 0:1.6.6-3.el7 |
| 5150 | cups-libs.x86_64 1:1.6.3-17.el7 |
| 5151 | cyrus-sasl.x86_64 0:2.1.26-17.el7 |
| 5152 | dbus.x86_64 1:1.6.12-11.el7 |
| 5153 | dbus-glib.x86_64 0:0.100-7.el7 |
| 5154 | dbusmenu-qt.x86_64 0:0.9.2-7.el7 |
| 5155 | desktop-file-utils.x86_64 0:0.21-4.el7 |
| 5156 | docbook-dtds.noarch 0:1.0-60.el7 |
| 5157 | docbook-style-xsl.noarch 0:1.78.1-3.el7 |
| 5158 | dosfstools.x86_64 0:3.0.20-9.el7 |
| 5159 | e2fsprogs.x86_64 0:1.42.9-7.el7 |
| 5160 | e2fsprogs-libs.x86_64 0:1.42.9-7.el7 |
| 5161 | elfutils-devel.x86_64 0:0.160-1.el7 |
| 5162 | elfutils-libelf-devel.x86_64 0:0.160-1.el7 |
| 5163 | enchant.x86_64 1:1.6.0-8.el7 |
| 5164 | exiv2-libs.x86_64 0:0.23-6.el7 |
| 5165 | expat-devel.x86_64 0:2.1.0-8.el7 |
| 5166 | flac-libs.x86_64 0:1.3.0-5.el7_1 |
| 5167 | fontconfig.x86_64 0:2.10.95-7.el7 |
| 5168 | fontconfig-devel.x86_64 0:2.10.95-7.el7 |
| 5169 | fontpackages-filesystem.noarch 0:1.44-8.el7 |
| 5170 | freetype.x86_64 0:2.4.11-10.el7_1.1 |
| 5171 | freetype-devel.x86_64 0:2.4.11-10.el7_1.1 |
| 5172 | gamin.x86_64 0:0.1.10-16.el7 |
| 5173 | gc.x86_64 0:7.2d-6.el7 |
| 5174 | gc-devel.x86_64 0:7.2d-6.el7 |
| 5175 | gdbm-devel.x86_64 0:1.10-8.el7 |
| 5176 | gdisk.x86_64 0:0.8.6-5.el7 |
| 5177 | gdk-pixbuf2.x86_64 0:2.28.2-4.el7 |
| 5178 | ghostscript.x86_64 0:9.07-18.el7 |
| 5179 | ghostscript-fonts.noarch 0:5.50-32.el7 |
| 5180 | giflib.x86_64 0:4.1.6-9.el7 |
| 5181 | gl-manpages.noarch 0:1.1-7.20130122.el7 |
| 5182 | glib-networking.x86_64 0:2.40.0-1.el7 |
| 5183 | gmp-devel.x86_64 1:6.0.0-11.el7 |
| 5184 | gobject-introspection.x86_64 0:1.36.0-4.el7 |
| 5185 | graphite2.x86_64 0:1.2.2-5.el7 |
| 5186 | gsettings-desktop-schemas.x86_64 0:3.8.2-3.el7 |
| 5187 | gsm.x86_64 0:1.0.13-11.el7 |
| 5188 | gstreamer.x86_64 0:0.10.36-7.el7 |
| 5189 | gstreamer-plugins-base.x86_64 0:0.10.36-10.el7 |
| 5190 | gstreamer-plugins-good.x86_64 0:0.10.31-11.el7 |
| 5191 | gstreamer-tools.x86_64 0:0.10.36-7.el7 |
| 5192 | guile.x86_64 5:2.0.9-5.el7 |
| 5193 | harfbuzz.x86_64 0:0.9.20-4.el7 |
| 5194 | hicolor-icon-theme.noarch 0:0.12-7.el7 |
| 5195 | hostname.x86_64 0:3.13-3.el7 |
| 5196 | http-parser.x86_64 0:2.0-4.20121128gitcd01361.el7 |
| 5197 | httpd.x86_64 0:2.4.6-31.el7.centos |
| 5198 | httpd-tools.x86_64 0:2.4.6-31.el7.centos |
| 5199 | hunspell.x86_64 0:1.3.2-13.el7 |
| 5200 | hunspell-en-US.noarch 0:0.20121024-5.el7 |
| 5201 | hwdata.noarch 0:0.252-7.5.el7 |
| 5202 | ilmbase.x86_64 0:1.0.3-7.el7 |
| 5203 | initscripts.x86_64 0:9.49.24-1.el7 |
| 5204 | iso-codes.noarch 0:3.46-2.el7 |
| 5205 | jansson.x86_64 0:2.4-6.el7 |
| 5206 | jasper-libs.x86_64 0:1.900.1-26.el7_0.3 |
| 5207 | jbigkit-libs.x86_64 0:2.0-11.el7 |
| 5208 | js-uglify.noarch 0:2.4.13-5.el7 |
| 5209 | json-c.x86_64 0:0.11-4.el7_0 |
| 5210 | kbd.x86_64 0:1.15.5-11.el7 |
| 5211 | kbd-legacy.noarch 0:1.15.5-11.el7 |
| 5212 | kbd-misc.noarch 0:1.15.5-11.el7 |
| 5213 | kde-filesystem.x86_64 0:4-47.el7 |
| 5214 | kde-settings.noarch 0:19-23.5.el7 |
| 5215 | kdelibs.x86_64 6:4.10.5-6.el7 |
| 5216 | kdelibs-common.x86_64 6:4.10.5-6.el7 |
| 5217 | kdepimlibs.x86_64 0:4.10.5-3.el7 |
| 5218 | kdepimlibs-akonadi.x86_64 0:4.10.5-3.el7 |
| 5219 | kdepimlibs-kxmlrpcclient.x86_64 0:4.10.5-3.el7 |
| 5220 | keyutils-libs-devel.x86_64 0:1.5.8-3.el7 |
| 5221 | kmod.x86_64 0:14-10.el7 |
| 5222 | lcms2.x86_64 0:2.5-4.el7 |
| 5223 | libICE.x86_64 0:1.0.8-7.el7 |
| 5224 | libICE-devel.x86_64 0:1.0.8-7.el7 |
| 5225 | libSM.x86_64 0:1.2.1-7.el7 |
| 5226 | libSM-devel.x86_64 0:1.2.1-7.el7 |
| 5227 | libX11.x86_64 0:1.6.0-2.1.el7 |
| 5228 | libX11-common.noarch 0:1.6.0-2.1.el7 |
| 5229 | libX11-devel.x86_64 0:1.6.0-2.1.el7 |
| 5230 | libXScrnSaver.x86_64 0:1.2.2-6.1.el7 |
| 5231 | libXScrnSaver-devel.x86_64 0:1.2.2-6.1.el7 |
| 5232 | libXau.x86_64 0:1.0.8-2.1.el7 |
| 5233 | libXau-devel.x86_64 0:1.0.8-2.1.el7 |
| 5234 | libXcomposite.x86_64 0:0.4.4-4.1.el7 |
| 5235 | libXcomposite-devel.x86_64 0:0.4.4-4.1.el7 |
| 5236 | libXcursor.x86_64 0:1.1.14-2.1.el7 |
| 5237 | libXcursor-devel.x86_64 0:1.1.14-2.1.el7 |
| 5238 | libXdamage.x86_64 0:1.1.4-4.1.el7 |
| 5239 | libXdamage-devel.x86_64 0:1.1.4-4.1.el7 |
| 5240 | libXext.x86_64 0:1.3.2-2.1.el7 |
| 5241 | libXext-devel.x86_64 0:1.3.2-2.1.el7 |
| 5242 | libXfixes.x86_64 0:5.0.1-2.1.el7 |
| 5243 | libXfixes-devel.x86_64 0:5.0.1-2.1.el7 |
| 5244 | libXfont.x86_64 0:1.4.7-2.el7_0 |
| 5245 | libXft.x86_64 0:2.3.1-5.1.el7 |
| 5246 | libXft-devel.x86_64 0:2.3.1-5.1.el7 |
| 5247 | libXi.x86_64 0:1.7.2-2.1.el7 |
| 5248 | libXi-devel.x86_64 0:1.7.2-2.1.el7 |
| 5249 | libXinerama.x86_64 0:1.1.3-2.1.el7 |
| 5250 | libXinerama-devel.x86_64 0:1.1.3-2.1.el7 |
| 5251 | libXmu.x86_64 0:1.1.1-5.1.el7 |
| 5252 | libXpm.x86_64 0:3.5.10-5.1.el7 |
| 5253 | libXpm-devel.x86_64 0:3.5.10-5.1.el7 |
| 5254 | libXrandr.x86_64 0:1.4.1-2.1.el7 |
| 5255 | libXrandr-devel.x86_64 0:1.4.1-2.1.el7 |
| 5256 | libXrender.x86_64 0:0.9.8-2.1.el7 |
| 5257 | libXrender-devel.x86_64 0:0.9.8-2.1.el7 |
| 5258 | libXt.x86_64 0:1.1.4-6.1.el7 |
| 5259 | libXt-devel.x86_64 0:1.1.4-6.1.el7 |
| 5260 | libXtst.x86_64 0:1.2.2-2.1.el7 |
| 5261 | libXtst-devel.x86_64 0:1.2.2-2.1.el7 |
| 5262 | libXv.x86_64 0:1.0.9-2.1.el7 |
| 5263 | libXv-devel.x86_64 0:1.0.9-2.1.el7 |
| 5264 | libXxf86misc.x86_64 0:1.0.3-7.1.el7 |
| 5265 | libXxf86misc-devel.x86_64 0:1.0.3-7.1.el7 |
| 5266 | libXxf86vm.x86_64 0:1.1.3-2.1.el7 |
| 5267 | libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7 |
| 5268 | libarchive.x86_64 0:3.1.2-7.el7 |
| 5269 | libasyncns.x86_64 0:0.8-7.el7 |
| 5270 | libatasmart.x86_64 0:0.19-6.el7 |
| 5271 | libavc1394.x86_64 0:0.5.3-14.el7 |
| 5272 | libcalendaring.x86_64 0:4.9.git.1424359330-51.el7.kolab_3.5 |
| 5273 | libcom_err-devel.x86_64 0:1.42.9-7.el7 |
| 5274 | libdrm.x86_64 0:2.4.56-2.el7 |
| 5275 | libdrm-devel.x86_64 0:2.4.56-2.el7 |
| 5276 | libdv.x86_64 0:1.0.0-17.el7 |
| 5277 | libfontenc.x86_64 0:1.1.1-5.el7 |
| 5278 | libical.x86_64 0:0.48-6.el7 |
| 5279 | libicu.x86_64 0:50.1.2-11.el7 |
| 5280 | libiec61883.x86_64 0:1.2.0-10.el7 |
| 5281 | libimobiledevice.x86_64 0:1.1.5-6.el7 |
| 5282 | libiodbc.x86_64 0:3.52.7-7.el7 |
| 5283 | libjpeg-turbo.x86_64 0:1.2.90-5.el7 |
| 5284 | libkolab.x86_64 0:0.6.git.1426688750-9.el7.kolab_3.5 |
| 5285 | libkolabxml.x86_64 0:1.1.git.1422810799-30.el7.kolab_3.5 |
| 5286 | libmcrypt.x86_64 0:2.5.8-13.el7 |
| 5287 | libmng.x86_64 0:1.0.10-14.el7 |
| 5288 | libogg.x86_64 2:1.3.0-7.el7 |
| 5289 | libpciaccess.x86_64 0:0.13.1-4.1.el7 |
| 5290 | libplist.x86_64 0:1.10-4.el7 |
| 5291 | libpng.x86_64 2:1.5.13-5.el7 |
| 5292 | libraw1394.x86_64 0:2.1.0-2.el7 |
| 5293 | libreport-filesystem.x86_64 0:2.1.11-21.el7.centos.0.4 |
| 5294 | libselinux-devel.x86_64 0:2.2.2-6.el7 |
| 5295 | libsepol-devel.x86_64 0:2.1.9-3.el7 |
| 5296 | libshout.x86_64 0:2.2.2-11.el7 |
| 5297 | libsndfile.x86_64 0:1.0.25-9.el7 |
| 5298 | libsoup.x86_64 0:2.46.0-3.el7 |
| 5299 | libss.x86_64 0:1.42.9-7.el7 |
| 5300 | libthai.x86_64 0:0.1.14-9.el7 |
| 5301 | libtheora.x86_64 1:1.1.1-8.el7 |
| 5302 | libtidy.x86_64 0:0.99.0-31.20091203.el7 |
| 5303 | libtiff.x86_64 0:4.0.3-14.el7 |
| 5304 | libtool-ltdl.x86_64 0:2.4.2-20.el7 |
| 5305 | libudisks2.x86_64 0:2.1.2-5.el7 |
| 5306 | libusbx.x86_64 0:1.0.15-4.el7 |
| 5307 | libuv.x86_64 1:0.10.29-1.el7 |
| 5308 | libv4l.x86_64 0:0.9.5-4.el7 |
| 5309 | libverto-devel.x86_64 0:0.2.5-4.el7 |
| 5310 | libvisual.x86_64 0:0.4.0-16.el7 |
| 5311 | libvorbis.x86_64 1:1.3.3-8.el7 |
| 5312 | libxcb.x86_64 0:1.9-5.el7 |
| 5313 | libxcb-devel.x86_64 0:1.9-5.el7 |
| 5314 | libxkbfile.x86_64 0:1.0.8-5.el7 |
| 5315 | libxkbfile-devel.x86_64 0:1.0.8-5.el7 |
| 5316 | libxslt.x86_64 0:1.1.28-5.el7 |
| 5317 | libzip.x86_64 0:0.10.1-8.el7 |
| 5318 | lm_sensors-devel.x86_64 0:3.3.4-11.el7 |
| 5319 | lm_sensors-libs.x86_64 0:3.3.4-11.el7 |
| 5320 | lzo.x86_64 0:2.06-6.el7_0.2 |
| 5321 | mailcap.noarch 0:2.1.41-2.el7 |
| 5322 | mdadm.x86_64 0:3.3.2-2.el7 |
| 5323 | media-player-info.noarch 0:17-4.el7 |
| 5324 | mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7 |
| 5325 | mesa-libGL.x86_64 0:10.2.7-5.20140910.el7 |
| 5326 | mesa-libGL-devel.x86_64 0:10.2.7-5.20140910.el7 |
| 5327 | mesa-libGLU.x86_64 0:9.0.0-4.el7 |
| 5328 | mesa-libGLU-devel.x86_64 0:9.0.0-4.el7 |
| 5329 | mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7 |
| 5330 | mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7 |
| 5331 | mozjs17.x86_64 0:17.0.0-10.el7 |
| 5332 | mozldap.x86_64 0:6.0.5-38.el7.kolab_3.5 |
| 5333 | mozldap-tools.x86_64 0:6.0.5-38.el7.kolab_3.5 |
| 5334 | nepomuk-core.x86_64 0:4.10.5-5.el7 |
| 5335 | nepomuk-core-devel.x86_64 0:4.10.5-5.el7 |
| 5336 | nepomuk-core-libs.x86_64 0:4.10.5-5.el7 |
| 5337 | net-snmp-agent-libs.x86_64 1:5.7.2-20.el7 |
| 5338 | net-snmp-libs.x86_64 1:5.7.2-20.el7 |
| 5339 | nodejs.x86_64 0:0.10.33-1.el7 |
| 5340 | nodejs-amdefine.noarch 0:0.0.4-1.el7 |
| 5341 | nodejs-async.noarch 0:0.2.10-1.el7 |
| 5342 | nodejs-optimist.noarch 0:0.4.0-1.el7 |
| 5343 | nodejs-source-map.noarch 0:0.1.33-1.el7 |
| 5344 | nodejs-uglify-to-browserify.noarch 0:1.0.2-2.el7 |
| 5345 | nodejs-wordwrap.noarch 0:0.0.2-4.el7 |
| 5346 | nss-softokn-devel.x86_64 0:3.16.2.3-9.el7 |
| 5347 | nss-softokn-freebl-devel.x86_64 0:3.16.2.3-9.el7 |
| 5348 | nss-util-devel.x86_64 0:3.16.2.3-2.el7 |
| 5349 | openjpeg-libs.x86_64 0:1.5.1-10.el7 |
| 5350 | orc.x86_64 0:0.4.17-5.el7 |
| 5351 | pango.x86_64 0:1.34.1-5.el7 |
| 5352 | parted.x86_64 0:3.1-20.el7 |
| 5353 | pciutils.x86_64 0:3.2.1-4.el7 |
| 5354 | pciutils-libs.x86_64 0:3.2.1-4.el7 |
| 5355 | perl-ExtUtils-Install.noarch 0:1.58-285.el7 |
| 5356 | perl-ExtUtils-Manifest.noarch 0:1.61-244.el7 |
| 5357 | perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7 |
| 5358 | phonon.x86_64 0:4.6.0-9.el7 |
| 5359 | phonon-backend-gstreamer.x86_64 2:4.6.3-3.el7 |
| 5360 | phonon-devel.x86_64 0:4.6.0-9.el7 |
| 5361 | php-cli.x86_64 0:5.4.16-23.el7_0.3 |
| 5362 | php-common.x86_64 0:5.4.16-23.el7_0.3 |
| 5363 | php-doctrine-instantiator.noarch 0:1.0.4-1.el7 |
| 5364 | php-gd.x86_64 0:5.4.16-23.el7_0.3 |
| 5365 | php-ldap.x86_64 0:5.4.16-23.el7_0.3 |
| 5366 | php-mbstring.x86_64 0:5.4.16-23.el7_0.3 |
| 5367 | php-mcrypt.x86_64 0:5.4.16-3.el7 |
| 5368 | php-mysqlnd.x86_64 0:5.4.16-23.el7_0.3 |
| 5369 | php-pear-Auth-SASL.noarch 0:1.0.6-5.el7 |
| 5370 | php-pear-DB.noarch 0:1.7.14-6.el7 |
| 5371 | php-pear-MDB2.noarch 0:2.5.0-0.9.b5.el7 |
| 5372 | php-pear-MDB2-Driver-mysqli.noarch 0:1.5.0-0.8.b4.el7 |
| 5373 | php-pear-Mail-Mime.noarch 0:1.8.9-1.el7 |
| 5374 | php-pear-Mail-mimeDecode.noarch 0:1.5.5-7.el7 |
| 5375 | php-pear-Net-IDNA2.noarch 0:0.1.1-10.el7 |
| 5376 | php-pear-Net-LDAP2.noarch 0:2.1.0-1.el7 |
| 5377 | php-pear-Net-SMTP.noarch 0:1.6.2-1.el7 |
| 5378 | php-pear-Net-Sieve.noarch 0:1.3.4-1.el7 |
| 5379 | php-pear-Net-Socket.noarch 0:1.0.14-1.el7 |
| 5380 | php-phpunit-File-Iterator.noarch 0:1.3.4-5.el7 |
| 5381 | php-phpunit-PHP-CodeCoverage.noarch 0:2.0.15-1.el7 |
| 5382 | php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7 |
| 5383 | php-phpunit-PHP-Timer.noarch 0:1.0.5-5.el7 |
| 5384 | php-phpunit-PHP-TokenStream.noarch 0:1.4.0-1.el7 |
| 5385 | php-phpunit-PHPUnit-MockObject.noarch 0:2.3.0-1.el7 |
| 5386 | php-phpunit-Text-Template.noarch 0:1.2.0-5.el7 |
| 5387 | php-phpunit-Version.noarch 0:1.0.4-1.el7 |
| 5388 | php-phpunit-comparator.noarch 0:1.1.1-1.el7 |
| 5389 | php-phpunit-diff.noarch 0:1.2.0-1.el7 |
| 5390 | php-phpunit-environment.noarch 0:1.2.1-1.el7 |
| 5391 | php-phpunit-exporter.noarch 0:1.2.0-1.el7 |
| 5392 | php-process.x86_64 0:5.4.16-23.el7_0.3 |
| 5393 | php-sebastian-global-state.noarch 0:1.0.0-1.el7 |
| 5394 | php-sebastian-recursion-context.noarch 0:1.0.0-1.el7 |
| 5395 | php-soap.x86_64 0:5.4.16-23.el7_0.3 |
| 5396 | php-symfony-class-loader.noarch 0:2.5.8-1.el7 |
| 5397 | php-symfony-common.noarch 0:2.5.8-1.el7 |
| 5398 | php-symfony-yaml.noarch 0:2.5.8-1.el7 |
| 5399 | php-tidy.x86_64 0:5.4.16-3.el7 |
| 5400 | php-xml.x86_64 0:5.4.16-23.el7_0.3 |
| 5401 | pixman.x86_64 0:0.32.4-3.el7 |
| 5402 | pm-utils.x86_64 0:1.4.1-27.el7 |
| 5403 | polkit.x86_64 0:0.112-5.el7 |
| 5404 | polkit-pkla-compat.x86_64 0:0.1-4.el7 |
| 5405 | polkit-qt.x86_64 0:0.103.0-10.el7_0 |
| 5406 | poppler.x86_64 0:0.22.5-6.el7 |
| 5407 | poppler-data.noarch 0:0.4.6-3.el7 |
| 5408 | poppler-qt.x86_64 0:0.22.5-6.el7 |
| 5409 | popt-devel.x86_64 0:1.13-16.el7 |
| 5410 | psmisc.x86_64 0:22.20-8.el7 |
| 5411 | pulseaudio-libs.x86_64 0:3.0-30.el7 |
| 5412 | pulseaudio-libs-glib2.x86_64 0:3.0-30.el7 |
| 5413 | pyOpenSSL.x86_64 0:0.13.1-3.el7 |
| 5414 | pyparsing.noarch 0:1.5.6-9.el7 |
| 5415 | pyserial.noarch 0:2.6-5.el7 |
| 5416 | python-backports.x86_64 0:1.0-8.el7 |
| 5417 | python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 |
| 5418 | python-dateutil.noarch 0:1.5-7.el7 |
| 5419 | python-zope-interface.x86_64 0:4.0.5-4.el7 |
| 5420 | qca2.x86_64 0:2.0.3-7.el7 |
| 5421 | qjson.x86_64 0:0.8.1-4.el7 |
| 5422 | qt.x86_64 1:4.8.5-8.el7 |
| 5423 | qt-settings.noarch 0:19-23.5.el7 |
| 5424 | qt-x11.x86_64 1:4.8.5-8.el7 |
| 5425 | raptor2.x86_64 0:2.0.9-3.el7 |
| 5426 | rasqal.x86_64 0:0.9.30-4.el7 |
| 5427 | redhat-menus.noarch 0:12.0.2-7.el7 |
| 5428 | redland.x86_64 0:1.0.16-6.el7 |
| 5429 | redland-virtuoso.x86_64 0:1.0.16-6.el7 |
| 5430 | roundcubemail-core.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5431 | roundcubemail-core-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5432 | roundcubemail-plugin-filesystem_attachments.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5433 | roundcubemail-plugin-filesystem_attachments-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5434 | roundcubemail-plugin-jqueryui.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5435 | roundcubemail-plugin-jqueryui-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5436 | roundcubemail-plugin-jqueryui-skin-larry.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5437 | roundcubemail-plugin-jqueryui-skin-larry-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5438 | roundcubemail-plugin-kolab_auth-assets.noarch 0:3.2.8-2.el7.kolab_3.5 |
| 5439 | roundcubemail-plugin-kolab_folders-assets.noarch 0:3.2.8-2.el7.kolab_3.5 |
| 5440 | roundcubemail-plugin-libkolab-assets.noarch 0:3.2.8-2.el7.kolab_3.5 |
| 5441 | roundcubemail-skin-larry.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5442 | roundcubemail-skin-larry-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5443 | rpm-devel.x86_64 0:4.11.1-25.el7 |
| 5444 | sgml-common.noarch 0:0.6.3-39.el7 |
| 5445 | shared-desktop-ontologies.noarch 0:0.11.0-2.el7 |
| 5446 | shared-desktop-ontologies-devel.noarch 0:0.11.0-2.el7 |
| 5447 | soprano.x86_64 0:2.9.2-3.el7 |
| 5448 | soprano-devel.x86_64 0:2.9.2-3.el7 |
| 5449 | speex.x86_64 0:1.2-0.19.rc1.el7 |
| 5450 | strigi-libs.x86_64 0:0.7.7-12.20120626.el7 |
| 5451 | svrcore.x86_64 0:4.0.4-11.el7 |
| 5452 | systemtap-sdt-devel.x86_64 0:2.6-8.el7 |
| 5453 | sysvinit-tools.x86_64 0:2.88-14.dsf.el7 |
| 5454 | t1lib.x86_64 0:5.1.2-14.el7 |
| 5455 | taglib.x86_64 0:1.8-7.20130218git.el7 |
| 5456 | tcl.x86_64 1:8.5.13-4.el7 |
| 5457 | tcp_wrappers-devel.x86_64 0:7.6-77.el7 |
| 5458 | tcp_wrappers-libs.x86_64 0:7.6-77.el7 |
| 5459 | udisks2.x86_64 0:2.1.2-5.el7 |
| 5460 | upower.x86_64 0:0.9.20-7.el7 |
| 5461 | urw-fonts.noarch 0:2.4-16.el7 |
| 5462 | usbmuxd.x86_64 0:1.0.8-11.el7 |
| 5463 | uuid.x86_64 0:1.6.2-26.el7 |
| 5464 | v8.x86_64 1:3.14.5.10-14.el7 |
| 5465 | virtuoso-opensource.x86_64 1:6.1.6-6.el7 |
| 5466 | wavpack.x86_64 0:4.60.1-9.el7 |
| 5467 | xdg-user-dirs.x86_64 0:0.15-4.el7 |
| 5468 | xdg-utils.noarch 0:1.1.0-0.16.20120809git.el7 |
| 5469 | xerces-c.x86_64 0:3.1.1-6.el7 |
| 5470 | xfsprogs.x86_64 0:3.2.1-6.el7 |
| 5471 | xml-common.noarch 0:0.6.3-39.el7 |
| 5472 | xorg-x11-font-utils.x86_64 1:7.5-18.1.el7 |
| 5473 | xorg-x11-proto-devel.noarch 0:7.7-8.el7.1 |
| 5474 | xorg-x11-server-utils.x86_64 0:7.7-4.el7 |
| 5475 | xorg-x11-xauth.x86_64 1:1.0.7-6.1.el7 |
| 5476 | xorg-x11-xinit.x86_64 0:1.3.2-14.el7 |
| 5477 | yajl.x86_64 0:2.0.4-4.el7 |
| 5478 | ycssmin.noarch 0:1.0.1-6.el7 |
| 5479 | |
| 5480 | Complete! |
| 5481 | ---> 7f25a66f5892 |
| 5482 | Removing intermediate container 128838e8d4d2 |
| 5483 | Step 8 : ADD https://cgit.kolab.org/docker/plain/ci/osc.sh / |
| 5484 | ---> b176eeb64ca5 |
| 5485 | Removing intermediate container 340734a59d3c |
| 5486 | Step 9 : RUN chmod 755 /osc.sh && /osc.sh |
| 5487 | ---> Running in 2c5ea2db9252 |
| 5488 | [91m+ pushd /srv |
| 5489 | [0m/srv / |
| 5490 | [91m++ osc ls |
| 5491 | [0m[91m++ grep -E '^Kolab:' |
| 5492 | [0m[91m |
| 5493 | Your user account / password are not configured yet. |
| 5494 | You will be asked for them below, and they will be stored in |
| 5495 | /root/.oscrc for future use. |
| 5496 | |
| 5497 | Creating osc configuration file /root/.oscrc ... |
| 5498 | [0m[91maborted. |
| 5499 | [0m[91m+ rels= |
| 5500 | [0m[91m++ osc ls |
| 5501 | ++ grep -vE '^(cyrus-imapd|deleted|home|Kolab|Kontact)' |
| 5502 | [0m[91m |
| 5503 | Your user account / password are not configured yet. |
| 5504 | You will be asked for them below, and they will be stored in |
| 5505 | /root/.oscrc for future use. |
| 5506 | |
| 5507 | Creating osc configuration file /root/.oscrc ... |
| 5508 | [0m[91maborted. |
| 5509 | + dists='Username: ' |
| 5510 | + rels=Kolab:Development |
| 5511 | + for rel in '${rels}' |
| 5512 | + osc co Kolab:Development |
| 5513 | [0m[91m |
| 5514 | Your user account / password are not configured yet. |
| 5515 | You will be asked for them below, and they will be stored in |
| 5516 | /root/.oscrc for future use. |
| 5517 | |
| 5518 | Creating osc configuration file /root/.oscrc ... |
| 5519 | [0m[91maborted. |
| 5520 | [0mUsername: [91m+ pushd Kolab:Development |
| 5521 | [0m/ |
| 5522 | [91m/osc.sh: line 15: pushd: Kolab:Development: No such file or directory |
| 5523 | ++ find . -mindepth 1 -maxdepth 1 -type d '!' -name .osc |
| 5524 | + popd |
| 5525 | + popd |
| 5526 | /osc.sh: line 46: popd: directory stack empty |
| 5527 | [0m/var/tmp/313 |
| 5528 |
Run Command on atomic02
Run Command on atomic02
- When
- Completed at Apr 19 2015, 11:08 AM · Built for 5 m, 49 s
- Status
Failed
| 1 | + test_build=0 |
|---|---|
| 2 | + test_functional=0 |
| 3 | + test_integration=0 |
| 4 | + test_performance=0 |
| 5 | + test_unit=0 |
| 6 | + vcs=git |
| 7 | + '[' 12 -gt 0 ']' |
| 8 | + case $1 in |
| 9 | ++ eval echo ''\''206'\''' |
| 10 | +++ echo 206 |
| 11 | + id=206 |
| 12 | + shift |
| 13 | + shift |
| 14 | + '[' 10 -gt 0 ']' |
| 15 | + case $1 in |
| 16 | ++ eval echo master |
| 17 | +++ echo master |
| 18 | + commit=master |
| 19 | + shift |
| 20 | + shift |
| 21 | + '[' 8 -gt 0 ']' |
| 22 | + case $1 in |
| 23 | ++ eval echo ''\'''\''' |
| 24 | +++ echo '' |
| 25 | + differential= |
| 26 | + shift |
| 27 | + shift |
| 28 | + '[' 6 -gt 0 ']' |
| 29 | + case $1 in |
| 30 | ++ eval echo ''\''PHID-HMBT-rxzbntmycoqxtdzjlaxi'\''' |
| 31 | +++ echo PHID-HMBT-rxzbntmycoqxtdzjlaxi |
| 32 | + phid=PHID-HMBT-rxzbntmycoqxtdzjlaxi |
| 33 | + shift |
| 34 | + shift |
| 35 | + '[' 4 -gt 0 ']' |
| 36 | + case $1 in |
| 37 | ++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 38 | +++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 39 | + uri=ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 40 | + shift |
| 41 | + shift |
| 42 | + '[' 2 -gt 0 ']' |
| 43 | + case $1 in |
| 44 | ++ eval echo git |
| 45 | +++ echo git |
| 46 | + vcs=git |
| 47 | + shift |
| 48 | + shift |
| 49 | + '[' 0 -gt 0 ']' |
| 50 | + '[' -z master -a -z '' ']' |
| 51 | + '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']' |
| 52 | + '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']' |
| 53 | + test_build=1 |
| 54 | + test_functional=1 |
| 55 | + test_integration=1 |
| 56 | + test_performance=1 |
| 57 | + test_unit=1 |
| 58 | + '[' -z git ']' |
| 59 | + case ${vcs} in |
| 60 | ++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git |
| 61 | + package=stick |
| 62 | ++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 63 | ++ sed -e 's|ssh://git@|https://|g' |
| 64 | + ro_uri=https://git.kolab.org/diffusion/QA/stick.git |
| 65 | + case ${package} in |
| 66 | + case ${uri} in |
| 67 | ++ pwd |
| 68 | + export TMPDIR=/var/tmp/312 |
| 69 | + TMPDIR=/var/tmp/312 |
| 70 | + '[' '!' -d stick.git ']' |
| 71 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 72 | + pushd stick.git |
| 73 | + git checkout master |
| 74 | Already on 'master' |
| 75 | + popd |
| 76 | + '[' stick '!=' stick ']' |
| 77 | + export commit |
| 78 | + export differential |
| 79 | + export id |
| 80 | + export package |
| 81 | + export phid |
| 82 | + export ro_uri |
| 83 | + export uri |
| 84 | + export vcs |
| 85 | + export test_build |
| 86 | + export test_functional |
| 87 | + export test_integration |
| 88 | + export test_performance |
| 89 | + export test_unit |
| 90 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 91 | + pushd stick.git |
| 92 | + ../stick.git/drydocker/stick/build.sh |
| 93 | Sending build context to Docker daemon 3.072 kB |
| 94 | |
| 95 | Sending build context to Docker daemon |
| 96 | 2015/04/19 13:08:41 The command [/bin/sh -c chmod 755 /osc.sh && /osc.sh] returned a non-zero code: 1 |
| 97 | make: *** [all] Error 1 |
| 98 | + retval=2 |
| 99 | + popd |
| 100 | + cd /var/tmp |
| 101 | + rm -rf /var/tmp/312 |
| 102 | + exit 2 |
| 103 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/312/stick.git /var/tmp/312 |
| 3 | /var/tmp/312 |
| 4 | /var/tmp/312/stick.git /var/tmp/312 |
| 5 | Cloning into '/var/tmp/312/docker.git'... |
| 6 | /var/tmp/312/docker.git/ci /var/tmp/312/stick.git |
| 7 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 8 | docker build -t kolab/ci-$dist - < $dist ; \ |
| 9 | done |
| 10 | Step 0 : FROM centos:centos7 |
| 11 | ---> 214a4932132a |
| 12 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 13 | ---> Using cache |
| 14 | ---> dcae4a4725d8 |
| 15 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 16 | ---> Using cache |
| 17 | ---> 2ecb155876fe |
| 18 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 19 | ---> Using cache |
| 20 | ---> 3f48e284caa9 |
| 21 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 22 | ---> Using cache |
| 23 | ---> 3e967874f069 |
| 24 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 25 | ---> Using cache |
| 26 | ---> c22880c81964 |
| 27 | Step 6 : ENV IMAGE maipo |
| 28 | ---> Using cache |
| 29 | ---> 2f63d28b8d7b |
| 30 | Step 7 : RUN yum clean metadata && yum -y install build epel-release git osc passwd perl-Digest-MD5 perl-TimeDate rpmdevtools sudo yum-utils @development @fedora-packager && yum-builddep -y $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' ) |
| 31 | ---> Running in 34bc9b6b2744 |
| 32 | Loaded plugins: fastestmirror |
| 33 | Cleaning repos: Kolab_Development base extras openSUSE_Tools updates |
| 34 | 0 metadata files removed |
| 35 | 0 sqlite files removed |
| 36 | 0 metadata files removed |
| 37 | Loaded plugins: fastestmirror |
| 38 | Determining fastest mirrors |
| 39 | * base: centosmirror.netcup.net |
| 40 | * extras: centosmirror.netcup.net |
| 41 | * updates: ftp.plusline.de |
| 42 | [91mWarning: Package group fedora-packager does not exist. |
| 43 | [0mResolving Dependencies |
| 44 | --> Running transaction check |
| 45 | ---> Package autoconf.noarch 0:2.69-11.el7 will be installed |
| 46 | --> Processing Dependency: perl >= 5.006 for package: autoconf-2.69-11.el7.noarch |
| 47 | --> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch |
| 48 | --> Processing Dependency: perl(warnings) for package: autoconf-2.69-11.el7.noarch |
| 49 | --> Processing Dependency: perl(vars) for package: autoconf-2.69-11.el7.noarch |
| 50 | --> Processing Dependency: perl(strict) for package: autoconf-2.69-11.el7.noarch |
| 51 | --> Processing Dependency: perl(constant) for package: autoconf-2.69-11.el7.noarch |
| 52 | --> Processing Dependency: perl(Text::ParseWords) for package: autoconf-2.69-11.el7.noarch |
| 53 | --> Processing Dependency: perl(POSIX) for package: autoconf-2.69-11.el7.noarch |
| 54 | --> Processing Dependency: perl(IO::File) for package: autoconf-2.69-11.el7.noarch |
| 55 | --> Processing Dependency: perl(Getopt::Long) for package: autoconf-2.69-11.el7.noarch |
| 56 | --> Processing Dependency: perl(File::stat) for package: autoconf-2.69-11.el7.noarch |
| 57 | --> Processing Dependency: perl(File::Spec) for package: autoconf-2.69-11.el7.noarch |
| 58 | --> Processing Dependency: perl(File::Path) for package: autoconf-2.69-11.el7.noarch |
| 59 | --> Processing Dependency: perl(File::Find) for package: autoconf-2.69-11.el7.noarch |
| 60 | --> Processing Dependency: perl(File::Copy) for package: autoconf-2.69-11.el7.noarch |
| 61 | --> Processing Dependency: perl(File::Compare) for package: autoconf-2.69-11.el7.noarch |
| 62 | --> Processing Dependency: perl(File::Basename) for package: autoconf-2.69-11.el7.noarch |
| 63 | --> Processing Dependency: perl(Exporter) for package: autoconf-2.69-11.el7.noarch |
| 64 | --> Processing Dependency: perl(Errno) for package: autoconf-2.69-11.el7.noarch |
| 65 | --> Processing Dependency: perl(DynaLoader) for package: autoconf-2.69-11.el7.noarch |
| 66 | --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch |
| 67 | --> Processing Dependency: perl(Cwd) for package: autoconf-2.69-11.el7.noarch |
| 68 | --> Processing Dependency: perl(Class::Struct) for package: autoconf-2.69-11.el7.noarch |
| 69 | --> Processing Dependency: perl(Carp) for package: autoconf-2.69-11.el7.noarch |
| 70 | --> Processing Dependency: /usr/bin/perl for package: autoconf-2.69-11.el7.noarch |
| 71 | ---> Package automake.noarch 0:1.13.4-3.el7 will be installed |
| 72 | --> Processing Dependency: perl(threads) for package: automake-1.13.4-3.el7.noarch |
| 73 | --> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.el7.noarch |
| 74 | --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch |
| 75 | ---> Package bison.x86_64 0:2.7-4.el7 will be installed |
| 76 | ---> Package build.noarch 0:20150317-192.1 will be installed |
| 77 | --> Processing Dependency: build-mkbaselibs for package: build-20150317-192.1.noarch |
| 78 | --> Processing Dependency: tar for package: build-20150317-192.1.noarch |
| 79 | ---> Package byacc.x86_64 0:1.9.20130304-3.el7 will be installed |
| 80 | ---> Package cscope.x86_64 0:15.8-7.el7 will be installed |
| 81 | --> Processing Dependency: emacs-filesystem for package: cscope-15.8-7.el7.x86_64 |
| 82 | ---> Package ctags.x86_64 0:5.8-13.el7 will be installed |
| 83 | ---> Package diffstat.x86_64 0:1.57-4.el7 will be installed |
| 84 | ---> Package doxygen.x86_64 1:1.8.5-3.el7 will be installed |
| 85 | ---> Package elfutils.x86_64 0:0.160-1.el7 will be installed |
| 86 | --> Processing Dependency: elfutils-libs(x86-64) = 0.160-1.el7 for package: elfutils-0.160-1.el7.x86_64 |
| 87 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.158)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 88 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.149)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 89 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.148)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 90 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.138)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 91 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 92 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 93 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 94 | --> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 95 | --> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 96 | --> Processing Dependency: libdw.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 97 | --> Processing Dependency: libasm.so.1()(64bit) for package: elfutils-0.160-1.el7.x86_64 |
| 98 | ---> Package epel-release.noarch 0:7-5 will be installed |
| 99 | ---> Package flex.x86_64 0:2.5.37-3.el7 will be installed |
| 100 | ---> Package gcc.x86_64 0:4.8.3-9.el7 will be installed |
| 101 | --> Processing Dependency: cpp = 4.8.3-9.el7 for package: gcc-4.8.3-9.el7.x86_64 |
| 102 | --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.3-9.el7.x86_64 |
| 103 | --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.3-9.el7.x86_64 |
| 104 | --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.3-9.el7.x86_64 |
| 105 | ---> Package gcc-c++.x86_64 0:4.8.3-9.el7 will be installed |
| 106 | --> Processing Dependency: libstdc++-devel = 4.8.3-9.el7 for package: gcc-c++-4.8.3-9.el7.x86_64 |
| 107 | ---> Package gcc-gfortran.x86_64 0:4.8.3-9.el7 will be installed |
| 108 | --> Processing Dependency: libquadmath-devel = 4.8.3-9.el7 for package: gcc-gfortran-4.8.3-9.el7.x86_64 |
| 109 | --> Processing Dependency: libquadmath = 4.8.3-9.el7 for package: gcc-gfortran-4.8.3-9.el7.x86_64 |
| 110 | --> Processing Dependency: libgfortran = 4.8.3-9.el7 for package: gcc-gfortran-4.8.3-9.el7.x86_64 |
| 111 | --> Processing Dependency: libgfortran.so.3()(64bit) for package: gcc-gfortran-4.8.3-9.el7.x86_64 |
| 112 | ---> Package gettext.x86_64 0:0.18.2.1-4.el7 will be installed |
| 113 | --> Processing Dependency: libgettextsrc-0.18.2.so()(64bit) for package: gettext-0.18.2.1-4.el7.x86_64 |
| 114 | --> Processing Dependency: libgettextlib-0.18.2.so()(64bit) for package: gettext-0.18.2.1-4.el7.x86_64 |
| 115 | ---> Package git.x86_64 0:1.8.3.1-4.el7 will be installed |
| 116 | --> Processing Dependency: perl-Git = 1.8.3.1-4.el7 for package: git-1.8.3.1-4.el7.x86_64 |
| 117 | --> Processing Dependency: rsync for package: git-1.8.3.1-4.el7.x86_64 |
| 118 | --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-4.el7.x86_64 |
| 119 | --> Processing Dependency: perl(Git) for package: git-1.8.3.1-4.el7.x86_64 |
| 120 | --> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-4.el7.x86_64 |
| 121 | --> Processing Dependency: perl(Error) for package: git-1.8.3.1-4.el7.x86_64 |
| 122 | --> Processing Dependency: openssh-clients for package: git-1.8.3.1-4.el7.x86_64 |
| 123 | --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-4.el7.x86_64 |
| 124 | ---> Package indent.x86_64 0:2.2.11-13.el7 will be installed |
| 125 | ---> Package intltool.noarch 0:0.50.2-6.el7 will be installed |
| 126 | --> Processing Dependency: perl(XML::Parser) for package: intltool-0.50.2-6.el7.noarch |
| 127 | --> Processing Dependency: perl(Encode) for package: intltool-0.50.2-6.el7.noarch |
| 128 | --> Processing Dependency: gettext-devel for package: intltool-0.50.2-6.el7.noarch |
| 129 | ---> Package libtool.x86_64 0:2.4.2-20.el7 will be installed |
| 130 | ---> Package make.x86_64 1:3.82-21.el7 will be installed |
| 131 | ---> Package osc.x86_64 0:0.151.2-164.1 will be installed |
| 132 | --> Processing Dependency: m2crypto > 0.19 for package: osc-0.151.2-164.1.x86_64 |
| 133 | ---> Package passwd.x86_64 0:0.79-4.el7 will be installed |
| 134 | ---> Package patch.x86_64 0:2.7.1-8.el7 will be installed |
| 135 | ---> Package patchutils.x86_64 0:0.3.3-4.el7 will be installed |
| 136 | ---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed |
| 137 | --> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64 |
| 138 | ---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed |
| 139 | --> Processing Dependency: perl(Time::Local) for package: 1:perl-TimeDate-2.30-2.el7.noarch |
| 140 | ---> Package rcs.x86_64 0:5.9.0-5.el7 will be installed |
| 141 | ---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed |
| 142 | --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch |
| 143 | --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch |
| 144 | --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch |
| 145 | ---> Package rpm-build.x86_64 0:4.11.1-25.el7 will be installed |
| 146 | --> Processing Dependency: unzip for package: rpm-build-4.11.1-25.el7.x86_64 |
| 147 | --> Processing Dependency: bzip2 for package: rpm-build-4.11.1-25.el7.x86_64 |
| 148 | --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.1-25.el7.x86_64 |
| 149 | ---> Package rpm-sign.x86_64 0:4.11.1-25.el7 will be installed |
| 150 | ---> Package rpmdevtools.noarch 0:8.3-5.el7 will be installed |
| 151 | --> Processing Dependency: /usr/bin/man for package: rpmdevtools-8.3-5.el7.noarch |
| 152 | ---> Package subversion.x86_64 0:1.7.14-7.el7_0 will be installed |
| 153 | --> Processing Dependency: subversion-libs(x86-64) = 1.7.14-7.el7_0 for package: subversion-1.7.14-7.el7_0.x86_64 |
| 154 | --> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 155 | --> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 156 | --> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 157 | --> Processing Dependency: libsvn_ra_svn-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 158 | --> Processing Dependency: libsvn_ra_neon-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 159 | --> Processing Dependency: libsvn_ra_local-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 160 | --> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 161 | --> Processing Dependency: libsvn_fs_util-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 162 | --> Processing Dependency: libsvn_fs_fs-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 163 | --> Processing Dependency: libsvn_fs_base-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 164 | --> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 165 | --> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 166 | --> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 167 | --> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 168 | --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 169 | --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 170 | --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.7.14-7.el7_0.x86_64 |
| 171 | ---> Package sudo.x86_64 0:1.8.6p7-13.el7 will be installed |
| 172 | ---> Package swig.x86_64 0:2.0.11-11.el7.kolab_3.5 will be installed |
| 173 | ---> Package systemtap.x86_64 0:2.6-8.el7 will be installed |
| 174 | --> Processing Dependency: systemtap-devel = 2.6-8.el7 for package: systemtap-2.6-8.el7.x86_64 |
| 175 | --> Processing Dependency: systemtap-client = 2.6-8.el7 for package: systemtap-2.6-8.el7.x86_64 |
| 176 | ---> Package yum-utils.noarch 0:1.1.31-29.el7 will be installed |
| 177 | --> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-29.el7.noarch |
| 178 | --> Running transaction check |
| 179 | ---> Package apr.x86_64 0:1.4.8-3.el7 will be installed |
| 180 | ---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed |
| 181 | ---> Package build-mkbaselibs.noarch 0:20150317-192.1 will be installed |
| 182 | ---> Package bzip2.x86_64 0:1.0.6-12.el7 will be installed |
| 183 | ---> Package cpp.x86_64 0:4.8.3-9.el7 will be installed |
| 184 | ---> Package dwz.x86_64 0:0.11-3.el7 will be installed |
| 185 | ---> Package elfutils-libs.x86_64 0:0.160-1.el7 will be installed |
| 186 | ---> Package emacs-filesystem.noarch 1:24.3-11.el7 will be installed |
| 187 | ---> Package gdb.x86_64 0:7.6.1-64.el7 will be installed |
| 188 | ---> Package gettext-devel.x86_64 0:0.18.2.1-4.el7 will be installed |
| 189 | --> Processing Dependency: gettext-common-devel = 0.18.2.1-4.el7 for package: gettext-devel-0.18.2.1-4.el7.x86_64 |
| 190 | ---> Package gettext-libs.x86_64 0:0.18.2.1-4.el7 will be installed |
| 191 | ---> Package glibc-devel.x86_64 0:2.17-78.el7 will be installed |
| 192 | --> Processing Dependency: glibc-headers = 2.17-78.el7 for package: glibc-devel-2.17-78.el7.x86_64 |
| 193 | --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-78.el7.x86_64 |
| 194 | ---> Package libgfortran.x86_64 0:4.8.3-9.el7 will be installed |
| 195 | ---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed |
| 196 | ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed |
| 197 | ---> Package libquadmath.x86_64 0:4.8.3-9.el7 will be installed |
| 198 | ---> Package libquadmath-devel.x86_64 0:4.8.3-9.el7 will be installed |
| 199 | ---> Package libstdc++-devel.x86_64 0:4.8.3-9.el7 will be installed |
| 200 | ---> Package m2crypto.x86_64 0:0.21.1-15.el7 will be installed |
| 201 | ---> Package m4.x86_64 0:1.4.16-9.el7 will be installed |
| 202 | ---> Package man-db.x86_64 0:2.6.3-9.el7 will be installed |
| 203 | --> Processing Dependency: libpipeline.so.1()(64bit) for package: man-db-2.6.3-9.el7.x86_64 |
| 204 | ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed |
| 205 | ---> Package neon.x86_64 0:0.30.0-3.el7 will be installed |
| 206 | --> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: neon-0.30.0-3.el7.x86_64 |
| 207 | --> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: neon-0.30.0-3.el7.x86_64 |
| 208 | --> Processing Dependency: libproxy.so.1()(64bit) for package: neon-0.30.0-3.el7.x86_64 |
| 209 | --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-3.el7.x86_64 |
| 210 | --> Processing Dependency: libgnutls.so.28()(64bit) for package: neon-0.30.0-3.el7.x86_64 |
| 211 | ---> Package openssh-clients.x86_64 0:6.6.1p1-11.el7 will be installed |
| 212 | --> Processing Dependency: openssh = 6.6.1p1-11.el7 for package: openssh-clients-6.6.1p1-11.el7.x86_64 |
| 213 | --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-11.el7.x86_64 |
| 214 | --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-11.el7.x86_64 |
| 215 | --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-11.el7.x86_64 |
| 216 | ---> Package perl.x86_64 4:5.16.3-285.el7 will be installed |
| 217 | --> Processing Dependency: perl-libs = 4:5.16.3-285.el7 for package: 4:perl-5.16.3-285.el7.x86_64 |
| 218 | --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-285.el7.x86_64 |
| 219 | --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-285.el7.x86_64 |
| 220 | --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-285.el7.x86_64 |
| 221 | --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-285.el7.x86_64 |
| 222 | --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 223 | --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 224 | --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 225 | --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 226 | --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 227 | --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 228 | --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 229 | --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 230 | --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-285.el7.x86_64 |
| 231 | ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed |
| 232 | ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed |
| 233 | ---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed |
| 234 | ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed |
| 235 | ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed |
| 236 | ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed |
| 237 | ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed |
| 238 | ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed |
| 239 | ---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed |
| 240 | --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch |
| 241 | ---> Package perl-Git.noarch 0:1.8.3.1-4.el7 will be installed |
| 242 | ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed |
| 243 | ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed |
| 244 | ---> Package perl-Test-Harness.noarch 0:3.28-2.el7 will be installed |
| 245 | ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed |
| 246 | ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed |
| 247 | ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed |
| 248 | ---> Package perl-XML-Parser.x86_64 0:2.41-10.el7 will be installed |
| 249 | ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed |
| 250 | ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed |
| 251 | ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed |
| 252 | ---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed |
| 253 | --> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch |
| 254 | ---> Package rsync.x86_64 0:3.0.9-15.el7 will be installed |
| 255 | ---> Package subversion-libs.x86_64 0:1.7.14-7.el7_0 will be installed |
| 256 | ---> Package systemtap-client.x86_64 0:2.6-8.el7 will be installed |
| 257 | --> Processing Dependency: systemtap-runtime = 2.6-8.el7 for package: systemtap-client-2.6-8.el7.x86_64 |
| 258 | --> Processing Dependency: mokutil for package: systemtap-client-2.6-8.el7.x86_64 |
| 259 | --> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap-client-2.6-8.el7.x86_64 |
| 260 | --> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap-client-2.6-8.el7.x86_64 |
| 261 | ---> Package systemtap-devel.x86_64 0:2.6-8.el7 will be installed |
| 262 | --> Processing Dependency: kernel-devel for package: systemtap-devel-2.6-8.el7.x86_64 |
| 263 | ---> Package tar.x86_64 2:1.26-29.el7 will be installed |
| 264 | ---> Package unzip.x86_64 0:6.0-15.el7 will be installed |
| 265 | ---> Package zip.x86_64 0:3.0-10.el7 will be installed |
| 266 | --> Running transaction check |
| 267 | ---> Package avahi-libs.x86_64 0:0.6.31-14.el7 will be installed |
| 268 | ---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed |
| 269 | --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64 |
| 270 | ---> Package gettext-common-devel.noarch 0:0.18.2.1-4.el7 will be installed |
| 271 | ---> Package glibc-headers.x86_64 0:2.17-78.el7 will be installed |
| 272 | --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-78.el7.x86_64 |
| 273 | --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-78.el7.x86_64 |
| 274 | ---> Package gnutls.x86_64 0:3.3.8-12.el7 will be installed |
| 275 | --> Processing Dependency: libtspi.so.1()(64bit) for package: gnutls-3.3.8-12.el7.x86_64 |
| 276 | --> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.8-12.el7.x86_64 |
| 277 | --> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.8-12.el7.x86_64 |
| 278 | ---> Package kernel-devel.x86_64 0:3.10.0-229.1.2.el7 will be installed |
| 279 | ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed |
| 280 | ---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed |
| 281 | ---> Package libproxy.x86_64 0:0.4.11-6.el7 will be installed |
| 282 | --> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-6.el7.x86_64 |
| 283 | ---> Package mokutil.x86_64 0:0.7-5.el7 will be installed |
| 284 | ---> Package openssh.x86_64 0:6.6.1p1-11.el7 will be installed |
| 285 | ---> Package pakchois.x86_64 0:0.4-10.el7 will be installed |
| 286 | ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed |
| 287 | ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed |
| 288 | --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch |
| 289 | ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed |
| 290 | --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch |
| 291 | --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch |
| 292 | ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed |
| 293 | ---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed |
| 294 | ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed |
| 295 | ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed |
| 296 | ---> Package perl-libs.x86_64 4:5.16.3-285.el7 will be installed |
| 297 | ---> Package perl-macros.x86_64 4:5.16.3-285.el7 will be installed |
| 298 | ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed |
| 299 | ---> Package python-chardet.noarch 0:2.0.1-7.el7 will be installed |
| 300 | ---> Package systemtap-runtime.x86_64 0:2.6-8.el7 will be installed |
| 301 | --> Processing Dependency: libsymtabAPI.so.8.2()(64bit) for package: systemtap-runtime-2.6-8.el7.x86_64 |
| 302 | --> Processing Dependency: libdyninstAPI.so.8.2()(64bit) for package: systemtap-runtime-2.6-8.el7.x86_64 |
| 303 | --> Running transaction check |
| 304 | ---> Package dyninst.x86_64 0:8.2.0-2.el7 will be installed |
| 305 | --> Processing Dependency: libdwarf.so.0()(64bit) for package: dyninst-8.2.0-2.el7.x86_64 |
| 306 | --> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: dyninst-8.2.0-2.el7.x86_64 |
| 307 | --> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: dyninst-8.2.0-2.el7.x86_64 |
| 308 | ---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed |
| 309 | ---> Package kernel-headers.x86_64 0:3.10.0-229.1.2.el7 will be installed |
| 310 | ---> Package libmodman.x86_64 0:2.0.1-8.el7 will be installed |
| 311 | ---> Package nettle.x86_64 0:2.7.1-4.el7 will be installed |
| 312 | ---> Package perl-Pod-Escapes.noarch 1:1.04-285.el7 will be installed |
| 313 | ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed |
| 314 | --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch |
| 315 | --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch |
| 316 | ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed |
| 317 | ---> Package trousers.x86_64 0:0.3.11.2-3.el7 will be installed |
| 318 | --> Running transaction check |
| 319 | ---> Package boost-system.x86_64 0:1.53.0-23.el7 will be installed |
| 320 | ---> Package boost-thread.x86_64 0:1.53.0-23.el7 will be installed |
| 321 | ---> Package libdwarf.x86_64 0:20130207-4.el7 will be installed |
| 322 | ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed |
| 323 | ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed |
| 324 | --> Finished Dependency Resolution |
| 325 | |
| 326 | Dependencies Resolved |
| 327 | |
| 328 | ================================================================================ |
| 329 | Package Arch Version Repository Size |
| 330 | ================================================================================ |
| 331 | Installing for group install "Development Tools": |
| 332 | autoconf noarch 2.69-11.el7 base 701 k |
| 333 | automake noarch 1.13.4-3.el7 base 679 k |
| 334 | bison x86_64 2.7-4.el7 base 578 k |
| 335 | byacc x86_64 1.9.20130304-3.el7 base 65 k |
| 336 | cscope x86_64 15.8-7.el7 base 203 k |
| 337 | ctags x86_64 5.8-13.el7 base 155 k |
| 338 | diffstat x86_64 1.57-4.el7 base 35 k |
| 339 | doxygen x86_64 1:1.8.5-3.el7 base 3.6 M |
| 340 | elfutils x86_64 0.160-1.el7 base 262 k |
| 341 | flex x86_64 2.5.37-3.el7 base 292 k |
| 342 | gcc x86_64 4.8.3-9.el7 base 16 M |
| 343 | gcc-c++ x86_64 4.8.3-9.el7 base 7.2 M |
| 344 | gcc-gfortran x86_64 4.8.3-9.el7 base 6.6 M |
| 345 | gettext x86_64 0.18.2.1-4.el7 base 959 k |
| 346 | git x86_64 1.8.3.1-4.el7 base 4.3 M |
| 347 | indent x86_64 2.2.11-13.el7 base 150 k |
| 348 | intltool noarch 0.50.2-6.el7 base 59 k |
| 349 | libtool x86_64 2.4.2-20.el7 base 588 k |
| 350 | make x86_64 1:3.82-21.el7 base 420 k |
| 351 | patch x86_64 2.7.1-8.el7 base 110 k |
| 352 | patchutils x86_64 0.3.3-4.el7 base 104 k |
| 353 | rcs x86_64 5.9.0-5.el7 base 230 k |
| 354 | redhat-rpm-config noarch 9.1.0-68.el7.centos base 77 k |
| 355 | rpm-build x86_64 4.11.1-25.el7 base 141 k |
| 356 | rpm-sign x86_64 4.11.1-25.el7 base 42 k |
| 357 | subversion x86_64 1.7.14-7.el7_0 updates 1.0 M |
| 358 | swig x86_64 2.0.11-11.el7.kolab_3.5 Kolab_Development 1.3 M |
| 359 | systemtap x86_64 2.6-8.el7 base 24 k |
| 360 | Installing: |
| 361 | build noarch 20150317-192.1 openSUSE_Tools 157 k |
| 362 | epel-release noarch 7-5 extras 14 k |
| 363 | osc x86_64 0.151.2-164.1 openSUSE_Tools 504 k |
| 364 | passwd x86_64 0.79-4.el7 base 105 k |
| 365 | perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k |
| 366 | perl-TimeDate noarch 1:2.30-2.el7 base 52 k |
| 367 | rpmdevtools noarch 8.3-5.el7 base 97 k |
| 368 | sudo x86_64 1.8.6p7-13.el7 base 718 k |
| 369 | yum-utils noarch 1.1.31-29.el7 base 112 k |
| 370 | Installing for dependencies: |
| 371 | apr x86_64 1.4.8-3.el7 base 103 k |
| 372 | apr-util x86_64 1.5.2-6.el7 base 92 k |
| 373 | avahi-libs x86_64 0.6.31-14.el7 base 60 k |
| 374 | boost-system x86_64 1.53.0-23.el7 base 39 k |
| 375 | boost-thread x86_64 1.53.0-23.el7 base 56 k |
| 376 | build-mkbaselibs noarch 20150317-192.1 openSUSE_Tools 37 k |
| 377 | bzip2 x86_64 1.0.6-12.el7 base 52 k |
| 378 | cpp x86_64 4.8.3-9.el7 base 5.9 M |
| 379 | dwz x86_64 0.11-3.el7 base 99 k |
| 380 | dyninst x86_64 8.2.0-2.el7 base 2.5 M |
| 381 | elfutils-libs x86_64 0.160-1.el7 base 249 k |
| 382 | emacs-filesystem noarch 1:24.3-11.el7 base 57 k |
| 383 | fipscheck x86_64 1.4.1-5.el7 base 21 k |
| 384 | fipscheck-lib x86_64 1.4.1-5.el7 base 11 k |
| 385 | gdb x86_64 7.6.1-64.el7 base 2.4 M |
| 386 | gettext-common-devel noarch 0.18.2.1-4.el7 base 368 k |
| 387 | gettext-devel x86_64 0.18.2.1-4.el7 base 315 k |
| 388 | gettext-libs x86_64 0.18.2.1-4.el7 base 435 k |
| 389 | glibc-devel x86_64 2.17-78.el7 base 1.0 M |
| 390 | glibc-headers x86_64 2.17-78.el7 base 656 k |
| 391 | gnutls x86_64 3.3.8-12.el7 base 662 k |
| 392 | kernel-devel x86_64 3.10.0-229.1.2.el7 updates 9.9 M |
| 393 | kernel-headers x86_64 3.10.0-229.1.2.el7 updates 2.3 M |
| 394 | libdwarf x86_64 20130207-4.el7 base 109 k |
| 395 | libedit x86_64 3.0-12.20121213cvs.el7 base 92 k |
| 396 | libgfortran x86_64 4.8.3-9.el7 base 290 k |
| 397 | libgnome-keyring x86_64 3.8.0-3.el7 base 109 k |
| 398 | libmodman x86_64 2.0.1-8.el7 base 28 k |
| 399 | libmpc x86_64 1.0.1-3.el7 base 51 k |
| 400 | libpipeline x86_64 1.2.3-3.el7 base 53 k |
| 401 | libproxy x86_64 0.4.11-6.el7 base 65 k |
| 402 | libquadmath x86_64 4.8.3-9.el7 base 179 k |
| 403 | libquadmath-devel x86_64 4.8.3-9.el7 base 42 k |
| 404 | libstdc++-devel x86_64 4.8.3-9.el7 base 1.5 M |
| 405 | m2crypto x86_64 0.21.1-15.el7 base 428 k |
| 406 | m4 x86_64 1.4.16-9.el7 base 256 k |
| 407 | man-db x86_64 2.6.3-9.el7 base 559 k |
| 408 | mokutil x86_64 0.7-5.el7 base 23 k |
| 409 | mpfr x86_64 3.1.1-4.el7 base 203 k |
| 410 | neon x86_64 0.30.0-3.el7 base 165 k |
| 411 | nettle x86_64 2.7.1-4.el7 base 327 k |
| 412 | openssh x86_64 6.6.1p1-11.el7 base 431 k |
| 413 | openssh-clients x86_64 6.6.1p1-11.el7 base 635 k |
| 414 | pakchois x86_64 0.4-10.el7 base 14 k |
| 415 | perl x86_64 4:5.16.3-285.el7 base 8.0 M |
| 416 | perl-Carp noarch 1.26-244.el7 base 19 k |
| 417 | perl-Data-Dumper x86_64 2.145-3.el7 base 47 k |
| 418 | perl-Digest noarch 1.17-245.el7 base 23 k |
| 419 | perl-Encode x86_64 2.51-7.el7 base 1.5 M |
| 420 | perl-Error noarch 1:0.17020-2.el7 base 32 k |
| 421 | perl-Exporter noarch 5.68-3.el7 base 28 k |
| 422 | perl-File-Path noarch 2.09-2.el7 base 26 k |
| 423 | perl-File-Temp noarch 0.23.01-3.el7 base 56 k |
| 424 | perl-Filter x86_64 1.49-3.el7 base 76 k |
| 425 | perl-Getopt-Long noarch 2.40-2.el7 base 56 k |
| 426 | perl-Git noarch 1.8.3.1-4.el7 base 52 k |
| 427 | perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k |
| 428 | perl-PathTools x86_64 3.40-5.el7 base 82 k |
| 429 | perl-Pod-Escapes noarch 1:1.04-285.el7 base 50 k |
| 430 | perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k |
| 431 | perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k |
| 432 | perl-Pod-Usage noarch 1.63-3.el7 base 27 k |
| 433 | perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k |
| 434 | perl-Socket x86_64 2.010-3.el7 base 49 k |
| 435 | perl-Storable x86_64 2.45-3.el7 base 77 k |
| 436 | perl-TermReadKey x86_64 2.30-20.el7 base 31 k |
| 437 | perl-Test-Harness noarch 3.28-2.el7 base 302 k |
| 438 | perl-Text-ParseWords noarch 3.29-4.el7 base 14 k |
| 439 | perl-Thread-Queue noarch 3.02-2.el7 base 17 k |
| 440 | perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k |
| 441 | perl-Time-Local noarch 1.2300-2.el7 base 24 k |
| 442 | perl-XML-Parser x86_64 2.41-10.el7 base 223 k |
| 443 | perl-constant noarch 1.27-2.el7 base 19 k |
| 444 | perl-libs x86_64 4:5.16.3-285.el7 base 687 k |
| 445 | perl-macros x86_64 4:5.16.3-285.el7 base 42 k |
| 446 | perl-parent noarch 1:0.225-244.el7 base 12 k |
| 447 | perl-podlators noarch 2.5.1-3.el7 base 112 k |
| 448 | perl-srpm-macros noarch 1-8.el7 base 4.6 k |
| 449 | perl-threads x86_64 1.87-4.el7 base 49 k |
| 450 | perl-threads-shared x86_64 1.43-6.el7 base 39 k |
| 451 | python-chardet noarch 2.0.1-7.el7 base 222 k |
| 452 | python-kitchen noarch 1.1.1-5.el7 base 267 k |
| 453 | rsync x86_64 3.0.9-15.el7 base 359 k |
| 454 | subversion-libs x86_64 1.7.14-7.el7_0 updates 921 k |
| 455 | systemtap-client x86_64 2.6-8.el7 base 3.6 M |
| 456 | systemtap-devel x86_64 2.6-8.el7 base 1.6 M |
| 457 | systemtap-runtime x86_64 2.6-8.el7 base 265 k |
| 458 | tar x86_64 2:1.26-29.el7 base 843 k |
| 459 | trousers x86_64 0.3.11.2-3.el7 base 286 k |
| 460 | unzip x86_64 6.0-15.el7 updates 166 k |
| 461 | zip x86_64 3.0-10.el7 base 260 k |
| 462 | |
| 463 | Transaction Summary |
| 464 | ================================================================================ |
| 465 | Install 37 Packages (+91 Dependent packages) |
| 466 | |
| 467 | Total download size: 101 M |
| 468 | Installed size: 300 M |
| 469 | Downloading packages: |
| 470 | Delta RPMs disabled because /usr/bin/applydeltarpm not installed. |
| 471 | [91mwarning: /var/cache/yum/x86_64/7/base/packages/apr-util-1.5.2-6.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY |
| 472 | [0mPublic key for apr-util-1.5.2-6.el7.x86_64.rpm is not installed |
| 473 | Public key for epel-release-7-5.noarch.rpm is not installed |
| 474 | Public key for kernel-headers-3.10.0-229.1.2.el7.x86_64.rpm is not installed |
| 475 | -------------------------------------------------------------------------------- |
| 476 | Total 13 MB/s | 101 MB 00:07 |
| 477 | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 |
| 478 | [91mImporting GPG key 0xF4A80EB5: |
| 479 | Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>" |
| 480 | Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 |
| 481 | Package : centos-release-7-1.1503.el7.centos.2.8.x86_64 (@CentOS/$releasever) |
| 482 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 |
| 483 | [0mRunning transaction check |
| 484 | Running transaction test |
| 485 | Transaction test succeeded |
| 486 | Running transaction |
| 487 | Installing : mpfr-3.1.1-4.el7.x86_64 1/128 |
| 488 | Installing : libmpc-1.0.1-3.el7.x86_64 2/128 |
| 489 | Installing : fipscheck-1.4.1-5.el7.x86_64 3/128 |
| 490 | Installing : fipscheck-lib-1.4.1-5.el7.x86_64 4/128 |
| 491 | Installing : apr-1.4.8-3.el7.x86_64 5/128 |
| 492 | Installing : libquadmath-4.8.3-9.el7.x86_64 6/128 |
| 493 | Installing : m4-1.4.16-9.el7.x86_64 7/128 |
| 494 | Installing : elfutils-libs-0.160-1.el7.x86_64 8/128 |
| 495 | Installing : 2:tar-1.26-29.el7.x86_64 9/128 |
| 496 | Installing : apr-util-1.5.2-6.el7.x86_64 10/128 |
| 497 | Installing : unzip-6.0-15.el7.x86_64 11/128 |
| 498 | Installing : gettext-libs-0.18.2.1-4.el7.x86_64 12/128 |
| 499 | Installing : zip-3.0-10.el7.x86_64 13/128 |
| 500 | Installing : avahi-libs-0.6.31-14.el7.x86_64 14/128 |
| 501 | Installing : boost-system-1.53.0-23.el7.x86_64 15/128 |
| 502 | Installing : 1:emacs-filesystem-24.3-11.el7.noarch 16/128 |
| 503 | Installing : patch-2.7.1-8.el7.x86_64 17/128 |
| 504 | Installing : boost-thread-1.53.0-23.el7.x86_64 18/128 |
| 505 | Installing : gettext-0.18.2.1-4.el7.x86_64 19/128 |
| 506 | install-info: No such file or directory for /usr/share/info/gettext.info.gz |
| 507 | Installing : elfutils-0.160-1.el7.x86_64 20/128 |
| 508 | Installing : libgfortran-4.8.3-9.el7.x86_64 21/128 |
| 509 | Installing : openssh-6.6.1p1-11.el7.x86_64 22/128 |
| 510 | Installing : cpp-4.8.3-9.el7.x86_64 23/128 |
| 511 | Installing : 1:perl-parent-0.225-244.el7.noarch 24/128 |
| 512 | Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 25/128 |
| 513 | Installing : perl-podlators-2.5.1-3.el7.noarch 26/128 |
| 514 | Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 27/128 |
| 515 | Installing : 1:perl-Pod-Escapes-1.04-285.el7.noarch 28/128 |
| 516 | Installing : perl-Text-ParseWords-3.29-4.el7.noarch 29/128 |
| 517 | Installing : perl-Encode-2.51-7.el7.x86_64 30/128 |
| 518 | Installing : perl-Pod-Usage-1.63-3.el7.noarch 31/128 |
| 519 | Installing : 4:perl-macros-5.16.3-285.el7.x86_64 32/128 |
| 520 | Installing : 4:perl-libs-5.16.3-285.el7.x86_64 33/128 |
| 521 | Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 34/128 |
| 522 | Installing : perl-threads-1.87-4.el7.x86_64 35/128 |
| 523 | Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 36/128 |
| 524 | Installing : perl-threads-shared-1.43-6.el7.x86_64 37/128 |
| 525 | Installing : perl-Storable-2.45-3.el7.x86_64 38/128 |
| 526 | Installing : perl-Carp-1.26-244.el7.noarch 39/128 |
| 527 | Installing : perl-Filter-1.49-3.el7.x86_64 40/128 |
| 528 | Installing : perl-Exporter-5.68-3.el7.noarch 41/128 |
| 529 | Installing : perl-constant-1.27-2.el7.noarch 42/128 |
| 530 | Installing : perl-File-Temp-0.23.01-3.el7.noarch 43/128 |
| 531 | Installing : perl-File-Path-2.09-2.el7.noarch 44/128 |
| 532 | Installing : perl-PathTools-3.40-5.el7.x86_64 45/128 |
| 533 | Installing : perl-Time-Local-1.2300-2.el7.noarch 46/128 |
| 534 | Installing : perl-Socket-2.010-3.el7.x86_64 47/128 |
| 535 | Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 48/128 |
| 536 | Installing : perl-Getopt-Long-2.40-2.el7.noarch 49/128 |
| 537 | Installing : 4:perl-5.16.3-285.el7.x86_64 50/128 |
| 538 | Installing : perl-Thread-Queue-3.02-2.el7.noarch 51/128 |
| 539 | Installing : 1:perl-Error-0.17020-2.el7.noarch 52/128 |
| 540 | Installing : perl-Test-Harness-3.28-2.el7.noarch 53/128 |
| 541 | Installing : perl-TermReadKey-2.30-20.el7.x86_64 54/128 |
| 542 | Installing : perl-Data-Dumper-2.145-3.el7.x86_64 55/128 |
| 543 | Installing : autoconf-2.69-11.el7.noarch 56/128 |
| 544 | install-info: No such file or directory for /usr/share/info/autoconf.info |
| 545 | Installing : automake-1.13.4-3.el7.noarch 57/128 |
| 546 | install-info: No such file or directory for /usr/share/info/automake.info.gz |
| 547 | Installing : kernel-devel-3.10.0-229.1.2.el7.x86_64 58/128 |
| 548 | Installing : perl-Digest-1.17-245.el7.noarch 59/128 |
| 549 | Installing : build-mkbaselibs-20150317-192.1.noarch 60/128 |
| 550 | Installing : perl-XML-Parser-2.41-10.el7.x86_64 61/128 |
| 551 | Installing : nettle-2.7.1-4.el7.x86_64 62/128 |
| 552 | install-info: No such file or directory for /usr/share/info/nettle.info |
| 553 | Installing : m2crypto-0.21.1-15.el7.x86_64 63/128 |
| 554 | Installing : gdb-7.6.1-64.el7.x86_64 64/128 |
| 555 | Installing : gettext-common-devel-0.18.2.1-4.el7.noarch 65/128 |
| 556 | Installing : pakchois-0.4-10.el7.x86_64 66/128 |
| 557 | Installing : dwz-0.11-3.el7.x86_64 67/128 |
| 558 | Installing : libgnome-keyring-3.8.0-3.el7.x86_64 68/128 |
| 559 | Installing : libpipeline-1.2.3-3.el7.x86_64 69/128 |
| 560 | Installing : man-db-2.6.3-9.el7.x86_64 70/128 |
| 561 | Installing : mokutil-0.7-5.el7.x86_64 71/128 |
| 562 | Installing : perl-srpm-macros-1-8.el7.noarch 72/128 |
| 563 | Installing : redhat-rpm-config-9.1.0-68.el7.centos.noarch 73/128 |
| 564 | Installing : python-chardet-2.0.1-7.el7.noarch 74/128 |
| 565 | Installing : python-kitchen-1.1.1-5.el7.noarch 75/128 |
| 566 | Installing : libmodman-2.0.1-8.el7.x86_64 76/128 |
| 567 | Installing : libproxy-0.4.11-6.el7.x86_64 77/128 |
| 568 | Installing : rsync-3.0.9-15.el7.x86_64 78/128 |
| 569 | Installing : kernel-headers-3.10.0-229.1.2.el7.x86_64 79/128 |
| 570 | Installing : glibc-headers-2.17-78.el7.x86_64 80/128 |
| 571 | Installing : glibc-devel-2.17-78.el7.x86_64 81/128 |
| 572 | Installing : gcc-4.8.3-9.el7.x86_64 82/128 |
| 573 | Installing : libquadmath-devel-4.8.3-9.el7.x86_64 83/128 |
| 574 | Installing : 1:make-3.82-21.el7.x86_64 84/128 |
| 575 | Installing : systemtap-devel-2.6-8.el7.x86_64 85/128 |
| 576 | Installing : libedit-3.0-12.20121213cvs.el7.x86_64 86/128 |
| 577 | Installing : openssh-clients-6.6.1p1-11.el7.x86_64 87/128 |
| 578 | Installing : perl-Git-1.8.3.1-4.el7.noarch 88/128 |
| 579 | Installing : git-1.8.3.1-4.el7.x86_64 89/128 |
| 580 | Installing : gettext-devel-0.18.2.1-4.el7.x86_64 90/128 |
| 581 | install-info: No such file or directory for /usr/share/info/autosprintf.info |
| 582 | Installing : bzip2-1.0.6-12.el7.x86_64 91/128 |
| 583 | Installing : rpm-build-4.11.1-25.el7.x86_64 92/128 |
| 584 | Installing : trousers-0.3.11.2-3.el7.x86_64 93/128 |
| 585 | Installing : gnutls-3.3.8-12.el7.x86_64 94/128 |
| 586 | Installing : neon-0.30.0-3.el7.x86_64 95/128 |
| 587 | Installing : subversion-libs-1.7.14-7.el7_0.x86_64 96/128 |
| 588 | Installing : libstdc++-devel-4.8.3-9.el7.x86_64 97/128 |
| 589 | Installing : libdwarf-20130207-4.el7.x86_64 98/128 |
| 590 | Installing : dyninst-8.2.0-2.el7.x86_64 99/128 |
| 591 | Installing : systemtap-runtime-2.6-8.el7.x86_64 100/128 |
| 592 | Installing : systemtap-client-2.6-8.el7.x86_64 101/128 |
| 593 | Installing : systemtap-2.6-8.el7.x86_64 102/128 |
| 594 | Installing : gcc-c++-4.8.3-9.el7.x86_64 103/128 |
| 595 | Installing : subversion-1.7.14-7.el7_0.x86_64 104/128 |
| 596 | Installing : rpmdevtools-8.3-5.el7.noarch 105/128 |
| 597 | Installing : intltool-0.50.2-6.el7.noarch 106/128 |
| 598 | Installing : gcc-gfortran-4.8.3-9.el7.x86_64 107/128 |
| 599 | Installing : libtool-2.4.2-20.el7.x86_64 108/128 |
| 600 | install-info: No such file or directory for /usr/share/info/libtool.info.gz |
| 601 | Installing : yum-utils-1.1.31-29.el7.noarch 109/128 |
| 602 | Installing : osc-0.151.2-164.1.x86_64 110/128 |
| 603 | Installing : build-20150317-192.1.noarch 111/128 |
| 604 | Installing : perl-Digest-MD5-2.52-3.el7.x86_64 112/128 |
| 605 | Installing : patchutils-0.3.3-4.el7.x86_64 113/128 |
| 606 | Installing : 1:perl-TimeDate-2.30-2.el7.noarch 114/128 |
| 607 | Installing : cscope-15.8-7.el7.x86_64 115/128 |
| 608 | Installing : bison-2.7-4.el7.x86_64 116/128 |
| 609 | Installing : flex-2.5.37-3.el7.x86_64 117/128 |
| 610 | Installing : epel-release-7-5.noarch 118/128 |
| 611 | Installing : indent-2.2.11-13.el7.x86_64 119/128 |
| 612 | Installing : rpm-sign-4.11.1-25.el7.x86_64 120/128 |
| 613 | Installing : ctags-5.8-13.el7.x86_64 121/128 |
| 614 | Installing : swig-2.0.11-11.el7.kolab_3.5.x86_64 122/128 |
| 615 | Installing : passwd-0.79-4.el7.x86_64 123/128 |
| 616 | Installing : byacc-1.9.20130304-3.el7.x86_64 124/128 |
| 617 | Installing : sudo-1.8.6p7-13.el7.x86_64 125/128 |
| 618 | Installing : rcs-5.9.0-5.el7.x86_64 126/128 |
| 619 | Installing : diffstat-1.57-4.el7.x86_64 127/128 |
| 620 | Installing : 1:doxygen-1.8.5-3.el7.x86_64 128/128 |
| 621 | Verifying : 2:tar-1.26-29.el7.x86_64 1/128 |
| 622 | Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/128 |
| 623 | Verifying : elfutils-libs-0.160-1.el7.x86_64 3/128 |
| 624 | Verifying : libdwarf-20130207-4.el7.x86_64 4/128 |
| 625 | Verifying : perl-Test-Harness-3.28-2.el7.noarch 5/128 |
| 626 | Verifying : libstdc++-devel-4.8.3-9.el7.x86_64 6/128 |
| 627 | Verifying : trousers-0.3.11.2-3.el7.x86_64 7/128 |
| 628 | Verifying : 1:doxygen-1.8.5-3.el7.x86_64 8/128 |
| 629 | Verifying : perl-TermReadKey-2.30-20.el7.x86_64 9/128 |
| 630 | Verifying : bzip2-1.0.6-12.el7.x86_64 10/128 |
| 631 | Verifying : perl-File-Temp-0.23.01-3.el7.noarch 11/128 |
| 632 | Verifying : cscope-15.8-7.el7.x86_64 12/128 |
| 633 | Verifying : patch-2.7.1-8.el7.x86_64 13/128 |
| 634 | Verifying : build-20150317-192.1.noarch 14/128 |
| 635 | Verifying : libproxy-0.4.11-6.el7.x86_64 15/128 |
| 636 | Verifying : glibc-devel-2.17-78.el7.x86_64 16/128 |
| 637 | Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 17/128 |
| 638 | Verifying : boost-thread-1.53.0-23.el7.x86_64 18/128 |
| 639 | Verifying : apr-util-1.5.2-6.el7.x86_64 19/128 |
| 640 | Verifying : 4:perl-macros-5.16.3-285.el7.x86_64 20/128 |
| 641 | Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 21/128 |
| 642 | Verifying : glibc-headers-2.17-78.el7.x86_64 22/128 |
| 643 | Verifying : patchutils-0.3.3-4.el7.x86_64 23/128 |
| 644 | Verifying : systemtap-devel-2.6-8.el7.x86_64 24/128 |
| 645 | Verifying : neon-0.30.0-3.el7.x86_64 25/128 |
| 646 | Verifying : 4:perl-5.16.3-285.el7.x86_64 26/128 |
| 647 | Verifying : autoconf-2.69-11.el7.noarch 27/128 |
| 648 | Verifying : intltool-0.50.2-6.el7.noarch 28/128 |
| 649 | Verifying : perl-File-Path-2.09-2.el7.noarch 29/128 |
| 650 | Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 30/128 |
| 651 | Verifying : 1:make-3.82-21.el7.x86_64 31/128 |
| 652 | Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 32/128 |
| 653 | Verifying : diffstat-1.57-4.el7.x86_64 33/128 |
| 654 | Verifying : kernel-headers-3.10.0-229.1.2.el7.x86_64 34/128 |
| 655 | Verifying : bison-2.7-4.el7.x86_64 35/128 |
| 656 | Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 36/128 |
| 657 | Verifying : automake-1.13.4-3.el7.noarch 37/128 |
| 658 | Verifying : rsync-3.0.9-15.el7.x86_64 38/128 |
| 659 | Verifying : kernel-devel-3.10.0-229.1.2.el7.x86_64 39/128 |
| 660 | Verifying : systemtap-client-2.6-8.el7.x86_64 40/128 |
| 661 | Verifying : elfutils-0.160-1.el7.x86_64 41/128 |
| 662 | Verifying : osc-0.151.2-164.1.x86_64 42/128 |
| 663 | Verifying : gettext-0.18.2.1-4.el7.x86_64 43/128 |
| 664 | Verifying : rcs-5.9.0-5.el7.x86_64 44/128 |
| 665 | Verifying : libtool-2.4.2-20.el7.x86_64 45/128 |
| 666 | Verifying : libmodman-2.0.1-8.el7.x86_64 46/128 |
| 667 | Verifying : python-chardet-2.0.1-7.el7.noarch 47/128 |
| 668 | Verifying : libmpc-1.0.1-3.el7.x86_64 48/128 |
| 669 | Verifying : sudo-1.8.6p7-13.el7.x86_64 49/128 |
| 670 | Verifying : perl-Pod-Usage-1.63-3.el7.noarch 50/128 |
| 671 | Verifying : perl-Encode-2.51-7.el7.x86_64 51/128 |
| 672 | Verifying : perl-threads-1.87-4.el7.x86_64 52/128 |
| 673 | Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 53/128 |
| 674 | Verifying : python-kitchen-1.1.1-5.el7.noarch 54/128 |
| 675 | Verifying : 1:emacs-filesystem-24.3-11.el7.noarch 55/128 |
| 676 | Verifying : 4:perl-libs-5.16.3-285.el7.x86_64 56/128 |
| 677 | Verifying : perl-Digest-1.17-245.el7.noarch 57/128 |
| 678 | Verifying : perl-srpm-macros-1-8.el7.noarch 58/128 |
| 679 | Verifying : perl-Git-1.8.3.1-4.el7.noarch 59/128 |
| 680 | Verifying : perl-threads-shared-1.43-6.el7.x86_64 60/128 |
| 681 | Verifying : perl-Storable-2.45-3.el7.x86_64 61/128 |
| 682 | Verifying : m4-1.4.16-9.el7.x86_64 62/128 |
| 683 | Verifying : byacc-1.9.20130304-3.el7.x86_64 63/128 |
| 684 | Verifying : libgfortran-4.8.3-9.el7.x86_64 64/128 |
| 685 | Verifying : 1:perl-Pod-Escapes-1.04-285.el7.noarch 65/128 |
| 686 | Verifying : passwd-0.79-4.el7.x86_64 66/128 |
| 687 | Verifying : 1:perl-parent-0.225-244.el7.noarch 67/128 |
| 688 | Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 68/128 |
| 689 | Verifying : systemtap-runtime-2.6-8.el7.x86_64 69/128 |
| 690 | Verifying : mokutil-0.7-5.el7.x86_64 70/128 |
| 691 | Verifying : subversion-libs-1.7.14-7.el7_0.x86_64 71/128 |
| 692 | Verifying : boost-system-1.53.0-23.el7.x86_64 72/128 |
| 693 | Verifying : avahi-libs-0.6.31-14.el7.x86_64 73/128 |
| 694 | Verifying : perl-Carp-1.26-244.el7.noarch 74/128 |
| 695 | Verifying : libpipeline-1.2.3-3.el7.x86_64 75/128 |
| 696 | Verifying : swig-2.0.11-11.el7.kolab_3.5.x86_64 76/128 |
| 697 | Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 77/128 |
| 698 | Verifying : openssh-6.6.1p1-11.el7.x86_64 78/128 |
| 699 | Verifying : gnutls-3.3.8-12.el7.x86_64 79/128 |
| 700 | Verifying : perl-podlators-2.5.1-3.el7.noarch 80/128 |
| 701 | Verifying : zip-3.0-10.el7.x86_64 81/128 |
| 702 | Verifying : 1:perl-TimeDate-2.30-2.el7.noarch 82/128 |
| 703 | Verifying : mpfr-3.1.1-4.el7.x86_64 83/128 |
| 704 | Verifying : dyninst-8.2.0-2.el7.x86_64 84/128 |
| 705 | Verifying : perl-Filter-1.49-3.el7.x86_64 85/128 |
| 706 | Verifying : dwz-0.11-3.el7.x86_64 86/128 |
| 707 | Verifying : openssh-clients-6.6.1p1-11.el7.x86_64 87/128 |
| 708 | Verifying : pakchois-0.4-10.el7.x86_64 88/128 |
| 709 | Verifying : fipscheck-1.4.1-5.el7.x86_64 89/128 |
| 710 | Verifying : libquadmath-4.8.3-9.el7.x86_64 90/128 |
| 711 | Verifying : ctags-5.8-13.el7.x86_64 91/128 |
| 712 | Verifying : build-mkbaselibs-20150317-192.1.noarch 92/128 |
| 713 | Verifying : perl-XML-Parser-2.41-10.el7.x86_64 93/128 |
| 714 | Verifying : perl-Exporter-5.68-3.el7.noarch 94/128 |
| 715 | Verifying : perl-constant-1.27-2.el7.noarch 95/128 |
| 716 | Verifying : perl-PathTools-3.40-5.el7.x86_64 96/128 |
| 717 | Verifying : rpm-sign-4.11.1-25.el7.x86_64 97/128 |
| 718 | Verifying : gettext-common-devel-0.18.2.1-4.el7.noarch 98/128 |
| 719 | Verifying : gcc-gfortran-4.8.3-9.el7.x86_64 99/128 |
| 720 | Verifying : libquadmath-devel-4.8.3-9.el7.x86_64 100/128 |
| 721 | Verifying : gettext-libs-0.18.2.1-4.el7.x86_64 101/128 |
| 722 | Verifying : yum-utils-1.1.31-29.el7.noarch 102/128 |
| 723 | Verifying : apr-1.4.8-3.el7.x86_64 103/128 |
| 724 | Verifying : gdb-7.6.1-64.el7.x86_64 104/128 |
| 725 | Verifying : perl-Thread-Queue-3.02-2.el7.noarch 105/128 |
| 726 | Verifying : cpp-4.8.3-9.el7.x86_64 106/128 |
| 727 | Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 107/128 |
| 728 | Verifying : perl-Time-Local-1.2300-2.el7.noarch 108/128 |
| 729 | Verifying : git-1.8.3.1-4.el7.x86_64 109/128 |
| 730 | Verifying : man-db-2.6.3-9.el7.x86_64 110/128 |
| 731 | Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 111/128 |
| 732 | Verifying : perl-Socket-2.010-3.el7.x86_64 112/128 |
| 733 | Verifying : gcc-c++-4.8.3-9.el7.x86_64 113/128 |
| 734 | Verifying : rpm-build-4.11.1-25.el7.x86_64 114/128 |
| 735 | Verifying : 1:perl-Error-0.17020-2.el7.noarch 115/128 |
| 736 | Verifying : indent-2.2.11-13.el7.x86_64 116/128 |
| 737 | Verifying : flex-2.5.37-3.el7.x86_64 117/128 |
| 738 | Verifying : rpmdevtools-8.3-5.el7.noarch 118/128 |
| 739 | Verifying : unzip-6.0-15.el7.x86_64 119/128 |
| 740 | Verifying : gettext-devel-0.18.2.1-4.el7.x86_64 120/128 |
| 741 | Verifying : gcc-4.8.3-9.el7.x86_64 121/128 |
| 742 | Verifying : m2crypto-0.21.1-15.el7.x86_64 122/128 |
| 743 | Verifying : perl-Getopt-Long-2.40-2.el7.noarch 123/128 |
| 744 | Verifying : redhat-rpm-config-9.1.0-68.el7.centos.noarch 124/128 |
| 745 | Verifying : systemtap-2.6-8.el7.x86_64 125/128 |
| 746 | Verifying : subversion-1.7.14-7.el7_0.x86_64 126/128 |
| 747 | Verifying : nettle-2.7.1-4.el7.x86_64 127/128 |
| 748 | Verifying : epel-release-7-5.noarch 128/128 |
| 749 | |
| 750 | Installed: |
| 751 | autoconf.noarch 0:2.69-11.el7 |
| 752 | automake.noarch 0:1.13.4-3.el7 |
| 753 | bison.x86_64 0:2.7-4.el7 |
| 754 | build.noarch 0:20150317-192.1 |
| 755 | byacc.x86_64 0:1.9.20130304-3.el7 |
| 756 | cscope.x86_64 0:15.8-7.el7 |
| 757 | ctags.x86_64 0:5.8-13.el7 |
| 758 | diffstat.x86_64 0:1.57-4.el7 |
| 759 | doxygen.x86_64 1:1.8.5-3.el7 |
| 760 | elfutils.x86_64 0:0.160-1.el7 |
| 761 | epel-release.noarch 0:7-5 |
| 762 | flex.x86_64 0:2.5.37-3.el7 |
| 763 | gcc.x86_64 0:4.8.3-9.el7 |
| 764 | gcc-c++.x86_64 0:4.8.3-9.el7 |
| 765 | gcc-gfortran.x86_64 0:4.8.3-9.el7 |
| 766 | gettext.x86_64 0:0.18.2.1-4.el7 |
| 767 | git.x86_64 0:1.8.3.1-4.el7 |
| 768 | indent.x86_64 0:2.2.11-13.el7 |
| 769 | intltool.noarch 0:0.50.2-6.el7 |
| 770 | libtool.x86_64 0:2.4.2-20.el7 |
| 771 | make.x86_64 1:3.82-21.el7 |
| 772 | osc.x86_64 0:0.151.2-164.1 |
| 773 | passwd.x86_64 0:0.79-4.el7 |
| 774 | patch.x86_64 0:2.7.1-8.el7 |
| 775 | patchutils.x86_64 0:0.3.3-4.el7 |
| 776 | perl-Digest-MD5.x86_64 0:2.52-3.el7 |
| 777 | perl-TimeDate.noarch 1:2.30-2.el7 |
| 778 | rcs.x86_64 0:5.9.0-5.el7 |
| 779 | redhat-rpm-config.noarch 0:9.1.0-68.el7.centos |
| 780 | rpm-build.x86_64 0:4.11.1-25.el7 |
| 781 | rpm-sign.x86_64 0:4.11.1-25.el7 |
| 782 | rpmdevtools.noarch 0:8.3-5.el7 |
| 783 | subversion.x86_64 0:1.7.14-7.el7_0 |
| 784 | sudo.x86_64 0:1.8.6p7-13.el7 |
| 785 | swig.x86_64 0:2.0.11-11.el7.kolab_3.5 |
| 786 | systemtap.x86_64 0:2.6-8.el7 |
| 787 | yum-utils.noarch 0:1.1.31-29.el7 |
| 788 | |
| 789 | Dependency Installed: |
| 790 | apr.x86_64 0:1.4.8-3.el7 |
| 791 | apr-util.x86_64 0:1.5.2-6.el7 |
| 792 | avahi-libs.x86_64 0:0.6.31-14.el7 |
| 793 | boost-system.x86_64 0:1.53.0-23.el7 |
| 794 | boost-thread.x86_64 0:1.53.0-23.el7 |
| 795 | build-mkbaselibs.noarch 0:20150317-192.1 |
| 796 | bzip2.x86_64 0:1.0.6-12.el7 |
| 797 | cpp.x86_64 0:4.8.3-9.el7 |
| 798 | dwz.x86_64 0:0.11-3.el7 |
| 799 | dyninst.x86_64 0:8.2.0-2.el7 |
| 800 | elfutils-libs.x86_64 0:0.160-1.el7 |
| 801 | emacs-filesystem.noarch 1:24.3-11.el7 |
| 802 | fipscheck.x86_64 0:1.4.1-5.el7 |
| 803 | fipscheck-lib.x86_64 0:1.4.1-5.el7 |
| 804 | gdb.x86_64 0:7.6.1-64.el7 |
| 805 | gettext-common-devel.noarch 0:0.18.2.1-4.el7 |
| 806 | gettext-devel.x86_64 0:0.18.2.1-4.el7 |
| 807 | gettext-libs.x86_64 0:0.18.2.1-4.el7 |
| 808 | glibc-devel.x86_64 0:2.17-78.el7 |
| 809 | glibc-headers.x86_64 0:2.17-78.el7 |
| 810 | gnutls.x86_64 0:3.3.8-12.el7 |
| 811 | kernel-devel.x86_64 0:3.10.0-229.1.2.el7 |
| 812 | kernel-headers.x86_64 0:3.10.0-229.1.2.el7 |
| 813 | libdwarf.x86_64 0:20130207-4.el7 |
| 814 | libedit.x86_64 0:3.0-12.20121213cvs.el7 |
| 815 | libgfortran.x86_64 0:4.8.3-9.el7 |
| 816 | libgnome-keyring.x86_64 0:3.8.0-3.el7 |
| 817 | libmodman.x86_64 0:2.0.1-8.el7 |
| 818 | libmpc.x86_64 0:1.0.1-3.el7 |
| 819 | libpipeline.x86_64 0:1.2.3-3.el7 |
| 820 | libproxy.x86_64 0:0.4.11-6.el7 |
| 821 | libquadmath.x86_64 0:4.8.3-9.el7 |
| 822 | libquadmath-devel.x86_64 0:4.8.3-9.el7 |
| 823 | libstdc++-devel.x86_64 0:4.8.3-9.el7 |
| 824 | m2crypto.x86_64 0:0.21.1-15.el7 |
| 825 | m4.x86_64 0:1.4.16-9.el7 |
| 826 | man-db.x86_64 0:2.6.3-9.el7 |
| 827 | mokutil.x86_64 0:0.7-5.el7 |
| 828 | mpfr.x86_64 0:3.1.1-4.el7 |
| 829 | neon.x86_64 0:0.30.0-3.el7 |
| 830 | nettle.x86_64 0:2.7.1-4.el7 |
| 831 | openssh.x86_64 0:6.6.1p1-11.el7 |
| 832 | openssh-clients.x86_64 0:6.6.1p1-11.el7 |
| 833 | pakchois.x86_64 0:0.4-10.el7 |
| 834 | perl.x86_64 4:5.16.3-285.el7 |
| 835 | perl-Carp.noarch 0:1.26-244.el7 |
| 836 | perl-Data-Dumper.x86_64 0:2.145-3.el7 |
| 837 | perl-Digest.noarch 0:1.17-245.el7 |
| 838 | perl-Encode.x86_64 0:2.51-7.el7 |
| 839 | perl-Error.noarch 1:0.17020-2.el7 |
| 840 | perl-Exporter.noarch 0:5.68-3.el7 |
| 841 | perl-File-Path.noarch 0:2.09-2.el7 |
| 842 | perl-File-Temp.noarch 0:0.23.01-3.el7 |
| 843 | perl-Filter.x86_64 0:1.49-3.el7 |
| 844 | perl-Getopt-Long.noarch 0:2.40-2.el7 |
| 845 | perl-Git.noarch 0:1.8.3.1-4.el7 |
| 846 | perl-HTTP-Tiny.noarch 0:0.033-3.el7 |
| 847 | perl-PathTools.x86_64 0:3.40-5.el7 |
| 848 | perl-Pod-Escapes.noarch 1:1.04-285.el7 |
| 849 | perl-Pod-Perldoc.noarch 0:3.20-4.el7 |
| 850 | perl-Pod-Simple.noarch 1:3.28-4.el7 |
| 851 | perl-Pod-Usage.noarch 0:1.63-3.el7 |
| 852 | perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 |
| 853 | perl-Socket.x86_64 0:2.010-3.el7 |
| 854 | perl-Storable.x86_64 0:2.45-3.el7 |
| 855 | perl-TermReadKey.x86_64 0:2.30-20.el7 |
| 856 | perl-Test-Harness.noarch 0:3.28-2.el7 |
| 857 | perl-Text-ParseWords.noarch 0:3.29-4.el7 |
| 858 | perl-Thread-Queue.noarch 0:3.02-2.el7 |
| 859 | perl-Time-HiRes.x86_64 4:1.9725-3.el7 |
| 860 | perl-Time-Local.noarch 0:1.2300-2.el7 |
| 861 | perl-XML-Parser.x86_64 0:2.41-10.el7 |
| 862 | perl-constant.noarch 0:1.27-2.el7 |
| 863 | perl-libs.x86_64 4:5.16.3-285.el7 |
| 864 | perl-macros.x86_64 4:5.16.3-285.el7 |
| 865 | perl-parent.noarch 1:0.225-244.el7 |
| 866 | perl-podlators.noarch 0:2.5.1-3.el7 |
| 867 | perl-srpm-macros.noarch 0:1-8.el7 |
| 868 | perl-threads.x86_64 0:1.87-4.el7 |
| 869 | perl-threads-shared.x86_64 0:1.43-6.el7 |
| 870 | python-chardet.noarch 0:2.0.1-7.el7 |
| 871 | python-kitchen.noarch 0:1.1.1-5.el7 |
| 872 | rsync.x86_64 0:3.0.9-15.el7 |
| 873 | subversion-libs.x86_64 0:1.7.14-7.el7_0 |
| 874 | systemtap-client.x86_64 0:2.6-8.el7 |
| 875 | systemtap-devel.x86_64 0:2.6-8.el7 |
| 876 | systemtap-runtime.x86_64 0:2.6-8.el7 |
| 877 | tar.x86_64 2:1.26-29.el7 |
| 878 | trousers.x86_64 0:0.3.11.2-3.el7 |
| 879 | unzip.x86_64 0:6.0-15.el7 |
| 880 | zip.x86_64 0:3.0-10.el7 |
| 881 | |
| 882 | Complete! |
| 883 | Loaded plugins: fastestmirror |
| 884 | Enabling base-source repository |
| 885 | Enabling epel-source repository |
| 886 | Enabling extras-source repository |
| 887 | Enabling updates-source repository |
| 888 | Loading mirror speeds from cached hostfile |
| 889 | * base: centosmirror.netcup.net |
| 890 | * epel: mirrors.n-ix.net |
| 891 | * epel-source: mirrors.n-ix.net |
| 892 | * extras: centosmirror.netcup.net |
| 893 | * updates: ftp.plusline.de |
| 894 | Checking for new repos for mirrors |
| 895 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 896 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 897 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 898 | --> uglify-js-2.4.13-5.el7.noarch |
| 899 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 900 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 901 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 902 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 903 | --> uglify-js-2.4.13-5.el7.noarch |
| 904 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 905 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 906 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 907 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 908 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 909 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 910 | --> uglify-js-2.4.13-5.el7.noarch |
| 911 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 912 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 913 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 914 | --> uglify-js-2.4.13-5.el7.noarch |
| 915 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 916 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 917 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 918 | --> uglify-js-2.4.13-5.el7.noarch |
| 919 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 920 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 921 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 922 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 923 | --> uglify-js-2.4.13-5.el7.noarch |
| 924 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 925 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 926 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 927 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 928 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 929 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 930 | --> uglify-js-2.4.13-5.el7.noarch |
| 931 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 932 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 933 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 934 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 935 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 936 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 937 | --> uglify-js-2.4.13-5.el7.noarch |
| 938 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 939 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 940 | Getting requirements for swig-2.0.11-11.el7.kolab_3.5.src |
| 941 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 942 | --> 5:guile-devel-2.0.9-5.el7.x86_64 |
| 943 | --> dos2unix-6.0.3-4.el7.x86_64 |
| 944 | --> pcre-devel-8.32-14.el7.x86_64 |
| 945 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 946 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 947 | --> Already installed : 4:perl-5.16.3-285.el7.x86_64 |
| 948 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 949 | --> Already installed : gawk-4.0.2-4.el7.x86_64 |
| 950 | --> perl-Test-Simple-0.98-243.el7.noarch |
| 951 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 952 | --> 1:tcl-devel-8.5.13-4.el7.x86_64 |
| 953 | --> python-devel-2.7.5-16.el7.x86_64 |
| 954 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 955 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 956 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 957 | --> uglify-js-2.4.13-5.el7.noarch |
| 958 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 959 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 960 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 961 | --> uglify-js-2.4.13-5.el7.noarch |
| 962 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 963 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 964 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 965 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 966 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 967 | --> uglify-js-2.4.13-5.el7.noarch |
| 968 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 969 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 970 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 971 | --> uglify-js-2.4.13-5.el7.noarch |
| 972 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 973 | Getting requirements for cyrus-imapd-2.4.17-7.el7.src |
| 974 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 975 | --> tcp_wrappers-7.6-77.el7.x86_64 |
| 976 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 977 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 978 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 979 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 980 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 981 | --> libdb-devel-5.3.21-17.el7_0.1.x86_64 |
| 982 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 983 | --> groff-1.22.2-8.el7.x86_64 |
| 984 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 985 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 986 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 987 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 988 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 989 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 990 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 991 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 992 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 993 | --> uglify-js-2.4.13-5.el7.noarch |
| 994 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 995 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 996 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 997 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 998 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 999 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1000 | --> uglify-js-2.4.13-5.el7.noarch |
| 1001 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1002 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1003 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1004 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1005 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1006 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1007 | --> uglify-js-2.4.13-5.el7.noarch |
| 1008 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1009 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1010 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1011 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1012 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1013 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1014 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1015 | --> uglify-js-2.4.13-5.el7.noarch |
| 1016 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1017 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1018 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1019 | --> uglify-js-2.4.13-5.el7.noarch |
| 1020 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1021 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1022 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1023 | --> uglify-js-2.4.13-5.el7.noarch |
| 1024 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1025 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1026 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1027 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1028 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1029 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1030 | --> uglify-js-2.4.13-5.el7.noarch |
| 1031 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1032 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1033 | Getting requirements for roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.src |
| 1034 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1035 | --> nodejs-less-1.7.0-2.el7.noarch |
| 1036 | --> uglify-js-2.4.13-5.el7.noarch |
| 1037 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1038 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1039 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1040 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1041 | --> uglify-js-2.4.13-5.el7.noarch |
| 1042 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1043 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1044 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1045 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1046 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1047 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1048 | --> uglify-js-2.4.13-5.el7.noarch |
| 1049 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1050 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1051 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1052 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1053 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1054 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1055 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1056 | --> uglify-js-2.4.13-5.el7.noarch |
| 1057 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1058 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1059 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1060 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1061 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1062 | --> uglify-js-2.4.13-5.el7.noarch |
| 1063 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1064 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1065 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1066 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1067 | --> uglify-js-2.4.13-5.el7.noarch |
| 1068 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1069 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1070 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1071 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1072 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1073 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1074 | --> uglify-js-2.4.13-5.el7.noarch |
| 1075 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1076 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1077 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1078 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1079 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1080 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1081 | --> uglify-js-2.4.13-5.el7.noarch |
| 1082 | Getting requirements for libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.src |
| 1083 | --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64 |
| 1084 | --> uuid-devel-1.6.2-26.el7.x86_64 |
| 1085 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1086 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1087 | --> e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 1088 | --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 |
| 1089 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1090 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1091 | --> cmake-2.8.11-4.el7.x86_64 |
| 1092 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1093 | --> 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 1094 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1095 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1096 | --> kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 1097 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1098 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1099 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1100 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1101 | --> uglify-js-2.4.13-5.el7.noarch |
| 1102 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1103 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1104 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1105 | --> uglify-js-2.4.13-5.el7.noarch |
| 1106 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1107 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1108 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1109 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1110 | --> uglify-js-2.4.13-5.el7.noarch |
| 1111 | Getting requirements for libphutil-20150415.gitaaee400-2.el7.kolab_3.5.src |
| 1112 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1113 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1114 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1115 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1116 | --> uglify-js-2.4.13-5.el7.noarch |
| 1117 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1118 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1119 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1120 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1121 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1122 | --> uglify-js-2.4.13-5.el7.noarch |
| 1123 | Getting requirements for roundcubemail-plugin-composeaddressbook-5.0-25.el7.kolab_3.5.src |
| 1124 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1125 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 1126 | --> python-nose-1.3.0-2.el7.noarch |
| 1127 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 1128 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 1129 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 1130 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 1131 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 1132 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1133 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 1134 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 1135 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 1136 | --> pytz-2012d-5.el7.noarch |
| 1137 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1138 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1139 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 1140 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 1141 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1142 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1143 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1144 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1145 | --> uglify-js-2.4.13-5.el7.noarch |
| 1146 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1147 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1148 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1149 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1150 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1151 | --> uglify-js-2.4.13-5.el7.noarch |
| 1152 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1153 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1154 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1155 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1156 | --> uglify-js-2.4.13-5.el7.noarch |
| 1157 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1158 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1159 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1160 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1161 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1162 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1163 | --> uglify-js-2.4.13-5.el7.noarch |
| 1164 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1165 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1166 | Getting requirements for kolab-freebusy-1.0.7-5.el7.kolab_3.5.src |
| 1167 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1168 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1169 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1170 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1171 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1172 | --> uglify-js-2.4.13-5.el7.noarch |
| 1173 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1174 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1175 | Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src |
| 1176 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1177 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 1178 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 1179 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 1180 | --> zlib-devel-1.2.7-13.el7.x86_64 |
| 1181 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1182 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1183 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1184 | --> uglify-js-2.4.13-5.el7.noarch |
| 1185 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1186 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1187 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1188 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1189 | --> uglify-js-2.4.13-5.el7.noarch |
| 1190 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1191 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1192 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1193 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1194 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1195 | --> uglify-js-2.4.13-5.el7.noarch |
| 1196 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1197 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1198 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1199 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1200 | --> uglify-js-2.4.13-5.el7.noarch |
| 1201 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1202 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1203 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1204 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1205 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1206 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1207 | --> uglify-js-2.4.13-5.el7.noarch |
| 1208 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1209 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1210 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1211 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1212 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1213 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1214 | --> uglify-js-2.4.13-5.el7.noarch |
| 1215 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1216 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1217 | Getting requirements for php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.src |
| 1218 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1219 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1220 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1221 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1222 | --> uglify-js-2.4.13-5.el7.noarch |
| 1223 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1224 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1225 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1226 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1227 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1228 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1229 | --> uglify-js-2.4.13-5.el7.noarch |
| 1230 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1231 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1232 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1233 | Getting requirements for iRony-0.3.0-4.el7.kolab_3.5.src |
| 1234 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1235 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1236 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1237 | --> uglify-js-2.4.13-5.el7.noarch |
| 1238 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1239 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1240 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1241 | --> uglify-js-2.4.13-5.el7.noarch |
| 1242 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1243 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1244 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1245 | --> uglify-js-2.4.13-5.el7.noarch |
| 1246 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 1247 | --> python-nose-1.3.0-2.el7.noarch |
| 1248 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 1249 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 1250 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 1251 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 1252 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 1253 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1254 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 1255 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 1256 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 1257 | --> pytz-2012d-5.el7.noarch |
| 1258 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1259 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1260 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 1261 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 1262 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1263 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1264 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1265 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1266 | --> uglify-js-2.4.13-5.el7.noarch |
| 1267 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1268 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1269 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1270 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1271 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1272 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1273 | --> uglify-js-2.4.13-5.el7.noarch |
| 1274 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1275 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1276 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1277 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1278 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1279 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1280 | --> uglify-js-2.4.13-5.el7.noarch |
| 1281 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1282 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1283 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1284 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1285 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1286 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1287 | --> uglify-js-2.4.13-5.el7.noarch |
| 1288 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1289 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1290 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1291 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1292 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1293 | --> uglify-js-2.4.13-5.el7.noarch |
| 1294 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1295 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1296 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1297 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1298 | --> uglify-js-2.4.13-5.el7.noarch |
| 1299 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1300 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1301 | Getting requirements for chwala-0.3.1-1.el7.kolab_3.5.src |
| 1302 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1303 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1304 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1305 | --> uglify-js-2.4.13-5.el7.noarch |
| 1306 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1307 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 1308 | --> python-nose-1.3.0-2.el7.noarch |
| 1309 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 1310 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 1311 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 1312 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 1313 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 1314 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1315 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 1316 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 1317 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 1318 | --> pytz-2012d-5.el7.noarch |
| 1319 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1320 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1321 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 1322 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 1323 | Getting requirements for libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.src |
| 1324 | --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64 |
| 1325 | --> uuid-devel-1.6.2-26.el7.x86_64 |
| 1326 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1327 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1328 | --> e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 1329 | --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 |
| 1330 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1331 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1332 | --> cmake-2.8.11-4.el7.x86_64 |
| 1333 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1334 | --> 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 1335 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1336 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1337 | --> kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 1338 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1339 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1340 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1341 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1342 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1343 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1344 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1345 | --> uglify-js-2.4.13-5.el7.noarch |
| 1346 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1347 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1348 | Getting requirements for roundcubemail-1.1.0-1.el7.src |
| 1349 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1350 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1351 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1352 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1353 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1354 | --> uglify-js-2.4.13-5.el7.noarch |
| 1355 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1356 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1357 | Getting requirements for cyrus-imapd-2.5.0-69.el7.kolab_3.5.src |
| 1358 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 1359 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 1360 | --> Already installed : libtool-2.4.2-20.el7.x86_64 |
| 1361 | --> groff-1.22.2-8.el7.x86_64 |
| 1362 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 1363 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 1364 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 1365 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 1366 | --> CUnit-devel-2.1.3-8.el7.x86_64 |
| 1367 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 1368 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 1369 | --> cyrus-sasl-md5-2.1.26-17.el7.x86_64 |
| 1370 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 1371 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 1372 | --> cyrus-sasl-plain-2.1.26-17.el7.x86_64 |
| 1373 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 1374 | --> jansson-devel-2.4-6.el7.x86_64 |
| 1375 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 1376 | --> perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 1377 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 1378 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 1379 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1380 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1381 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1382 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1383 | --> uglify-js-2.4.13-5.el7.noarch |
| 1384 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1385 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1386 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1387 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1388 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1389 | --> uglify-js-2.4.13-5.el7.noarch |
| 1390 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1391 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1392 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1393 | --> uglify-js-2.4.13-5.el7.noarch |
| 1394 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1395 | Getting requirements for libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.src |
| 1396 | --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64 |
| 1397 | --> uuid-devel-1.6.2-26.el7.x86_64 |
| 1398 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1399 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1400 | --> e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 1401 | --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 |
| 1402 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1403 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1404 | --> cmake-2.8.11-4.el7.x86_64 |
| 1405 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1406 | --> 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 1407 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1408 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1409 | --> kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 1410 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1411 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1412 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1413 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1414 | --> uglify-js-2.4.13-5.el7.noarch |
| 1415 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1416 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1417 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1418 | --> uglify-js-2.4.13-5.el7.noarch |
| 1419 | Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src |
| 1420 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1421 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 1422 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 1423 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 1424 | --> zlib-devel-1.2.7-13.el7.x86_64 |
| 1425 | Getting requirements for python-sievelib-0.5.2-14.el7.kolab_3.5.src |
| 1426 | --> python-setuptools-0.9.8-3.el7.noarch |
| 1427 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1428 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1429 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1430 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1431 | --> uglify-js-2.4.13-5.el7.noarch |
| 1432 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1433 | Getting requirements for libkolab-0.6.git.1426688750-9.el7.kolab_3.5.src |
| 1434 | --> libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1435 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1436 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 1437 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1438 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1439 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1440 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1441 | --> cmake-2.8.11-4.el7.x86_64 |
| 1442 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1443 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1444 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1445 | --> uglify-js-2.4.13-5.el7.noarch |
| 1446 | Getting requirements for kolab-schema-3.2-3.el7.kolab_3.5.src |
| 1447 | Getting requirements for python-cssmin-0.2.0-3.el7.src |
| 1448 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1449 | --> python-setuptools-0.9.8-3.el7.noarch |
| 1450 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1451 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1452 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1453 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1454 | --> uglify-js-2.4.13-5.el7.noarch |
| 1455 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1456 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1457 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1458 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1459 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1460 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1461 | --> uglify-js-2.4.13-5.el7.noarch |
| 1462 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1463 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1464 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1465 | Getting requirements for kolab-3.1.9-4.el7.kolab_3.5.src |
| 1466 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1467 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1468 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1469 | --> uglify-js-2.4.13-5.el7.noarch |
| 1470 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1471 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1472 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1473 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1474 | --> uglify-js-2.4.13-5.el7.noarch |
| 1475 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1476 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1477 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1478 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1479 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1480 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1481 | --> uglify-js-2.4.13-5.el7.noarch |
| 1482 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1483 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1484 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1485 | --> uglify-js-2.4.13-5.el7.noarch |
| 1486 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1487 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1488 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1489 | --> uglify-js-2.4.13-5.el7.noarch |
| 1490 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1491 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1492 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1493 | --> uglify-js-2.4.13-5.el7.noarch |
| 1494 | Getting requirements for libkolab-0.6.git.1426688750-9.el7.kolab_3.5.src |
| 1495 | --> libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1496 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1497 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 1498 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1499 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1500 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1501 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1502 | --> cmake-2.8.11-4.el7.x86_64 |
| 1503 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1504 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1505 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1506 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1507 | --> uglify-js-2.4.13-5.el7.noarch |
| 1508 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1509 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1510 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1511 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1512 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1513 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1514 | --> uglify-js-2.4.13-5.el7.noarch |
| 1515 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1516 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1517 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1518 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1519 | --> uglify-js-2.4.13-5.el7.noarch |
| 1520 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1521 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1522 | Getting requirements for kolab-utils-3.1-17.el7.kolab_3.5.src |
| 1523 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 1524 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1525 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1526 | --> libkolab-devel-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1527 | --> cmake-2.8.11-4.el7.x86_64 |
| 1528 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1529 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1530 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1531 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1532 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1533 | --> uglify-js-2.4.13-5.el7.noarch |
| 1534 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1535 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1536 | Getting requirements for libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.src |
| 1537 | --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64 |
| 1538 | --> uuid-devel-1.6.2-26.el7.x86_64 |
| 1539 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1540 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1541 | --> e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 1542 | --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 |
| 1543 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1544 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1545 | --> cmake-2.8.11-4.el7.x86_64 |
| 1546 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1547 | --> 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 1548 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1549 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1550 | --> kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 1551 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1552 | Getting requirements for libkolab-0.6.git.1426688750-9.el7.kolab_3.5.src |
| 1553 | --> libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1554 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1555 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 1556 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1557 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1558 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1559 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1560 | --> cmake-2.8.11-4.el7.x86_64 |
| 1561 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1562 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1563 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1564 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1565 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1566 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1567 | --> uglify-js-2.4.13-5.el7.noarch |
| 1568 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1569 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1570 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1571 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1572 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1573 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1574 | --> uglify-js-2.4.13-5.el7.noarch |
| 1575 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1576 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1577 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1578 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1579 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1580 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1581 | --> uglify-js-2.4.13-5.el7.noarch |
| 1582 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1583 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1584 | Getting requirements for libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.src |
| 1585 | --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64 |
| 1586 | --> uuid-devel-1.6.2-26.el7.x86_64 |
| 1587 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1588 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1589 | --> e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 1590 | --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 |
| 1591 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1592 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1593 | --> cmake-2.8.11-4.el7.x86_64 |
| 1594 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1595 | --> 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 1596 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1597 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1598 | --> kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 1599 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1600 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1601 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1602 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1603 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1604 | --> uglify-js-2.4.13-5.el7.noarch |
| 1605 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1606 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1607 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1608 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1609 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1610 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1611 | --> uglify-js-2.4.13-5.el7.noarch |
| 1612 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1613 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1614 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 1615 | --> python-nose-1.3.0-2.el7.noarch |
| 1616 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 1617 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 1618 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 1619 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 1620 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 1621 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1622 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 1623 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 1624 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 1625 | --> pytz-2012d-5.el7.noarch |
| 1626 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1627 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1628 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 1629 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 1630 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1631 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1632 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1633 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1634 | --> uglify-js-2.4.13-5.el7.noarch |
| 1635 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1636 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1637 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1638 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1639 | --> uglify-js-2.4.13-5.el7.noarch |
| 1640 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1641 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1642 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1643 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1644 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1645 | --> uglify-js-2.4.13-5.el7.noarch |
| 1646 | Getting requirements for python-icalendar-3.8.2-8.el7.kolab_3.5.src |
| 1647 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1648 | --> python-setuptools-0.9.8-3.el7.noarch |
| 1649 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1650 | Getting requirements for kolab-webadmin-3.2.7-3.el7.kolab_3.5.src |
| 1651 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1652 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1653 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1654 | --> uglify-js-2.4.13-5.el7.noarch |
| 1655 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1656 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1657 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1658 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1659 | --> uglify-js-2.4.13-5.el7.noarch |
| 1660 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1661 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1662 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1663 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1664 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1665 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1666 | --> uglify-js-2.4.13-5.el7.noarch |
| 1667 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1668 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1669 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1670 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1671 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1672 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1673 | --> uglify-js-2.4.13-5.el7.noarch |
| 1674 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1675 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1676 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1677 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1678 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1679 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1680 | --> uglify-js-2.4.13-5.el7.noarch |
| 1681 | Getting requirements for arcanist-20150415.giteb03646-1.el7.kolab_3.5.src |
| 1682 | Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src |
| 1683 | --> nspr-devel-4.10.6-3.el7.x86_64 |
| 1684 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 1685 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1686 | --> nss-devel-3.16.2.3-5.el7.x86_64 |
| 1687 | --> svrcore-devel-4.0.4-11.el7.x86_64 |
| 1688 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1689 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1690 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1691 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1692 | --> uglify-js-2.4.13-5.el7.noarch |
| 1693 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1694 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1695 | Getting requirements for xsd-3.3.0.1-27.el7.kolab_3.5.src |
| 1696 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1697 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1698 | --> fdupes-1.51-6.el7.x86_64 |
| 1699 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1700 | --> Already installed : m4-1.4.16-9.el7.x86_64 |
| 1701 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1702 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1703 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1704 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1705 | --> uglify-js-2.4.13-5.el7.noarch |
| 1706 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1707 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1708 | Getting requirements for xsd-3.3.0.1-27.el7.kolab_3.5.src |
| 1709 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1710 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1711 | --> fdupes-1.51-6.el7.x86_64 |
| 1712 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 1713 | --> Already installed : m4-1.4.16-9.el7.x86_64 |
| 1714 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1715 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1716 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1717 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1718 | --> uglify-js-2.4.13-5.el7.noarch |
| 1719 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1720 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1721 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1722 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1723 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1724 | --> uglify-js-2.4.13-5.el7.noarch |
| 1725 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1726 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1727 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1728 | --> uglify-js-2.4.13-5.el7.noarch |
| 1729 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1730 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1731 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1732 | --> uglify-js-2.4.13-5.el7.noarch |
| 1733 | Getting requirements for kolab-utils-3.1-17.el7.kolab_3.5.src |
| 1734 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 1735 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1736 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1737 | --> libkolab-devel-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1738 | --> cmake-2.8.11-4.el7.x86_64 |
| 1739 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1740 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1741 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1742 | --> uglify-js-2.4.13-5.el7.noarch |
| 1743 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1744 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1745 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1746 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1747 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1748 | --> uglify-js-2.4.13-5.el7.noarch |
| 1749 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1750 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1751 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1752 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1753 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1754 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1755 | --> uglify-js-2.4.13-5.el7.noarch |
| 1756 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1757 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1758 | Getting requirements for kolab-syncroton-2.3.2-1.el7.kolab_3.5.src |
| 1759 | --> roundcubemail-plugin-kolab_auth-3.2.8-2.el7.kolab_3.5.noarch |
| 1760 | --> roundcubemail-plugin-kolab_folders-3.2.8-2.el7.kolab_3.5.noarch |
| 1761 | --> roundcubemail-plugin-libkolab-3.2.8-2.el7.kolab_3.5.noarch |
| 1762 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1763 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1764 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1765 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1766 | --> uglify-js-2.4.13-5.el7.noarch |
| 1767 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1768 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1769 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1770 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1771 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1772 | --> uglify-js-2.4.13-5.el7.noarch |
| 1773 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1774 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1775 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1776 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1777 | --> uglify-js-2.4.13-5.el7.noarch |
| 1778 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1779 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1780 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1781 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1782 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1783 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1784 | --> uglify-js-2.4.13-5.el7.noarch |
| 1785 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1786 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1787 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1788 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1789 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1790 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1791 | --> uglify-js-2.4.13-5.el7.noarch |
| 1792 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1793 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1794 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1795 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1796 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1797 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1798 | --> uglify-js-2.4.13-5.el7.noarch |
| 1799 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1800 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1801 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1802 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1803 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1804 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1805 | --> uglify-js-2.4.13-5.el7.noarch |
| 1806 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1807 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1808 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1809 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1810 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1811 | --> uglify-js-2.4.13-5.el7.noarch |
| 1812 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1813 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1814 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1815 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1816 | --> uglify-js-2.4.13-5.el7.noarch |
| 1817 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1818 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1819 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1820 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1821 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1822 | --> uglify-js-2.4.13-5.el7.noarch |
| 1823 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1824 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1825 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1826 | --> uglify-js-2.4.13-5.el7.noarch |
| 1827 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1828 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1829 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1830 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1831 | --> uglify-js-2.4.13-5.el7.noarch |
| 1832 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1833 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1834 | Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src |
| 1835 | --> nspr-devel-4.10.6-3.el7.x86_64 |
| 1836 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 1837 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1838 | --> nss-devel-3.16.2.3-5.el7.x86_64 |
| 1839 | --> svrcore-devel-4.0.4-11.el7.x86_64 |
| 1840 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1841 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1842 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1843 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1844 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1845 | --> uglify-js-2.4.13-5.el7.noarch |
| 1846 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1847 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1848 | Getting requirements for roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.src |
| 1849 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1850 | --> nodejs-less-1.7.0-2.el7.noarch |
| 1851 | --> uglify-js-2.4.13-5.el7.noarch |
| 1852 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1853 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1854 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1855 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1856 | --> uglify-js-2.4.13-5.el7.noarch |
| 1857 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1858 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1859 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1860 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1861 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1862 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1863 | --> uglify-js-2.4.13-5.el7.noarch |
| 1864 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1865 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1866 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1867 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1868 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1869 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1870 | --> uglify-js-2.4.13-5.el7.noarch |
| 1871 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1872 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1873 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1874 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1875 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1876 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1877 | --> uglify-js-2.4.13-5.el7.noarch |
| 1878 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1879 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1880 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1881 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1882 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1883 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1884 | --> uglify-js-2.4.13-5.el7.noarch |
| 1885 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1886 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1887 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1888 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1889 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1890 | --> uglify-js-2.4.13-5.el7.noarch |
| 1891 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1892 | Getting requirements for php-pear-Net-LDAP2-2.1.0-1.el7.src |
| 1893 | --> 1:php-pear-1.9.4-21.el7.noarch |
| 1894 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1895 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1896 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1897 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1898 | --> uglify-js-2.4.13-5.el7.noarch |
| 1899 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1900 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1901 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1902 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1903 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1904 | --> uglify-js-2.4.13-5.el7.noarch |
| 1905 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1906 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1907 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1908 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1909 | --> uglify-js-2.4.13-5.el7.noarch |
| 1910 | Getting requirements for kolab-3.1.9-4.el7.kolab_3.5.src |
| 1911 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1912 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1913 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1914 | --> uglify-js-2.4.13-5.el7.noarch |
| 1915 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1916 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1917 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1918 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1919 | --> uglify-js-2.4.13-5.el7.noarch |
| 1920 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1921 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1922 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1923 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1924 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1925 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1926 | --> uglify-js-2.4.13-5.el7.noarch |
| 1927 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1928 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1929 | Getting requirements for libkolab-0.6.git.1426688750-9.el7.kolab_3.5.src |
| 1930 | --> libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1931 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1932 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 1933 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 1934 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 1935 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 1936 | --> python-devel-2.7.5-16.el7.x86_64 |
| 1937 | --> cmake-2.8.11-4.el7.x86_64 |
| 1938 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 1939 | --> python-nose-1.3.0-2.el7.noarch |
| 1940 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 1941 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 1942 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 1943 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 1944 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 1945 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1946 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 1947 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 1948 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 1949 | --> pytz-2012d-5.el7.noarch |
| 1950 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 1951 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 1952 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 1953 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 1954 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 1955 | Getting requirements for kolab-autodiscover-0.1-5.el7.kolab_3.5.src |
| 1956 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1957 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1958 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1959 | --> uglify-js-2.4.13-5.el7.noarch |
| 1960 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1961 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1962 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1963 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1964 | --> uglify-js-2.4.13-5.el7.noarch |
| 1965 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1966 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1967 | Getting requirements for libcalendaring-4.9.git.1424359330-51.el7.kolab_3.5.src |
| 1968 | --> libical-devel-0.48-6.el7.x86_64 |
| 1969 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 1970 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 1971 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 1972 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 1973 | --> cmake-2.8.11-4.el7.x86_64 |
| 1974 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1975 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1976 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1977 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1978 | --> uglify-js-2.4.13-5.el7.noarch |
| 1979 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1980 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1981 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 1982 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1983 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1984 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1985 | --> uglify-js-2.4.13-5.el7.noarch |
| 1986 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1987 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1988 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 1989 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1990 | --> uglify-js-2.4.13-5.el7.noarch |
| 1991 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 1992 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1993 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 1994 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 1995 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 1996 | --> uglify-js-2.4.13-5.el7.noarch |
| 1997 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 1998 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 1999 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2000 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2001 | --> uglify-js-2.4.13-5.el7.noarch |
| 2002 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2003 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2004 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2005 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2006 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2007 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2008 | --> uglify-js-2.4.13-5.el7.noarch |
| 2009 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2010 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2011 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2012 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2013 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2014 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2015 | --> uglify-js-2.4.13-5.el7.noarch |
| 2016 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2017 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2018 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2019 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2020 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2021 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2022 | --> uglify-js-2.4.13-5.el7.noarch |
| 2023 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2024 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2025 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 2026 | --> python-nose-1.3.0-2.el7.noarch |
| 2027 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 2028 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 2029 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 2030 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 2031 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 2032 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2033 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 2034 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 2035 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 2036 | --> pytz-2012d-5.el7.noarch |
| 2037 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 2038 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2039 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 2040 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 2041 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2042 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2043 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2044 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2045 | --> uglify-js-2.4.13-5.el7.noarch |
| 2046 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2047 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2048 | Getting requirements for kolab-3.1.9-4.el7.kolab_3.5.src |
| 2049 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2050 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2051 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2052 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2053 | --> uglify-js-2.4.13-5.el7.noarch |
| 2054 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2055 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2056 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 2057 | Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src |
| 2058 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2059 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2060 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2061 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 2062 | --> zlib-devel-1.2.7-13.el7.x86_64 |
| 2063 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2064 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2065 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2066 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2067 | --> uglify-js-2.4.13-5.el7.noarch |
| 2068 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2069 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2070 | Getting requirements for roundcubemail-skin-chameleon-0.3.6-1.el7.kolab_3.5.src |
| 2071 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2072 | --> nodejs-less-1.7.0-2.el7.noarch |
| 2073 | --> uglify-js-2.4.13-5.el7.noarch |
| 2074 | Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src |
| 2075 | --> nspr-devel-4.10.6-3.el7.x86_64 |
| 2076 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2077 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2078 | --> nss-devel-3.16.2.3-5.el7.x86_64 |
| 2079 | --> svrcore-devel-4.0.4-11.el7.x86_64 |
| 2080 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2081 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2082 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2083 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2084 | --> uglify-js-2.4.13-5.el7.noarch |
| 2085 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2086 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2087 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2088 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2089 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2090 | --> uglify-js-2.4.13-5.el7.noarch |
| 2091 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2092 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2093 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2094 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2095 | --> uglify-js-2.4.13-5.el7.noarch |
| 2096 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2097 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2098 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2099 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2100 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2101 | --> uglify-js-2.4.13-5.el7.noarch |
| 2102 | Getting requirements for libcalendaring-4.9.git.1424359330-51.el7.kolab_3.5.src |
| 2103 | --> libical-devel-0.48-6.el7.x86_64 |
| 2104 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 2105 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2106 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2107 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2108 | --> cmake-2.8.11-4.el7.x86_64 |
| 2109 | Getting requirements for python-cssmin-0.2.0-11.el7.kolab_3.5.src |
| 2110 | --> python-devel-2.7.5-16.el7.x86_64 |
| 2111 | --> python-setuptools-0.9.8-3.el7.noarch |
| 2112 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2113 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2114 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2115 | --> uglify-js-2.4.13-5.el7.noarch |
| 2116 | Getting requirements for roundcubemail-plugin-dblog-2.0-22.el7.kolab_3.5.src |
| 2117 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2118 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2119 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2120 | --> uglify-js-2.4.13-5.el7.noarch |
| 2121 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2122 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2123 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2124 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2125 | --> uglify-js-2.4.13-5.el7.noarch |
| 2126 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2127 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2128 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2129 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2130 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2131 | --> uglify-js-2.4.13-5.el7.noarch |
| 2132 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2133 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2134 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2135 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2136 | --> uglify-js-2.4.13-5.el7.noarch |
| 2137 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2138 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2139 | Getting requirements for mozldap-6.0.5-38.el7.kolab_3.5.src |
| 2140 | --> nspr-devel-4.10.6-3.el7.x86_64 |
| 2141 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2142 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2143 | --> nss-devel-3.16.2.3-5.el7.x86_64 |
| 2144 | --> svrcore-devel-4.0.4-11.el7.x86_64 |
| 2145 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2146 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2147 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2148 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2149 | --> uglify-js-2.4.13-5.el7.noarch |
| 2150 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2151 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2152 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2153 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2154 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2155 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2156 | --> uglify-js-2.4.13-5.el7.noarch |
| 2157 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2158 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2159 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2160 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2161 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2162 | --> uglify-js-2.4.13-5.el7.noarch |
| 2163 | Getting requirements for kolab-3.1.9-4.el7.kolab_3.5.src |
| 2164 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2165 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2166 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2167 | --> uglify-js-2.4.13-5.el7.noarch |
| 2168 | Getting requirements for cyrus-imapd-2.5.0-69.el7.kolab_3.5.src |
| 2169 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 2170 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2171 | --> Already installed : libtool-2.4.2-20.el7.x86_64 |
| 2172 | --> groff-1.22.2-8.el7.x86_64 |
| 2173 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 2174 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 2175 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 2176 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2177 | --> CUnit-devel-2.1.3-8.el7.x86_64 |
| 2178 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 2179 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 2180 | --> cyrus-sasl-md5-2.1.26-17.el7.x86_64 |
| 2181 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2182 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 2183 | --> cyrus-sasl-plain-2.1.26-17.el7.x86_64 |
| 2184 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2185 | --> jansson-devel-2.4-6.el7.x86_64 |
| 2186 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 2187 | --> perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 2188 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2189 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 2190 | Getting requirements for roundcubemail-plugin-converse-0.0-14.el7.kolab_3.5.src |
| 2191 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2192 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2193 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2194 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2195 | --> uglify-js-2.4.13-5.el7.noarch |
| 2196 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2197 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2198 | Getting requirements for cyrus-imapd-2.5.0-69.el7.kolab_3.5.src |
| 2199 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 2200 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2201 | --> Already installed : libtool-2.4.2-20.el7.x86_64 |
| 2202 | --> groff-1.22.2-8.el7.x86_64 |
| 2203 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 2204 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 2205 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 2206 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2207 | --> CUnit-devel-2.1.3-8.el7.x86_64 |
| 2208 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 2209 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 2210 | --> cyrus-sasl-md5-2.1.26-17.el7.x86_64 |
| 2211 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2212 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 2213 | --> cyrus-sasl-plain-2.1.26-17.el7.x86_64 |
| 2214 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2215 | --> jansson-devel-2.4-6.el7.x86_64 |
| 2216 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 2217 | --> perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 2218 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2219 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 2220 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2221 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2222 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2223 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2224 | --> uglify-js-2.4.13-5.el7.noarch |
| 2225 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2226 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2227 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2228 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2229 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2230 | --> uglify-js-2.4.13-5.el7.noarch |
| 2231 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 2232 | --> python-nose-1.3.0-2.el7.noarch |
| 2233 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 2234 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 2235 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 2236 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 2237 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 2238 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2239 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 2240 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 2241 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 2242 | --> pytz-2012d-5.el7.noarch |
| 2243 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 2244 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2245 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 2246 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 2247 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2248 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2249 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2250 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2251 | --> uglify-js-2.4.13-5.el7.noarch |
| 2252 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2253 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2254 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 2255 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2256 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2257 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2258 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2259 | --> uglify-js-2.4.13-5.el7.noarch |
| 2260 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2261 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2262 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2263 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2264 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2265 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2266 | --> uglify-js-2.4.13-5.el7.noarch |
| 2267 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2268 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2269 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2270 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2271 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2272 | --> uglify-js-2.4.13-5.el7.noarch |
| 2273 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2274 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2275 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2276 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2277 | --> uglify-js-2.4.13-5.el7.noarch |
| 2278 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2279 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2280 | Getting requirements for libcalendaring-4.9.git.1424359330-51.el7.kolab_3.5.src |
| 2281 | --> libical-devel-0.48-6.el7.x86_64 |
| 2282 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 2283 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2284 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2285 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2286 | --> cmake-2.8.11-4.el7.x86_64 |
| 2287 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2288 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2289 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2290 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2291 | --> uglify-js-2.4.13-5.el7.noarch |
| 2292 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2293 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2294 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2295 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2296 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2297 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2298 | --> uglify-js-2.4.13-5.el7.noarch |
| 2299 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2300 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2301 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2302 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2303 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2304 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2305 | --> uglify-js-2.4.13-5.el7.noarch |
| 2306 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2307 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2308 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2309 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2310 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2311 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2312 | --> uglify-js-2.4.13-5.el7.noarch |
| 2313 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2314 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2315 | Getting requirements for cyrus-imapd-2.4.17-8.el7_1.src |
| 2316 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 2317 | --> tcp_wrappers-7.6-77.el7.x86_64 |
| 2318 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 2319 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2320 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 2321 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 2322 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2323 | --> libdb-devel-5.3.21-17.el7_0.1.x86_64 |
| 2324 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 2325 | --> groff-1.22.2-8.el7.x86_64 |
| 2326 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 2327 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2328 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 2329 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2330 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2331 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2332 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2333 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2334 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2335 | --> uglify-js-2.4.13-5.el7.noarch |
| 2336 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2337 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2338 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2339 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2340 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2341 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2342 | --> uglify-js-2.4.13-5.el7.noarch |
| 2343 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2344 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2345 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 2346 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2347 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2348 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2349 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2350 | --> uglify-js-2.4.13-5.el7.noarch |
| 2351 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2352 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2353 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2354 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2355 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2356 | --> uglify-js-2.4.13-5.el7.noarch |
| 2357 | Getting requirements for libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.src |
| 2358 | --> Already installed : swig-2.0.11-11.el7.kolab_3.5.x86_64 |
| 2359 | --> uuid-devel-1.6.2-26.el7.x86_64 |
| 2360 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 2361 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2362 | --> e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 2363 | --> xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 |
| 2364 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2365 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 2366 | --> cmake-2.8.11-4.el7.x86_64 |
| 2367 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 2368 | --> 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2369 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 2370 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 2371 | --> kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2372 | --> python-devel-2.7.5-16.el7.x86_64 |
| 2373 | Getting requirements for swig-2.0.10-4.el7.src |
| 2374 | --> 1:tcl-devel-8.5.13-4.el7.x86_64 |
| 2375 | --> python-devel-2.7.5-16.el7.x86_64 |
| 2376 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2377 | --> perl-Test-Simple-0.98-243.el7.noarch |
| 2378 | --> Already installed : 4:perl-5.16.3-285.el7.x86_64 |
| 2379 | --> pcre-devel-8.32-14.el7.x86_64 |
| 2380 | --> 5:guile-devel-2.0.9-5.el7.x86_64 |
| 2381 | --> Already installed : gawk-4.0.2-4.el7.x86_64 |
| 2382 | --> dos2unix-6.0.3-4.el7.x86_64 |
| 2383 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 2384 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2385 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2386 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 2387 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2388 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2389 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2390 | --> uglify-js-2.4.13-5.el7.noarch |
| 2391 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2392 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2393 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2394 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2395 | --> uglify-js-2.4.13-5.el7.noarch |
| 2396 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2397 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2398 | Getting requirements for libkolab-0.6.git.1426688750-9.el7.kolab_3.5.src |
| 2399 | --> libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 2400 | --> 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2401 | --> libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2402 | --> libcurl-devel-7.29.0-19.el7.x86_64 |
| 2403 | --> php-5.4.16-23.el7_0.3.x86_64 |
| 2404 | --> php-devel-5.4.16-23.el7_0.3.x86_64 |
| 2405 | --> python-devel-2.7.5-16.el7.x86_64 |
| 2406 | --> cmake-2.8.11-4.el7.x86_64 |
| 2407 | Getting requirements for cyrus-imapd-2.4.17-7.el7.src |
| 2408 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 2409 | --> tcp_wrappers-7.6-77.el7.x86_64 |
| 2410 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 2411 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2412 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 2413 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 2414 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2415 | --> libdb-devel-5.3.21-17.el7_0.1.x86_64 |
| 2416 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 2417 | --> groff-1.22.2-8.el7.x86_64 |
| 2418 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 2419 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2420 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 2421 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2422 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2423 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2424 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2425 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2426 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2427 | --> uglify-js-2.4.13-5.el7.noarch |
| 2428 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2429 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2430 | Getting requirements for kolab-3.1.9-4.el7.kolab_3.5.src |
| 2431 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2432 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2433 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2434 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2435 | --> uglify-js-2.4.13-5.el7.noarch |
| 2436 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2437 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2438 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2439 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2440 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2441 | --> uglify-js-2.4.13-5.el7.noarch |
| 2442 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2443 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2444 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2445 | --> uglify-js-2.4.13-5.el7.noarch |
| 2446 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 2447 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2448 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2449 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2450 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2451 | --> uglify-js-2.4.13-5.el7.noarch |
| 2452 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2453 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2454 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2455 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2456 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2457 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2458 | --> uglify-js-2.4.13-5.el7.noarch |
| 2459 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2460 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2461 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2462 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2463 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2464 | --> uglify-js-2.4.13-5.el7.noarch |
| 2465 | Getting requirements for cyrus-imapd-2.4.17-8.el7_1.src |
| 2466 | --> 1:transfig-3.2.5d-13.el7.x86_64 |
| 2467 | --> tcp_wrappers-7.6-77.el7.x86_64 |
| 2468 | --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 |
| 2469 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2470 | --> 1:openssl-devel-1.0.1e-42.el7.4.x86_64 |
| 2471 | --> openldap-devel-2.4.39-6.el7.x86_64 |
| 2472 | --> 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2473 | --> libdb-devel-5.3.21-17.el7_0.1.x86_64 |
| 2474 | --> krb5-devel-1.12.2-14.el7.x86_64 |
| 2475 | --> groff-1.22.2-8.el7.x86_64 |
| 2476 | --> Already installed : flex-2.5.37-3.el7.x86_64 |
| 2477 | --> cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2478 | --> Already installed : bison-2.7-4.el7.x86_64 |
| 2479 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2480 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2481 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2482 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2483 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2484 | --> uglify-js-2.4.13-5.el7.noarch |
| 2485 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2486 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2487 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2488 | --> uglify-js-2.4.13-5.el7.noarch |
| 2489 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 2490 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2491 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2492 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2493 | --> uglify-js-2.4.13-5.el7.noarch |
| 2494 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2495 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2496 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2497 | --> uglify-js-2.4.13-5.el7.noarch |
| 2498 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2499 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2500 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2501 | --> uglify-js-2.4.13-5.el7.noarch |
| 2502 | Getting requirements for pykolab-0.7.11-3.el7.kolab_3.5.src |
| 2503 | --> python-nose-1.3.0-2.el7.noarch |
| 2504 | --> python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 2505 | --> python-pyasn1-modules-0.1.6-2.el7.noarch |
| 2506 | --> Already installed : intltool-0.50.2-6.el7.noarch |
| 2507 | --> glib2-devel-2.40.0-4.el7.x86_64 |
| 2508 | --> python-sqlalchemy-0.9.7-3.el7.x86_64 |
| 2509 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2510 | --> python-twisted-core-12.2.0-4.el7.x86_64 |
| 2511 | --> python-pyasn1-0.1.6-2.el7.noarch |
| 2512 | --> Already installed : gettext-0.18.2.1-4.el7.x86_64 |
| 2513 | --> pytz-2012d-5.el7.noarch |
| 2514 | --> python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 2515 | --> python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2516 | --> python-ldap-2.4.15-2.el7.x86_64 |
| 2517 | --> Already installed : gcc-4.8.3-9.el7.x86_64 |
| 2518 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 2519 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2520 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2521 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2522 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2523 | --> uglify-js-2.4.13-5.el7.noarch |
| 2524 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2525 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2526 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2527 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2528 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2529 | --> uglify-js-2.4.13-5.el7.noarch |
| 2530 | Getting requirements for roundcubemail-plugin-contextmenu-2.1.1-1.el7.kolab_3.5.src |
| 2531 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2532 | --> uglify-js-2.4.13-5.el7.noarch |
| 2533 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 2534 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 2535 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2536 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2537 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2538 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2539 | --> uglify-js-2.4.13-5.el7.noarch |
| 2540 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2541 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2542 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2543 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2544 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2545 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2546 | --> uglify-js-2.4.13-5.el7.noarch |
| 2547 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2548 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2549 | Getting requirements for php-pear-Net-LDAP2-2.0.12-21.el7.kolab_3.5.src |
| 2550 | --> 1:php-pear-1.9.4-21.el7.noarch |
| 2551 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2552 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2553 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2554 | --> uglify-js-2.4.13-5.el7.noarch |
| 2555 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2556 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2557 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2558 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2559 | --> uglify-js-2.4.13-5.el7.noarch |
| 2560 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2561 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2562 | Getting requirements for xapian-core-1.2.16-6.el7.kolab_3.4.src |
| 2563 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2564 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2565 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2566 | --> libuuid-devel-2.23.2-21.el7.x86_64 |
| 2567 | --> zlib-devel-1.2.7-13.el7.x86_64 |
| 2568 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2569 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2570 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2571 | --> uglify-js-2.4.13-5.el7.noarch |
| 2572 | Getting requirements for kolab-3.1.9-4.el7.kolab_3.5.src |
| 2573 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2574 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2575 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2576 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2577 | --> uglify-js-2.4.13-5.el7.noarch |
| 2578 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2579 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2580 | Getting requirements for roundcubemail-plugins-kolab-3.2.8-2.el7.kolab_3.5.src |
| 2581 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2582 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2583 | --> uglify-js-2.4.13-5.el7.noarch |
| 2584 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2585 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2586 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2587 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2588 | --> uglify-js-2.4.13-5.el7.noarch |
| 2589 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2590 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2591 | Getting requirements for php-ZendFramework-1.12.11-1.el7.src |
| 2592 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2593 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2594 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2595 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2596 | --> uglify-js-2.4.13-5.el7.noarch |
| 2597 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2598 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2599 | Getting requirements for swig-2.0.11-11.el7.kolab_3.5.src |
| 2600 | --> Already installed : automake-1.13.4-3.el7.noarch |
| 2601 | --> 5:guile-devel-2.0.9-5.el7.x86_64 |
| 2602 | --> dos2unix-6.0.3-4.el7.x86_64 |
| 2603 | --> pcre-devel-8.32-14.el7.x86_64 |
| 2604 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2605 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 2606 | --> Already installed : 4:perl-5.16.3-285.el7.x86_64 |
| 2607 | --> Already installed : autoconf-2.69-11.el7.noarch |
| 2608 | --> Already installed : gawk-4.0.2-4.el7.x86_64 |
| 2609 | --> perl-Test-Simple-0.98-243.el7.noarch |
| 2610 | --> 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2611 | --> 1:tcl-devel-8.5.13-4.el7.x86_64 |
| 2612 | --> python-devel-2.7.5-16.el7.x86_64 |
| 2613 | Getting requirements for php-ZendFramework-1.12.5-12.el7.kolab_3.5.src |
| 2614 | Getting requirements for roundcubemail-1.1.1.3-5.el7.kolab_3.5.src |
| 2615 | --> php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2616 | --> php-pdo-5.4.16-23.el7_0.3.x86_64 |
| 2617 | --> Already installed : python-2.7.5-16.el7.x86_64 |
| 2618 | --> uglify-js-2.4.13-5.el7.noarch |
| 2619 | --> php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2620 | --> python-cssmin-0.2.0-11.el7.kolab_3.5.noarch |
| 2621 | Getting requirements for xsd-3.3.0.1-27.el7.kolab_3.5.src |
| 2622 | --> boost-devel-1.53.0-23.el7.x86_64 |
| 2623 | --> Already installed : gcc-c++-4.8.3-9.el7.x86_64 |
| 2624 | --> fdupes-1.51-6.el7.x86_64 |
| 2625 | --> xerces-c-devel-3.1.1-6.el7.x86_64 |
| 2626 | --> Already installed : m4-1.4.16-9.el7.x86_64 |
| 2627 | --> Running transaction check |
| 2628 | ---> Package CUnit-devel.x86_64 0:2.1.3-8.el7 will be installed |
| 2629 | --> Processing Dependency: CUnit(x86-64) = 2.1.3-8.el7 for package: CUnit-devel-2.1.3-8.el7.x86_64 |
| 2630 | --> Processing Dependency: libcunit.so.1()(64bit) for package: CUnit-devel-2.1.3-8.el7.x86_64 |
| 2631 | ---> Package boost-devel.x86_64 0:1.53.0-23.el7 will be installed |
| 2632 | --> Processing Dependency: boost = 1.53.0-23.el7 for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2633 | --> Processing Dependency: libboost_wserialization.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2634 | --> Processing Dependency: libboost_wserialization-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2635 | --> Processing Dependency: libboost_wave.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2636 | --> Processing Dependency: libboost_wave-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2637 | --> Processing Dependency: libboost_unit_test_framework.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2638 | --> Processing Dependency: libboost_unit_test_framework-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2639 | --> Processing Dependency: libboost_timer.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2640 | --> Processing Dependency: libboost_timer-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2641 | --> Processing Dependency: libboost_signals.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2642 | --> Processing Dependency: libboost_signals-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2643 | --> Processing Dependency: libboost_serialization.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2644 | --> Processing Dependency: libboost_serialization-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2645 | --> Processing Dependency: libboost_regex.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2646 | --> Processing Dependency: libboost_regex-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2647 | --> Processing Dependency: libboost_random.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2648 | --> Processing Dependency: libboost_random-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2649 | --> Processing Dependency: libboost_python.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2650 | --> Processing Dependency: libboost_python-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2651 | --> Processing Dependency: libboost_program_options.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2652 | --> Processing Dependency: libboost_program_options-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2653 | --> Processing Dependency: libboost_prg_exec_monitor.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2654 | --> Processing Dependency: libboost_prg_exec_monitor-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2655 | --> Processing Dependency: libboost_math_tr1l.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2656 | --> Processing Dependency: libboost_math_tr1l-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2657 | --> Processing Dependency: libboost_math_tr1f.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2658 | --> Processing Dependency: libboost_math_tr1f-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2659 | --> Processing Dependency: libboost_math_tr1.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2660 | --> Processing Dependency: libboost_math_tr1-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2661 | --> Processing Dependency: libboost_math_c99l.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2662 | --> Processing Dependency: libboost_math_c99l-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2663 | --> Processing Dependency: libboost_math_c99f.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2664 | --> Processing Dependency: libboost_math_c99f-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2665 | --> Processing Dependency: libboost_math_c99.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2666 | --> Processing Dependency: libboost_math_c99-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2667 | --> Processing Dependency: libboost_locale-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2668 | --> Processing Dependency: libboost_iostreams.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2669 | --> Processing Dependency: libboost_iostreams-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2670 | --> Processing Dependency: libboost_graph.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2671 | --> Processing Dependency: libboost_graph-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2672 | --> Processing Dependency: libboost_filesystem.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2673 | --> Processing Dependency: libboost_filesystem-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2674 | --> Processing Dependency: libboost_date_time.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2675 | --> Processing Dependency: libboost_date_time-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2676 | --> Processing Dependency: libboost_context.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2677 | --> Processing Dependency: libboost_context-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2678 | --> Processing Dependency: libboost_chrono.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2679 | --> Processing Dependency: libboost_chrono-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2680 | --> Processing Dependency: libboost_atomic-mt.so.1.53.0()(64bit) for package: boost-devel-1.53.0-23.el7.x86_64 |
| 2681 | ---> Package cmake.x86_64 0:2.8.11-4.el7 will be installed |
| 2682 | --> Processing Dependency: libarchive.so.13()(64bit) for package: cmake-2.8.11-4.el7.x86_64 |
| 2683 | ---> Package cyrus-sasl-devel.x86_64 0:2.1.26-17.el7 will be installed |
| 2684 | --> Processing Dependency: cyrus-sasl(x86-64) = 2.1.26-17.el7 for package: cyrus-sasl-devel-2.1.26-17.el7.x86_64 |
| 2685 | ---> Package cyrus-sasl-md5.x86_64 0:2.1.26-17.el7 will be installed |
| 2686 | ---> Package cyrus-sasl-plain.x86_64 0:2.1.26-17.el7 will be installed |
| 2687 | ---> Package dos2unix.x86_64 0:6.0.3-4.el7 will be installed |
| 2688 | ---> Package e2fsprogs-devel.x86_64 0:1.42.9-7.el7 will be installed |
| 2689 | --> Processing Dependency: libcom_err-devel(x86-64) = 1.42.9-7.el7 for package: e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 2690 | --> Processing Dependency: e2fsprogs-libs(x86-64) = 1.42.9-7.el7 for package: e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 2691 | --> Processing Dependency: pkgconfig(com_err) for package: e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 2692 | --> Processing Dependency: libext2fs.so.2()(64bit) for package: e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 2693 | --> Processing Dependency: libe2p.so.2()(64bit) for package: e2fsprogs-devel-1.42.9-7.el7.x86_64 |
| 2694 | ---> Package fdupes.x86_64 0:1.51-6.el7 will be installed |
| 2695 | ---> Package glib2-devel.x86_64 0:2.40.0-4.el7 will be installed |
| 2696 | ---> Package groff.x86_64 0:1.22.2-8.el7 will be installed |
| 2697 | ---> Package guile-devel.x86_64 5:2.0.9-5.el7 will be installed |
| 2698 | --> Processing Dependency: guile(x86-64) = 5:2.0.9-5.el7 for package: 5:guile-devel-2.0.9-5.el7.x86_64 |
| 2699 | --> Processing Dependency: gmp-devel for package: 5:guile-devel-2.0.9-5.el7.x86_64 |
| 2700 | --> Processing Dependency: gc-devel for package: 5:guile-devel-2.0.9-5.el7.x86_64 |
| 2701 | --> Processing Dependency: libguile-2.0.so.22()(64bit) for package: 5:guile-devel-2.0.9-5.el7.x86_64 |
| 2702 | ---> Package jansson-devel.x86_64 0:2.4-6.el7 will be installed |
| 2703 | --> Processing Dependency: jansson = 2.4-6.el7 for package: jansson-devel-2.4-6.el7.x86_64 |
| 2704 | --> Processing Dependency: libjansson.so.4()(64bit) for package: jansson-devel-2.4-6.el7.x86_64 |
| 2705 | ---> Package kdelibs-devel.x86_64 6:4.10.5-6.el7 will be installed |
| 2706 | --> Processing Dependency: kdelibs = 6:4.10.5-6.el7 for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2707 | --> Processing Dependency: pkgconfig(libattica) >= 0.4.0 for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2708 | --> Processing Dependency: automoc4 >= 0.9.88 for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2709 | --> Processing Dependency: pkgconfig(xxf86misc) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2710 | --> Processing Dependency: pkgconfig(xv) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2711 | --> Processing Dependency: pkgconfig(xtst) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2712 | --> Processing Dependency: pkgconfig(xscrnsaver) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2713 | --> Processing Dependency: pkgconfig(xproto) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2714 | --> Processing Dependency: pkgconfig(xpm) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2715 | --> Processing Dependency: pkgconfig(xkbfile) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2716 | --> Processing Dependency: pkgconfig(xdamage) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2717 | --> Processing Dependency: pkgconfig(xcomposite) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2718 | --> Processing Dependency: pkgconfig(soprano) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2719 | --> Processing Dependency: pkgconfig(sm) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2720 | --> Processing Dependency: pkgconfig(shared-desktop-ontologies) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2721 | --> Processing Dependency: pkgconfig(phonon) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2722 | --> Processing Dependency: libthreadweaver.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2723 | --> Processing Dependency: libsolid.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2724 | --> Processing Dependency: libplasma.so.3()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2725 | --> Processing Dependency: libnepomukutils.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2726 | --> Processing Dependency: libnepomukquery.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2727 | --> Processing Dependency: libnepomuk.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2728 | --> Processing Dependency: libkutils.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2729 | --> Processing Dependency: libkunittest.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2730 | --> Processing Dependency: libkunitconversion.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2731 | --> Processing Dependency: libktexteditor.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2732 | --> Processing Dependency: libkrossui.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2733 | --> Processing Dependency: libkrosscore.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2734 | --> Processing Dependency: libkpty.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2735 | --> Processing Dependency: libkprintutils.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2736 | --> Processing Dependency: libkparts.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2737 | --> Processing Dependency: libkntlm.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2738 | --> Processing Dependency: libknotifyconfig.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2739 | --> Processing Dependency: libknewstuff3.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2740 | --> Processing Dependency: libknewstuff2.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2741 | --> Processing Dependency: libkmediaplayer.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2742 | --> Processing Dependency: libkjsembed.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2743 | --> Processing Dependency: libkjsapi.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2744 | --> Processing Dependency: libkjs.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2745 | --> Processing Dependency: libkio.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2746 | --> Processing Dependency: libkimproxy.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2747 | --> Processing Dependency: libkidletime.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2748 | --> Processing Dependency: libkhtml.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2749 | --> Processing Dependency: libkfile.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2750 | --> Processing Dependency: libkemoticons.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2751 | --> Processing Dependency: libkdnssd.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2752 | --> Processing Dependency: libkdeui.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2753 | --> Processing Dependency: libkdesu.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2754 | --> Processing Dependency: libkdefakes.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2755 | --> Processing Dependency: libkdecore.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2756 | --> Processing Dependency: libkdeclarative.so.5()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2757 | --> Processing Dependency: libkde3support.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2758 | --> Processing Dependency: libkcmutils.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2759 | --> Processing Dependency: libQtXml.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2760 | --> Processing Dependency: libQtDBus.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2761 | --> Processing Dependency: libQtCore.so.4()(64bit) for package: 6:kdelibs-devel-4.10.5-6.el7.x86_64 |
| 2762 | ---> Package kdepimlibs-devel.x86_64 0:4.10.5-3.el7 will be installed |
| 2763 | --> Processing Dependency: kdepimlibs-akonadi(x86-64) = 4.10.5-3.el7 for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2764 | --> Processing Dependency: kdepimlibs(x86-64) = 4.10.5-3.el7 for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2765 | --> Processing Dependency: nepomuk-core-devel for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2766 | --> Processing Dependency: libsyndication.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2767 | --> Processing Dependency: libqgpgme.so.1()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2768 | --> Processing Dependency: libmicroblog.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2769 | --> Processing Dependency: libmailtransport.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2770 | --> Processing Dependency: libkxmlrpcclient.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2771 | --> Processing Dependency: libktnef.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2772 | --> Processing Dependency: libkresources.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2773 | --> Processing Dependency: libkpimutils.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2774 | --> Processing Dependency: libkpimtextedit.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2775 | --> Processing Dependency: libkpimidentities.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2776 | --> Processing Dependency: libkontactinterface.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2777 | --> Processing Dependency: libkmime.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2778 | --> Processing Dependency: libkmbox.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2779 | --> Processing Dependency: libkldap.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2780 | --> Processing Dependency: libkimap.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2781 | --> Processing Dependency: libkholidays.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2782 | --> Processing Dependency: libkcalutils.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2783 | --> Processing Dependency: libkcalcore.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2784 | --> Processing Dependency: libkcal.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2785 | --> Processing Dependency: libkblog.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2786 | --> Processing Dependency: libkalarmcal.so.2()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2787 | --> Processing Dependency: libkabc_file_core.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2788 | --> Processing Dependency: libkabc.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2789 | --> Processing Dependency: libgpgme++.so.2()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2790 | --> Processing Dependency: libgpgme++-pthread.so.2()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2791 | --> Processing Dependency: libakonadi-socialutils.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2792 | --> Processing Dependency: libakonadi-notes.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2793 | --> Processing Dependency: libakonadi-kmime.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2794 | --> Processing Dependency: libakonadi-kde.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2795 | --> Processing Dependency: libakonadi-kcal.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2796 | --> Processing Dependency: libakonadi-kabc.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2797 | --> Processing Dependency: libakonadi-contact.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2798 | --> Processing Dependency: libakonadi-calendar.so.4()(64bit) for package: kdepimlibs-devel-4.10.5-3.el7.x86_64 |
| 2799 | ---> Package krb5-devel.x86_64 0:1.12.2-14.el7 will be installed |
| 2800 | --> Processing Dependency: libverto-devel for package: krb5-devel-1.12.2-14.el7.x86_64 |
| 2801 | --> Processing Dependency: libselinux-devel for package: krb5-devel-1.12.2-14.el7.x86_64 |
| 2802 | --> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.12.2-14.el7.x86_64 |
| 2803 | ---> Package libcalendaring-devel.x86_64 0:4.9.git.1424359330-51.el7.kolab_3.5 will be installed |
| 2804 | --> Processing Dependency: libcalendaring = 4.9.git.1424359330-51.el7.kolab_3.5 for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2805 | --> Processing Dependency: libcalendaring-kcalutils.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2806 | --> Processing Dependency: libcalendaring-kimap.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2807 | --> Processing Dependency: libcalendaring-kabc.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2808 | --> Processing Dependency: libcalendaring-akonadi-notes.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2809 | --> Processing Dependency: libcalendaring-kmime.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2810 | --> Processing Dependency: libcalendaring-kcalcore.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2811 | --> Processing Dependency: libcalendaring-kpimutils.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2812 | --> Processing Dependency: libcalendaring-kdecore.so.0()(64bit) for package: libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3.5.x86_64 |
| 2813 | ---> Package libcurl-devel.x86_64 0:7.29.0-19.el7 will be installed |
| 2814 | ---> Package libdb-devel.x86_64 0:5.3.21-17.el7_0.1 will be installed |
| 2815 | ---> Package libical-devel.x86_64 0:0.48-6.el7 will be installed |
| 2816 | --> Processing Dependency: libical(x86-64) = 0.48-6.el7 for package: libical-devel-0.48-6.el7.x86_64 |
| 2817 | --> Processing Dependency: libicalvcal.so.0()(64bit) for package: libical-devel-0.48-6.el7.x86_64 |
| 2818 | --> Processing Dependency: libicalss.so.0()(64bit) for package: libical-devel-0.48-6.el7.x86_64 |
| 2819 | --> Processing Dependency: libical.so.0()(64bit) for package: libical-devel-0.48-6.el7.x86_64 |
| 2820 | ---> Package libkolab-devel.x86_64 0:0.6.git.1426688750-9.el7.kolab_3.5 will be installed |
| 2821 | --> Processing Dependency: libkolab(x86-64) = 0.6.git.1426688750 for package: libkolab-devel-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2822 | --> Processing Dependency: libkolab.so.0()(64bit) for package: libkolab-devel-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2823 | ---> Package libkolabxml-devel.x86_64 0:1.1.git.1422810799-30.el7.kolab_3.5 will be installed |
| 2824 | --> Processing Dependency: libkolabxml(x86-64) = 1.1.git.1422810799 for package: libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 2825 | --> Processing Dependency: libkolabxml.so.1()(64bit) for package: libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 |
| 2826 | ---> Package libuuid-devel.x86_64 0:2.23.2-21.el7 will be installed |
| 2827 | ---> Package net-snmp-devel.x86_64 1:5.7.2-20.el7 will be installed |
| 2828 | --> Processing Dependency: net-snmp-libs = 1:5.7.2-20.el7 for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2829 | --> Processing Dependency: net-snmp-agent-libs = 1:5.7.2-20.el7 for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2830 | --> Processing Dependency: tcp_wrappers-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2831 | --> Processing Dependency: rpm-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2832 | --> Processing Dependency: lm_sensors-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2833 | --> Processing Dependency: elfutils-libelf-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2834 | --> Processing Dependency: elfutils-devel for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2835 | --> Processing Dependency: libnetsnmptrapd.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2836 | --> Processing Dependency: libnetsnmpmibs.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2837 | --> Processing Dependency: libnetsnmphelpers.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2838 | --> Processing Dependency: libnetsnmpagent.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2839 | --> Processing Dependency: libnetsnmp.so.31()(64bit) for package: 1:net-snmp-devel-5.7.2-20.el7.x86_64 |
| 2840 | ---> Package nodejs-less.noarch 0:1.7.0-2.el7 will be installed |
| 2841 | --> Processing Dependency: npm(ycssmin) < 1.1 for package: nodejs-less-1.7.0-2.el7.noarch |
| 2842 | --> Processing Dependency: npm(ycssmin) >= 1.0.1 for package: nodejs-less-1.7.0-2.el7.noarch |
| 2843 | --> Processing Dependency: nodejs(engine) >= 0.8.0 for package: nodejs-less-1.7.0-2.el7.noarch |
| 2844 | --> Processing Dependency: nodejs for package: nodejs-less-1.7.0-2.el7.noarch |
| 2845 | ---> Package nspr-devel.x86_64 0:4.10.6-3.el7 will be installed |
| 2846 | ---> Package nss-devel.x86_64 0:3.16.2.3-5.el7 will be installed |
| 2847 | --> Processing Dependency: pkgconfig(nss-util) >= 3.16.2.3 for package: nss-devel-3.16.2.3-5.el7.x86_64 |
| 2848 | --> Processing Dependency: nss-util-devel for package: nss-devel-3.16.2.3-5.el7.x86_64 |
| 2849 | --> Processing Dependency: nss-softokn-devel for package: nss-devel-3.16.2.3-5.el7.x86_64 |
| 2850 | ---> Package openldap-devel.x86_64 0:2.4.39-6.el7 will be installed |
| 2851 | ---> Package openssl-devel.x86_64 1:1.0.1e-42.el7.4 will be installed |
| 2852 | ---> Package pcre-devel.x86_64 0:8.32-14.el7 will be installed |
| 2853 | ---> Package perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7 will be installed |
| 2854 | --> Processing Dependency: perl(ExtUtils::Packlist) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 2855 | --> Processing Dependency: perl(ExtUtils::Manifest) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 2856 | --> Processing Dependency: perl(ExtUtils::Installed) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 2857 | --> Processing Dependency: perl(ExtUtils::Install) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch |
| 2858 | ---> Package perl-Test-Simple.noarch 0:0.98-243.el7 will be installed |
| 2859 | ---> Package perl-devel.x86_64 4:5.16.3-285.el7 will be installed |
| 2860 | --> Processing Dependency: systemtap-sdt-devel for package: 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2861 | --> Processing Dependency: perl(ExtUtils::ParseXS) for package: 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2862 | --> Processing Dependency: gdbm-devel for package: 4:perl-devel-5.16.3-285.el7.x86_64 |
| 2863 | ---> Package php.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 2864 | --> Processing Dependency: php-common(x86-64) = 5.4.16-23.el7_0.3 for package: php-5.4.16-23.el7_0.3.x86_64 |
| 2865 | --> Processing Dependency: php-cli(x86-64) = 5.4.16-23.el7_0.3 for package: php-5.4.16-23.el7_0.3.x86_64 |
| 2866 | --> Processing Dependency: httpd-mmn = 20120211x8664 for package: php-5.4.16-23.el7_0.3.x86_64 |
| 2867 | --> Processing Dependency: httpd for package: php-5.4.16-23.el7_0.3.x86_64 |
| 2868 | ---> Package php-Net-LDAP3.noarch 0:1.0.3-1.el7.kolab_3.5 will be installed |
| 2869 | --> Processing Dependency: mozldap-tools >= 6.0.5 for package: php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2870 | --> Processing Dependency: php-pear(Net_LDAP2) for package: php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2871 | --> Processing Dependency: php-ldap for package: php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch |
| 2872 | ---> Package php-devel.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 2873 | ---> Package php-pdo.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 2874 | ---> Package php-pear.noarch 1:1.9.4-21.el7 will be installed |
| 2875 | --> Processing Dependency: php-xml for package: 1:php-pear-1.9.4-21.el7.noarch |
| 2876 | --> Processing Dependency: php-posix for package: 1:php-pear-1.9.4-21.el7.noarch |
| 2877 | ---> Package php-phpunit-PHPUnit.noarch 0:4.4.4-1.el7.1 will be installed |
| 2878 | --> Processing Dependency: php-composer(symfony/yaml) < 3 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2879 | --> Processing Dependency: php-composer(symfony/class-loader) < 3 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2880 | --> Processing Dependency: php-composer(sebastian/version) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2881 | --> Processing Dependency: php-composer(sebastian/recursion-context) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2882 | --> Processing Dependency: php-composer(sebastian/global-state) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2883 | --> Processing Dependency: php-composer(sebastian/exporter) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2884 | --> Processing Dependency: php-composer(sebastian/environment) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2885 | --> Processing Dependency: php-composer(sebastian/diff) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2886 | --> Processing Dependency: php-composer(sebastian/comparator) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2887 | --> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) < 3 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2888 | --> Processing Dependency: php-composer(phpunit/php-timer) < 1.1 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2889 | --> Processing Dependency: php-composer(phpunit/php-text-template) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2890 | --> Processing Dependency: php-composer(phpunit/php-invoker) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2891 | --> Processing Dependency: php-composer(phpunit/php-file-iterator) < 1.4 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2892 | --> Processing Dependency: php-composer(phpunit/php-code-coverage) < 3 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2893 | --> Processing Dependency: php-composer(doctrine/instantiator) < 2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2894 | --> Processing Dependency: php-composer(symfony/yaml) >= 2.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2895 | --> Processing Dependency: php-composer(symfony/class-loader) >= 2.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2896 | --> Processing Dependency: php-composer(sebastian/version) >= 1.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2897 | --> Processing Dependency: php-composer(sebastian/recursion-context) >= 1.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2898 | --> Processing Dependency: php-composer(sebastian/global-state) >= 1.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2899 | --> Processing Dependency: php-composer(sebastian/exporter) >= 1.1 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2900 | --> Processing Dependency: php-composer(sebastian/environment) >= 1.1 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2901 | --> Processing Dependency: php-composer(sebastian/diff) >= 1.1 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2902 | --> Processing Dependency: php-composer(sebastian/comparator) >= 1.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2903 | --> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) >= 2.3 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2904 | --> Processing Dependency: php-composer(phpunit/php-timer) >= 1.0.2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2905 | --> Processing Dependency: php-composer(phpunit/php-text-template) >= 1.2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2906 | --> Processing Dependency: php-composer(phpunit/php-invoker) >= 1.1 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2907 | --> Processing Dependency: php-composer(phpunit/php-file-iterator) >= 1.3.2 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2908 | --> Processing Dependency: php-composer(phpunit/php-code-coverage) >= 2.0 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2909 | --> Processing Dependency: php-composer(doctrine/instantiator) >= 1.0.1 for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2910 | --> Processing Dependency: php-tidy for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2911 | --> Processing Dependency: php-mbstring for package: php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch |
| 2912 | ---> Package python-cssmin.noarch 0:0.2.0-11.el7.kolab_3.5 will be installed |
| 2913 | ---> Package python-devel.x86_64 0:2.7.5-16.el7 will be installed |
| 2914 | ---> Package python-icalendar.noarch 0:3.8.2-8.el7.kolab_3.5 will be installed |
| 2915 | --> Processing Dependency: python-dateutil for package: python-icalendar-3.8.2-8.el7.kolab_3.5.noarch |
| 2916 | ---> Package python-kolab.x86_64 0:0.6.git.1426688750-9.el7.kolab_3.5 will be installed |
| 2917 | --> Processing Dependency: libQtGui.so.4()(64bit) for package: python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2918 | --> Processing Dependency: libxerces-c-3.1.so()(64bit) for package: python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 |
| 2919 | ---> Package python-kolabformat.x86_64 0:1.1.git.1422810799-30.el7.kolab_3.5 will be installed |
| 2920 | ---> Package python-ldap.x86_64 0:2.4.15-2.el7 will be installed |
| 2921 | ---> Package python-nose.noarch 0:1.3.0-2.el7 will be installed |
| 2922 | ---> Package python-pyasn1.noarch 0:0.1.6-2.el7 will be installed |
| 2923 | ---> Package python-pyasn1-modules.noarch 0:0.1.6-2.el7 will be installed |
| 2924 | ---> Package python-setuptools.noarch 0:0.9.8-3.el7 will be installed |
| 2925 | --> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-3.el7.noarch |
| 2926 | ---> Package python-sqlalchemy.x86_64 0:0.9.7-3.el7 will be installed |
| 2927 | ---> Package python-twisted-core.x86_64 0:12.2.0-4.el7 will be installed |
| 2928 | --> Processing Dependency: python-zope-interface for package: python-twisted-core-12.2.0-4.el7.x86_64 |
| 2929 | --> Processing Dependency: pyserial for package: python-twisted-core-12.2.0-4.el7.x86_64 |
| 2930 | --> Processing Dependency: pyOpenSSL for package: python-twisted-core-12.2.0-4.el7.x86_64 |
| 2931 | ---> Package pytz.noarch 0:2012d-5.el7 will be installed |
| 2932 | ---> Package qt-devel.x86_64 1:4.8.5-8.el7 will be installed |
| 2933 | --> Processing Dependency: pkgconfig(xt) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2934 | --> Processing Dependency: pkgconfig(xrender) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2935 | --> Processing Dependency: pkgconfig(xrandr) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2936 | --> Processing Dependency: pkgconfig(xinerama) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2937 | --> Processing Dependency: pkgconfig(xi) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2938 | --> Processing Dependency: pkgconfig(xft) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2939 | --> Processing Dependency: pkgconfig(xfixes) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2940 | --> Processing Dependency: pkgconfig(xext) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2941 | --> Processing Dependency: pkgconfig(xcursor) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2942 | --> Processing Dependency: pkgconfig(x11) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2943 | --> Processing Dependency: pkgconfig(ice) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2944 | --> Processing Dependency: pkgconfig(glu) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2945 | --> Processing Dependency: pkgconfig(gl) for package: 1:qt-devel-4.8.5-8.el7.x86_64 |
| 2946 | ---> Package roundcubemail-plugin-kolab_auth.noarch 0:3.2.8-2.el7.kolab_3.5 will be installed |
| 2947 | --> Processing Dependency: roundcubemail(plugin-kolab_auth-assets) = 3.2.8-2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_auth-3.2.8-2.el7.kolab_3.5.noarch |
| 2948 | --> Processing Dependency: roundcubemail(core) >= 1.1 for package: roundcubemail-plugin-kolab_auth-3.2.8-2.el7.kolab_3.5.noarch |
| 2949 | ---> Package roundcubemail-plugin-kolab_folders.noarch 0:3.2.8-2.el7.kolab_3.5 will be installed |
| 2950 | --> Processing Dependency: roundcubemail(plugin-kolab_folders-assets) = 3.2.8-2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_folders-3.2.8-2.el7.kolab_3.5.noarch |
| 2951 | ---> Package roundcubemail-plugin-libkolab.noarch 0:3.2.8-2.el7.kolab_3.5 will be installed |
| 2952 | --> Processing Dependency: roundcubemail(plugin-libkolab-assets) = 3.2.8-2.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.2.8-2.el7.kolab_3.5.noarch |
| 2953 | ---> Package svrcore-devel.x86_64 0:4.0.4-11.el7 will be installed |
| 2954 | --> Processing Dependency: svrcore = 4.0.4-11.el7 for package: svrcore-devel-4.0.4-11.el7.x86_64 |
| 2955 | --> Processing Dependency: libsvrcore.so.0()(64bit) for package: svrcore-devel-4.0.4-11.el7.x86_64 |
| 2956 | ---> Package tcl-devel.x86_64 1:8.5.13-4.el7 will be installed |
| 2957 | --> Processing Dependency: tcl = 1:8.5.13-4.el7 for package: 1:tcl-devel-8.5.13-4.el7.x86_64 |
| 2958 | ---> Package tcp_wrappers.x86_64 0:7.6-77.el7 will be installed |
| 2959 | --> Processing Dependency: tcp_wrappers-libs = 7.6-77.el7 for package: tcp_wrappers-7.6-77.el7.x86_64 |
| 2960 | ---> Package transfig.x86_64 1:3.2.5d-13.el7 will be installed |
| 2961 | --> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:transfig-3.2.5d-13.el7.x86_64 |
| 2962 | --> Processing Dependency: ghostscript for package: 1:transfig-3.2.5d-13.el7.x86_64 |
| 2963 | --> Processing Dependency: bc for package: 1:transfig-3.2.5d-13.el7.x86_64 |
| 2964 | --> Processing Dependency: libpng15.so.15()(64bit) for package: 1:transfig-3.2.5d-13.el7.x86_64 |
| 2965 | --> Processing Dependency: libXpm.so.4()(64bit) for package: 1:transfig-3.2.5d-13.el7.x86_64 |
| 2966 | --> Processing Dependency: libX11.so.6()(64bit) for package: 1:transfig-3.2.5d-13.el7.x86_64 |
| 2967 | ---> Package uglify-js.noarch 0:2.4.13-5.el7 will be installed |
| 2968 | --> Processing Dependency: js-uglify = 2.4.13-5.el7 for package: uglify-js-2.4.13-5.el7.noarch |
| 2969 | --> Processing Dependency: npm(uglify-to-browserify) < 1.1 for package: uglify-js-2.4.13-5.el7.noarch |
| 2970 | --> Processing Dependency: npm(source-map) < 0.2 for package: uglify-js-2.4.13-5.el7.noarch |
| 2971 | --> Processing Dependency: npm(optimist) < 0.5 for package: uglify-js-2.4.13-5.el7.noarch |
| 2972 | --> Processing Dependency: npm(async) < 0.3 for package: uglify-js-2.4.13-5.el7.noarch |
| 2973 | --> Processing Dependency: npm(uglify-to-browserify) >= 1.0.0 for package: uglify-js-2.4.13-5.el7.noarch |
| 2974 | --> Processing Dependency: npm(source-map) >= 0.1.33 for package: uglify-js-2.4.13-5.el7.noarch |
| 2975 | --> Processing Dependency: npm(optimist) >= 0.4 for package: uglify-js-2.4.13-5.el7.noarch |
| 2976 | --> Processing Dependency: npm(async) >= 0.2.6 for package: uglify-js-2.4.13-5.el7.noarch |
| 2977 | ---> Package uuid-devel.x86_64 0:1.6.2-26.el7 will be installed |
| 2978 | --> Processing Dependency: uuid = 1.6.2-26.el7 for package: uuid-devel-1.6.2-26.el7.x86_64 |
| 2979 | --> Processing Dependency: libossp-uuid.so.16()(64bit) for package: uuid-devel-1.6.2-26.el7.x86_64 |
| 2980 | ---> Package xerces-c-devel.x86_64 0:3.1.1-6.el7 will be installed |
| 2981 | ---> Package xsd.x86_64 0:3.3.0.1-27.el7.kolab_3.5 will be installed |
| 2982 | ---> Package zlib-devel.x86_64 0:1.2.7-13.el7 will be installed |
| 2983 | --> Running transaction check |
| 2984 | ---> Package CUnit.x86_64 0:2.1.3-8.el7 will be installed |
| 2985 | ---> Package attica-devel.x86_64 0:0.4.1-4.el7 will be installed |
| 2986 | --> Processing Dependency: attica(x86-64) = 0.4.1-4.el7 for package: attica-devel-0.4.1-4.el7.x86_64 |
| 2987 | --> Processing Dependency: libattica.so.0.4()(64bit) for package: attica-devel-0.4.1-4.el7.x86_64 |
| 2988 | ---> Package automoc.x86_64 0:1.0-0.20.rc3.el7 will be installed |
| 2989 | ---> Package bc.x86_64 0:1.06.95-13.el7 will be installed |
| 2990 | ---> Package boost.x86_64 0:1.53.0-23.el7 will be installed |
| 2991 | ---> Package boost-atomic.x86_64 0:1.53.0-23.el7 will be installed |
| 2992 | ---> Package boost-chrono.x86_64 0:1.53.0-23.el7 will be installed |
| 2993 | ---> Package boost-context.x86_64 0:1.53.0-23.el7 will be installed |
| 2994 | ---> Package boost-date-time.x86_64 0:1.53.0-23.el7 will be installed |
| 2995 | ---> Package boost-filesystem.x86_64 0:1.53.0-23.el7 will be installed |
| 2996 | ---> Package boost-graph.x86_64 0:1.53.0-23.el7 will be installed |
| 2997 | --> Processing Dependency: libicuuc.so.50()(64bit) for package: boost-graph-1.53.0-23.el7.x86_64 |
| 2998 | --> Processing Dependency: libicui18n.so.50()(64bit) for package: boost-graph-1.53.0-23.el7.x86_64 |
| 2999 | --> Processing Dependency: libicudata.so.50()(64bit) for package: boost-graph-1.53.0-23.el7.x86_64 |
| 3000 | ---> Package boost-iostreams.x86_64 0:1.53.0-23.el7 will be installed |
| 3001 | ---> Package boost-locale.x86_64 0:1.53.0-23.el7 will be installed |
| 3002 | ---> Package boost-math.x86_64 0:1.53.0-23.el7 will be installed |
| 3003 | ---> Package boost-program-options.x86_64 0:1.53.0-23.el7 will be installed |
| 3004 | ---> Package boost-python.x86_64 0:1.53.0-23.el7 will be installed |
| 3005 | ---> Package boost-random.x86_64 0:1.53.0-23.el7 will be installed |
| 3006 | ---> Package boost-regex.x86_64 0:1.53.0-23.el7 will be installed |
| 3007 | ---> Package boost-serialization.x86_64 0:1.53.0-23.el7 will be installed |
| 3008 | ---> Package boost-signals.x86_64 0:1.53.0-23.el7 will be installed |
| 3009 | ---> Package boost-test.x86_64 0:1.53.0-23.el7 will be installed |
| 3010 | ---> Package boost-timer.x86_64 0:1.53.0-23.el7 will be installed |
| 3011 | ---> Package boost-wave.x86_64 0:1.53.0-23.el7 will be installed |
| 3012 | ---> Package cyrus-sasl.x86_64 0:2.1.26-17.el7 will be installed |
| 3013 | --> Processing Dependency: /sbin/service for package: cyrus-sasl-2.1.26-17.el7.x86_64 |
| 3014 | ---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be installed |
| 3015 | ---> Package elfutils-devel.x86_64 0:0.160-1.el7 will be installed |
| 3016 | ---> Package elfutils-libelf-devel.x86_64 0:0.160-1.el7 will be installed |
| 3017 | ---> Package gc-devel.x86_64 0:7.2d-6.el7 will be installed |
| 3018 | --> Processing Dependency: gc(x86-64) = 7.2d-6.el7 for package: gc-devel-7.2d-6.el7.x86_64 |
| 3019 | --> Processing Dependency: libgccpp.so.1()(64bit) for package: gc-devel-7.2d-6.el7.x86_64 |
| 3020 | --> Processing Dependency: libgc.so.1()(64bit) for package: gc-devel-7.2d-6.el7.x86_64 |
| 3021 | --> Processing Dependency: libcord.so.1()(64bit) for package: gc-devel-7.2d-6.el7.x86_64 |
| 3022 | ---> Package gdbm-devel.x86_64 0:1.10-8.el7 will be installed |
| 3023 | ---> Package ghostscript.x86_64 0:9.07-18.el7 will be installed |
| 3024 | --> Processing Dependency: urw-fonts >= 1.1 for package: ghostscript-9.07-18.el7.x86_64 |
| 3025 | --> Processing Dependency: poppler-data for package: ghostscript-9.07-18.el7.x86_64 |
| 3026 | --> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3027 | --> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3028 | --> Processing Dependency: ghostscript-fonts for package: ghostscript-9.07-18.el7.x86_64 |
| 3029 | --> Processing Dependency: libtiff.so.5()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3030 | --> Processing Dependency: liblcms2.so.2()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3031 | --> Processing Dependency: libjpeg.so.62()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3032 | --> Processing Dependency: libfreetype.so.6()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3033 | --> Processing Dependency: libfontconfig.so.1()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3034 | --> Processing Dependency: libcupsimage.so.2()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3035 | --> Processing Dependency: libcups.so.2()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3036 | --> Processing Dependency: libXt.so.6()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3037 | --> Processing Dependency: libXext.so.6()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3038 | --> Processing Dependency: libSM.so.6()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3039 | --> Processing Dependency: libICE.so.6()(64bit) for package: ghostscript-9.07-18.el7.x86_64 |
| 3040 | ---> Package gmp-devel.x86_64 1:6.0.0-11.el7 will be installed |
| 3041 | ---> Package guile.x86_64 5:2.0.9-5.el7 will be installed |
| 3042 | --> Processing Dependency: libltdl.so.7()(64bit) for package: 5:guile-2.0.9-5.el7.x86_64 |
| 3043 | ---> Package httpd.x86_64 0:2.4.6-31.el7.centos will be installed |
| 3044 | --> Processing Dependency: httpd-tools = 2.4.6-31.el7.centos for package: httpd-2.4.6-31.el7.centos.x86_64 |
| 3045 | --> Processing Dependency: system-logos >= 7.92.1-1 for package: httpd-2.4.6-31.el7.centos.x86_64 |
| 3046 | --> Processing Dependency: /etc/mime.types for package: httpd-2.4.6-31.el7.centos.x86_64 |
| 3047 | ---> Package jansson.x86_64 0:2.4-6.el7 will be installed |
| 3048 | ---> Package js-uglify.noarch 0:2.4.13-5.el7 will be installed |
| 3049 | ---> Package kdelibs.x86_64 6:4.10.5-6.el7 will be installed |
| 3050 | --> Processing Dependency: kdelibs-common = 6:4.10.5-6.el7 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3051 | --> Processing Dependency: kde4-macros(api) = 2 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3052 | --> Processing Dependency: strigi-libs(x86-64) >= 0.7.7 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3053 | --> Processing Dependency: soprano(x86-64) >= 2.9.2 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3054 | --> Processing Dependency: shared-desktop-ontologies >= 0.11.0 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3055 | --> Processing Dependency: phonon(x86-64) >= 4.6.0 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3056 | --> Processing Dependency: kde-filesystem >= 4-23 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3057 | --> Processing Dependency: dbusmenu-qt(x86-64) >= 0.9.2 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3058 | --> Processing Dependency: xdg-utils for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3059 | --> Processing Dependency: upower for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3060 | --> Processing Dependency: udisks2 for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3061 | --> Processing Dependency: redhat-menus for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3062 | --> Processing Dependency: media-player-info for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3063 | --> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3064 | --> Processing Dependency: kde-settings for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3065 | --> Processing Dependency: hunspell for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3066 | --> Processing Dependency: hicolor-icon-theme for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3067 | --> Processing Dependency: docbook-style-xsl for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3068 | --> Processing Dependency: docbook-dtds for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3069 | --> Processing Dependency: libxslt.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3070 | --> Processing Dependency: libstreams.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3071 | --> Processing Dependency: libstreamanalyzer.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3072 | --> Processing Dependency: libsopranoclient.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3073 | --> Processing Dependency: libsoprano.so.4()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3074 | --> Processing Dependency: libqca.so.2()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3075 | --> Processing Dependency: libpolkit-qt-core-1.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3076 | --> Processing Dependency: libphonon.so.4()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3077 | --> Processing Dependency: libjasper.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3078 | --> Processing Dependency: libgif.so.4()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3079 | --> Processing Dependency: libfam.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3080 | --> Processing Dependency: libexslt.so.0()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3081 | --> Processing Dependency: libenchant.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3082 | --> Processing Dependency: libdbusmenu-qt.so.2()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3083 | --> Processing Dependency: libXtst.so.6()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3084 | --> Processing Dependency: libXss.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3085 | --> Processing Dependency: libXrender.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3086 | --> Processing Dependency: libXft.so.2()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3087 | --> Processing Dependency: libXfixes.so.3()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3088 | --> Processing Dependency: libXcursor.so.1()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3089 | --> Processing Dependency: libXau.so.6()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3090 | --> Processing Dependency: libImath.so.6()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3091 | --> Processing Dependency: libIlmThread.so.6()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3092 | --> Processing Dependency: libIlmImf.so.7()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3093 | --> Processing Dependency: libIex.so.6()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3094 | --> Processing Dependency: libHalf.so.6()(64bit) for package: 6:kdelibs-4.10.5-6.el7.x86_64 |
| 3095 | ---> Package kdepimlibs.x86_64 0:4.10.5-3.el7 will be installed |
| 3096 | ---> Package kdepimlibs-akonadi.x86_64 0:4.10.5-3.el7 will be installed |
| 3097 | --> Processing Dependency: akonadi(x86-64) >= 1.9.2 for package: kdepimlibs-akonadi-4.10.5-3.el7.x86_64 |
| 3098 | --> Processing Dependency: libqjson.so.0()(64bit) for package: kdepimlibs-akonadi-4.10.5-3.el7.x86_64 |
| 3099 | --> Processing Dependency: libnepomukcore.so.4()(64bit) for package: kdepimlibs-akonadi-4.10.5-3.el7.x86_64 |
| 3100 | --> Processing Dependency: libakonadiprotocolinternals.so.1()(64bit) for package: kdepimlibs-akonadi-4.10.5-3.el7.x86_64 |
| 3101 | ---> Package kdepimlibs-kxmlrpcclient.x86_64 0:4.10.5-3.el7 will be installed |
| 3102 | ---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed |
| 3103 | ---> Package libICE-devel.x86_64 0:1.0.8-7.el7 will be installed |
| 3104 | ---> Package libSM-devel.x86_64 0:1.2.1-7.el7 will be installed |
| 3105 | ---> Package libX11.x86_64 0:1.6.0-2.1.el7 will be installed |
| 3106 | --> Processing Dependency: libX11-common = 1.6.0-2.1.el7 for package: libX11-1.6.0-2.1.el7.x86_64 |
| 3107 | --> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.0-2.1.el7.x86_64 |
| 3108 | ---> Package libX11-devel.x86_64 0:1.6.0-2.1.el7 will be installed |
| 3109 | --> Processing Dependency: pkgconfig(xcb) >= 1.1.92 for package: libX11-devel-1.6.0-2.1.el7.x86_64 |
| 3110 | --> Processing Dependency: pkgconfig(xcb) for package: libX11-devel-1.6.0-2.1.el7.x86_64 |
| 3111 | ---> Package libXScrnSaver-devel.x86_64 0:1.2.2-6.1.el7 will be installed |
| 3112 | ---> Package libXcomposite-devel.x86_64 0:0.4.4-4.1.el7 will be installed |
| 3113 | --> Processing Dependency: libXcomposite = 0.4.4-4.1.el7 for package: libXcomposite-devel-0.4.4-4.1.el7.x86_64 |
| 3114 | --> Processing Dependency: libXcomposite.so.1()(64bit) for package: libXcomposite-devel-0.4.4-4.1.el7.x86_64 |
| 3115 | ---> Package libXcursor-devel.x86_64 0:1.1.14-2.1.el7 will be installed |
| 3116 | ---> Package libXdamage-devel.x86_64 0:1.1.4-4.1.el7 will be installed |
| 3117 | --> Processing Dependency: libXdamage = 1.1.4-4.1.el7 for package: libXdamage-devel-1.1.4-4.1.el7.x86_64 |
| 3118 | --> Processing Dependency: libXdamage.so.1()(64bit) for package: libXdamage-devel-1.1.4-4.1.el7.x86_64 |
| 3119 | ---> Package libXext-devel.x86_64 0:1.3.2-2.1.el7 will be installed |
| 3120 | ---> Package libXfixes-devel.x86_64 0:5.0.1-2.1.el7 will be installed |
| 3121 | ---> Package libXft-devel.x86_64 0:2.3.1-5.1.el7 will be installed |
| 3122 | --> Processing Dependency: pkgconfig(freetype2) for package: libXft-devel-2.3.1-5.1.el7.x86_64 |
| 3123 | --> Processing Dependency: pkgconfig(fontconfig) for package: libXft-devel-2.3.1-5.1.el7.x86_64 |
| 3124 | ---> Package libXi-devel.x86_64 0:1.7.2-2.1.el7 will be installed |
| 3125 | --> Processing Dependency: libXi = 1.7.2-2.1.el7 for package: libXi-devel-1.7.2-2.1.el7.x86_64 |
| 3126 | --> Processing Dependency: libXi.so.6()(64bit) for package: libXi-devel-1.7.2-2.1.el7.x86_64 |
| 3127 | ---> Package libXinerama-devel.x86_64 0:1.1.3-2.1.el7 will be installed |
| 3128 | --> Processing Dependency: libXinerama = 1.1.3-2.1.el7 for package: libXinerama-devel-1.1.3-2.1.el7.x86_64 |
| 3129 | --> Processing Dependency: libXinerama.so.1()(64bit) for package: libXinerama-devel-1.1.3-2.1.el7.x86_64 |
| 3130 | ---> Package libXpm.x86_64 0:3.5.10-5.1.el7 will be installed |
| 3131 | ---> Package libXpm-devel.x86_64 0:3.5.10-5.1.el7 will be installed |
| 3132 | ---> Package libXrandr-devel.x86_64 0:1.4.1-2.1.el7 will be installed |
| 3133 | --> Processing Dependency: libXrandr = 1.4.1-2.1.el7 for package: libXrandr-devel-1.4.1-2.1.el7.x86_64 |
| 3134 | --> Processing Dependency: libXrandr.so.2()(64bit) for package: libXrandr-devel-1.4.1-2.1.el7.x86_64 |
| 3135 | ---> Package libXrender-devel.x86_64 0:0.9.8-2.1.el7 will be installed |
| 3136 | ---> Package libXt-devel.x86_64 0:1.1.4-6.1.el7 will be installed |
| 3137 | ---> Package libXtst-devel.x86_64 0:1.2.2-2.1.el7 will be installed |
| 3138 | ---> Package libXv-devel.x86_64 0:1.0.9-2.1.el7 will be installed |
| 3139 | --> Processing Dependency: libXv = 1.0.9-2.1.el7 for package: libXv-devel-1.0.9-2.1.el7.x86_64 |
| 3140 | --> Processing Dependency: libXv.so.1()(64bit) for package: libXv-devel-1.0.9-2.1.el7.x86_64 |
| 3141 | ---> Package libXxf86misc-devel.x86_64 0:1.0.3-7.1.el7 will be installed |
| 3142 | --> Processing Dependency: libXxf86misc = 1.0.3-7.1.el7 for package: libXxf86misc-devel-1.0.3-7.1.el7.x86_64 |
| 3143 | --> Processing Dependency: libXxf86misc.so.1()(64bit) for package: libXxf86misc-devel-1.0.3-7.1.el7.x86_64 |
| 3144 | ---> Package libarchive.x86_64 0:3.1.2-7.el7 will be installed |
| 3145 | --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-7.el7.x86_64 |
| 3146 | ---> Package libcalendaring.x86_64 0:4.9.git.1424359330-51.el7.kolab_3.5 will be installed |
| 3147 | ---> Package libcom_err-devel.x86_64 0:1.42.9-7.el7 will be installed |
| 3148 | ---> Package libical.x86_64 0:0.48-6.el7 will be installed |
| 3149 | ---> Package libkolab.x86_64 0:0.6.git.1426688750-9.el7.kolab_3.5 will be installed |
| 3150 | ---> Package libkolabxml.x86_64 0:1.1.git.1422810799-30.el7.kolab_3.5 will be installed |
| 3151 | ---> Package libpng.x86_64 2:1.5.13-5.el7 will be installed |
| 3152 | ---> Package libselinux-devel.x86_64 0:2.2.2-6.el7 will be installed |
| 3153 | --> Processing Dependency: libsepol-devel >= 2.1.9-1 for package: libselinux-devel-2.2.2-6.el7.x86_64 |
| 3154 | --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.2.2-6.el7.x86_64 |
| 3155 | ---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed |
| 3156 | ---> Package libxkbfile-devel.x86_64 0:1.0.8-5.el7 will be installed |
| 3157 | --> Processing Dependency: libxkbfile = 1.0.8-5.el7 for package: libxkbfile-devel-1.0.8-5.el7.x86_64 |
| 3158 | --> Processing Dependency: libxkbfile.so.1()(64bit) for package: libxkbfile-devel-1.0.8-5.el7.x86_64 |
| 3159 | ---> Package lm_sensors-devel.x86_64 0:3.3.4-11.el7 will be installed |
| 3160 | --> Processing Dependency: lm_sensors-libs = 3.3.4-11.el7 for package: lm_sensors-devel-3.3.4-11.el7.x86_64 |
| 3161 | --> Processing Dependency: libsensors.so.4()(64bit) for package: lm_sensors-devel-3.3.4-11.el7.x86_64 |
| 3162 | ---> Package mesa-libGL-devel.x86_64 0:10.2.7-5.20140910.el7 will be installed |
| 3163 | --> Processing Dependency: mesa-libGL = 10.2.7-5.20140910.el7 for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 |
| 3164 | --> Processing Dependency: pkgconfig(libdrm) >= 2.4.38 for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 |
| 3165 | --> Processing Dependency: pkgconfig(xxf86vm) for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 |
| 3166 | --> Processing Dependency: gl-manpages for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 |
| 3167 | --> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 |
| 3168 | --> Processing Dependency: libGL.so.1()(64bit) for package: mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 |
| 3169 | ---> Package mesa-libGLU-devel.x86_64 0:9.0.0-4.el7 will be installed |
| 3170 | --> Processing Dependency: mesa-libGLU(x86-64) = 9.0.0-4.el7 for package: mesa-libGLU-devel-9.0.0-4.el7.x86_64 |
| 3171 | --> Processing Dependency: libGLU.so.1()(64bit) for package: mesa-libGLU-devel-9.0.0-4.el7.x86_64 |
| 3172 | ---> Package mozldap-tools.x86_64 0:6.0.5-38.el7.kolab_3.5 will be installed |
| 3173 | --> Processing Dependency: mozldap = 6.0.5-38.el7.kolab_3.5 for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 |
| 3174 | --> Processing Dependency: libldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 |
| 3175 | --> Processing Dependency: libssldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 |
| 3176 | --> Processing Dependency: libprldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 |
| 3177 | --> Processing Dependency: libldif60.so()(64bit) for package: mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 |
| 3178 | ---> Package nepomuk-core-devel.x86_64 0:4.10.5-5.el7 will be installed |
| 3179 | ---> Package net-snmp-agent-libs.x86_64 1:5.7.2-20.el7 will be installed |
| 3180 | ---> Package net-snmp-libs.x86_64 1:5.7.2-20.el7 will be installed |
| 3181 | ---> Package nodejs.x86_64 0:0.10.33-1.el7 will be installed |
| 3182 | --> Processing Dependency: v8(x86-64) < 1:3.15 for package: nodejs-0.10.33-1.el7.x86_64 |
| 3183 | --> Processing Dependency: v8(x86-64) >= 1:3.14.5.7 for package: nodejs-0.10.33-1.el7.x86_64 |
| 3184 | --> Processing Dependency: libv8.so.3()(64bit) for package: nodejs-0.10.33-1.el7.x86_64 |
| 3185 | --> Processing Dependency: libuv.so.0.10()(64bit) for package: nodejs-0.10.33-1.el7.x86_64 |
| 3186 | --> Processing Dependency: libhttp_parser.so.2()(64bit) for package: nodejs-0.10.33-1.el7.x86_64 |
| 3187 | --> Processing Dependency: libcares.so.2()(64bit) for package: nodejs-0.10.33-1.el7.x86_64 |
| 3188 | ---> Package nodejs-async.noarch 0:0.2.10-1.el7 will be installed |
| 3189 | ---> Package nodejs-optimist.noarch 0:0.4.0-1.el7 will be installed |
| 3190 | --> Processing Dependency: npm(wordwrap) < 0.1 for package: nodejs-optimist-0.4.0-1.el7.noarch |
| 3191 | --> Processing Dependency: npm(wordwrap) >= 0.0.2 for package: nodejs-optimist-0.4.0-1.el7.noarch |
| 3192 | ---> Package nodejs-source-map.noarch 0:0.1.33-1.el7 will be installed |
| 3193 | --> Processing Dependency: npm(amdefine) >= 0.0.4 for package: nodejs-source-map-0.1.33-1.el7.noarch |
| 3194 | ---> Package nodejs-uglify-to-browserify.noarch 0:1.0.2-2.el7 will be installed |
| 3195 | ---> Package nss-softokn-devel.x86_64 0:3.16.2.3-9.el7 will be installed |
| 3196 | --> Processing Dependency: nss-softokn-freebl-devel(x86-64) = 3.16.2.3-9.el7 for package: nss-softokn-devel-3.16.2.3-9.el7.x86_64 |
| 3197 | ---> Package nss-util-devel.x86_64 0:3.16.2.3-2.el7 will be installed |
| 3198 | ---> Package perl-ExtUtils-Install.noarch 0:1.58-285.el7 will be installed |
| 3199 | ---> Package perl-ExtUtils-Manifest.noarch 0:1.61-244.el7 will be installed |
| 3200 | ---> Package perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7 will be installed |
| 3201 | ---> Package phonon-devel.x86_64 0:4.6.0-9.el7 will be installed |
| 3202 | ---> Package php-cli.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3203 | ---> Package php-common.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3204 | --> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-23.el7_0.3.x86_64 |
| 3205 | ---> Package php-doctrine-instantiator.noarch 0:1.0.4-1.el7 will be installed |
| 3206 | ---> Package php-ldap.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3207 | ---> Package php-mbstring.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3208 | ---> Package php-pear-Net-LDAP2.noarch 0:2.1.0-1.el7 will be installed |
| 3209 | ---> Package php-phpunit-File-Iterator.noarch 0:1.3.4-5.el7 will be installed |
| 3210 | ---> Package php-phpunit-PHP-CodeCoverage.noarch 0:2.0.15-1.el7 will be installed |
| 3211 | --> Processing Dependency: php-composer(phpunit/php-token-stream) < 2 for package: php-phpunit-PHP-CodeCoverage-2.0.15-1.el7.noarch |
| 3212 | --> Processing Dependency: php-composer(phpunit/php-token-stream) >= 1.3 for package: php-phpunit-PHP-CodeCoverage-2.0.15-1.el7.noarch |
| 3213 | ---> Package php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7 will be installed |
| 3214 | ---> Package php-phpunit-PHP-Timer.noarch 0:1.0.5-5.el7 will be installed |
| 3215 | ---> Package php-phpunit-PHPUnit-MockObject.noarch 0:2.3.0-1.el7 will be installed |
| 3216 | --> Processing Dependency: php-soap for package: php-phpunit-PHPUnit-MockObject-2.3.0-1.el7.noarch |
| 3217 | ---> Package php-phpunit-Text-Template.noarch 0:1.2.0-5.el7 will be installed |
| 3218 | ---> Package php-phpunit-Version.noarch 0:1.0.4-1.el7 will be installed |
| 3219 | ---> Package php-phpunit-comparator.noarch 0:1.1.1-1.el7 will be installed |
| 3220 | ---> Package php-phpunit-diff.noarch 0:1.2.0-1.el7 will be installed |
| 3221 | ---> Package php-phpunit-environment.noarch 0:1.2.1-1.el7 will be installed |
| 3222 | ---> Package php-phpunit-exporter.noarch 0:1.2.0-1.el7 will be installed |
| 3223 | ---> Package php-process.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3224 | ---> Package php-sebastian-global-state.noarch 0:1.0.0-1.el7 will be installed |
| 3225 | ---> Package php-sebastian-recursion-context.noarch 0:1.0.0-1.el7 will be installed |
| 3226 | ---> Package php-symfony-class-loader.noarch 0:2.5.8-1.el7 will be installed |
| 3227 | --> Processing Dependency: php-symfony-common = 2.5.8-1.el7 for package: php-symfony-class-loader-2.5.8-1.el7.noarch |
| 3228 | ---> Package php-symfony-yaml.noarch 0:2.5.8-1.el7 will be installed |
| 3229 | ---> Package php-tidy.x86_64 0:5.4.16-3.el7 will be installed |
| 3230 | --> Processing Dependency: libtidy-0.99.so.0()(64bit) for package: php-tidy-5.4.16-3.el7.x86_64 |
| 3231 | ---> Package php-xml.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3232 | ---> Package pyOpenSSL.x86_64 0:0.13.1-3.el7 will be installed |
| 3233 | ---> Package pyserial.noarch 0:2.6-5.el7 will be installed |
| 3234 | ---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed |
| 3235 | --> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch |
| 3236 | ---> Package python-dateutil.noarch 0:1.5-7.el7 will be installed |
| 3237 | ---> Package python-zope-interface.x86_64 0:4.0.5-4.el7 will be installed |
| 3238 | ---> Package qt.x86_64 1:4.8.5-8.el7 will be installed |
| 3239 | --> Processing Dependency: qt-settings for package: 1:qt-4.8.5-8.el7.x86_64 |
| 3240 | ---> Package qt-x11.x86_64 1:4.8.5-8.el7 will be installed |
| 3241 | --> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64 |
| 3242 | --> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64 |
| 3243 | --> Processing Dependency: libmng.so.1()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64 |
| 3244 | --> Processing Dependency: libasound.so.2()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64 |
| 3245 | ---> Package roundcubemail-core.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3246 | --> Processing Dependency: roundcubemail(plugin-filesystem_attachments) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3247 | --> Processing Dependency: roundcubemail(plugin-jqueryui) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3248 | --> Processing Dependency: roundcubemail(core-assets) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3249 | --> Processing Dependency: roundcubemail(skin) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3250 | --> Processing Dependency: php-pear(MDB2) >= 2.5.0 for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3251 | --> Processing Dependency: php-pear(DB) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3252 | --> Processing Dependency: php-pear(Auth_SASL) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3253 | --> Processing Dependency: php-gd for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3254 | --> Processing Dependency: php-pear(Mail_mimeDecode) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3255 | --> Processing Dependency: php-pear(Net_Socket) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3256 | --> Processing Dependency: php-mcrypt for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3257 | --> Processing Dependency: php-pear(Net_IDNA2) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3258 | --> Processing Dependency: php-pear(MDB2_Driver_mysqli) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3259 | --> Processing Dependency: php-pear(Mail_Mime) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3260 | --> Processing Dependency: php-pear(Net_Sieve) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3261 | --> Processing Dependency: php-pear(Net_SMTP) for package: roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3262 | ---> Package roundcubemail-plugin-kolab_auth-assets.noarch 0:3.2.8-2.el7.kolab_3.5 will be installed |
| 3263 | ---> Package roundcubemail-plugin-kolab_folders-assets.noarch 0:3.2.8-2.el7.kolab_3.5 will be installed |
| 3264 | ---> Package roundcubemail-plugin-libkolab-assets.noarch 0:3.2.8-2.el7.kolab_3.5 will be installed |
| 3265 | ---> Package rpm-devel.x86_64 0:4.11.1-25.el7 will be installed |
| 3266 | --> Processing Dependency: popt-devel(x86-64) for package: rpm-devel-4.11.1-25.el7.x86_64 |
| 3267 | ---> Package shared-desktop-ontologies-devel.noarch 0:0.11.0-2.el7 will be installed |
| 3268 | ---> Package soprano-devel.x86_64 0:2.9.2-3.el7 will be installed |
| 3269 | ---> Package svrcore.x86_64 0:4.0.4-11.el7 will be installed |
| 3270 | ---> Package systemtap-sdt-devel.x86_64 0:2.6-8.el7 will be installed |
| 3271 | --> Processing Dependency: pyparsing for package: systemtap-sdt-devel-2.6-8.el7.x86_64 |
| 3272 | ---> Package tcl.x86_64 1:8.5.13-4.el7 will be installed |
| 3273 | ---> Package tcp_wrappers-devel.x86_64 0:7.6-77.el7 will be installed |
| 3274 | ---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed |
| 3275 | ---> Package uuid.x86_64 0:1.6.2-26.el7 will be installed |
| 3276 | ---> Package xerces-c.x86_64 0:3.1.1-6.el7 will be installed |
| 3277 | ---> Package xorg-x11-proto-devel.noarch 0:7.7-8.el7.1 will be installed |
| 3278 | ---> Package ycssmin.noarch 0:1.0.1-6.el7 will be installed |
| 3279 | --> Running transaction check |
| 3280 | ---> Package OpenEXR-libs.x86_64 0:1.7.1-7.el7 will be installed |
| 3281 | ---> Package akonadi.x86_64 0:1.9.2-4.el7 will be installed |
| 3282 | ---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be installed |
| 3283 | ---> Package attica.x86_64 0:0.4.1-4.el7 will be installed |
| 3284 | ---> Package c-ares.x86_64 0:1.10.0-3.el7 will be installed |
| 3285 | ---> Package centos-logos.noarch 0:70.0.6-2.el7.centos will be installed |
| 3286 | ---> Package cups-libs.x86_64 1:1.6.3-17.el7 will be installed |
| 3287 | ---> Package dbusmenu-qt.x86_64 0:0.9.2-7.el7 will be installed |
| 3288 | ---> Package docbook-dtds.noarch 0:1.0-60.el7 will be installed |
| 3289 | --> Processing Dependency: xml-common for package: docbook-dtds-1.0-60.el7.noarch |
| 3290 | --> Processing Dependency: sgml-common for package: docbook-dtds-1.0-60.el7.noarch |
| 3291 | ---> Package docbook-style-xsl.noarch 0:1.78.1-3.el7 will be installed |
| 3292 | ---> Package enchant.x86_64 1:1.6.0-8.el7 will be installed |
| 3293 | ---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed |
| 3294 | --> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64 |
| 3295 | ---> Package fontconfig-devel.x86_64 0:2.10.95-7.el7 will be installed |
| 3296 | --> Processing Dependency: pkgconfig(expat) for package: fontconfig-devel-2.10.95-7.el7.x86_64 |
| 3297 | ---> Package freetype.x86_64 0:2.4.11-10.el7_1.1 will be installed |
| 3298 | ---> Package freetype-devel.x86_64 0:2.4.11-10.el7_1.1 will be installed |
| 3299 | ---> Package gamin.x86_64 0:0.1.10-16.el7 will be installed |
| 3300 | ---> Package gc.x86_64 0:7.2d-6.el7 will be installed |
| 3301 | ---> Package ghostscript-fonts.noarch 0:5.50-32.el7 will be installed |
| 3302 | --> Processing Dependency: xorg-x11-font-utils for package: ghostscript-fonts-5.50-32.el7.noarch |
| 3303 | ---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed |
| 3304 | ---> Package gl-manpages.noarch 0:1.1-7.20130122.el7 will be installed |
| 3305 | ---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed |
| 3306 | ---> Package http-parser.x86_64 0:2.0-4.20121128gitcd01361.el7 will be installed |
| 3307 | ---> Package httpd-tools.x86_64 0:2.4.6-31.el7.centos will be installed |
| 3308 | ---> Package hunspell.x86_64 0:1.3.2-13.el7 will be installed |
| 3309 | --> Processing Dependency: hunspell-en-US for package: hunspell-1.3.2-13.el7.x86_64 |
| 3310 | ---> Package ilmbase.x86_64 0:1.0.3-7.el7 will be installed |
| 3311 | ---> Package initscripts.x86_64 0:9.49.24-1.el7 will be installed |
| 3312 | --> Processing Dependency: sysvinit-tools >= 2.87-5 for package: initscripts-9.49.24-1.el7.x86_64 |
| 3313 | --> Processing Dependency: module-init-tools for package: initscripts-9.49.24-1.el7.x86_64 |
| 3314 | --> Processing Dependency: hostname for package: initscripts-9.49.24-1.el7.x86_64 |
| 3315 | ---> Package jasper-libs.x86_64 0:1.900.1-26.el7_0.3 will be installed |
| 3316 | ---> Package kde-filesystem.x86_64 0:4-47.el7 will be installed |
| 3317 | ---> Package kde-settings.noarch 0:19-23.5.el7 will be installed |
| 3318 | --> Processing Dependency: xdg-user-dirs for package: kde-settings-19-23.5.el7.noarch |
| 3319 | --> Processing Dependency: polkit-js-engine for package: kde-settings-19-23.5.el7.noarch |
| 3320 | --> Processing Dependency: adwaita-cursor-theme for package: kde-settings-19-23.5.el7.noarch |
| 3321 | ---> Package kdelibs-common.x86_64 6:4.10.5-6.el7 will be installed |
| 3322 | ---> Package lcms2.x86_64 0:2.5-4.el7 will be installed |
| 3323 | ---> Package libICE.x86_64 0:1.0.8-7.el7 will be installed |
| 3324 | ---> Package libSM.x86_64 0:1.2.1-7.el7 will be installed |
| 3325 | ---> Package libX11-common.noarch 0:1.6.0-2.1.el7 will be installed |
| 3326 | ---> Package libXScrnSaver.x86_64 0:1.2.2-6.1.el7 will be installed |
| 3327 | ---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed |
| 3328 | ---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed |
| 3329 | ---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed |
| 3330 | ---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed |
| 3331 | ---> Package libXext.x86_64 0:1.3.2-2.1.el7 will be installed |
| 3332 | ---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed |
| 3333 | ---> Package libXft.x86_64 0:2.3.1-5.1.el7 will be installed |
| 3334 | ---> Package libXi.x86_64 0:1.7.2-2.1.el7 will be installed |
| 3335 | ---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed |
| 3336 | ---> Package libXrandr.x86_64 0:1.4.1-2.1.el7 will be installed |
| 3337 | ---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed |
| 3338 | ---> Package libXt.x86_64 0:1.1.4-6.1.el7 will be installed |
| 3339 | ---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed |
| 3340 | ---> Package libXv.x86_64 0:1.0.9-2.1.el7 will be installed |
| 3341 | ---> Package libXxf86misc.x86_64 0:1.0.3-7.1.el7 will be installed |
| 3342 | ---> Package libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7 will be installed |
| 3343 | --> Processing Dependency: libXxf86vm = 1.1.3-2.1.el7 for package: libXxf86vm-devel-1.1.3-2.1.el7.x86_64 |
| 3344 | --> Processing Dependency: libXxf86vm.so.1()(64bit) for package: libXxf86vm-devel-1.1.3-2.1.el7.x86_64 |
| 3345 | ---> Package libdrm-devel.x86_64 0:2.4.56-2.el7 will be installed |
| 3346 | --> Processing Dependency: libdrm = 2.4.56-2.el7 for package: libdrm-devel-2.4.56-2.el7.x86_64 |
| 3347 | --> Processing Dependency: libkms.so.1()(64bit) for package: libdrm-devel-2.4.56-2.el7.x86_64 |
| 3348 | --> Processing Dependency: libdrm_radeon.so.1()(64bit) for package: libdrm-devel-2.4.56-2.el7.x86_64 |
| 3349 | --> Processing Dependency: libdrm_nouveau.so.2()(64bit) for package: libdrm-devel-2.4.56-2.el7.x86_64 |
| 3350 | --> Processing Dependency: libdrm_intel.so.1()(64bit) for package: libdrm-devel-2.4.56-2.el7.x86_64 |
| 3351 | --> Processing Dependency: libdrm.so.2()(64bit) for package: libdrm-devel-2.4.56-2.el7.x86_64 |
| 3352 | ---> Package libicu.x86_64 0:50.1.2-11.el7 will be installed |
| 3353 | ---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed |
| 3354 | ---> Package libmng.x86_64 0:1.0.10-14.el7 will be installed |
| 3355 | ---> Package libsepol-devel.x86_64 0:2.1.9-3.el7 will be installed |
| 3356 | ---> Package libtidy.x86_64 0:0.99.0-31.20091203.el7 will be installed |
| 3357 | ---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed |
| 3358 | --> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64 |
| 3359 | ---> Package libtool-ltdl.x86_64 0:2.4.2-20.el7 will be installed |
| 3360 | ---> Package libuv.x86_64 1:0.10.29-1.el7 will be installed |
| 3361 | ---> Package libxcb.x86_64 0:1.9-5.el7 will be installed |
| 3362 | ---> Package libxcb-devel.x86_64 0:1.9-5.el7 will be installed |
| 3363 | --> Processing Dependency: pkgconfig(xau) >= 0.99.2 for package: libxcb-devel-1.9-5.el7.x86_64 |
| 3364 | ---> Package libxkbfile.x86_64 0:1.0.8-5.el7 will be installed |
| 3365 | ---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed |
| 3366 | ---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed |
| 3367 | ---> Package lm_sensors-libs.x86_64 0:3.3.4-11.el7 will be installed |
| 3368 | ---> Package lzo.x86_64 0:2.06-6.el7_0.2 will be installed |
| 3369 | ---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed |
| 3370 | ---> Package media-player-info.noarch 0:17-4.el7 will be installed |
| 3371 | ---> Package mesa-libGL.x86_64 0:10.2.7-5.20140910.el7 will be installed |
| 3372 | ---> Package mesa-libGLU.x86_64 0:9.0.0-4.el7 will be installed |
| 3373 | ---> Package mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7 will be installed |
| 3374 | ---> Package mozldap.x86_64 0:6.0.5-38.el7.kolab_3.5 will be installed |
| 3375 | ---> Package nepomuk-core-libs.x86_64 0:4.10.5-5.el7 will be installed |
| 3376 | --> Processing Dependency: nepomuk-core = 4.10.5-5.el7 for package: nepomuk-core-libs-4.10.5-5.el7.x86_64 |
| 3377 | ---> Package nodejs-amdefine.noarch 0:0.0.4-1.el7 will be installed |
| 3378 | ---> Package nodejs-wordwrap.noarch 0:0.0.2-4.el7 will be installed |
| 3379 | ---> Package nss-softokn-freebl-devel.x86_64 0:3.16.2.3-9.el7 will be installed |
| 3380 | ---> Package phonon.x86_64 0:4.6.0-9.el7 will be installed |
| 3381 | --> Processing Dependency: pulseaudio-libs(x86-64) >= 3.0 for package: phonon-4.6.0-9.el7.x86_64 |
| 3382 | --> Processing Dependency: phonon-backend(x86-64) >= 4.4 for package: phonon-4.6.0-9.el7.x86_64 |
| 3383 | --> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: phonon-4.6.0-9.el7.x86_64 |
| 3384 | --> Processing Dependency: libpulse-mainloop-glib.so.0(PULSE_0)(64bit) for package: phonon-4.6.0-9.el7.x86_64 |
| 3385 | --> Processing Dependency: libpulse.so.0()(64bit) for package: phonon-4.6.0-9.el7.x86_64 |
| 3386 | --> Processing Dependency: libpulse-mainloop-glib.so.0()(64bit) for package: phonon-4.6.0-9.el7.x86_64 |
| 3387 | ---> Package php-gd.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3388 | --> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.4.16-23.el7_0.3.x86_64 |
| 3389 | ---> Package php-mcrypt.x86_64 0:5.4.16-3.el7 will be installed |
| 3390 | --> Processing Dependency: libmcrypt.so.4()(64bit) for package: php-mcrypt-5.4.16-3.el7.x86_64 |
| 3391 | ---> Package php-pear-Auth-SASL.noarch 0:1.0.6-5.el7 will be installed |
| 3392 | ---> Package php-pear-DB.noarch 0:1.7.14-6.el7 will be installed |
| 3393 | ---> Package php-pear-MDB2.noarch 0:2.5.0-0.9.b5.el7 will be installed |
| 3394 | ---> Package php-pear-MDB2-Driver-mysqli.noarch 0:1.5.0-0.8.b4.el7 will be installed |
| 3395 | --> Processing Dependency: php-mysqli for package: php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch |
| 3396 | ---> Package php-pear-Mail-Mime.noarch 0:1.8.9-1.el7 will be installed |
| 3397 | ---> Package php-pear-Mail-mimeDecode.noarch 0:1.5.5-7.el7 will be installed |
| 3398 | ---> Package php-pear-Net-IDNA2.noarch 0:0.1.1-10.el7 will be installed |
| 3399 | ---> Package php-pear-Net-SMTP.noarch 0:1.6.2-1.el7 will be installed |
| 3400 | ---> Package php-pear-Net-Sieve.noarch 0:1.3.4-1.el7 will be installed |
| 3401 | ---> Package php-pear-Net-Socket.noarch 0:1.0.14-1.el7 will be installed |
| 3402 | ---> Package php-phpunit-PHP-TokenStream.noarch 0:1.4.0-1.el7 will be installed |
| 3403 | ---> Package php-soap.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3404 | ---> Package php-symfony-common.noarch 0:2.5.8-1.el7 will be installed |
| 3405 | ---> Package polkit-qt.x86_64 0:0.103.0-10.el7_0 will be installed |
| 3406 | ---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed |
| 3407 | ---> Package popt-devel.x86_64 0:1.13-16.el7 will be installed |
| 3408 | ---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed |
| 3409 | ---> Package python-backports.x86_64 0:1.0-8.el7 will be installed |
| 3410 | ---> Package qca2.x86_64 0:2.0.3-7.el7 will be installed |
| 3411 | ---> Package qjson.x86_64 0:0.8.1-4.el7 will be installed |
| 3412 | ---> Package qt-settings.noarch 0:19-23.5.el7 will be installed |
| 3413 | --> Processing Dependency: pciutils for package: qt-settings-19-23.5.el7.noarch |
| 3414 | ---> Package redhat-menus.noarch 0:12.0.2-7.el7 will be installed |
| 3415 | ---> Package roundcubemail-core-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3416 | ---> Package roundcubemail-plugin-filesystem_attachments.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3417 | --> Processing Dependency: roundcubemail(plugin-filesystem_attachments-assets) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-plugin-filesystem_attachments-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3418 | ---> Package roundcubemail-plugin-jqueryui.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3419 | --> Processing Dependency: roundcubemail(plugin-jqueryui-assets) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3420 | --> Processing Dependency: roundcubemail(plugin-jqueryui-skin) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3421 | ---> Package roundcubemail-skin-larry.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3422 | --> Processing Dependency: roundcubemail(skin-larry-assets) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-skin-larry-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3423 | ---> Package shared-desktop-ontologies.noarch 0:0.11.0-2.el7 will be installed |
| 3424 | ---> Package soprano.x86_64 0:2.9.2-3.el7 will be installed |
| 3425 | --> Processing Dependency: redland-virtuoso for package: soprano-2.9.2-3.el7.x86_64 |
| 3426 | --> Processing Dependency: librdf.so.0()(64bit) for package: soprano-2.9.2-3.el7.x86_64 |
| 3427 | --> Processing Dependency: libraptor2.so.0()(64bit) for package: soprano-2.9.2-3.el7.x86_64 |
| 3428 | --> Processing Dependency: libiodbc.so.2()(64bit) for package: soprano-2.9.2-3.el7.x86_64 |
| 3429 | --> Processing Dependency: libclucene-core.so.1()(64bit) for package: soprano-2.9.2-3.el7.x86_64 |
| 3430 | ---> Package strigi-libs.x86_64 0:0.7.7-12.20120626.el7 will be installed |
| 3431 | --> Processing Dependency: libexiv2.so.12()(64bit) for package: strigi-libs-0.7.7-12.20120626.el7.x86_64 |
| 3432 | ---> Package udisks2.x86_64 0:2.1.2-5.el7 will be installed |
| 3433 | --> Processing Dependency: libudisks2 = 2.1.2-5.el7 for package: udisks2-2.1.2-5.el7.x86_64 |
| 3434 | --> Processing Dependency: libatasmart >= 0.12 for package: udisks2-2.1.2-5.el7.x86_64 |
| 3435 | --> Processing Dependency: dbus >= 1.4.0 for package: udisks2-2.1.2-5.el7.x86_64 |
| 3436 | --> Processing Dependency: xfsprogs for package: udisks2-2.1.2-5.el7.x86_64 |
| 3437 | --> Processing Dependency: parted for package: udisks2-2.1.2-5.el7.x86_64 |
| 3438 | --> Processing Dependency: mdadm for package: udisks2-2.1.2-5.el7.x86_64 |
| 3439 | --> Processing Dependency: gdisk for package: udisks2-2.1.2-5.el7.x86_64 |
| 3440 | --> Processing Dependency: e2fsprogs for package: udisks2-2.1.2-5.el7.x86_64 |
| 3441 | --> Processing Dependency: dosfstools for package: udisks2-2.1.2-5.el7.x86_64 |
| 3442 | --> Processing Dependency: cryptsetup-luks for package: udisks2-2.1.2-5.el7.x86_64 |
| 3443 | --> Processing Dependency: libudisks2.so.0()(64bit) for package: udisks2-2.1.2-5.el7.x86_64 |
| 3444 | --> Processing Dependency: libatasmart.so.4()(64bit) for package: udisks2-2.1.2-5.el7.x86_64 |
| 3445 | ---> Package upower.x86_64 0:0.9.20-7.el7 will be installed |
| 3446 | --> Processing Dependency: pm-utils >= 1.2.2.1 for package: upower-0.9.20-7.el7.x86_64 |
| 3447 | --> Processing Dependency: gobject-introspection for package: upower-0.9.20-7.el7.x86_64 |
| 3448 | --> Processing Dependency: libusb-1.0.so.0()(64bit) for package: upower-0.9.20-7.el7.x86_64 |
| 3449 | --> Processing Dependency: libplist.so.1()(64bit) for package: upower-0.9.20-7.el7.x86_64 |
| 3450 | --> Processing Dependency: libimobiledevice.so.4()(64bit) for package: upower-0.9.20-7.el7.x86_64 |
| 3451 | --> Processing Dependency: libdbus-glib-1.so.2()(64bit) for package: upower-0.9.20-7.el7.x86_64 |
| 3452 | ---> Package urw-fonts.noarch 0:2.4-16.el7 will be installed |
| 3453 | ---> Package v8.x86_64 1:3.14.5.10-14.el7 will be installed |
| 3454 | ---> Package xdg-utils.noarch 0:1.1.0-0.16.20120809git.el7 will be installed |
| 3455 | --> Processing Dependency: desktop-file-utils for package: xdg-utils-1.1.0-0.16.20120809git.el7.noarch |
| 3456 | --> Running transaction check |
| 3457 | ---> Package adwaita-cursor-theme.noarch 0:3.8.4-3.el7 will be installed |
| 3458 | ---> Package clucene-core.x86_64 0:2.3.3.4-11.el7 will be installed |
| 3459 | ---> Package cryptsetup.x86_64 0:1.6.6-3.el7 will be installed |
| 3460 | --> Processing Dependency: cryptsetup-libs(x86-64) = 1.6.6-3.el7 for package: cryptsetup-1.6.6-3.el7.x86_64 |
| 3461 | --> Processing Dependency: libcryptsetup.so.4(CRYPTSETUP_1.0)(64bit) for package: cryptsetup-1.6.6-3.el7.x86_64 |
| 3462 | --> Processing Dependency: libcryptsetup.so.4()(64bit) for package: cryptsetup-1.6.6-3.el7.x86_64 |
| 3463 | ---> Package dbus.x86_64 1:1.6.12-11.el7 will be installed |
| 3464 | ---> Package dbus-glib.x86_64 0:0.100-7.el7 will be installed |
| 3465 | ---> Package desktop-file-utils.x86_64 0:0.21-4.el7 will be installed |
| 3466 | ---> Package dosfstools.x86_64 0:3.0.20-9.el7 will be installed |
| 3467 | ---> Package e2fsprogs.x86_64 0:1.42.9-7.el7 will be installed |
| 3468 | --> Processing Dependency: libss = 1.42.9-7.el7 for package: e2fsprogs-1.42.9-7.el7.x86_64 |
| 3469 | --> Processing Dependency: libss.so.2()(64bit) for package: e2fsprogs-1.42.9-7.el7.x86_64 |
| 3470 | ---> Package exiv2-libs.x86_64 0:0.23-6.el7 will be installed |
| 3471 | ---> Package expat-devel.x86_64 0:2.1.0-8.el7 will be installed |
| 3472 | ---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed |
| 3473 | ---> Package gdisk.x86_64 0:0.8.6-5.el7 will be installed |
| 3474 | ---> Package gobject-introspection.x86_64 0:1.36.0-4.el7 will be installed |
| 3475 | ---> Package hostname.x86_64 0:3.13-3.el7 will be installed |
| 3476 | ---> Package hunspell-en-US.noarch 0:0.20121024-5.el7 will be installed |
| 3477 | ---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed |
| 3478 | ---> Package kmod.x86_64 0:14-10.el7 will be installed |
| 3479 | ---> Package libXau-devel.x86_64 0:1.0.8-2.1.el7 will be installed |
| 3480 | ---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed |
| 3481 | ---> Package libatasmart.x86_64 0:0.19-6.el7 will be installed |
| 3482 | ---> Package libdrm.x86_64 0:2.4.56-2.el7 will be installed |
| 3483 | --> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.56-2.el7.x86_64 |
| 3484 | ---> Package libimobiledevice.x86_64 0:1.1.5-6.el7 will be installed |
| 3485 | --> Processing Dependency: libusbmuxd.so.2()(64bit) for package: libimobiledevice-1.1.5-6.el7.x86_64 |
| 3486 | ---> Package libiodbc.x86_64 0:3.52.7-7.el7 will be installed |
| 3487 | ---> Package libmcrypt.x86_64 0:2.5.8-13.el7 will be installed |
| 3488 | ---> Package libplist.x86_64 0:1.10-4.el7 will be installed |
| 3489 | ---> Package libudisks2.x86_64 0:2.1.2-5.el7 will be installed |
| 3490 | ---> Package libusbx.x86_64 0:1.0.15-4.el7 will be installed |
| 3491 | ---> Package mdadm.x86_64 0:3.3.2-2.el7 will be installed |
| 3492 | --> Processing Dependency: libreport-filesystem for package: mdadm-3.3.2-2.el7.x86_64 |
| 3493 | ---> Package nepomuk-core.x86_64 0:4.10.5-5.el7 will be installed |
| 3494 | --> Processing Dependency: virtuoso-opensource for package: nepomuk-core-4.10.5-5.el7.x86_64 |
| 3495 | --> Processing Dependency: libtag.so.1()(64bit) for package: nepomuk-core-4.10.5-5.el7.x86_64 |
| 3496 | --> Processing Dependency: libpoppler-qt4.so.4()(64bit) for package: nepomuk-core-4.10.5-5.el7.x86_64 |
| 3497 | ---> Package parted.x86_64 0:3.1-20.el7 will be installed |
| 3498 | ---> Package pciutils.x86_64 0:3.2.1-4.el7 will be installed |
| 3499 | --> Processing Dependency: pciutils-libs = 3.2.1-4.el7 for package: pciutils-3.2.1-4.el7.x86_64 |
| 3500 | --> Processing Dependency: libpci.so.3(LIBPCI_3.2)(64bit) for package: pciutils-3.2.1-4.el7.x86_64 |
| 3501 | --> Processing Dependency: libpci.so.3(LIBPCI_3.1)(64bit) for package: pciutils-3.2.1-4.el7.x86_64 |
| 3502 | --> Processing Dependency: libpci.so.3(LIBPCI_3.0)(64bit) for package: pciutils-3.2.1-4.el7.x86_64 |
| 3503 | --> Processing Dependency: hwdata for package: pciutils-3.2.1-4.el7.x86_64 |
| 3504 | --> Processing Dependency: libpci.so.3()(64bit) for package: pciutils-3.2.1-4.el7.x86_64 |
| 3505 | ---> Package phonon-backend-gstreamer.x86_64 2:4.6.3-3.el7 will be installed |
| 3506 | --> Processing Dependency: gstreamer-plugins-good for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3507 | --> Processing Dependency: libgstvideo-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3508 | --> Processing Dependency: libgstreamer-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3509 | --> Processing Dependency: libgstpbutils-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3510 | --> Processing Dependency: libgstinterfaces-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3511 | --> Processing Dependency: libgstbase-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3512 | --> Processing Dependency: libgstaudio-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3513 | --> Processing Dependency: libgstapp-0.10.so.0()(64bit) for package: 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 |
| 3514 | ---> Package php-mysqlnd.x86_64 0:5.4.16-23.el7_0.3 will be installed |
| 3515 | ---> Package pm-utils.x86_64 0:1.4.1-27.el7 will be installed |
| 3516 | --> Processing Dependency: kbd for package: pm-utils-1.4.1-27.el7.x86_64 |
| 3517 | ---> Package polkit.x86_64 0:0.112-5.el7 will be installed |
| 3518 | --> Processing Dependency: polkit-pkla-compat for package: polkit-0.112-5.el7.x86_64 |
| 3519 | --> Processing Dependency: libmozjs-17.0.so(mozjs_17.0)(64bit) for package: polkit-0.112-5.el7.x86_64 |
| 3520 | --> Processing Dependency: libmozjs-17.0.so()(64bit) for package: polkit-0.112-5.el7.x86_64 |
| 3521 | ---> Package pulseaudio-libs.x86_64 0:3.0-30.el7 will be installed |
| 3522 | --> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 |
| 3523 | --> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 |
| 3524 | --> Processing Dependency: libjson-c.so.2()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 |
| 3525 | --> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-3.0-30.el7.x86_64 |
| 3526 | ---> Package pulseaudio-libs-glib2.x86_64 0:3.0-30.el7 will be installed |
| 3527 | ---> Package raptor2.x86_64 0:2.0.9-3.el7 will be installed |
| 3528 | --> Processing Dependency: libyajl.so.2()(64bit) for package: raptor2-2.0.9-3.el7.x86_64 |
| 3529 | ---> Package redland.x86_64 0:1.0.16-6.el7 will be installed |
| 3530 | --> Processing Dependency: librasqal.so.3()(64bit) for package: redland-1.0.16-6.el7.x86_64 |
| 3531 | ---> Package redland-virtuoso.x86_64 0:1.0.16-6.el7 will be installed |
| 3532 | ---> Package roundcubemail-plugin-filesystem_attachments-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3533 | ---> Package roundcubemail-plugin-jqueryui-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3534 | ---> Package roundcubemail-plugin-jqueryui-skin-larry.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3535 | --> Processing Dependency: roundcubemail(plugin-jqueryui-skin-larry-assets) = 1.1.1.3-5.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-skin-larry-1.1.1.3-5.el7.kolab_3.5.noarch |
| 3536 | ---> Package roundcubemail-skin-larry-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3537 | ---> Package sgml-common.noarch 0:0.6.3-39.el7 will be installed |
| 3538 | ---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed |
| 3539 | ---> Package t1lib.x86_64 0:5.1.2-14.el7 will be installed |
| 3540 | ---> Package xdg-user-dirs.x86_64 0:0.15-4.el7 will be installed |
| 3541 | --> Processing Dependency: /etc/X11/xinit/xinitrc.d for package: xdg-user-dirs-0.15-4.el7.x86_64 |
| 3542 | ---> Package xfsprogs.x86_64 0:3.2.1-6.el7 will be installed |
| 3543 | ---> Package xml-common.noarch 0:0.6.3-39.el7 will be installed |
| 3544 | ---> Package xorg-x11-font-utils.x86_64 1:7.5-18.1.el7 will be installed |
| 3545 | --> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 |
| 3546 | --> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 |
| 3547 | --> Running transaction check |
| 3548 | ---> Package cryptsetup-libs.x86_64 0:1.6.6-3.el7 will be installed |
| 3549 | ---> Package gstreamer.x86_64 0:0.10.36-7.el7 will be installed |
| 3550 | --> Processing Dependency: gstreamer-tools >= 0.10.36 for package: gstreamer-0.10.36-7.el7.x86_64 |
| 3551 | ---> Package gstreamer-plugins-base.x86_64 0:0.10.36-10.el7 will be installed |
| 3552 | --> Processing Dependency: libtheoraenc.so.1(libtheoraenc_1.0)(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3553 | --> Processing Dependency: libtheoradec.so.1(libtheoradec_1.0)(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3554 | --> Processing Dependency: iso-codes for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3555 | --> Processing Dependency: libvorbisenc.so.2()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3556 | --> Processing Dependency: libvorbis.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3557 | --> Processing Dependency: libvisual-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3558 | --> Processing Dependency: libtheoraenc.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3559 | --> Processing Dependency: libtheoradec.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3560 | --> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3561 | --> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3562 | --> Processing Dependency: liborc-test-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3563 | --> Processing Dependency: liborc-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3564 | --> Processing Dependency: libogg.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3565 | --> Processing Dependency: libcdda_paranoia.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3566 | --> Processing Dependency: libcdda_interface.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3567 | --> Processing Dependency: libcairo.so.2()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64 |
| 3568 | ---> Package gstreamer-plugins-good.x86_64 0:0.10.31-11.el7 will be installed |
| 3569 | --> Processing Dependency: GConf2 for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3570 | --> Processing Dependency: GConf2 for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3571 | --> Processing Dependency: libwavpack.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3572 | --> Processing Dependency: libv4l2.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3573 | --> Processing Dependency: libspeex.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3574 | --> Processing Dependency: libsoup-gnome-2.4.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3575 | --> Processing Dependency: libsoup-2.4.so.1()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3576 | --> Processing Dependency: libshout.so.3()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3577 | --> Processing Dependency: librom1394.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3578 | --> Processing Dependency: libraw1394.so.11()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3579 | --> Processing Dependency: libiec61883.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3580 | --> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3581 | --> Processing Dependency: libgconf-2.so.4()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3582 | --> Processing Dependency: libdv.so.4()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3583 | --> Processing Dependency: libavc1394.so.0()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3584 | --> Processing Dependency: libFLAC.so.8()(64bit) for package: gstreamer-plugins-good-0.10.31-11.el7.x86_64 |
| 3585 | ---> Package hwdata.noarch 0:0.252-7.5.el7 will be installed |
| 3586 | ---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed |
| 3587 | ---> Package kbd.x86_64 0:1.15.5-11.el7 will be installed |
| 3588 | --> Processing Dependency: kbd-misc = 1.15.5-11.el7 for package: kbd-1.15.5-11.el7.x86_64 |
| 3589 | --> Processing Dependency: kbd-legacy = 1.15.5-11.el7 for package: kbd-1.15.5-11.el7.x86_64 |
| 3590 | ---> Package libXfont.x86_64 0:1.4.7-2.el7_0 will be installed |
| 3591 | ---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed |
| 3592 | ---> Package libfontenc.x86_64 0:1.1.1-5.el7 will be installed |
| 3593 | ---> Package libpciaccess.x86_64 0:0.13.1-4.1.el7 will be installed |
| 3594 | ---> Package libreport-filesystem.x86_64 0:2.1.11-21.el7.centos.0.4 will be installed |
| 3595 | ---> Package libsndfile.x86_64 0:1.0.25-9.el7 will be installed |
| 3596 | --> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-9.el7.x86_64 |
| 3597 | ---> Package libss.x86_64 0:1.42.9-7.el7 will be installed |
| 3598 | ---> Package mozjs17.x86_64 0:17.0.0-10.el7 will be installed |
| 3599 | ---> Package pciutils-libs.x86_64 0:3.2.1-4.el7 will be installed |
| 3600 | ---> Package polkit-pkla-compat.x86_64 0:0.1-4.el7 will be installed |
| 3601 | ---> Package poppler-qt.x86_64 0:0.22.5-6.el7 will be installed |
| 3602 | --> Processing Dependency: poppler(x86-64) = 0.22.5-6.el7 for package: poppler-qt-0.22.5-6.el7.x86_64 |
| 3603 | --> Processing Dependency: libpoppler.so.37()(64bit) for package: poppler-qt-0.22.5-6.el7.x86_64 |
| 3604 | --> Processing Dependency: libopenjpeg.so.1()(64bit) for package: poppler-qt-0.22.5-6.el7.x86_64 |
| 3605 | ---> Package rasqal.x86_64 0:0.9.30-4.el7 will be installed |
| 3606 | ---> Package roundcubemail-plugin-jqueryui-skin-larry-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 will be installed |
| 3607 | ---> Package taglib.x86_64 0:1.8-7.20130218git.el7 will be installed |
| 3608 | ---> Package usbmuxd.x86_64 0:1.0.8-11.el7 will be installed |
| 3609 | ---> Package virtuoso-opensource.x86_64 1:6.1.6-6.el7 will be installed |
| 3610 | ---> Package xorg-x11-xinit.x86_64 0:1.3.2-14.el7 will be installed |
| 3611 | --> Processing Dependency: xorg-x11-xauth for package: xorg-x11-xinit-1.3.2-14.el7.x86_64 |
| 3612 | --> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit-1.3.2-14.el7.x86_64 |
| 3613 | ---> Package yajl.x86_64 0:2.0.4-4.el7 will be installed |
| 3614 | --> Running transaction check |
| 3615 | ---> Package GConf2.x86_64 0:3.2.6-8.el7 will be installed |
| 3616 | --> Processing Dependency: /usr/bin/killall for package: GConf2-3.2.6-8.el7.x86_64 |
| 3617 | ---> Package cairo.x86_64 0:1.12.14-6.el7 will be installed |
| 3618 | --> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64 |
| 3619 | --> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64 |
| 3620 | ---> Package cdparanoia-libs.x86_64 0:10.2-17.el7 will be installed |
| 3621 | ---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed |
| 3622 | ---> Package gdk-pixbuf2.x86_64 0:2.28.2-4.el7 will be installed |
| 3623 | ---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed |
| 3624 | ---> Package gstreamer-tools.x86_64 0:0.10.36-7.el7 will be installed |
| 3625 | ---> Package iso-codes.noarch 0:3.46-2.el7 will be installed |
| 3626 | ---> Package kbd-legacy.noarch 0:1.15.5-11.el7 will be installed |
| 3627 | ---> Package kbd-misc.noarch 0:1.15.5-11.el7 will be installed |
| 3628 | ---> Package libavc1394.x86_64 0:0.5.3-14.el7 will be installed |
| 3629 | ---> Package libdv.x86_64 0:1.0.0-17.el7 will be installed |
| 3630 | ---> Package libiec61883.x86_64 0:1.2.0-10.el7 will be installed |
| 3631 | ---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed |
| 3632 | ---> Package libraw1394.x86_64 0:2.1.0-2.el7 will be installed |
| 3633 | ---> Package libshout.x86_64 0:2.2.2-11.el7 will be installed |
| 3634 | ---> Package libsoup.x86_64 0:2.46.0-3.el7 will be installed |
| 3635 | --> Processing Dependency: glib-networking >= 2.38.0 for package: libsoup-2.46.0-3.el7.x86_64 |
| 3636 | ---> Package libtheora.x86_64 1:1.1.1-8.el7 will be installed |
| 3637 | ---> Package libv4l.x86_64 0:0.9.5-4.el7 will be installed |
| 3638 | ---> Package libvisual.x86_64 0:0.4.0-16.el7 will be installed |
| 3639 | ---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed |
| 3640 | ---> Package openjpeg-libs.x86_64 0:1.5.1-10.el7 will be installed |
| 3641 | ---> Package orc.x86_64 0:0.4.17-5.el7 will be installed |
| 3642 | ---> Package pango.x86_64 0:1.34.1-5.el7 will be installed |
| 3643 | --> Processing Dependency: libthai >= 0.1.9 for package: pango-1.34.1-5.el7.x86_64 |
| 3644 | --> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.34.1-5.el7.x86_64 |
| 3645 | --> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64 |
| 3646 | --> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64 |
| 3647 | ---> Package poppler.x86_64 0:0.22.5-6.el7 will be installed |
| 3648 | ---> Package speex.x86_64 0:1.2-0.19.rc1.el7 will be installed |
| 3649 | ---> Package wavpack.x86_64 0:4.60.1-9.el7 will be installed |
| 3650 | ---> Package xorg-x11-server-utils.x86_64 0:7.7-4.el7 will be installed |
| 3651 | --> Processing Dependency: libXmuu.so.1()(64bit) for package: xorg-x11-server-utils-7.7-4.el7.x86_64 |
| 3652 | --> Processing Dependency: libXmu.so.6()(64bit) for package: xorg-x11-server-utils-7.7-4.el7.x86_64 |
| 3653 | ---> Package xorg-x11-xauth.x86_64 1:1.0.7-6.1.el7 will be installed |
| 3654 | --> Running transaction check |
| 3655 | ---> Package glib-networking.x86_64 0:2.40.0-1.el7 will be installed |
| 3656 | --> Processing Dependency: gsettings-desktop-schemas for package: glib-networking-2.40.0-1.el7.x86_64 |
| 3657 | ---> Package harfbuzz.x86_64 0:0.9.20-4.el7 will be installed |
| 3658 | --> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.20-4.el7.x86_64 |
| 3659 | ---> Package libXmu.x86_64 0:1.1.1-5.1.el7 will be installed |
| 3660 | ---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed |
| 3661 | ---> Package mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7 will be installed |
| 3662 | --> Processing Dependency: mesa-libgbm = 10.2.7-5.20140910.el7 for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64 |
| 3663 | --> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-10.2.7-5.20140910.el7.x86_64 |
| 3664 | ---> Package pixman.x86_64 0:0.32.4-3.el7 will be installed |
| 3665 | ---> Package psmisc.x86_64 0:22.20-8.el7 will be installed |
| 3666 | --> Running transaction check |
| 3667 | ---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed |
| 3668 | ---> Package gsettings-desktop-schemas.x86_64 0:3.8.2-3.el7 will be installed |
| 3669 | ---> Package mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7 will be installed |
| 3670 | --> Finished Dependency Resolution |
| 3671 | |
| 3672 | Dependencies Resolved |
| 3673 | |
| 3674 | ================================================================================ |
| 3675 | Package Arch Version Repository Size |
| 3676 | ================================================================================ |
| 3677 | Installing: |
| 3678 | CUnit-devel x86_64 2.1.3-8.el7 epel 61 k |
| 3679 | boost-devel x86_64 1.53.0-23.el7 base 7.0 M |
| 3680 | cmake x86_64 2.8.11-4.el7 base 6.7 M |
| 3681 | cyrus-sasl-devel x86_64 2.1.26-17.el7 base 309 k |
| 3682 | cyrus-sasl-md5 x86_64 2.1.26-17.el7 base 55 k |
| 3683 | cyrus-sasl-plain x86_64 2.1.26-17.el7 base 38 k |
| 3684 | dos2unix x86_64 6.0.3-4.el7 base 58 k |
| 3685 | e2fsprogs-devel x86_64 1.42.9-7.el7 base 70 k |
| 3686 | fdupes x86_64 1.51-6.el7 epel 25 k |
| 3687 | glib2-devel x86_64 2.40.0-4.el7 base 445 k |
| 3688 | groff x86_64 1.22.2-8.el7 base 1.1 M |
| 3689 | guile-devel x86_64 5:2.0.9-5.el7 base 129 k |
| 3690 | jansson-devel x86_64 2.4-6.el7 base 8.3 k |
| 3691 | kdelibs-devel x86_64 6:4.10.5-6.el7 base 1.9 M |
| 3692 | kdepimlibs-devel x86_64 4.10.5-3.el7 base 605 k |
| 3693 | krb5-devel x86_64 1.12.2-14.el7 base 640 k |
| 3694 | libcalendaring-devel x86_64 4.9.git.1424359330-51.el7.kolab_3.5 |
| 3695 | Kolab_Development 281 k |
| 3696 | libcurl-devel x86_64 7.29.0-19.el7 base 295 k |
| 3697 | libdb-devel x86_64 5.3.21-17.el7_0.1 base 38 k |
| 3698 | libical-devel x86_64 0.48-6.el7 base 64 k |
| 3699 | libkolab-devel x86_64 0.6.git.1426688750-9.el7.kolab_3.5 |
| 3700 | Kolab_Development 14 k |
| 3701 | libkolabxml-devel x86_64 1.1.git.1422810799-30.el7.kolab_3.5 |
| 3702 | Kolab_Development 20 k |
| 3703 | libuuid-devel x86_64 2.23.2-21.el7 base 82 k |
| 3704 | net-snmp-devel x86_64 1:5.7.2-20.el7 base 254 k |
| 3705 | nodejs-less noarch 1.7.0-2.el7 epel 102 k |
| 3706 | nspr-devel x86_64 4.10.6-3.el7 base 113 k |
| 3707 | nss-devel x86_64 3.16.2.3-5.el7 base 203 k |
| 3708 | openldap-devel x86_64 2.4.39-6.el7 base 796 k |
| 3709 | openssl-devel x86_64 1:1.0.1e-42.el7.4 updates 1.2 M |
| 3710 | pcre-devel x86_64 8.32-14.el7 base 477 k |
| 3711 | perl-ExtUtils-MakeMaker noarch 6.68-3.el7 base 275 k |
| 3712 | perl-Test-Simple noarch 0.98-243.el7 base 170 k |
| 3713 | perl-devel x86_64 4:5.16.3-285.el7 base 452 k |
| 3714 | php x86_64 5.4.16-23.el7_0.3 base 1.3 M |
| 3715 | php-Net-LDAP3 noarch 1.0.3-1.el7.kolab_3.5 Kolab_Development 27 k |
| 3716 | php-devel x86_64 5.4.16-23.el7_0.3 base 598 k |
| 3717 | php-pdo x86_64 5.4.16-23.el7_0.3 base 95 k |
| 3718 | php-pear noarch 1:1.9.4-21.el7 base 357 k |
| 3719 | php-phpunit-PHPUnit noarch 4.4.4-1.el7.1 epel 124 k |
| 3720 | python-cssmin noarch 0.2.0-11.el7.kolab_3.5 Kolab_Development 10 k |
| 3721 | python-devel x86_64 2.7.5-16.el7 base 388 k |
| 3722 | python-icalendar noarch 3.8.2-8.el7.kolab_3.5 Kolab_Development 93 k |
| 3723 | python-kolab x86_64 0.6.git.1426688750-9.el7.kolab_3.5 |
| 3724 | Kolab_Development 76 k |
| 3725 | python-kolabformat x86_64 1.1.git.1422810799-30.el7.kolab_3.5 |
| 3726 | Kolab_Development 438 k |
| 3727 | python-ldap x86_64 2.4.15-2.el7 base 159 k |
| 3728 | python-nose noarch 1.3.0-2.el7 base 272 k |
| 3729 | python-pyasn1 noarch 0.1.6-2.el7 base 91 k |
| 3730 | python-pyasn1-modules noarch 0.1.6-2.el7 base 59 k |
| 3731 | python-setuptools noarch 0.9.8-3.el7 base 396 k |
| 3732 | python-sqlalchemy x86_64 0.9.7-3.el7 epel 2.9 M |
| 3733 | python-twisted-core x86_64 12.2.0-4.el7 base 2.5 M |
| 3734 | pytz noarch 2012d-5.el7 base 38 k |
| 3735 | qt-devel x86_64 1:4.8.5-8.el7 base 11 M |
| 3736 | roundcubemail-plugin-kolab_auth |
| 3737 | noarch 3.2.8-2.el7.kolab_3.5 Kolab_Development 35 k |
| 3738 | roundcubemail-plugin-kolab_folders |
| 3739 | noarch 3.2.8-2.el7.kolab_3.5 Kolab_Development 33 k |
| 3740 | roundcubemail-plugin-libkolab |
| 3741 | noarch 3.2.8-2.el7.kolab_3.5 Kolab_Development 105 k |
| 3742 | svrcore-devel x86_64 4.0.4-11.el7 base 10 k |
| 3743 | tcl-devel x86_64 1:8.5.13-4.el7 base 164 k |
| 3744 | tcp_wrappers x86_64 7.6-77.el7 base 78 k |
| 3745 | transfig x86_64 1:3.2.5d-13.el7 base 285 k |
| 3746 | uglify-js noarch 2.4.13-5.el7 epel 14 k |
| 3747 | uuid-devel x86_64 1.6.2-26.el7 base 24 k |
| 3748 | xerces-c-devel x86_64 3.1.1-6.el7 base 498 k |
| 3749 | xsd x86_64 3.3.0.1-27.el7.kolab_3.5 |
| 3750 | Kolab_Development 1.2 M |
| 3751 | zlib-devel x86_64 1.2.7-13.el7 base 49 k |
| 3752 | Installing for dependencies: |
| 3753 | CUnit x86_64 2.1.3-8.el7 epel 48 k |
| 3754 | GConf2 x86_64 3.2.6-8.el7 base 1.0 M |
| 3755 | OpenEXR-libs x86_64 1.7.1-7.el7 base 217 k |
| 3756 | adwaita-cursor-theme noarch 3.8.4-3.el7 base 124 k |
| 3757 | akonadi x86_64 1.9.2-4.el7 base 725 k |
| 3758 | alsa-lib x86_64 1.0.28-2.el7 base 391 k |
| 3759 | attica x86_64 0.4.1-4.el7 base 232 k |
| 3760 | attica-devel x86_64 0.4.1-4.el7 base 28 k |
| 3761 | automoc x86_64 1.0-0.20.rc3.el7 base 34 k |
| 3762 | bc x86_64 1.06.95-13.el7 base 115 k |
| 3763 | boost x86_64 1.53.0-23.el7 base 32 k |
| 3764 | boost-atomic x86_64 1.53.0-23.el7 base 34 k |
| 3765 | boost-chrono x86_64 1.53.0-23.el7 base 43 k |
| 3766 | boost-context x86_64 1.53.0-23.el7 base 35 k |
| 3767 | boost-date-time x86_64 1.53.0-23.el7 base 50 k |
| 3768 | boost-filesystem x86_64 1.53.0-23.el7 base 67 k |
| 3769 | boost-graph x86_64 1.53.0-23.el7 base 135 k |
| 3770 | boost-iostreams x86_64 1.53.0-23.el7 base 60 k |
| 3771 | boost-locale x86_64 1.53.0-23.el7 base 250 k |
| 3772 | boost-math x86_64 1.53.0-23.el7 base 332 k |
| 3773 | boost-program-options x86_64 1.53.0-23.el7 base 155 k |
| 3774 | boost-python x86_64 1.53.0-23.el7 base 131 k |
| 3775 | boost-random x86_64 1.53.0-23.el7 base 38 k |
| 3776 | boost-regex x86_64 1.53.0-23.el7 base 294 k |
| 3777 | boost-serialization x86_64 1.53.0-23.el7 base 169 k |
| 3778 | boost-signals x86_64 1.53.0-23.el7 base 59 k |
| 3779 | boost-test x86_64 1.53.0-23.el7 base 225 k |
| 3780 | boost-timer x86_64 1.53.0-23.el7 base 42 k |
| 3781 | boost-wave x86_64 1.53.0-23.el7 base 211 k |
| 3782 | c-ares x86_64 1.10.0-3.el7 base 78 k |
| 3783 | cairo x86_64 1.12.14-6.el7 base 697 k |
| 3784 | cdparanoia-libs x86_64 10.2-17.el7 base 56 k |
| 3785 | centos-logos noarch 70.0.6-2.el7.centos updates 21 M |
| 3786 | clucene-core x86_64 2.3.3.4-11.el7 base 528 k |
| 3787 | cryptsetup x86_64 1.6.6-3.el7 base 117 k |
| 3788 | cryptsetup-libs x86_64 1.6.6-3.el7 base 179 k |
| 3789 | cups-libs x86_64 1:1.6.3-17.el7 base 354 k |
| 3790 | cyrus-sasl x86_64 2.1.26-17.el7 base 87 k |
| 3791 | dbus x86_64 1:1.6.12-11.el7 base 306 k |
| 3792 | dbus-glib x86_64 0.100-7.el7 base 102 k |
| 3793 | dbusmenu-qt x86_64 0.9.2-7.el7 base 86 k |
| 3794 | desktop-file-utils x86_64 0.21-4.el7 base 67 k |
| 3795 | docbook-dtds noarch 1.0-60.el7 base 226 k |
| 3796 | docbook-style-xsl noarch 1.78.1-3.el7 base 2.0 M |
| 3797 | dosfstools x86_64 3.0.20-9.el7 base 101 k |
| 3798 | e2fsprogs x86_64 1.42.9-7.el7 base 697 k |
| 3799 | e2fsprogs-libs x86_64 1.42.9-7.el7 base 165 k |
| 3800 | elfutils-devel x86_64 0.160-1.el7 base 78 k |
| 3801 | elfutils-libelf-devel x86_64 0.160-1.el7 base 34 k |
| 3802 | enchant x86_64 1:1.6.0-8.el7 base 55 k |
| 3803 | exiv2-libs x86_64 0.23-6.el7 base 876 k |
| 3804 | expat-devel x86_64 2.1.0-8.el7 base 56 k |
| 3805 | flac-libs x86_64 1.3.0-5.el7_1 updates 169 k |
| 3806 | fontconfig x86_64 2.10.95-7.el7 base 228 k |
| 3807 | fontconfig-devel x86_64 2.10.95-7.el7 base 128 k |
| 3808 | fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k |
| 3809 | freetype x86_64 2.4.11-10.el7_1.1 updates 391 k |
| 3810 | freetype-devel x86_64 2.4.11-10.el7_1.1 updates 356 k |
| 3811 | gamin x86_64 0.1.10-16.el7 base 128 k |
| 3812 | gc x86_64 7.2d-6.el7 base 158 k |
| 3813 | gc-devel x86_64 7.2d-6.el7 base 105 k |
| 3814 | gdbm-devel x86_64 1.10-8.el7 base 47 k |
| 3815 | gdisk x86_64 0.8.6-5.el7 base 187 k |
| 3816 | gdk-pixbuf2 x86_64 2.28.2-4.el7 base 533 k |
| 3817 | ghostscript x86_64 9.07-18.el7 base 4.3 M |
| 3818 | ghostscript-fonts noarch 5.50-32.el7 base 324 k |
| 3819 | giflib x86_64 4.1.6-9.el7 base 40 k |
| 3820 | gl-manpages noarch 1.1-7.20130122.el7 base 994 k |
| 3821 | glib-networking x86_64 2.40.0-1.el7 base 122 k |
| 3822 | gmp-devel x86_64 1:6.0.0-11.el7 base 180 k |
| 3823 | gobject-introspection x86_64 1.36.0-4.el7 base 223 k |
| 3824 | graphite2 x86_64 1.2.2-5.el7 base 81 k |
| 3825 | gsettings-desktop-schemas |
| 3826 | x86_64 3.8.2-3.el7 base 417 k |
| 3827 | gsm x86_64 1.0.13-11.el7 base 30 k |
| 3828 | gstreamer x86_64 0.10.36-7.el7 base 958 k |
| 3829 | gstreamer-plugins-base x86_64 0.10.36-10.el7 base 1.2 M |
| 3830 | gstreamer-plugins-good x86_64 0.10.31-11.el7 base 1.5 M |
| 3831 | gstreamer-tools x86_64 0.10.36-7.el7 base 27 k |
| 3832 | guile x86_64 5:2.0.9-5.el7 base 3.8 M |
| 3833 | harfbuzz x86_64 0.9.20-4.el7 base 145 k |
| 3834 | hicolor-icon-theme noarch 0.12-7.el7 base 42 k |
| 3835 | hostname x86_64 3.13-3.el7 base 17 k |
| 3836 | http-parser x86_64 2.0-4.20121128gitcd01361.el7 |
| 3837 | epel 23 k |
| 3838 | httpd x86_64 2.4.6-31.el7.centos base 2.7 M |
| 3839 | httpd-tools x86_64 2.4.6-31.el7.centos base 79 k |
| 3840 | hunspell x86_64 1.3.2-13.el7 base 223 k |
| 3841 | hunspell-en-US noarch 0.20121024-5.el7 base 189 k |
| 3842 | hwdata noarch 0.252-7.5.el7 base 2.0 M |
| 3843 | ilmbase x86_64 1.0.3-7.el7 base 100 k |
| 3844 | initscripts x86_64 9.49.24-1.el7 base 427 k |
| 3845 | iso-codes noarch 3.46-2.el7 base 2.7 M |
| 3846 | jansson x86_64 2.4-6.el7 base 32 k |
| 3847 | jasper-libs x86_64 1.900.1-26.el7_0.3 base 149 k |
| 3848 | jbigkit-libs x86_64 2.0-11.el7 base 46 k |
| 3849 | js-uglify noarch 2.4.13-5.el7 epel 65 k |
| 3850 | json-c x86_64 0.11-4.el7_0 base 31 k |
| 3851 | kbd x86_64 1.15.5-11.el7 base 345 k |
| 3852 | kbd-legacy noarch 1.15.5-11.el7 base 465 k |
| 3853 | kbd-misc noarch 1.15.5-11.el7 base 1.3 M |
| 3854 | kde-filesystem x86_64 4-47.el7 base 48 k |
| 3855 | kde-settings noarch 19-23.5.el7 base 33 k |
| 3856 | kdelibs x86_64 6:4.10.5-6.el7 base 11 M |
| 3857 | kdelibs-common x86_64 6:4.10.5-6.el7 base 1.9 M |
| 3858 | kdepimlibs x86_64 4.10.5-3.el7 base 2.3 M |
| 3859 | kdepimlibs-akonadi x86_64 4.10.5-3.el7 base 1.6 M |
| 3860 | kdepimlibs-kxmlrpcclient |
| 3861 | x86_64 4.10.5-3.el7 base 39 k |
| 3862 | keyutils-libs-devel x86_64 1.5.8-3.el7 base 37 k |
| 3863 | kmod x86_64 14-10.el7 base 78 k |
| 3864 | lcms2 x86_64 2.5-4.el7 base 133 k |
| 3865 | libICE x86_64 1.0.8-7.el7 base 63 k |
| 3866 | libICE-devel x86_64 1.0.8-7.el7 base 49 k |
| 3867 | libSM x86_64 1.2.1-7.el7 base 38 k |
| 3868 | libSM-devel x86_64 1.2.1-7.el7 base 12 k |
| 3869 | libX11 x86_64 1.6.0-2.1.el7 base 605 k |
| 3870 | libX11-common noarch 1.6.0-2.1.el7 base 181 k |
| 3871 | libX11-devel x86_64 1.6.0-2.1.el7 base 979 k |
| 3872 | libXScrnSaver x86_64 1.2.2-6.1.el7 base 24 k |
| 3873 | libXScrnSaver-devel x86_64 1.2.2-6.1.el7 base 18 k |
| 3874 | libXau x86_64 1.0.8-2.1.el7 base 29 k |
| 3875 | libXau-devel x86_64 1.0.8-2.1.el7 base 14 k |
| 3876 | libXcomposite x86_64 0.4.4-4.1.el7 base 22 k |
| 3877 | libXcomposite-devel x86_64 0.4.4-4.1.el7 base 16 k |
| 3878 | libXcursor x86_64 1.1.14-2.1.el7 base 30 k |
| 3879 | libXcursor-devel x86_64 1.1.14-2.1.el7 base 23 k |
| 3880 | libXdamage x86_64 1.1.4-4.1.el7 base 20 k |
| 3881 | libXdamage-devel x86_64 1.1.4-4.1.el7 base 9.7 k |
| 3882 | libXext x86_64 1.3.2-2.1.el7 base 38 k |
| 3883 | libXext-devel x86_64 1.3.2-2.1.el7 base 74 k |
| 3884 | libXfixes x86_64 5.0.1-2.1.el7 base 18 k |
| 3885 | libXfixes-devel x86_64 5.0.1-2.1.el7 base 13 k |
| 3886 | libXfont x86_64 1.4.7-2.el7_0 base 144 k |
| 3887 | libXft x86_64 2.3.1-5.1.el7 base 57 k |
| 3888 | libXft-devel x86_64 2.3.1-5.1.el7 base 19 k |
| 3889 | libXi x86_64 1.7.2-2.1.el7 base 39 k |
| 3890 | libXi-devel x86_64 1.7.2-2.1.el7 base 104 k |
| 3891 | libXinerama x86_64 1.1.3-2.1.el7 base 14 k |
| 3892 | libXinerama-devel x86_64 1.1.3-2.1.el7 base 13 k |
| 3893 | libXmu x86_64 1.1.1-5.1.el7 base 70 k |
| 3894 | libXpm x86_64 3.5.10-5.1.el7 base 52 k |
| 3895 | libXpm-devel x86_64 3.5.10-5.1.el7 base 36 k |
| 3896 | libXrandr x86_64 1.4.1-2.1.el7 base 25 k |
| 3897 | libXrandr-devel x86_64 1.4.1-2.1.el7 base 20 k |
| 3898 | libXrender x86_64 0.9.8-2.1.el7 base 25 k |
| 3899 | libXrender-devel x86_64 0.9.8-2.1.el7 base 16 k |
| 3900 | libXt x86_64 1.1.4-6.1.el7 base 173 k |
| 3901 | libXt-devel x86_64 1.1.4-6.1.el7 base 445 k |
| 3902 | libXtst x86_64 1.2.2-2.1.el7 base 20 k |
| 3903 | libXtst-devel x86_64 1.2.2-2.1.el7 base 16 k |
| 3904 | libXv x86_64 1.0.9-2.1.el7 base 18 k |
| 3905 | libXv-devel x86_64 1.0.9-2.1.el7 base 39 k |
| 3906 | libXxf86misc x86_64 1.0.3-7.1.el7 base 19 k |
| 3907 | libXxf86misc-devel x86_64 1.0.3-7.1.el7 base 12 k |
| 3908 | libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k |
| 3909 | libXxf86vm-devel x86_64 1.1.3-2.1.el7 base 18 k |
| 3910 | libarchive x86_64 3.1.2-7.el7 base 317 k |
| 3911 | libasyncns x86_64 0.8-7.el7 base 26 k |
| 3912 | libatasmart x86_64 0.19-6.el7 base 43 k |
| 3913 | libavc1394 x86_64 0.5.3-14.el7 base 50 k |
| 3914 | libcalendaring x86_64 4.9.git.1424359330-51.el7.kolab_3.5 |
| 3915 | Kolab_Development 1.7 M |
| 3916 | libcom_err-devel x86_64 1.42.9-7.el7 base 30 k |
| 3917 | libdrm x86_64 2.4.56-2.el7 base 122 k |
| 3918 | libdrm-devel x86_64 2.4.56-2.el7 base 90 k |
| 3919 | libdv x86_64 1.0.0-17.el7 base 78 k |
| 3920 | libfontenc x86_64 1.1.1-5.el7 base 29 k |
| 3921 | libical x86_64 0.48-6.el7 base 171 k |
| 3922 | libicu x86_64 50.1.2-11.el7 base 6.9 M |
| 3923 | libiec61883 x86_64 1.2.0-10.el7 base 37 k |
| 3924 | libimobiledevice x86_64 1.1.5-6.el7 base 136 k |
| 3925 | libiodbc x86_64 3.52.7-7.el7 base 179 k |
| 3926 | libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k |
| 3927 | libkolab x86_64 0.6.git.1426688750-9.el7.kolab_3.5 |
| 3928 | Kolab_Development 302 k |
| 3929 | libkolabxml x86_64 1.1.git.1422810799-30.el7.kolab_3.5 |
| 3930 | Kolab_Development 621 k |
| 3931 | libmcrypt x86_64 2.5.8-13.el7 epel 99 k |
| 3932 | libmng x86_64 1.0.10-14.el7 base 171 k |
| 3933 | libogg x86_64 2:1.3.0-7.el7 base 24 k |
| 3934 | libpciaccess x86_64 0.13.1-4.1.el7 base 25 k |
| 3935 | libplist x86_64 1.10-4.el7 base 57 k |
| 3936 | libpng x86_64 2:1.5.13-5.el7 base 212 k |
| 3937 | libraw1394 x86_64 2.1.0-2.el7 base 63 k |
| 3938 | libreport-filesystem x86_64 2.1.11-21.el7.centos.0.4 |
| 3939 | base 35 k |
| 3940 | libselinux-devel x86_64 2.2.2-6.el7 base 174 k |
| 3941 | libsepol-devel x86_64 2.1.9-3.el7 base 71 k |
| 3942 | libshout x86_64 2.2.2-11.el7 base 43 k |
| 3943 | libsndfile x86_64 1.0.25-9.el7 base 149 k |
| 3944 | libsoup x86_64 2.46.0-3.el7 base 339 k |
| 3945 | libss x86_64 1.42.9-7.el7 base 45 k |
| 3946 | libthai x86_64 0.1.14-9.el7 base 187 k |
| 3947 | libtheora x86_64 1:1.1.1-8.el7 base 136 k |
| 3948 | libtidy x86_64 0.99.0-31.20091203.el7 epel 132 k |
| 3949 | libtiff x86_64 4.0.3-14.el7 base 167 k |
| 3950 | libtool-ltdl x86_64 2.4.2-20.el7 base 49 k |
| 3951 | libudisks2 x86_64 2.1.2-5.el7 base 115 k |
| 3952 | libusbx x86_64 1.0.15-4.el7 base 50 k |
| 3953 | libuv x86_64 1:0.10.29-1.el7 epel 60 k |
| 3954 | libv4l x86_64 0.9.5-4.el7 base 194 k |
| 3955 | libverto-devel x86_64 0.2.5-4.el7 base 12 k |
| 3956 | libvisual x86_64 0.4.0-16.el7 base 138 k |
| 3957 | libvorbis x86_64 1:1.3.3-8.el7 base 204 k |
| 3958 | libxcb x86_64 1.9-5.el7 base 169 k |
| 3959 | libxcb-devel x86_64 1.9-5.el7 base 1.0 M |
| 3960 | libxkbfile x86_64 1.0.8-5.el7 base 81 k |
| 3961 | libxkbfile-devel x86_64 1.0.8-5.el7 base 16 k |
| 3962 | libxslt x86_64 1.1.28-5.el7 base 242 k |
| 3963 | libzip x86_64 0.10.1-8.el7 base 48 k |
| 3964 | lm_sensors-devel x86_64 3.3.4-11.el7 base 25 k |
| 3965 | lm_sensors-libs x86_64 3.3.4-11.el7 base 40 k |
| 3966 | lzo x86_64 2.06-6.el7_0.2 base 59 k |
| 3967 | mailcap noarch 2.1.41-2.el7 base 31 k |
| 3968 | mdadm x86_64 3.3.2-2.el7 base 391 k |
| 3969 | media-player-info noarch 17-4.el7 base 62 k |
| 3970 | mesa-libEGL x86_64 10.2.7-5.20140910.el7 base 70 k |
| 3971 | mesa-libGL x86_64 10.2.7-5.20140910.el7 base 149 k |
| 3972 | mesa-libGL-devel x86_64 10.2.7-5.20140910.el7 base 136 k |
| 3973 | mesa-libGLU x86_64 9.0.0-4.el7 base 196 k |
| 3974 | mesa-libGLU-devel x86_64 9.0.0-4.el7 base 9.0 k |
| 3975 | mesa-libgbm x86_64 10.2.7-5.20140910.el7 base 31 k |
| 3976 | mesa-libglapi x86_64 10.2.7-5.20140910.el7 base 37 k |
| 3977 | mozjs17 x86_64 17.0.0-10.el7 base 1.4 M |
| 3978 | mozldap x86_64 6.0.5-38.el7.kolab_3.5 Kolab_Development 133 k |
| 3979 | mozldap-tools x86_64 6.0.5-38.el7.kolab_3.5 Kolab_Development 77 k |
| 3980 | nepomuk-core x86_64 4.10.5-5.el7 base 513 k |
| 3981 | nepomuk-core-devel x86_64 4.10.5-5.el7 base 117 k |
| 3982 | nepomuk-core-libs x86_64 4.10.5-5.el7 base 286 k |
| 3983 | net-snmp-agent-libs x86_64 1:5.7.2-20.el7 base 698 k |
| 3984 | net-snmp-libs x86_64 1:5.7.2-20.el7 base 745 k |
| 3985 | nodejs x86_64 0.10.33-1.el7 epel 388 k |
| 3986 | nodejs-amdefine noarch 0.0.4-1.el7 epel 10 k |
| 3987 | nodejs-async noarch 0.2.10-1.el7 epel 21 k |
| 3988 | nodejs-optimist noarch 0.4.0-1.el7 epel 15 k |
| 3989 | nodejs-source-map noarch 0.1.33-1.el7 epel 26 k |
| 3990 | nodejs-uglify-to-browserify |
| 3991 | noarch 1.0.2-2.el7 epel 6.2 k |
| 3992 | nodejs-wordwrap noarch 0.0.2-4.el7 epel 6.4 k |
| 3993 | nss-softokn-devel x86_64 3.16.2.3-9.el7 base 25 k |
| 3994 | nss-softokn-freebl-devel |
| 3995 | x86_64 3.16.2.3-9.el7 base 45 k |
| 3996 | nss-util-devel x86_64 3.16.2.3-2.el7 base 69 k |
| 3997 | openjpeg-libs x86_64 1.5.1-10.el7 base 85 k |
| 3998 | orc x86_64 0.4.17-5.el7 base 164 k |
| 3999 | pango x86_64 1.34.1-5.el7 base 283 k |
| 4000 | parted x86_64 3.1-20.el7 base 605 k |
| 4001 | pciutils x86_64 3.2.1-4.el7 base 90 k |
| 4002 | pciutils-libs x86_64 3.2.1-4.el7 base 45 k |
| 4003 | perl-ExtUtils-Install noarch 1.58-285.el7 base 73 k |
| 4004 | perl-ExtUtils-Manifest noarch 1.61-244.el7 base 31 k |
| 4005 | perl-ExtUtils-ParseXS noarch 1:3.18-2.el7 base 77 k |
| 4006 | phonon x86_64 4.6.0-9.el7 base 205 k |
| 4007 | phonon-backend-gstreamer |
| 4008 | x86_64 2:4.6.3-3.el7 base 140 k |
| 4009 | phonon-devel x86_64 4.6.0-9.el7 base 119 k |
| 4010 | php-cli x86_64 5.4.16-23.el7_0.3 base 2.7 M |
| 4011 | php-common x86_64 5.4.16-23.el7_0.3 base 561 k |
| 4012 | php-doctrine-instantiator |
| 4013 | noarch 1.0.4-1.el7 epel 11 k |
| 4014 | php-gd x86_64 5.4.16-23.el7_0.3 base 124 k |
| 4015 | php-ldap x86_64 5.4.16-23.el7_0.3 base 49 k |
| 4016 | php-mbstring x86_64 5.4.16-23.el7_0.3 base 501 k |
| 4017 | php-mcrypt x86_64 5.4.16-3.el7 epel 20 k |
| 4018 | php-mysqlnd x86_64 5.4.16-23.el7_0.3 base 170 k |
| 4019 | php-pear-Auth-SASL noarch 1.0.6-5.el7 epel 16 k |
| 4020 | php-pear-DB noarch 1.7.14-6.el7 epel 106 k |
| 4021 | php-pear-MDB2 noarch 2.5.0-0.9.b5.el7 epel 125 k |
| 4022 | php-pear-MDB2-Driver-mysqli |
| 4023 | noarch 1.5.0-0.8.b4.el7 epel 43 k |
| 4024 | php-pear-Mail-Mime noarch 1.8.9-1.el7 epel 44 k |
| 4025 | php-pear-Mail-mimeDecode |
| 4026 | noarch 1.5.5-7.el7 epel 18 k |
| 4027 | php-pear-Net-IDNA2 noarch 0.1.1-10.el7 epel 25 k |
| 4028 | php-pear-Net-LDAP2 noarch 2.1.0-1.el7 epel 97 k |
| 4029 | php-pear-Net-SMTP noarch 1.6.2-1.el7 epel 22 k |
| 4030 | php-pear-Net-Sieve noarch 1.3.4-1.el7 epel 20 k |
| 4031 | php-pear-Net-Socket noarch 1.0.14-1.el7 epel 13 k |
| 4032 | php-phpunit-File-Iterator |
| 4033 | noarch 1.3.4-5.el7 epel 12 k |
| 4034 | php-phpunit-PHP-CodeCoverage |
| 4035 | noarch 2.0.15-1.el7 epel 304 k |
| 4036 | php-phpunit-PHP-Invoker noarch 1.1.3-6.el7 epel 9.4 k |
| 4037 | php-phpunit-PHP-Timer noarch 1.0.5-5.el7 epel 9.1 k |
| 4038 | php-phpunit-PHP-TokenStream |
| 4039 | noarch 1.4.0-1.el7 epel 16 k |
| 4040 | php-phpunit-PHPUnit-MockObject |
| 4041 | noarch 2.3.0-1.el7 epel 36 k |
| 4042 | php-phpunit-Text-Template |
| 4043 | noarch 1.2.0-5.el7 epel 9.2 k |
| 4044 | php-phpunit-Version noarch 1.0.4-1.el7 epel 8.4 k |
| 4045 | php-phpunit-comparator noarch 1.1.1-1.el7 epel 14 k |
| 4046 | php-phpunit-diff noarch 1.2.0-1.el7 epel 13 k |
| 4047 | php-phpunit-environment noarch 1.2.1-1.el7 epel 8.7 k |
| 4048 | php-phpunit-exporter noarch 1.2.0-1.el7 epel 10 k |
| 4049 | php-process x86_64 5.4.16-23.el7_0.3 base 52 k |
| 4050 | php-sebastian-global-state |
| 4051 | noarch 1.0.0-1.el7 epel 9.5 k |
| 4052 | php-sebastian-recursion-context |
| 4053 | noarch 1.0.0-1.el7 epel 7.7 k |
| 4054 | php-soap x86_64 5.4.16-23.el7_0.3 base 155 k |
| 4055 | php-symfony-class-loader |
| 4056 | noarch 2.5.8-1.el7 epel 21 k |
| 4057 | php-symfony-common noarch 2.5.8-1.el7 epel 72 k |
| 4058 | php-symfony-yaml noarch 2.5.8-1.el7 epel 22 k |
| 4059 | php-tidy x86_64 5.4.16-3.el7 epel 22 k |
| 4060 | php-xml x86_64 5.4.16-23.el7_0.3 base 122 k |
| 4061 | pixman x86_64 0.32.4-3.el7 base 254 k |
| 4062 | pm-utils x86_64 1.4.1-27.el7 base 140 k |
| 4063 | polkit x86_64 0.112-5.el7 base 165 k |
| 4064 | polkit-pkla-compat x86_64 0.1-4.el7 base 39 k |
| 4065 | polkit-qt x86_64 0.103.0-10.el7_0 base 72 k |
| 4066 | poppler x86_64 0.22.5-6.el7 base 737 k |
| 4067 | poppler-data noarch 0.4.6-3.el7 base 2.2 M |
| 4068 | poppler-qt x86_64 0.22.5-6.el7 base 164 k |
| 4069 | popt-devel x86_64 1.13-16.el7 base 22 k |
| 4070 | psmisc x86_64 22.20-8.el7 base 140 k |
| 4071 | pulseaudio-libs x86_64 3.0-30.el7 base 556 k |
| 4072 | pulseaudio-libs-glib2 x86_64 3.0-30.el7 base 29 k |
| 4073 | pyOpenSSL x86_64 0.13.1-3.el7 base 133 k |
| 4074 | pyparsing noarch 1.5.6-9.el7 base 94 k |
| 4075 | pyserial noarch 2.6-5.el7 base 124 k |
| 4076 | python-backports x86_64 1.0-8.el7 base 5.8 k |
| 4077 | python-backports-ssl_match_hostname |
| 4078 | noarch 3.4.0.2-4.el7 base 12 k |
| 4079 | python-dateutil noarch 1.5-7.el7 base 85 k |
| 4080 | python-zope-interface x86_64 4.0.5-4.el7 base 138 k |
| 4081 | qca2 x86_64 2.0.3-7.el7 base 431 k |
| 4082 | qjson x86_64 0.8.1-4.el7 base 72 k |
| 4083 | qt x86_64 1:4.8.5-8.el7 base 4.5 M |
| 4084 | qt-settings noarch 19-23.5.el7 base 17 k |
| 4085 | qt-x11 x86_64 1:4.8.5-8.el7 base 13 M |
| 4086 | raptor2 x86_64 2.0.9-3.el7 base 206 k |
| 4087 | rasqal x86_64 0.9.30-4.el7 base 262 k |
| 4088 | redhat-menus noarch 12.0.2-7.el7 base 143 k |
| 4089 | redland x86_64 1.0.16-6.el7 base 164 k |
| 4090 | redland-virtuoso x86_64 1.0.16-6.el7 base 29 k |
| 4091 | roundcubemail-core noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 962 k |
| 4092 | roundcubemail-core-assets |
| 4093 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 452 k |
| 4094 | roundcubemail-plugin-filesystem_attachments |
| 4095 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 18 k |
| 4096 | roundcubemail-plugin-filesystem_attachments-assets |
| 4097 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 14 k |
| 4098 | roundcubemail-plugin-jqueryui |
| 4099 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 113 k |
| 4100 | roundcubemail-plugin-jqueryui-assets |
| 4101 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 102 k |
| 4102 | roundcubemail-plugin-jqueryui-skin-larry |
| 4103 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 18 k |
| 4104 | roundcubemail-plugin-jqueryui-skin-larry-assets |
| 4105 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 47 k |
| 4106 | roundcubemail-plugin-kolab_auth-assets |
| 4107 | noarch 3.2.8-2.el7.kolab_3.5 Kolab_Development 7.3 k |
| 4108 | roundcubemail-plugin-kolab_folders-assets |
| 4109 | noarch 3.2.8-2.el7.kolab_3.5 Kolab_Development 8.9 k |
| 4110 | roundcubemail-plugin-libkolab-assets |
| 4111 | noarch 3.2.8-2.el7.kolab_3.5 Kolab_Development 12 k |
| 4112 | roundcubemail-skin-larry |
| 4113 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 32 k |
| 4114 | roundcubemail-skin-larry-assets |
| 4115 | noarch 1.1.1.3-5.el7.kolab_3.5 Kolab_Development 135 k |
| 4116 | rpm-devel x86_64 4.11.1-25.el7 base 101 k |
| 4117 | sgml-common noarch 0.6.3-39.el7 base 55 k |
| 4118 | shared-desktop-ontologies |
| 4119 | noarch 0.11.0-2.el7 base 113 k |
| 4120 | shared-desktop-ontologies-devel |
| 4121 | noarch 0.11.0-2.el7 base 6.2 k |
| 4122 | soprano x86_64 2.9.2-3.el7 base 608 k |
| 4123 | soprano-devel x86_64 2.9.2-3.el7 base 102 k |
| 4124 | speex x86_64 1.2-0.19.rc1.el7 base 98 k |
| 4125 | strigi-libs x86_64 0.7.7-12.20120626.el7 base 458 k |
| 4126 | svrcore x86_64 4.0.4-11.el7 base 17 k |
| 4127 | systemtap-sdt-devel x86_64 2.6-8.el7 base 63 k |
| 4128 | sysvinit-tools x86_64 2.88-14.dsf.el7 base 63 k |
| 4129 | t1lib x86_64 5.1.2-14.el7 base 166 k |
| 4130 | taglib x86_64 1.8-7.20130218git.el7 base 310 k |
| 4131 | tcl x86_64 1:8.5.13-4.el7 base 1.9 M |
| 4132 | tcp_wrappers-devel x86_64 7.6-77.el7 base 17 k |
| 4133 | tcp_wrappers-libs x86_64 7.6-77.el7 base 66 k |
| 4134 | udisks2 x86_64 2.1.2-5.el7 base 311 k |
| 4135 | upower x86_64 0.9.20-7.el7 base 127 k |
| 4136 | urw-fonts noarch 2.4-16.el7 base 3.0 M |
| 4137 | usbmuxd x86_64 1.0.8-11.el7 base 70 k |
| 4138 | uuid x86_64 1.6.2-26.el7 base 55 k |
| 4139 | v8 x86_64 1:3.14.5.10-14.el7 epel 3.0 M |
| 4140 | virtuoso-opensource x86_64 1:6.1.6-6.el7 base 3.4 M |
| 4141 | wavpack x86_64 4.60.1-9.el7 base 131 k |
| 4142 | xdg-user-dirs x86_64 0.15-4.el7 base 59 k |
| 4143 | xdg-utils noarch 1.1.0-0.16.20120809git.el7 |
| 4144 | base 70 k |
| 4145 | xerces-c x86_64 3.1.1-6.el7 base 878 k |
| 4146 | xfsprogs x86_64 3.2.1-6.el7 base 858 k |
| 4147 | xml-common noarch 0.6.3-39.el7 base 26 k |
| 4148 | xorg-x11-font-utils x86_64 1:7.5-18.1.el7 base 87 k |
| 4149 | xorg-x11-proto-devel noarch 7.7-8.el7.1 base 281 k |
| 4150 | xorg-x11-server-utils x86_64 7.7-4.el7 base 174 k |
| 4151 | xorg-x11-xauth x86_64 1:1.0.7-6.1.el7 base 29 k |
| 4152 | xorg-x11-xinit x86_64 1.3.2-14.el7 base 54 k |
| 4153 | yajl x86_64 2.0.4-4.el7 base 39 k |
| 4154 | ycssmin noarch 1.0.1-6.el7 epel 12 k |
| 4155 | |
| 4156 | Transaction Summary |
| 4157 | ================================================================================ |
| 4158 | Install 65 Packages (+365 Dependent packages) |
| 4159 | |
| 4160 | Total download size: 199 M |
| 4161 | Installed size: 727 M |
| 4162 | Downloading packages: |
| 4163 | [91mwarning: /var/cache/yum/x86_64/7/epel/packages/CUnit-2.1.3-8.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY |
| 4164 | [0mPublic key for CUnit-2.1.3-8.el7.x86_64.rpm is not installed |
| 4165 | http://mirror.switch.ch/ftp/mirror/epel/7/x86_64/f/fdupes-1.51-6.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable |
| 4166 | Trying other mirror. |
| 4167 | http://mirror.switch.ch/ftp/mirror/centos/7.1.1503/os/x86_64/Packages/fontconfig-devel-2.10.95-7.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable |
| 4168 | Trying other mirror. |
| 4169 | http://mirror.switch.ch/ftp/mirror/centos/7.1.1503/updates/x86_64/Packages/freetype-2.4.11-10.el7_1.1.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable |
| 4170 | Trying other mirror. |
| 4171 | -------------------------------------------------------------------------------- |
| 4172 | Total 6.6 MB/s | 199 MB 00:30 |
| 4173 | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 |
| 4174 | Importing GPG key 0x352C64E5: |
| 4175 | Userid : "Fedora EPEL (7) <epel@fedoraproject.org>" |
| 4176 | Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5 |
| 4177 | Package : epel-release-7-5.noarch (@extras) |
| 4178 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 |
| 4179 | Key imported successfully |
| 4180 | Running transaction check |
| 4181 | Running transaction test |
| 4182 | Transaction test succeeded |
| 4183 | Running transaction |
| 4184 | Installing : xorg-x11-proto-devel-7.7-8.el7.1.noarch 1/430 |
| 4185 | Installing : freetype-2.4.11-10.el7_1.1.x86_64 2/430 |
| 4186 | Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 3/430 |
| 4187 | Installing : libICE-1.0.8-7.el7.x86_64 4/430 |
| 4188 | Installing : 2:libpng-1.5.13-5.el7.x86_64 5/430 |
| 4189 | Installing : libSM-1.2.1-7.el7.x86_64 6/430 |
| 4190 | Installing : 2:libogg-1.3.0-7.el7.x86_64 7/430 |
| 4191 | Installing : xerces-c-3.1.1-6.el7.x86_64 8/430 |
| 4192 | Installing : boost-chrono-1.53.0-23.el7.x86_64 9/430 |
| 4193 | Installing : tcp_wrappers-libs-7.6-77.el7.x86_64 10/430 |
| 4194 | Installing : libicu-50.1.2-11.el7.x86_64 11/430 |
| 4195 | Installing : boost-regex-1.53.0-23.el7.x86_64 12/430 |
| 4196 | Installing : libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 13/430 |
| 4197 | Installing : 1:libvorbis-1.3.3-8.el7.x86_64 14/430 |
| 4198 | Installing : nspr-devel-4.10.6-3.el7.x86_64 15/430 |
| 4199 | Installing : mesa-libglapi-10.2.7-5.20140910.el7.x86_64 16/430 |
| 4200 | Installing : boost-filesystem-1.53.0-23.el7.x86_64 17/430 |
| 4201 | Installing : libXau-1.0.8-2.1.el7.x86_64 18/430 |
| 4202 | Installing : libxcb-1.9-5.el7.x86_64 19/430 |
| 4203 | Installing : 1:libtheora-1.1.1-8.el7.x86_64 20/430 |
| 4204 | Installing : libICE-devel-1.0.8-7.el7.x86_64 21/430 |
| 4205 | Installing : libSM-devel-1.2.1-7.el7.x86_64 22/430 |
| 4206 | Installing : hunspell-en-US-0.20121024-5.el7.noarch 23/430 |
| 4207 | Installing : hunspell-1.3.2-13.el7.x86_64 24/430 |
| 4208 | Installing : libiodbc-3.52.7-7.el7.x86_64 25/430 |
| 4209 | Installing : libxslt-1.1.28-5.el7.x86_64 26/430 |
| 4210 | Installing : libical-0.48-6.el7.x86_64 27/430 |
| 4211 | Installing : svrcore-4.0.4-11.el7.x86_64 28/430 |
| 4212 | Installing : lcms2-2.5-4.el7.x86_64 29/430 |
| 4213 | Installing : xml-common-0.6.3-39.el7.noarch 30/430 |
| 4214 | Installing : libplist-1.10-4.el7.x86_64 31/430 |
| 4215 | Installing : shared-desktop-ontologies-0.11.0-2.el7.noarch 32/430 |
| 4216 | Installing : boost-program-options-1.53.0-23.el7.x86_64 33/430 |
| 4217 | Installing : boost-date-time-1.53.0-23.el7.x86_64 34/430 |
| 4218 | Installing : libraw1394-2.1.0-2.el7.x86_64 35/430 |
| 4219 | Installing : 1:dbus-1.6.12-11.el7.x86_64 36/430 |
| 4220 | Installing : kde-filesystem-4-47.el7.x86_64 37/430 |
| 4221 | Installing : boost-wave-1.53.0-23.el7.x86_64 38/430 |
| 4222 | Installing : nss-util-devel-3.16.2.3-2.el7.x86_64 39/430 |
| 4223 | Installing : boost-graph-1.53.0-23.el7.x86_64 40/430 |
| 4224 | Installing : boost-locale-1.53.0-23.el7.x86_64 41/430 |
| 4225 | Installing : boost-timer-1.53.0-23.el7.x86_64 42/430 |
| 4226 | Installing : xerces-c-devel-3.1.1-6.el7.x86_64 43/430 |
| 4227 | Installing : flac-libs-1.3.0-5.el7_1.x86_64 44/430 |
| 4228 | Installing : jasper-libs-1.900.1-26.el7_0.3.x86_64 45/430 |
| 4229 | Installing : dbus-glib-0.100-7.el7.x86_64 46/430 |
| 4230 | Installing : boost-serialization-1.53.0-23.el7.x86_64 47/430 |
| 4231 | Installing : libasyncns-0.8-7.el7.x86_64 48/430 |
| 4232 | Installing : pcre-devel-8.32-14.el7.x86_64 49/430 |
| 4233 | Installing : boost-iostreams-1.53.0-23.el7.x86_64 50/430 |
| 4234 | Installing : alsa-lib-1.0.28-2.el7.x86_64 51/430 |
| 4235 | Installing : poppler-data-0.4.6-3.el7.noarch 52/430 |
| 4236 | Installing : python-devel-2.7.5-16.el7.x86_64 53/430 |
| 4237 | Installing : speex-1.2-0.19.rc1.el7.x86_64 54/430 |
| 4238 | Installing : exiv2-libs-0.23-6.el7.x86_64 55/430 |
| 4239 | Installing : roundcubemail-plugin-jqueryui-assets-1.1.1.3-5.el7.kol 56/430 |
| 4240 | Installing : ilmbase-1.0.3-7.el7.x86_64 57/430 |
| 4241 | Installing : e2fsprogs-libs-1.42.9-7.el7.x86_64 58/430 |
| 4242 | Installing : boost-signals-1.53.0-23.el7.x86_64 59/430 |
| 4243 | Installing : gl-manpages-1.1-7.20130122.el7.noarch 60/430 |
| 4244 | Installing : libfontenc-1.1.1-5.el7.x86_64 61/430 |
| 4245 | Installing : libtool-ltdl-2.4.2-20.el7.x86_64 62/430 |
| 4246 | Installing : openjpeg-libs-1.5.1-10.el7.x86_64 63/430 |
| 4247 | Installing : roundcubemail-skin-larry-assets-1.1.1.3-5.el7.kolab_3. 64/430 |
| 4248 | Installing : boost-atomic-1.53.0-23.el7.x86_64 65/430 |
| 4249 | Installing : taglib-1.8-7.20130218git.el7.x86_64 66/430 |
| 4250 | Installing : gc-7.2d-6.el7.x86_64 67/430 |
| 4251 | Installing : 1:net-snmp-libs-5.7.2-20.el7.x86_64 68/430 |
| 4252 | Installing : zlib-devel-1.2.7-13.el7.x86_64 69/430 |
| 4253 | Installing : freetype-devel-2.4.11-10.el7_1.1.x86_64 70/430 |
| 4254 | Installing : boost-python-1.53.0-23.el7.x86_64 71/430 |
| 4255 | Installing : boost-math-1.53.0-23.el7.x86_64 72/430 |
| 4256 | Installing : libcom_err-devel-1.42.9-7.el7.x86_64 73/430 |
| 4257 | Installing : json-c-0.11-4.el7_0.x86_64 74/430 |
| 4258 | Installing : hwdata-0.252-7.5.el7.noarch 75/430 |
| 4259 | Installing : boost-test-1.53.0-23.el7.x86_64 76/430 |
| 4260 | Installing : orc-0.4.17-5.el7.x86_64 77/430 |
| 4261 | Installing : boost-context-1.53.0-23.el7.x86_64 78/430 |
| 4262 | Installing : elfutils-libelf-devel-0.160-1.el7.x86_64 79/430 |
| 4263 | Installing : lm_sensors-libs-3.3.4-11.el7.x86_64 80/430 |
| 4264 | Installing : boost-random-1.53.0-23.el7.x86_64 81/430 |
| 4265 | Installing : libusbx-1.0.15-4.el7.x86_64 82/430 |
| 4266 | Installing : usbmuxd-1.0.8-11.el7.x86_64 83/430 |
| 4267 | Installing : libimobiledevice-1.1.5-6.el7.x86_64 84/430 |
| 4268 | Installing : boost-1.53.0-23.el7.x86_64 85/430 |
| 4269 | Installing : boost-devel-1.53.0-23.el7.x86_64 86/430 |
| 4270 | Installing : 1:net-snmp-agent-libs-5.7.2-20.el7.x86_64 87/430 |
| 4271 | Installing : lm_sensors-devel-3.3.4-11.el7.x86_64 88/430 |
| 4272 | Installing : elfutils-devel-0.160-1.el7.x86_64 89/430 |
| 4273 | Installing : libpciaccess-0.13.1-4.1.el7.x86_64 90/430 |
| 4274 | Installing : libdrm-2.4.56-2.el7.x86_64 91/430 |
| 4275 | Installing : libdrm-devel-2.4.56-2.el7.x86_64 92/430 |
| 4276 | Installing : mesa-libgbm-10.2.7-5.20140910.el7.x86_64 93/430 |
| 4277 | Installing : e2fsprogs-devel-1.42.9-7.el7.x86_64 94/430 |
| 4278 | Installing : 5:guile-2.0.9-5.el7.x86_64 95/430 |
| 4279 | Installing : gc-devel-7.2d-6.el7.x86_64 96/430 |
| 4280 | Installing : roundcubemail-plugin-jqueryui-skin-larry-assets-1.1.1. 97/430 |
| 4281 | Installing : libXfont-1.4.7-2.el7_0.x86_64 98/430 |
| 4282 | Installing : 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 99/430 |
| 4283 | Installing : OpenEXR-libs-1.7.1-7.el7.x86_64 100/430 |
| 4284 | Installing : libshout-2.2.2-11.el7.x86_64 101/430 |
| 4285 | Installing : xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 102/430 |
| 4286 | Installing : libavc1394-0.5.3-14.el7.x86_64 103/430 |
| 4287 | Installing : libiec61883-1.2.0-10.el7.x86_64 104/430 |
| 4288 | Installing : iso-codes-3.46-2.el7.noarch 105/430 |
| 4289 | Installing : mozldap-6.0.5-38.el7.kolab_3.5.x86_64 106/430 |
| 4290 | Installing : mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 107/430 |
| 4291 | Installing : 1:virtuoso-opensource-6.1.6-6.el7.x86_64 108/430 |
| 4292 | Installing : 1:enchant-1.6.0-8.el7.x86_64 109/430 |
| 4293 | Installing : libXau-devel-1.0.8-2.1.el7.x86_64 110/430 |
| 4294 | Installing : libxcb-devel-1.9-5.el7.x86_64 111/430 |
| 4295 | Installing : python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5 112/430 |
| 4296 | Installing : gdisk-0.8.6-5.el7.x86_64 113/430 |
| 4297 | Installing : tcp_wrappers-devel-7.6-77.el7.x86_64 114/430 |
| 4298 | Installing : libmng-1.0.10-14.el7.x86_64 115/430 |
| 4299 | Installing : libv4l-0.9.5-4.el7.x86_64 116/430 |
| 4300 | Installing : expat-devel-2.1.0-8.el7.x86_64 117/430 |
| 4301 | Installing : jansson-2.4-6.el7.x86_64 118/430 |
| 4302 | Installing : jbigkit-libs-2.0-11.el7.x86_64 119/430 |
| 4303 | Installing : libtiff-4.0.3-14.el7.x86_64 120/430 |
| 4304 | Installing : libthai-0.1.14-9.el7.x86_64 121/430 |
| 4305 | Installing : uuid-1.6.2-26.el7.x86_64 122/430 |
| 4306 | Installing : uuid-devel-1.6.2-26.el7.x86_64 123/430 |
| 4307 | Installing : media-player-info-17-4.el7.noarch 124/430 |
| 4308 | Installing : roundcubemail-plugin-filesystem_attachments-assets-1.1 125/430 |
| 4309 | Installing : libvisual-0.4.0-16.el7.x86_64 126/430 |
| 4310 | Installing : cdparanoia-libs-10.2-17.el7.x86_64 127/430 |
| 4311 | Installing : python-dateutil-1.5-7.el7.noarch 128/430 |
| 4312 | Installing : pyOpenSSL-0.13.1-3.el7.x86_64 129/430 |
| 4313 | Installing : hicolor-icon-theme-0.12-7.el7.noarch 130/430 |
| 4314 | Installing : gdbm-devel-1.10-8.el7.x86_64 131/430 |
| 4315 | install-info: No such file or directory for /usr/share/info/gdbm.info.gz |
| 4316 | Installing : libudisks2-2.1.2-5.el7.x86_64 132/430 |
| 4317 | Installing : 1:tcl-8.5.13-4.el7.x86_64 133/430 |
| 4318 | Installing : CUnit-2.1.3-8.el7.x86_64 134/430 |
| 4319 | Installing : gsettings-desktop-schemas-3.8.2-3.el7.x86_64 135/430 |
| 4320 | Installing : glib-networking-2.40.0-1.el7.x86_64 136/430 |
| 4321 | Installing : libsoup-2.46.0-3.el7.x86_64 137/430 |
| 4322 | Installing : redhat-menus-12.0.2-7.el7.noarch 138/430 |
| 4323 | Installing : libdb-devel-5.3.21-17.el7_0.1.x86_64 139/430 |
| 4324 | Installing : nss-softokn-freebl-devel-3.16.2.3-9.el7.x86_64 140/430 |
| 4325 | Installing : nss-softokn-devel-3.16.2.3-9.el7.x86_64 141/430 |
| 4326 | Installing : nss-devel-3.16.2.3-5.el7.x86_64 142/430 |
| 4327 | Installing : libss-1.42.9-7.el7.x86_64 143/430 |
| 4328 | Installing : e2fsprogs-1.42.9-7.el7.x86_64 144/430 |
| 4329 | Installing : lzo-2.06-6.el7_0.2.x86_64 145/430 |
| 4330 | Installing : libarchive-3.1.2-7.el7.x86_64 146/430 |
| 4331 | Installing : cmake-2.8.11-4.el7.x86_64 147/430 |
| 4332 | Installing : shared-desktop-ontologies-devel-0.11.0-2.el7.noarch 148/430 |
| 4333 | Installing : graphite2-1.2.2-5.el7.x86_64 149/430 |
| 4334 | Installing : harfbuzz-0.9.20-4.el7.x86_64 150/430 |
| 4335 | Installing : libverto-devel-0.2.5-4.el7.x86_64 151/430 |
| 4336 | Installing : pytz-2012d-5.el7.noarch 152/430 |
| 4337 | Installing : libtidy-0.99.0-31.20091203.el7.x86_64 153/430 |
| 4338 | Installing : wavpack-4.60.1-9.el7.x86_64 154/430 |
| 4339 | Installing : 1:libuv-0.10.29-1.el7.x86_64 155/430 |
| 4340 | Installing : libatasmart-0.19-6.el7.x86_64 156/430 |
| 4341 | Installing : hostname-3.13-3.el7.x86_64 157/430 |
| 4342 | Installing : fontpackages-filesystem-1.44-8.el7.noarch 158/430 |
| 4343 | Installing : fontconfig-2.10.95-7.el7.x86_64 159/430 |
| 4344 | Installing : urw-fonts-2.4-16.el7.noarch 160/430 |
| 4345 | Installing : poppler-0.22.5-6.el7.x86_64 161/430 |
| 4346 | Installing : ghostscript-fonts-5.50-32.el7.noarch 162/430 |
| 4347 | Installing : fontconfig-devel-2.10.95-7.el7.x86_64 163/430 |
| 4348 | Installing : mailcap-2.1.41-2.el7.noarch 164/430 |
| 4349 | Installing : gobject-introspection-1.36.0-4.el7.x86_64 165/430 |
| 4350 | Installing : mozjs17-17.0.0-10.el7.x86_64 166/430 |
| 4351 | Installing : polkit-0.112-5.el7.x86_64 167/430 |
| 4352 | Installing : polkit-pkla-compat-0.1-4.el7.x86_64 168/430 |
| 4353 | Installing : gsm-1.0.13-11.el7.x86_64 169/430 |
| 4354 | Installing : libsndfile-1.0.25-9.el7.x86_64 170/430 |
| 4355 | Installing : roundcubemail-plugin-kolab_auth-assets-3.2.8-2.el7.kol 171/430 |
| 4356 | Installing : libsepol-devel-2.1.9-3.el7.x86_64 172/430 |
| 4357 | Installing : libselinux-devel-2.2.2-6.el7.x86_64 173/430 |
| 4358 | Installing : 6:kdelibs-common-4.10.5-6.el7.x86_64 174/430 |
| 4359 | Installing : centos-logos-70.0.6-2.el7.centos.noarch 175/430 |
| 4360 | Installing : pixman-0.32.4-3.el7.x86_64 176/430 |
| 4361 | Installing : yajl-2.0.4-4.el7.x86_64 177/430 |
| 4362 | Installing : raptor2-2.0.9-3.el7.x86_64 178/430 |
| 4363 | Installing : rasqal-0.9.30-4.el7.x86_64 179/430 |
| 4364 | Installing : redland-1.0.16-6.el7.x86_64 180/430 |
| 4365 | Installing : redland-virtuoso-1.0.16-6.el7.x86_64 181/430 |
| 4366 | Installing : http-parser-2.0-4.20121128gitcd01361.el7.x86_64 182/430 |
| 4367 | Installing : python-backports-1.0-8.el7.x86_64 183/430 |
| 4368 | Installing : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noar 184/430 |
| 4369 | Installing : python-setuptools-0.9.8-3.el7.noarch 185/430 |
| 4370 | Installing : libreport-filesystem-2.1.11-21.el7.centos.0.4.x86_64 186/430 |
| 4371 | Installing : mdadm-3.3.2-2.el7.x86_64 187/430 |
| 4372 | Installing : js-uglify-2.4.13-5.el7.noarch 188/430 |
| 4373 | Installing : python-pyasn1-0.1.6-2.el7.noarch 189/430 |
| 4374 | Installing : 1:gmp-devel-6.0.0-11.el7.x86_64 190/430 |
| 4375 | Installing : kbd-misc-1.15.5-11.el7.noarch 191/430 |
| 4376 | Installing : kmod-14-10.el7.x86_64 192/430 |
| 4377 | Installing : 1:v8-3.14.5.10-14.el7.x86_64 193/430 |
| 4378 | Installing : pciutils-libs-3.2.1-4.el7.x86_64 194/430 |
| 4379 | Installing : pciutils-3.2.1-4.el7.x86_64 195/430 |
| 4380 | Installing : qt-settings-19-23.5.el7.noarch 196/430 |
| 4381 | Installing : 1:qt-4.8.5-8.el7.x86_64 197/430 |
| 4382 | Installing : attica-0.4.1-4.el7.x86_64 198/430 |
| 4383 | Installing : attica-devel-0.4.1-4.el7.x86_64 199/430 |
| 4384 | Installing : qjson-0.8.1-4.el7.x86_64 200/430 |
| 4385 | Installing : strigi-libs-0.7.7-12.20120626.el7.x86_64 201/430 |
| 4386 | Installing : qca2-2.0.3-7.el7.x86_64 202/430 |
| 4387 | Installing : automoc-1.0-0.20.rc3.el7.x86_64 203/430 |
| 4388 | Installing : clucene-core-2.3.3.4-11.el7.x86_64 204/430 |
| 4389 | Installing : soprano-2.9.2-3.el7.x86_64 205/430 |
| 4390 | Installing : popt-devel-1.13-16.el7.x86_64 206/430 |
| 4391 | Installing : rpm-devel-4.11.1-25.el7.x86_64 207/430 |
| 4392 | Installing : bc-1.06.95-13.el7.x86_64 208/430 |
| 4393 | Installing : roundcubemail-plugin-libkolab-assets-3.2.8-2.el7.kolab 209/430 |
| 4394 | Installing : kbd-legacy-1.15.5-11.el7.noarch 210/430 |
| 4395 | Installing : xfsprogs-3.2.1-6.el7.x86_64 211/430 |
| 4396 | Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 212/430 |
| 4397 | Installing : krb5-devel-1.12.2-14.el7.x86_64 213/430 |
| 4398 | Installing : 1:openssl-devel-1.0.1e-42.el7.4.x86_64 214/430 |
| 4399 | Installing : desktop-file-utils-0.21-4.el7.x86_64 215/430 |
| 4400 | Installing : xdg-utils-1.1.0-0.16.20120809git.el7.noarch 216/430 |
| 4401 | Installing : roundcubemail-plugin-kolab_folders-assets-3.2.8-2.el7. 217/430 |
| 4402 | Installing : psmisc-22.20-8.el7.x86_64 218/430 |
| 4403 | Installing : GConf2-3.2.6-8.el7.x86_64 219/430 |
| 4404 | Installing : sysvinit-tools-2.88-14.dsf.el7.x86_64 220/430 |
| 4405 | Installing : initscripts-9.49.24-1.el7.x86_64 221/430 |
| 4406 | Installing : cyrus-sasl-2.1.26-17.el7.x86_64 222/430 |
| 4407 | Installing : cyrus-sasl-devel-2.1.26-17.el7.x86_64 223/430 |
| 4408 | Installing : kbd-1.15.5-11.el7.x86_64 224/430 |
| 4409 | Installing : pm-utils-1.4.1-27.el7.x86_64 225/430 |
| 4410 | Installing : upower-0.9.20-7.el7.x86_64 226/430 |
| 4411 | Installing : libdv-1.0.0-17.el7.x86_64 227/430 |
| 4412 | Installing : cyrus-sasl-plain-2.1.26-17.el7.x86_64 228/430 |
| 4413 | Installing : gamin-0.1.10-16.el7.x86_64 229/430 |
| 4414 | Installing : gstreamer-tools-0.10.36-7.el7.x86_64 230/430 |
| 4415 | Installing : gstreamer-0.10.36-7.el7.x86_64 231/430 |
| 4416 | Installing : roundcubemail-core-assets-1.1.1.3-5.el7.kolab_3.5.noar 232/430 |
| 4417 | Installing : pyserial-2.6-5.el7.noarch 233/430 |
| 4418 | Installing : cryptsetup-libs-1.6.6-3.el7.x86_64 234/430 |
| 4419 | Installing : cryptsetup-1.6.6-3.el7.x86_64 235/430 |
| 4420 | Installing : pyparsing-1.5.6-9.el7.noarch 236/430 |
| 4421 | Installing : systemtap-sdt-devel-2.6-8.el7.x86_64 237/430 |
| 4422 | Installing : libmcrypt-2.5.8-13.el7.x86_64 238/430 |
| 4423 | Installing : python-zope-interface-4.0.5-4.el7.x86_64 239/430 |
| 4424 | Installing : perl-ExtUtils-Manifest-1.61-244.el7.noarch 240/430 |
| 4425 | Installing : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 241/430 |
| 4426 | Installing : 4:perl-devel-5.16.3-285.el7.x86_64 242/430 |
| 4427 | Installing : perl-ExtUtils-Install-1.58-285.el7.noarch 243/430 |
| 4428 | Installing : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 244/430 |
| 4429 | Installing : libX11-common-1.6.0-2.1.el7.noarch 245/430 |
| 4430 | Installing : libX11-1.6.0-2.1.el7.x86_64 246/430 |
| 4431 | Installing : libXext-1.3.2-2.1.el7.x86_64 247/430 |
| 4432 | Installing : libX11-devel-1.6.0-2.1.el7.x86_64 248/430 |
| 4433 | Installing : libXext-devel-1.3.2-2.1.el7.x86_64 249/430 |
| 4434 | Installing : libXrender-0.9.8-2.1.el7.x86_64 250/430 |
| 4435 | Installing : libXfixes-5.0.1-2.1.el7.x86_64 251/430 |
| 4436 | Installing : libXfixes-devel-5.0.1-2.1.el7.x86_64 252/430 |
| 4437 | Installing : libXt-1.1.4-6.1.el7.x86_64 253/430 |
| 4438 | Installing : libXcursor-1.1.14-2.1.el7.x86_64 254/430 |
| 4439 | Installing : libXrender-devel-0.9.8-2.1.el7.x86_64 255/430 |
| 4440 | Installing : libXi-1.7.2-2.1.el7.x86_64 256/430 |
| 4441 | Installing : libXtst-1.2.2-2.1.el7.x86_64 257/430 |
| 4442 | Installing : libXpm-3.5.10-5.1.el7.x86_64 258/430 |
| 4443 | Installing : pulseaudio-libs-3.0-30.el7.x86_64 259/430 |
| 4444 | Installing : libXdamage-1.1.4-4.1.el7.x86_64 260/430 |
| 4445 | Installing : libXft-2.3.1-5.1.el7.x86_64 261/430 |
| 4446 | Installing : libXrandr-1.4.1-2.1.el7.x86_64 262/430 |
| 4447 | Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 263/430 |
| 4448 | Installing : mesa-libGL-10.2.7-5.20140910.el7.x86_64 264/430 |
| 4449 | Installing : libXinerama-1.1.3-2.1.el7.x86_64 265/430 |
| 4450 | Installing : 1:qt-x11-4.8.5-8.el7.x86_64 266/430 |
| 4451 | Installing : libcalendaring-4.9.git.1424359330-51.el7.kolab_3.5.x86 267/430 |
| 4452 | Installing : libkolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 268/430 |
| 4453 | Installing : libXdamage-devel-1.1.4-4.1.el7.x86_64 269/430 |
| 4454 | Installing : libXi-devel-1.7.2-2.1.el7.x86_64 270/430 |
| 4455 | Installing : libXmu-1.1.1-5.1.el7.x86_64 271/430 |
| 4456 | Installing : libXxf86misc-1.0.3-7.1.el7.x86_64 272/430 |
| 4457 | Installing : libXv-1.0.9-2.1.el7.x86_64 273/430 |
| 4458 | Installing : libXv-devel-1.0.9-2.1.el7.x86_64 274/430 |
| 4459 | Installing : libXScrnSaver-1.2.2-6.1.el7.x86_64 275/430 |
| 4460 | Installing : libXScrnSaver-devel-1.2.2-6.1.el7.x86_64 276/430 |
| 4461 | Installing : xorg-x11-server-utils-7.7-4.el7.x86_64 277/430 |
| 4462 | Installing : libXxf86misc-devel-1.0.3-7.1.el7.x86_64 278/430 |
| 4463 | Installing : 1:xorg-x11-xauth-1.0.7-6.1.el7.x86_64 279/430 |
| 4464 | Installing : xorg-x11-xinit-1.3.2-14.el7.x86_64 280/430 |
| 4465 | Installing : xdg-user-dirs-0.15-4.el7.x86_64 281/430 |
| 4466 | Installing : libXtst-devel-1.2.2-2.1.el7.x86_64 282/430 |
| 4467 | Installing : akonadi-1.9.2-4.el7.x86_64 283/430 |
| 4468 | Installing : dbusmenu-qt-0.9.2-7.el7.x86_64 284/430 |
| 4469 | Installing : poppler-qt-0.22.5-6.el7.x86_64 285/430 |
| 4470 | Installing : polkit-qt-0.103.0-10.el7_0.x86_64 286/430 |
| 4471 | Installing : libXinerama-devel-1.1.3-2.1.el7.x86_64 287/430 |
| 4472 | Installing : mesa-libGLU-9.0.0-4.el7.x86_64 288/430 |
| 4473 | Installing : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 289/430 |
| 4474 | Installing : mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 290/430 |
| 4475 | Installing : mesa-libGLU-devel-9.0.0-4.el7.x86_64 291/430 |
| 4476 | Installing : libXrandr-devel-1.4.1-2.1.el7.x86_64 292/430 |
| 4477 | Installing : libXft-devel-2.3.1-5.1.el7.x86_64 293/430 |
| 4478 | Installing : pulseaudio-libs-glib2-3.0-30.el7.x86_64 294/430 |
| 4479 | Installing : libXpm-devel-3.5.10-5.1.el7.x86_64 295/430 |
| 4480 | Installing : libXcursor-devel-1.1.14-2.1.el7.x86_64 296/430 |
| 4481 | Installing : libXt-devel-1.1.4-6.1.el7.x86_64 297/430 |
| 4482 | Installing : 1:qt-devel-4.8.5-8.el7.x86_64 298/430 |
| 4483 | Installing : soprano-devel-2.9.2-3.el7.x86_64 299/430 |
| 4484 | Installing : libxkbfile-1.0.8-5.el7.x86_64 300/430 |
| 4485 | Installing : libxkbfile-devel-1.0.8-5.el7.x86_64 301/430 |
| 4486 | Installing : libXcomposite-0.4.4-4.1.el7.x86_64 302/430 |
| 4487 | Installing : libXcomposite-devel-0.4.4-4.1.el7.x86_64 303/430 |
| 4488 | Installing : t1lib-5.1.2-14.el7.x86_64 304/430 |
| 4489 | Installing : mesa-libEGL-10.2.7-5.20140910.el7.x86_64 305/430 |
| 4490 | Installing : cairo-1.12.14-6.el7.x86_64 306/430 |
| 4491 | Installing : pango-1.34.1-5.el7.x86_64 307/430 |
| 4492 | Installing : gstreamer-plugins-base-0.10.36-10.el7.x86_64 308/430 |
| 4493 | Installing : giflib-4.1.6-9.el7.x86_64 309/430 |
| 4494 | Installing : gdk-pixbuf2-2.28.2-4.el7.x86_64 310/430 |
| 4495 | Installing : gstreamer-plugins-good-0.10.31-11.el7.x86_64 311/430 |
| 4496 | Installing : phonon-4.6.0-9.el7.x86_64 312/430 |
| 4497 | Installing : 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 313/430 |
| 4498 | Installing : phonon-devel-4.6.0-9.el7.x86_64 314/430 |
| 4499 | Installing : httpd-tools-2.4.6-31.el7.centos.x86_64 315/430 |
| 4500 | Installing : httpd-2.4.6-31.el7.centos.x86_64 316/430 |
| 4501 | Installing : libcurl-devel-7.29.0-19.el7.x86_64 317/430 |
| 4502 | Installing : libzip-0.10.1-8.el7.x86_64 318/430 |
| 4503 | Installing : php-common-5.4.16-23.el7_0.3.x86_64 319/430 |
| 4504 | Installing : php-cli-5.4.16-23.el7_0.3.x86_64 320/430 |
| 4505 | Installing : php-xml-5.4.16-23.el7_0.3.x86_64 321/430 |
| 4506 | Installing : php-mbstring-5.4.16-23.el7_0.3.x86_64 322/430 |
| 4507 | Installing : php-phpunit-Text-Template-1.2.0-5.el7.noarch 323/430 |
| 4508 | Installing : php-devel-5.4.16-23.el7_0.3.x86_64 324/430 |
| 4509 | Installing : php-phpunit-File-Iterator-1.3.4-5.el7.noarch 325/430 |
| 4510 | Installing : php-sebastian-recursion-context-1.0.0-1.el7.noarch 326/430 |
| 4511 | Installing : php-phpunit-exporter-1.2.0-1.el7.noarch 327/430 |
| 4512 | Installing : php-phpunit-environment-1.2.1-1.el7.noarch 328/430 |
| 4513 | Installing : php-symfony-common-2.5.8-1.el7.noarch 329/430 |
| 4514 | Installing : php-phpunit-PHP-Timer-1.0.5-5.el7.noarch 330/430 |
| 4515 | Installing : php-phpunit-diff-1.2.0-1.el7.noarch 331/430 |
| 4516 | Installing : php-phpunit-Version-1.0.4-1.el7.noarch 332/430 |
| 4517 | Installing : php-ldap-5.4.16-23.el7_0.3.x86_64 333/430 |
| 4518 | Installing : php-doctrine-instantiator-1.0.4-1.el7.noarch 334/430 |
| 4519 | Installing : php-phpunit-comparator-1.1.1-1.el7.noarch 335/430 |
| 4520 | Installing : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 336/430 |
| 4521 | Installing : php-symfony-yaml-2.5.8-1.el7.noarch 337/430 |
| 4522 | Installing : php-symfony-class-loader-2.5.8-1.el7.noarch 338/430 |
| 4523 | Installing : php-phpunit-PHP-TokenStream-1.4.0-1.el7.noarch 339/430 |
| 4524 | Installing : php-phpunit-PHP-CodeCoverage-2.0.15-1.el7.noarch 340/430 |
| 4525 | Installing : php-sebastian-global-state-1.0.0-1.el7.noarch 341/430 |
| 4526 | Installing : php-tidy-5.4.16-3.el7.x86_64 342/430 |
| 4527 | Installing : php-pdo-5.4.16-23.el7_0.3.x86_64 343/430 |
| 4528 | Installing : php-mysqlnd-5.4.16-23.el7_0.3.x86_64 344/430 |
| 4529 | Installing : php-gd-5.4.16-23.el7_0.3.x86_64 345/430 |
| 4530 | Installing : php-mcrypt-5.4.16-3.el7.x86_64 346/430 |
| 4531 | Installing : php-soap-5.4.16-23.el7_0.3.x86_64 347/430 |
| 4532 | Installing : php-phpunit-PHPUnit-MockObject-2.3.0-1.el7.noarch 348/430 |
| 4533 | Installing : php-process-5.4.16-23.el7_0.3.x86_64 349/430 |
| 4534 | Installing : 1:php-pear-1.9.4-21.el7.noarch 350/430 |
| 4535 | Installing : php-pear-Auth-SASL-1.0.6-5.el7.noarch 351/430 |
| 4536 | Installing : php-pear-Net-Socket-1.0.14-1.el7.noarch 352/430 |
| 4537 | Installing : php-pear-Mail-Mime-1.8.9-1.el7.noarch 353/430 |
| 4538 | Installing : php-pear-Net-LDAP2-2.1.0-1.el7.noarch 354/430 |
| 4539 | Installing : php-pear-MDB2-2.5.0-0.9.b5.el7.noarch 355/430 |
| 4540 | Installing : php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch 356/430 |
| 4541 | Installing : php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch 357/430 |
| 4542 | Installing : php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch 358/430 |
| 4543 | Installing : php-pear-Net-SMTP-1.6.2-1.el7.noarch 359/430 |
| 4544 | Installing : php-pear-Net-Sieve-1.3.4-1.el7.noarch 360/430 |
| 4545 | Installing : php-pear-DB-1.7.14-6.el7.noarch 361/430 |
| 4546 | Installing : php-pear-Net-IDNA2-0.1.1-10.el7.noarch 362/430 |
| 4547 | Installing : roundcubemail-plugin-filesystem_attachments-1.1.1.3-5. 363/430 |
| 4548 | Installing : roundcubemail-skin-larry-1.1.1.3-5.el7.kolab_3.5.noarc 364/430 |
| 4549 | Installing : roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch 365/430 |
| 4550 | Installing : roundcubemail-plugin-jqueryui-1.1.1.3-5.el7.kolab_3.5. 366/430 |
| 4551 | Installing : roundcubemail-plugin-jqueryui-skin-larry-1.1.1.3-5.el7 367/430 |
| 4552 | Installing : roundcubemail-plugin-libkolab-3.2.8-2.el7.kolab_3.5.no 368/430 |
| 4553 | Installing : dosfstools-3.0.20-9.el7.x86_64 369/430 |
| 4554 | Installing : sgml-common-0.6.3-39.el7.noarch 370/430 |
| 4555 | Installing : docbook-dtds-1.0-60.el7.noarch 371/430 |
| 4556 | Installing : docbook-style-xsl-1.78.1-3.el7.noarch 372/430 |
| 4557 | Installing : adwaita-cursor-theme-3.8.4-3.el7.noarch 373/430 |
| 4558 | Installing : kde-settings-19-23.5.el7.noarch 374/430 |
| 4559 | Installing : c-ares-1.10.0-3.el7.x86_64 375/430 |
| 4560 | Installing : nodejs-0.10.33-1.el7.x86_64 376/430 |
| 4561 | Installing : nodejs-uglify-to-browserify-1.0.2-2.el7.noarch 377/430 |
| 4562 | Installing : ycssmin-1.0.1-6.el7.noarch 378/430 |
| 4563 | Installing : nodejs-amdefine-0.0.4-1.el7.noarch 379/430 |
| 4564 | Installing : nodejs-source-map-0.1.33-1.el7.noarch 380/430 |
| 4565 | Installing : nodejs-wordwrap-0.0.2-4.el7.noarch 381/430 |
| 4566 | Installing : nodejs-optimist-0.4.0-1.el7.noarch 382/430 |
| 4567 | Installing : nodejs-async-0.2.10-1.el7.noarch 383/430 |
| 4568 | Installing : parted-3.1-20.el7.x86_64 384/430 |
| 4569 | Installing : udisks2-2.1.2-5.el7.x86_64 385/430 |
| 4570 | Installing : 6:kdelibs-4.10.5-6.el7.x86_64 386/430 |
| 4571 | Installing : 6:kdelibs-devel-4.10.5-6.el7.x86_64 387/430 |
| 4572 | Installing : kdepimlibs-kxmlrpcclient-4.10.5-3.el7.x86_64 388/430 |
| 4573 | Installing : kdepimlibs-4.10.5-3.el7.x86_64 389/430 |
| 4574 | Installing : nepomuk-core-4.10.5-5.el7.x86_64 390/430 |
| 4575 | Installing : nepomuk-core-libs-4.10.5-5.el7.x86_64 391/430 |
| 4576 | Installing : nepomuk-core-devel-4.10.5-5.el7.x86_64 392/430 |
| 4577 | Installing : kdepimlibs-akonadi-4.10.5-3.el7.x86_64 393/430 |
| 4578 | Installing : kdepimlibs-devel-4.10.5-3.el7.x86_64 394/430 |
| 4579 | Installing : libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5. 395/430 |
| 4580 | Installing : 1:cups-libs-1.6.3-17.el7.x86_64 396/430 |
| 4581 | Installing : ghostscript-9.07-18.el7.x86_64 397/430 |
| 4582 | Installing : 1:transfig-3.2.5d-13.el7.x86_64 398/430 |
| 4583 | Installing : libkolab-devel-0.6.git.1426688750-9.el7.kolab_3.5.x86_ 399/430 |
| 4584 | Installing : uglify-js-2.4.13-5.el7.noarch 400/430 |
| 4585 | Installing : nodejs-less-1.7.0-2.el7.noarch 401/430 |
| 4586 | Installing : roundcubemail-plugin-kolab_folders-3.2.8-2.el7.kolab_3 402/430 |
| 4587 | Installing : roundcubemail-plugin-kolab_auth-3.2.8-2.el7.kolab_3.5. 403/430 |
| 4588 | Installing : php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch 404/430 |
| 4589 | Installing : php-5.4.16-23.el7_0.3.x86_64 405/430 |
| 4590 | Installing : python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 406/430 |
| 4591 | Installing : libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3 407/430 |
| 4592 | Installing : 1:net-snmp-devel-5.7.2-20.el7.x86_64 408/430 |
| 4593 | Installing : python-twisted-core-12.2.0-4.el7.x86_64 409/430 |
| 4594 | Installing : openldap-devel-2.4.39-6.el7.x86_64 410/430 |
| 4595 | Installing : 5:guile-devel-2.0.9-5.el7.x86_64 411/430 |
| 4596 | Installing : python-pyasn1-modules-0.1.6-2.el7.noarch 412/430 |
| 4597 | Installing : python-cssmin-0.2.0-11.el7.kolab_3.5.noarch 413/430 |
| 4598 | Installing : python-nose-1.3.0-2.el7.noarch 414/430 |
| 4599 | Installing : python-icalendar-3.8.2-8.el7.kolab_3.5.noarch 415/430 |
| 4600 | Installing : svrcore-devel-4.0.4-11.el7.x86_64 416/430 |
| 4601 | Installing : CUnit-devel-2.1.3-8.el7.x86_64 417/430 |
| 4602 | Installing : 1:tcl-devel-8.5.13-4.el7.x86_64 418/430 |
| 4603 | Installing : jansson-devel-2.4-6.el7.x86_64 419/430 |
| 4604 | Installing : libical-devel-0.48-6.el7.x86_64 420/430 |
| 4605 | Installing : tcp_wrappers-7.6-77.el7.x86_64 421/430 |
| 4606 | Installing : groff-1.22.2-8.el7.x86_64 422/430 |
| 4607 | install-info: No such file or directory for /usr/share/info/groff.info |
| 4608 | Installing : perl-Test-Simple-0.98-243.el7.noarch 423/430 |
| 4609 | Installing : fdupes-1.51-6.el7.x86_64 424/430 |
| 4610 | Installing : dos2unix-6.0.3-4.el7.x86_64 425/430 |
| 4611 | Installing : cyrus-sasl-md5-2.1.26-17.el7.x86_64 426/430 |
| 4612 | Installing : glib2-devel-2.40.0-4.el7.x86_64 427/430 |
| 4613 | Installing : python-sqlalchemy-0.9.7-3.el7.x86_64 428/430 |
| 4614 | Installing : python-ldap-2.4.15-2.el7.x86_64 429/430 |
| 4615 | Installing : libuuid-devel-2.23.2-21.el7.x86_64 430/430 |
| 4616 | ERROR: Failed to load plugin file /usr/share/roundcubemail/plugins/archive/archive.phpERROR: Failed to load plugin file /usr/share/roundcubemail/plugins/zipdownload/zipdownload.phpError 500: Specified database schema directory doesn't exist. |
| 4617 | Verifying : roundcubemail-plugin-jqueryui-skin-larry-assets-1.1.1. 1/430 |
| 4618 | Verifying : 1:cups-libs-1.6.3-17.el7.x86_64 2/430 |
| 4619 | Verifying : 1:openssl-devel-1.0.1e-42.el7.4.x86_64 3/430 |
| 4620 | Verifying : 1:xorg-x11-xauth-1.0.7-6.1.el7.x86_64 4/430 |
| 4621 | Verifying : parted-3.1-20.el7.x86_64 5/430 |
| 4622 | Verifying : libxcb-devel-1.9-5.el7.x86_64 6/430 |
| 4623 | Verifying : c-ares-1.10.0-3.el7.x86_64 7/430 |
| 4624 | Verifying : nss-softokn-devel-3.16.2.3-9.el7.x86_64 8/430 |
| 4625 | Verifying : docbook-style-xsl-1.78.1-3.el7.noarch 9/430 |
| 4626 | Verifying : e2fsprogs-1.42.9-7.el7.x86_64 10/430 |
| 4627 | Verifying : redland-virtuoso-1.0.16-6.el7.x86_64 11/430 |
| 4628 | Verifying : libselinux-devel-2.2.2-6.el7.x86_64 12/430 |
| 4629 | Verifying : xdg-utils-1.1.0-0.16.20120809git.el7.noarch 13/430 |
| 4630 | Verifying : php-phpunit-PHP-TokenStream-1.4.0-1.el7.noarch 14/430 |
| 4631 | Verifying : libkolab-devel-0.6.git.1426688750-9.el7.kolab_3.5.x86_ 15/430 |
| 4632 | Verifying : libusbx-1.0.15-4.el7.x86_64 16/430 |
| 4633 | Verifying : 5:guile-2.0.9-5.el7.x86_64 17/430 |
| 4634 | Verifying : php-pear-DB-1.7.14-6.el7.noarch 18/430 |
| 4635 | Verifying : roundcubemail-plugin-filesystem_attachments-1.1.1.3-5. 19/430 |
| 4636 | Verifying : nss-devel-3.16.2.3-5.el7.x86_64 20/430 |
| 4637 | Verifying : boost-random-1.53.0-23.el7.x86_64 21/430 |
| 4638 | Verifying : php-pear-Auth-SASL-1.0.6-5.el7.noarch 22/430 |
| 4639 | Verifying : adwaita-cursor-theme-3.8.4-3.el7.noarch 23/430 |
| 4640 | Verifying : docbook-dtds-1.0-60.el7.noarch 24/430 |
| 4641 | Verifying : libuuid-devel-2.23.2-21.el7.x86_64 25/430 |
| 4642 | Verifying : CUnit-devel-2.1.3-8.el7.x86_64 26/430 |
| 4643 | Verifying : sgml-common-0.6.3-39.el7.noarch 27/430 |
| 4644 | Verifying : attica-0.4.1-4.el7.x86_64 28/430 |
| 4645 | Verifying : libtiff-4.0.3-14.el7.x86_64 29/430 |
| 4646 | Verifying : nepomuk-core-4.10.5-5.el7.x86_64 30/430 |
| 4647 | Verifying : php-mbstring-5.4.16-23.el7_0.3.x86_64 31/430 |
| 4648 | Verifying : kde-filesystem-4-47.el7.x86_64 32/430 |
| 4649 | Verifying : 1:dbus-1.6.12-11.el7.x86_64 33/430 |
| 4650 | Verifying : lm_sensors-libs-3.3.4-11.el7.x86_64 34/430 |
| 4651 | Verifying : python-cssmin-0.2.0-11.el7.kolab_3.5.noarch 35/430 |
| 4652 | Verifying : libXft-2.3.1-5.1.el7.x86_64 36/430 |
| 4653 | Verifying : uuid-devel-1.6.2-26.el7.x86_64 37/430 |
| 4654 | Verifying : php-phpunit-File-Iterator-1.3.4-5.el7.noarch 38/430 |
| 4655 | Verifying : dosfstools-3.0.20-9.el7.x86_64 39/430 |
| 4656 | Verifying : redland-1.0.16-6.el7.x86_64 40/430 |
| 4657 | Verifying : e2fsprogs-devel-1.42.9-7.el7.x86_64 41/430 |
| 4658 | Verifying : php-pear-Mail-Mime-1.8.9-1.el7.noarch 42/430 |
| 4659 | Verifying : shared-desktop-ontologies-devel-0.11.0-2.el7.noarch 43/430 |
| 4660 | Verifying : python-nose-1.3.0-2.el7.noarch 44/430 |
| 4661 | Verifying : python-ldap-2.4.15-2.el7.x86_64 45/430 |
| 4662 | Verifying : nodejs-source-map-0.1.33-1.el7.noarch 46/430 |
| 4663 | Verifying : libXt-1.1.4-6.1.el7.x86_64 47/430 |
| 4664 | Verifying : kdepimlibs-4.10.5-3.el7.x86_64 48/430 |
| 4665 | Verifying : svrcore-devel-4.0.4-11.el7.x86_64 49/430 |
| 4666 | Verifying : php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch 50/430 |
| 4667 | Verifying : libzip-0.10.1-8.el7.x86_64 51/430 |
| 4668 | Verifying : libcurl-devel-7.29.0-19.el7.x86_64 52/430 |
| 4669 | Verifying : libraw1394-2.1.0-2.el7.x86_64 53/430 |
| 4670 | Verifying : upower-0.9.20-7.el7.x86_64 54/430 |
| 4671 | Verifying : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noar 55/430 |
| 4672 | Verifying : libsndfile-1.0.25-9.el7.x86_64 56/430 |
| 4673 | Verifying : httpd-tools-2.4.6-31.el7.centos.x86_64 57/430 |
| 4674 | Verifying : libX11-common-1.6.0-2.1.el7.noarch 58/430 |
| 4675 | Verifying : boost-1.53.0-23.el7.x86_64 59/430 |
| 4676 | Verifying : perl-ExtUtils-Manifest-1.61-244.el7.noarch 60/430 |
| 4677 | Verifying : elfutils-libelf-devel-0.160-1.el7.x86_64 61/430 |
| 4678 | Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 62/430 |
| 4679 | Verifying : libICE-devel-1.0.8-7.el7.x86_64 63/430 |
| 4680 | Verifying : python-zope-interface-4.0.5-4.el7.x86_64 64/430 |
| 4681 | Verifying : roundcubemail-skin-larry-1.1.1.3-5.el7.kolab_3.5.noarc 65/430 |
| 4682 | Verifying : nodejs-uglify-to-browserify-1.0.2-2.el7.noarch 66/430 |
| 4683 | Verifying : libxcb-1.9-5.el7.x86_64 67/430 |
| 4684 | Verifying : urw-fonts-2.4-16.el7.noarch 68/430 |
| 4685 | Verifying : mdadm-3.3.2-2.el7.x86_64 69/430 |
| 4686 | Verifying : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 70/430 |
| 4687 | Verifying : php-sebastian-global-state-1.0.0-1.el7.noarch 71/430 |
| 4688 | Verifying : phonon-devel-4.6.0-9.el7.x86_64 72/430 |
| 4689 | Verifying : roundcubemail-plugin-kolab_folders-3.2.8-2.el7.kolab_3 73/430 |
| 4690 | Verifying : usbmuxd-1.0.8-11.el7.x86_64 74/430 |
| 4691 | Verifying : libXft-devel-2.3.1-5.1.el7.x86_64 75/430 |
| 4692 | Verifying : 1:qt-4.8.5-8.el7.x86_64 76/430 |
| 4693 | Verifying : tcp_wrappers-7.6-77.el7.x86_64 77/430 |
| 4694 | Verifying : mesa-libGL-10.2.7-5.20140910.el7.x86_64 78/430 |
| 4695 | Verifying : libavc1394-0.5.3-14.el7.x86_64 79/430 |
| 4696 | Verifying : boost-context-1.53.0-23.el7.x86_64 80/430 |
| 4697 | Verifying : orc-0.4.17-5.el7.x86_64 81/430 |
| 4698 | Verifying : libXinerama-1.1.3-2.1.el7.x86_64 82/430 |
| 4699 | Verifying : harfbuzz-0.9.20-4.el7.x86_64 83/430 |
| 4700 | Verifying : gstreamer-plugins-base-0.10.36-10.el7.x86_64 84/430 |
| 4701 | Verifying : attica-devel-0.4.1-4.el7.x86_64 85/430 |
| 4702 | Verifying : libmcrypt-2.5.8-13.el7.x86_64 86/430 |
| 4703 | Verifying : pyparsing-1.5.6-9.el7.noarch 87/430 |
| 4704 | Verifying : OpenEXR-libs-1.7.1-7.el7.x86_64 88/430 |
| 4705 | Verifying : mozldap-6.0.5-38.el7.kolab_3.5.x86_64 89/430 |
| 4706 | Verifying : cryptsetup-libs-1.6.6-3.el7.x86_64 90/430 |
| 4707 | Verifying : libcalendaring-4.9.git.1424359330-51.el7.kolab_3.5.x86 91/430 |
| 4708 | Verifying : pyserial-2.6-5.el7.noarch 92/430 |
| 4709 | Verifying : libshout-2.2.2-11.el7.x86_64 93/430 |
| 4710 | Verifying : ycssmin-1.0.1-6.el7.noarch 94/430 |
| 4711 | Verifying : libXrender-devel-0.9.8-2.1.el7.x86_64 95/430 |
| 4712 | Verifying : php-devel-5.4.16-23.el7_0.3.x86_64 96/430 |
| 4713 | Verifying : boost-date-time-1.53.0-23.el7.x86_64 97/430 |
| 4714 | Verifying : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 98/430 |
| 4715 | Verifying : python-setuptools-0.9.8-3.el7.noarch 99/430 |
| 4716 | Verifying : python-sqlalchemy-0.9.7-3.el7.x86_64 100/430 |
| 4717 | Verifying : GConf2-3.2.6-8.el7.x86_64 101/430 |
| 4718 | Verifying : php-sebastian-recursion-context-1.0.0-1.el7.noarch 102/430 |
| 4719 | Verifying : 4:perl-devel-5.16.3-285.el7.x86_64 103/430 |
| 4720 | Verifying : libiec61883-1.2.0-10.el7.x86_64 104/430 |
| 4721 | Verifying : roundcubemail-core-assets-1.1.1.3-5.el7.kolab_3.5.noar 105/430 |
| 4722 | Verifying : boost-program-options-1.53.0-23.el7.x86_64 106/430 |
| 4723 | Verifying : shared-desktop-ontologies-0.11.0-2.el7.noarch 107/430 |
| 4724 | Verifying : gstreamer-tools-0.10.36-7.el7.x86_64 108/430 |
| 4725 | Verifying : php-phpunit-environment-1.2.1-1.el7.noarch 109/430 |
| 4726 | Verifying : gamin-0.1.10-16.el7.x86_64 110/430 |
| 4727 | Verifying : 1:net-snmp-devel-5.7.2-20.el7.x86_64 111/430 |
| 4728 | Verifying : cyrus-sasl-plain-2.1.26-17.el7.x86_64 112/430 |
| 4729 | Verifying : libdv-1.0.0-17.el7.x86_64 113/430 |
| 4730 | Verifying : python-kolabformat-1.1.git.1422810799-30.el7.kolab_3.5 114/430 |
| 4731 | Verifying : libXpm-3.5.10-5.1.el7.x86_64 115/430 |
| 4732 | Verifying : sysvinit-tools-2.88-14.dsf.el7.x86_64 116/430 |
| 4733 | Verifying : glib2-devel-2.40.0-4.el7.x86_64 117/430 |
| 4734 | Verifying : libxkbfile-1.0.8-5.el7.x86_64 118/430 |
| 4735 | Verifying : psmisc-22.20-8.el7.x86_64 119/430 |
| 4736 | Verifying : boost-test-1.53.0-23.el7.x86_64 120/430 |
| 4737 | Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 121/430 |
| 4738 | Verifying : cyrus-sasl-md5-2.1.26-17.el7.x86_64 122/430 |
| 4739 | Verifying : dos2unix-6.0.3-4.el7.x86_64 123/430 |
| 4740 | Verifying : boost-regex-1.53.0-23.el7.x86_64 124/430 |
| 4741 | Verifying : cyrus-sasl-2.1.26-17.el7.x86_64 125/430 |
| 4742 | Verifying : php-pear-Net-Socket-1.0.14-1.el7.noarch 126/430 |
| 4743 | Verifying : hwdata-0.252-7.5.el7.noarch 127/430 |
| 4744 | Verifying : libXau-1.0.8-2.1.el7.x86_64 128/430 |
| 4745 | Verifying : cairo-1.12.14-6.el7.x86_64 129/430 |
| 4746 | Verifying : roundcubemail-plugin-kolab_folders-assets-3.2.8-2.el7. 130/430 |
| 4747 | Verifying : tcp_wrappers-devel-7.6-77.el7.x86_64 131/430 |
| 4748 | Verifying : libXpm-devel-3.5.10-5.1.el7.x86_64 132/430 |
| 4749 | Verifying : json-c-0.11-4.el7_0.x86_64 133/430 |
| 4750 | Verifying : libcom_err-devel-1.42.9-7.el7.x86_64 134/430 |
| 4751 | Verifying : libXau-devel-1.0.8-2.1.el7.x86_64 135/430 |
| 4752 | Verifying : boost-filesystem-1.53.0-23.el7.x86_64 136/430 |
| 4753 | Verifying : libXxf86misc-1.0.3-7.1.el7.x86_64 137/430 |
| 4754 | Verifying : php-phpunit-PHPUnit-MockObject-2.3.0-1.el7.noarch 138/430 |
| 4755 | Verifying : desktop-file-utils-0.21-4.el7.x86_64 139/430 |
| 4756 | Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 140/430 |
| 4757 | Verifying : php-pear-Net-LDAP2-2.1.0-1.el7.noarch 141/430 |
| 4758 | Verifying : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 142/430 |
| 4759 | Verifying : flac-libs-1.3.0-5.el7_1.x86_64 143/430 |
| 4760 | Verifying : xfsprogs-3.2.1-6.el7.x86_64 144/430 |
| 4761 | Verifying : boost-math-1.53.0-23.el7.x86_64 145/430 |
| 4762 | Verifying : php-pear-Net-SMTP-1.6.2-1.el7.noarch 146/430 |
| 4763 | Verifying : php-cli-5.4.16-23.el7_0.3.x86_64 147/430 |
| 4764 | Verifying : kbd-legacy-1.15.5-11.el7.noarch 148/430 |
| 4765 | Verifying : php-phpunit-PHP-CodeCoverage-2.0.15-1.el7.noarch 149/430 |
| 4766 | Verifying : libplist-1.10-4.el7.x86_64 150/430 |
| 4767 | Verifying : 1:libtheora-1.1.1-8.el7.x86_64 151/430 |
| 4768 | Verifying : boost-python-1.53.0-23.el7.x86_64 152/430 |
| 4769 | Verifying : fdupes-1.51-6.el7.x86_64 153/430 |
| 4770 | Verifying : t1lib-5.1.2-14.el7.x86_64 154/430 |
| 4771 | Verifying : libSM-devel-1.2.1-7.el7.x86_64 155/430 |
| 4772 | Verifying : roundcubemail-plugin-libkolab-assets-3.2.8-2.el7.kolab 156/430 |
| 4773 | Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 157/430 |
| 4774 | Verifying : libXinerama-devel-1.1.3-2.1.el7.x86_64 158/430 |
| 4775 | Verifying : php-symfony-common-2.5.8-1.el7.noarch 159/430 |
| 4776 | Verifying : gdisk-0.8.6-5.el7.x86_64 160/430 |
| 4777 | Verifying : libXtst-devel-1.2.2-2.1.el7.x86_64 161/430 |
| 4778 | Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 162/430 |
| 4779 | Verifying : php-phpunit-Text-Template-1.2.0-5.el7.noarch 163/430 |
| 4780 | Verifying : nodejs-less-1.7.0-2.el7.noarch 164/430 |
| 4781 | Verifying : bc-1.06.95-13.el7.x86_64 165/430 |
| 4782 | Verifying : popt-devel-1.13-16.el7.x86_64 166/430 |
| 4783 | Verifying : clucene-core-2.3.3.4-11.el7.x86_64 167/430 |
| 4784 | Verifying : poppler-0.22.5-6.el7.x86_64 168/430 |
| 4785 | Verifying : mesa-libglapi-10.2.7-5.20140910.el7.x86_64 169/430 |
| 4786 | Verifying : gstreamer-plugins-good-0.10.31-11.el7.x86_64 170/430 |
| 4787 | Verifying : akonadi-1.9.2-4.el7.x86_64 171/430 |
| 4788 | Verifying : ghostscript-9.07-18.el7.x86_64 172/430 |
| 4789 | Verifying : libimobiledevice-1.1.5-6.el7.x86_64 173/430 |
| 4790 | Verifying : zlib-devel-1.2.7-13.el7.x86_64 174/430 |
| 4791 | Verifying : xml-common-0.6.3-39.el7.noarch 175/430 |
| 4792 | Verifying : cryptsetup-1.6.6-3.el7.x86_64 176/430 |
| 4793 | Verifying : boost-devel-1.53.0-23.el7.x86_64 177/430 |
| 4794 | Verifying : boost-locale-1.53.0-23.el7.x86_64 178/430 |
| 4795 | Verifying : 1:net-snmp-agent-libs-5.7.2-20.el7.x86_64 179/430 |
| 4796 | Verifying : lcms2-2.5-4.el7.x86_64 180/430 |
| 4797 | Verifying : 1:net-snmp-libs-5.7.2-20.el7.x86_64 181/430 |
| 4798 | Verifying : pciutils-libs-3.2.1-4.el7.x86_64 182/430 |
| 4799 | Verifying : nodejs-amdefine-0.0.4-1.el7.noarch 183/430 |
| 4800 | Verifying : jasper-libs-1.900.1-26.el7_0.3.x86_64 184/430 |
| 4801 | Verifying : 1:v8-3.14.5.10-14.el7.x86_64 185/430 |
| 4802 | Verifying : qjson-0.8.1-4.el7.x86_64 186/430 |
| 4803 | Verifying : perl-ExtUtils-Install-1.58-285.el7.noarch 187/430 |
| 4804 | Verifying : pciutils-3.2.1-4.el7.x86_64 188/430 |
| 4805 | Verifying : kmod-14-10.el7.x86_64 189/430 |
| 4806 | Verifying : kbd-misc-1.15.5-11.el7.noarch 190/430 |
| 4807 | Verifying : raptor2-2.0.9-3.el7.x86_64 191/430 |
| 4808 | Verifying : udisks2-2.1.2-5.el7.x86_64 192/430 |
| 4809 | Verifying : libXv-1.0.9-2.1.el7.x86_64 193/430 |
| 4810 | Verifying : 1:gmp-devel-6.0.0-11.el7.x86_64 194/430 |
| 4811 | Verifying : xorg-x11-server-utils-7.7-4.el7.x86_64 195/430 |
| 4812 | Verifying : elfutils-devel-0.160-1.el7.x86_64 196/430 |
| 4813 | Verifying : xorg-x11-xinit-1.3.2-14.el7.x86_64 197/430 |
| 4814 | Verifying : libXi-devel-1.7.2-2.1.el7.x86_64 198/430 |
| 4815 | Verifying : python-pyasn1-0.1.6-2.el7.noarch 199/430 |
| 4816 | Verifying : libical-devel-0.48-6.el7.x86_64 200/430 |
| 4817 | Verifying : freetype-devel-2.4.11-10.el7_1.1.x86_64 201/430 |
| 4818 | Verifying : gc-7.2d-6.el7.x86_64 202/430 |
| 4819 | Verifying : js-uglify-2.4.13-5.el7.noarch 203/430 |
| 4820 | Verifying : kdepimlibs-kxmlrpcclient-4.10.5-3.el7.x86_64 204/430 |
| 4821 | Verifying : libXfont-1.4.7-2.el7_0.x86_64 205/430 |
| 4822 | Verifying : kdepimlibs-devel-4.10.5-3.el7.x86_64 206/430 |
| 4823 | Verifying : soprano-devel-2.9.2-3.el7.x86_64 207/430 |
| 4824 | Verifying : 1:xorg-x11-font-utils-7.5-18.1.el7.x86_64 208/430 |
| 4825 | Verifying : nodejs-wordwrap-0.0.2-4.el7.noarch 209/430 |
| 4826 | Verifying : libsoup-2.46.0-3.el7.x86_64 210/430 |
| 4827 | Verifying : taglib-1.8-7.20130218git.el7.x86_64 211/430 |
| 4828 | Verifying : pulseaudio-libs-3.0-30.el7.x86_64 212/430 |
| 4829 | Verifying : libreport-filesystem-2.1.11-21.el7.centos.0.4.x86_64 213/430 |
| 4830 | Verifying : boost-atomic-1.53.0-23.el7.x86_64 214/430 |
| 4831 | Verifying : freetype-2.4.11-10.el7_1.1.x86_64 215/430 |
| 4832 | Verifying : libdrm-devel-2.4.56-2.el7.x86_64 216/430 |
| 4833 | Verifying : cmake-2.8.11-4.el7.x86_64 217/430 |
| 4834 | Verifying : roundcubemail-skin-larry-assets-1.1.1.3-5.el7.kolab_3. 218/430 |
| 4835 | Verifying : php-pear-MDB2-2.5.0-0.9.b5.el7.noarch 219/430 |
| 4836 | Verifying : soprano-2.9.2-3.el7.x86_64 220/430 |
| 4837 | Verifying : libXtst-1.2.2-2.1.el7.x86_64 221/430 |
| 4838 | Verifying : boost-wave-1.53.0-23.el7.x86_64 222/430 |
| 4839 | Verifying : python-backports-1.0-8.el7.x86_64 223/430 |
| 4840 | Verifying : http-parser-2.0-4.20121128gitcd01361.el7.x86_64 224/430 |
| 4841 | Verifying : 5:guile-devel-2.0.9-5.el7.x86_64 225/430 |
| 4842 | Verifying : libXt-devel-1.1.4-6.1.el7.x86_64 226/430 |
| 4843 | Verifying : yajl-2.0.4-4.el7.x86_64 227/430 |
| 4844 | Verifying : libicu-50.1.2-11.el7.x86_64 228/430 |
| 4845 | Verifying : libXcomposite-devel-0.4.4-4.1.el7.x86_64 229/430 |
| 4846 | Verifying : openjpeg-libs-1.5.1-10.el7.x86_64 230/430 |
| 4847 | Verifying : svrcore-4.0.4-11.el7.x86_64 231/430 |
| 4848 | Verifying : mozldap-tools-6.0.5-38.el7.kolab_3.5.x86_64 232/430 |
| 4849 | Verifying : iso-codes-3.46-2.el7.noarch 233/430 |
| 4850 | Verifying : pixman-0.32.4-3.el7.x86_64 234/430 |
| 4851 | Verifying : centos-logos-70.0.6-2.el7.centos.noarch 235/430 |
| 4852 | Verifying : php-tidy-5.4.16-3.el7.x86_64 236/430 |
| 4853 | Verifying : hunspell-1.3.2-13.el7.x86_64 237/430 |
| 4854 | Verifying : 6:kdelibs-common-4.10.5-6.el7.x86_64 238/430 |
| 4855 | Verifying : libsepol-devel-2.1.9-3.el7.x86_64 239/430 |
| 4856 | Verifying : roundcubemail-plugin-kolab_auth-assets-3.2.8-2.el7.kol 240/430 |
| 4857 | Verifying : libtool-ltdl-2.4.2-20.el7.x86_64 241/430 |
| 4858 | Verifying : libXdamage-devel-1.1.4-4.1.el7.x86_64 242/430 |
| 4859 | Verifying : dbusmenu-qt-0.9.2-7.el7.x86_64 243/430 |
| 4860 | Verifying : libXrandr-1.4.1-2.1.el7.x86_64 244/430 |
| 4861 | Verifying : 2:libpng-1.5.13-5.el7.x86_64 245/430 |
| 4862 | Verifying : hunspell-en-US-0.20121024-5.el7.noarch 246/430 |
| 4863 | Verifying : lm_sensors-devel-3.3.4-11.el7.x86_64 247/430 |
| 4864 | Verifying : libfontenc-1.1.1-5.el7.x86_64 248/430 |
| 4865 | Verifying : nepomuk-core-devel-4.10.5-5.el7.x86_64 249/430 |
| 4866 | Verifying : gsm-1.0.13-11.el7.x86_64 250/430 |
| 4867 | Verifying : php-5.4.16-23.el7_0.3.x86_64 251/430 |
| 4868 | Verifying : ghostscript-fonts-5.50-32.el7.noarch 252/430 |
| 4869 | Verifying : strigi-libs-0.7.7-12.20120626.el7.x86_64 253/430 |
| 4870 | Verifying : nss-util-devel-3.16.2.3-2.el7.x86_64 254/430 |
| 4871 | Verifying : 1:transfig-3.2.5d-13.el7.x86_64 255/430 |
| 4872 | Verifying : nodejs-0.10.33-1.el7.x86_64 256/430 |
| 4873 | Verifying : gstreamer-0.10.36-7.el7.x86_64 257/430 |
| 4874 | Verifying : php-phpunit-PHP-Timer-1.0.5-5.el7.noarch 258/430 |
| 4875 | Verifying : libXv-devel-1.0.9-2.1.el7.x86_64 259/430 |
| 4876 | Verifying : libXScrnSaver-1.2.2-6.1.el7.x86_64 260/430 |
| 4877 | Verifying : mozjs17-17.0.0-10.el7.x86_64 261/430 |
| 4878 | Verifying : fontconfig-2.10.95-7.el7.x86_64 262/430 |
| 4879 | Verifying : fontconfig-devel-2.10.95-7.el7.x86_64 263/430 |
| 4880 | Verifying : libpciaccess-0.13.1-4.1.el7.x86_64 264/430 |
| 4881 | Verifying : gobject-introspection-1.36.0-4.el7.x86_64 265/430 |
| 4882 | Verifying : mailcap-2.1.41-2.el7.noarch 266/430 |
| 4883 | Verifying : gc-devel-7.2d-6.el7.x86_64 267/430 |
| 4884 | Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 268/430 |
| 4885 | Verifying : fontpackages-filesystem-1.44-8.el7.noarch 269/430 |
| 4886 | Verifying : python-kolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 270/430 |
| 4887 | Verifying : libXcursor-1.1.14-2.1.el7.x86_64 271/430 |
| 4888 | Verifying : roundcubemail-plugin-jqueryui-1.1.1.3-5.el7.kolab_3.5. 272/430 |
| 4889 | Verifying : php-phpunit-diff-1.2.0-1.el7.noarch 273/430 |
| 4890 | Verifying : roundcubemail-plugin-libkolab-3.2.8-2.el7.kolab_3.5.no 274/430 |
| 4891 | Verifying : libXrender-0.9.8-2.1.el7.x86_64 275/430 |
| 4892 | Verifying : php-Net-LDAP3-1.0.3-1.el7.kolab_3.5.noarch 276/430 |
| 4893 | Verifying : gl-manpages-1.1-7.20130122.el7.noarch 277/430 |
| 4894 | Verifying : libical-0.48-6.el7.x86_64 278/430 |
| 4895 | Verifying : libxslt-1.1.28-5.el7.x86_64 279/430 |
| 4896 | Verifying : 1:qt-x11-4.8.5-8.el7.x86_64 280/430 |
| 4897 | Verifying : libXrandr-devel-1.4.1-2.1.el7.x86_64 281/430 |
| 4898 | Verifying : mesa-libGLU-9.0.0-4.el7.x86_64 282/430 |
| 4899 | Verifying : polkit-0.112-5.el7.x86_64 283/430 |
| 4900 | Verifying : hostname-3.13-3.el7.x86_64 284/430 |
| 4901 | Verifying : php-mysqlnd-5.4.16-23.el7_0.3.x86_64 285/430 |
| 4902 | Verifying : libXfixes-5.0.1-2.1.el7.x86_64 286/430 |
| 4903 | Verifying : nodejs-async-0.2.10-1.el7.noarch 287/430 |
| 4904 | Verifying : jansson-devel-2.4-6.el7.x86_64 288/430 |
| 4905 | Verifying : php-symfony-yaml-2.5.8-1.el7.noarch 289/430 |
| 4906 | Verifying : roundcubemail-plugin-jqueryui-skin-larry-1.1.1.3-5.el7 290/430 |
| 4907 | Verifying : boost-signals-1.53.0-23.el7.x86_64 291/430 |
| 4908 | Verifying : libdrm-2.4.56-2.el7.x86_64 292/430 |
| 4909 | Verifying : xsd-3.3.0.1-27.el7.kolab_3.5.x86_64 293/430 |
| 4910 | Verifying : libatasmart-0.19-6.el7.x86_64 294/430 |
| 4911 | Verifying : mesa-libGLU-devel-9.0.0-4.el7.x86_64 295/430 |
| 4912 | Verifying : 1:libuv-0.10.29-1.el7.x86_64 296/430 |
| 4913 | Verifying : 1:tcl-devel-8.5.13-4.el7.x86_64 297/430 |
| 4914 | Verifying : php-pdo-5.4.16-23.el7_0.3.x86_64 298/430 |
| 4915 | Verifying : libXmu-1.1.1-5.1.el7.x86_64 299/430 |
| 4916 | Verifying : boost-chrono-1.53.0-23.el7.x86_64 300/430 |
| 4917 | Verifying : libxkbfile-devel-1.0.8-5.el7.x86_64 301/430 |
| 4918 | Verifying : mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 302/430 |
| 4919 | Verifying : 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 303/430 |
| 4920 | Verifying : xerces-c-3.1.1-6.el7.x86_64 304/430 |
| 4921 | Verifying : libXScrnSaver-devel-1.2.2-6.1.el7.x86_64 305/430 |
| 4922 | Verifying : e2fsprogs-libs-1.42.9-7.el7.x86_64 306/430 |
| 4923 | Verifying : libXcursor-devel-1.1.14-2.1.el7.x86_64 307/430 |
| 4924 | Verifying : xerces-c-devel-3.1.1-6.el7.x86_64 308/430 |
| 4925 | Verifying : libICE-1.0.8-7.el7.x86_64 309/430 |
| 4926 | Verifying : mesa-libEGL-10.2.7-5.20140910.el7.x86_64 310/430 |
| 4927 | Verifying : libX11-1.6.0-2.1.el7.x86_64 311/430 |
| 4928 | Verifying : libarchive-3.1.2-7.el7.x86_64 312/430 |
| 4929 | Verifying : python-icalendar-3.8.2-8.el7.kolab_3.5.noarch 313/430 |
| 4930 | Verifying : cyrus-sasl-devel-2.1.26-17.el7.x86_64 314/430 |
| 4931 | Verifying : nepomuk-core-libs-4.10.5-5.el7.x86_64 315/430 |
| 4932 | Verifying : wavpack-4.60.1-9.el7.x86_64 316/430 |
| 4933 | Verifying : libtidy-0.99.0-31.20091203.el7.x86_64 317/430 |
| 4934 | Verifying : pytz-2012d-5.el7.noarch 318/430 |
| 4935 | Verifying : 1:enchant-1.6.0-8.el7.x86_64 319/430 |
| 4936 | Verifying : roundcubemail-core-1.1.1.3-5.el7.kolab_3.5.noarch 320/430 |
| 4937 | Verifying : xdg-user-dirs-0.15-4.el7.x86_64 321/430 |
| 4938 | Verifying : php-symfony-class-loader-2.5.8-1.el7.noarch 322/430 |
| 4939 | Verifying : ilmbase-1.0.3-7.el7.x86_64 323/430 |
| 4940 | Verifying : kbd-1.15.5-11.el7.x86_64 324/430 |
| 4941 | Verifying : php-common-5.4.16-23.el7_0.3.x86_64 325/430 |
| 4942 | Verifying : perl-Test-Simple-0.98-243.el7.noarch 326/430 |
| 4943 | Verifying : libverto-devel-0.2.5-4.el7.x86_64 327/430 |
| 4944 | Verifying : kdepimlibs-akonadi-4.10.5-3.el7.x86_64 328/430 |
| 4945 | Verifying : groff-1.22.2-8.el7.x86_64 329/430 |
| 4946 | Verifying : php-pear-Net-IDNA2-0.1.1-10.el7.noarch 330/430 |
| 4947 | Verifying : php-xml-5.4.16-23.el7_0.3.x86_64 331/430 |
| 4948 | Verifying : graphite2-1.2.2-5.el7.x86_64 332/430 |
| 4949 | Verifying : libkolabxml-devel-1.1.git.1422810799-30.el7.kolab_3.5. 333/430 |
| 4950 | Verifying : qt-settings-19-23.5.el7.noarch 334/430 |
| 4951 | Verifying : roundcubemail-plugin-jqueryui-assets-1.1.1.3-5.el7.kol 335/430 |
| 4952 | Verifying : 6:kdelibs-devel-4.10.5-6.el7.x86_64 336/430 |
| 4953 | Verifying : libSM-1.2.1-7.el7.x86_64 337/430 |
| 4954 | Verifying : systemtap-sdt-devel-2.6-8.el7.x86_64 338/430 |
| 4955 | Verifying : lzo-2.06-6.el7_0.2.x86_64 339/430 |
| 4956 | Verifying : 1:virtuoso-opensource-6.1.6-6.el7.x86_64 340/430 |
| 4957 | Verifying : libss-1.42.9-7.el7.x86_64 341/430 |
| 4958 | Verifying : nss-softokn-freebl-devel-3.16.2.3-9.el7.x86_64 342/430 |
| 4959 | Verifying : libdb-devel-5.3.21-17.el7_0.1.x86_64 343/430 |
| 4960 | Verifying : libiodbc-3.52.7-7.el7.x86_64 344/430 |
| 4961 | Verifying : libmng-1.0.10-14.el7.x86_64 345/430 |
| 4962 | Verifying : giflib-4.1.6-9.el7.x86_64 346/430 |
| 4963 | Verifying : krb5-devel-1.12.2-14.el7.x86_64 347/430 |
| 4964 | Verifying : php-gd-5.4.16-23.el7_0.3.x86_64 348/430 |
| 4965 | Verifying : exiv2-libs-0.23-6.el7.x86_64 349/430 |
| 4966 | Verifying : speex-1.2-0.19.rc1.el7.x86_64 350/430 |
| 4967 | Verifying : redhat-menus-12.0.2-7.el7.noarch 351/430 |
| 4968 | Verifying : gsettings-desktop-schemas-3.8.2-3.el7.x86_64 352/430 |
| 4969 | Verifying : libXxf86misc-devel-1.0.3-7.1.el7.x86_64 353/430 |
| 4970 | Verifying : 6:kdelibs-4.10.5-6.el7.x86_64 354/430 |
| 4971 | Verifying : phonon-4.6.0-9.el7.x86_64 355/430 |
| 4972 | Verifying : qca2-2.0.3-7.el7.x86_64 356/430 |
| 4973 | Verifying : initscripts-9.49.24-1.el7.x86_64 357/430 |
| 4974 | Verifying : pango-1.34.1-5.el7.x86_64 358/430 |
| 4975 | Verifying : 2:libogg-1.3.0-7.el7.x86_64 359/430 |
| 4976 | Verifying : libkolabxml-1.1.git.1422810799-30.el7.kolab_3.5.x86_64 360/430 |
| 4977 | Verifying : libv4l-0.9.5-4.el7.x86_64 361/430 |
| 4978 | Verifying : CUnit-2.1.3-8.el7.x86_64 362/430 |
| 4979 | Verifying : php-phpunit-exporter-1.2.0-1.el7.noarch 363/430 |
| 4980 | Verifying : 1:tcl-8.5.13-4.el7.x86_64 364/430 |
| 4981 | Verifying : boost-timer-1.53.0-23.el7.x86_64 365/430 |
| 4982 | Verifying : gdk-pixbuf2-2.28.2-4.el7.x86_64 366/430 |
| 4983 | Verifying : automoc-1.0-0.20.rc3.el7.x86_64 367/430 |
| 4984 | Verifying : polkit-pkla-compat-0.1-4.el7.x86_64 368/430 |
| 4985 | Verifying : libudisks2-2.1.2-5.el7.x86_64 369/430 |
| 4986 | Verifying : 1:qt-devel-4.8.5-8.el7.x86_64 370/430 |
| 4987 | Verifying : nspr-devel-4.10.6-3.el7.x86_64 371/430 |
| 4988 | Verifying : poppler-qt-0.22.5-6.el7.x86_64 372/430 |
| 4989 | Verifying : gdbm-devel-1.10-8.el7.x86_64 373/430 |
| 4990 | Verifying : uglify-js-2.4.13-5.el7.noarch 374/430 |
| 4991 | Verifying : glib-networking-2.40.0-1.el7.x86_64 375/430 |
| 4992 | Verifying : hicolor-icon-theme-0.12-7.el7.noarch 376/430 |
| 4993 | Verifying : pyOpenSSL-0.13.1-3.el7.x86_64 377/430 |
| 4994 | Verifying : libXi-1.7.2-2.1.el7.x86_64 378/430 |
| 4995 | Verifying : python-dateutil-1.5-7.el7.noarch 379/430 |
| 4996 | Verifying : libX11-devel-1.6.0-2.1.el7.x86_64 380/430 |
| 4997 | Verifying : cdparanoia-libs-10.2-17.el7.x86_64 381/430 |
| 4998 | Verifying : libXext-devel-1.3.2-2.1.el7.x86_64 382/430 |
| 4999 | Verifying : mesa-libgbm-10.2.7-5.20140910.el7.x86_64 383/430 |
| 5000 | Verifying : libkolab-0.6.git.1426688750-9.el7.kolab_3.5.x86_64 384/430 |
| 5001 | Verifying : libcalendaring-devel-4.9.git.1424359330-51.el7.kolab_3 385/430 |
| 5002 | Verifying : libvisual-0.4.0-16.el7.x86_64 386/430 |
| 5003 | Verifying : python-devel-2.7.5-16.el7.x86_64 387/430 |
| 5004 | Verifying : rpm-devel-4.11.1-25.el7.x86_64 388/430 |
| 5005 | Verifying : poppler-data-0.4.6-3.el7.noarch 389/430 |
| 5006 | Verifying : roundcubemail-plugin-filesystem_attachments-assets-1.1 390/430 |
| 5007 | Verifying : pm-utils-1.4.1-27.el7.x86_64 391/430 |
| 5008 | Verifying : roundcubemail-plugin-kolab_auth-3.2.8-2.el7.kolab_3.5. 392/430 |
| 5009 | Verifying : alsa-lib-1.0.28-2.el7.x86_64 393/430 |
| 5010 | Verifying : php-phpunit-PHPUnit-4.4.4-1.el7.1.noarch 394/430 |
| 5011 | Verifying : php-mcrypt-5.4.16-3.el7.x86_64 395/430 |
| 5012 | Verifying : php-soap-5.4.16-23.el7_0.3.x86_64 396/430 |
| 5013 | Verifying : python-twisted-core-12.2.0-4.el7.x86_64 397/430 |
| 5014 | Verifying : libXdamage-1.1.4-4.1.el7.x86_64 398/430 |
| 5015 | Verifying : boost-iostreams-1.53.0-23.el7.x86_64 399/430 |
| 5016 | Verifying : media-player-info-17-4.el7.noarch 400/430 |
| 5017 | Verifying : python-pyasn1-modules-0.1.6-2.el7.noarch 401/430 |
| 5018 | Verifying : pcre-devel-8.32-14.el7.x86_64 402/430 |
| 5019 | Verifying : polkit-qt-0.103.0-10.el7_0.x86_64 403/430 |
| 5020 | Verifying : php-phpunit-Version-1.0.4-1.el7.noarch 404/430 |
| 5021 | Verifying : uuid-1.6.2-26.el7.x86_64 405/430 |
| 5022 | Verifying : rasqal-0.9.30-4.el7.x86_64 406/430 |
| 5023 | Verifying : libasyncns-0.8-7.el7.x86_64 407/430 |
| 5024 | Verifying : php-ldap-5.4.16-23.el7_0.3.x86_64 408/430 |
| 5025 | Verifying : kde-settings-19-23.5.el7.noarch 409/430 |
| 5026 | Verifying : libthai-0.1.14-9.el7.x86_64 410/430 |
| 5027 | Verifying : openldap-devel-2.4.39-6.el7.x86_64 411/430 |
| 5028 | Verifying : pulseaudio-libs-glib2-3.0-30.el7.x86_64 412/430 |
| 5029 | Verifying : boost-serialization-1.53.0-23.el7.x86_64 413/430 |
| 5030 | Verifying : php-doctrine-instantiator-1.0.4-1.el7.noarch 414/430 |
| 5031 | Verifying : dbus-glib-0.100-7.el7.x86_64 415/430 |
| 5032 | Verifying : nodejs-optimist-0.4.0-1.el7.noarch 416/430 |
| 5033 | Verifying : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 417/430 |
| 5034 | Verifying : jbigkit-libs-2.0-11.el7.x86_64 418/430 |
| 5035 | Verifying : php-phpunit-comparator-1.1.1-1.el7.noarch 419/430 |
| 5036 | Verifying : jansson-2.4-6.el7.x86_64 420/430 |
| 5037 | Verifying : php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch 421/430 |
| 5038 | Verifying : php-process-5.4.16-23.el7_0.3.x86_64 422/430 |
| 5039 | Verifying : php-pear-Net-Sieve-1.3.4-1.el7.noarch 423/430 |
| 5040 | Verifying : libXext-1.3.2-2.1.el7.x86_64 424/430 |
| 5041 | Verifying : expat-devel-2.1.0-8.el7.x86_64 425/430 |
| 5042 | Verifying : xorg-x11-proto-devel-7.7-8.el7.1.noarch 426/430 |
| 5043 | Verifying : boost-graph-1.53.0-23.el7.x86_64 427/430 |
| 5044 | Verifying : libXfixes-devel-5.0.1-2.1.el7.x86_64 428/430 |
| 5045 | Verifying : httpd-2.4.6-31.el7.centos.x86_64 429/430 |
| 5046 | Verifying : 1:php-pear-1.9.4-21.el7.noarch 430/430 |
| 5047 | |
| 5048 | Installed: |
| 5049 | CUnit-devel.x86_64 0:2.1.3-8.el7 |
| 5050 | boost-devel.x86_64 0:1.53.0-23.el7 |
| 5051 | cmake.x86_64 0:2.8.11-4.el7 |
| 5052 | cyrus-sasl-devel.x86_64 0:2.1.26-17.el7 |
| 5053 | cyrus-sasl-md5.x86_64 0:2.1.26-17.el7 |
| 5054 | cyrus-sasl-plain.x86_64 0:2.1.26-17.el7 |
| 5055 | dos2unix.x86_64 0:6.0.3-4.el7 |
| 5056 | e2fsprogs-devel.x86_64 0:1.42.9-7.el7 |
| 5057 | fdupes.x86_64 0:1.51-6.el7 |
| 5058 | glib2-devel.x86_64 0:2.40.0-4.el7 |
| 5059 | groff.x86_64 0:1.22.2-8.el7 |
| 5060 | guile-devel.x86_64 5:2.0.9-5.el7 |
| 5061 | jansson-devel.x86_64 0:2.4-6.el7 |
| 5062 | kdelibs-devel.x86_64 6:4.10.5-6.el7 |
| 5063 | kdepimlibs-devel.x86_64 0:4.10.5-3.el7 |
| 5064 | krb5-devel.x86_64 0:1.12.2-14.el7 |
| 5065 | libcalendaring-devel.x86_64 0:4.9.git.1424359330-51.el7.kolab_3.5 |
| 5066 | libcurl-devel.x86_64 0:7.29.0-19.el7 |
| 5067 | libdb-devel.x86_64 0:5.3.21-17.el7_0.1 |
| 5068 | libical-devel.x86_64 0:0.48-6.el7 |
| 5069 | libkolab-devel.x86_64 0:0.6.git.1426688750-9.el7.kolab_3.5 |
| 5070 | libkolabxml-devel.x86_64 0:1.1.git.1422810799-30.el7.kolab_3.5 |
| 5071 | libuuid-devel.x86_64 0:2.23.2-21.el7 |
| 5072 | net-snmp-devel.x86_64 1:5.7.2-20.el7 |
| 5073 | nodejs-less.noarch 0:1.7.0-2.el7 |
| 5074 | nspr-devel.x86_64 0:4.10.6-3.el7 |
| 5075 | nss-devel.x86_64 0:3.16.2.3-5.el7 |
| 5076 | openldap-devel.x86_64 0:2.4.39-6.el7 |
| 5077 | openssl-devel.x86_64 1:1.0.1e-42.el7.4 |
| 5078 | pcre-devel.x86_64 0:8.32-14.el7 |
| 5079 | perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7 |
| 5080 | perl-Test-Simple.noarch 0:0.98-243.el7 |
| 5081 | perl-devel.x86_64 4:5.16.3-285.el7 |
| 5082 | php.x86_64 0:5.4.16-23.el7_0.3 |
| 5083 | php-Net-LDAP3.noarch 0:1.0.3-1.el7.kolab_3.5 |
| 5084 | php-devel.x86_64 0:5.4.16-23.el7_0.3 |
| 5085 | php-pdo.x86_64 0:5.4.16-23.el7_0.3 |
| 5086 | php-pear.noarch 1:1.9.4-21.el7 |
| 5087 | php-phpunit-PHPUnit.noarch 0:4.4.4-1.el7.1 |
| 5088 | python-cssmin.noarch 0:0.2.0-11.el7.kolab_3.5 |
| 5089 | python-devel.x86_64 0:2.7.5-16.el7 |
| 5090 | python-icalendar.noarch 0:3.8.2-8.el7.kolab_3.5 |
| 5091 | python-kolab.x86_64 0:0.6.git.1426688750-9.el7.kolab_3.5 |
| 5092 | python-kolabformat.x86_64 0:1.1.git.1422810799-30.el7.kolab_3.5 |
| 5093 | python-ldap.x86_64 0:2.4.15-2.el7 |
| 5094 | python-nose.noarch 0:1.3.0-2.el7 |
| 5095 | python-pyasn1.noarch 0:0.1.6-2.el7 |
| 5096 | python-pyasn1-modules.noarch 0:0.1.6-2.el7 |
| 5097 | python-setuptools.noarch 0:0.9.8-3.el7 |
| 5098 | python-sqlalchemy.x86_64 0:0.9.7-3.el7 |
| 5099 | python-twisted-core.x86_64 0:12.2.0-4.el7 |
| 5100 | pytz.noarch 0:2012d-5.el7 |
| 5101 | qt-devel.x86_64 1:4.8.5-8.el7 |
| 5102 | roundcubemail-plugin-kolab_auth.noarch 0:3.2.8-2.el7.kolab_3.5 |
| 5103 | roundcubemail-plugin-kolab_folders.noarch 0:3.2.8-2.el7.kolab_3.5 |
| 5104 | roundcubemail-plugin-libkolab.noarch 0:3.2.8-2.el7.kolab_3.5 |
| 5105 | svrcore-devel.x86_64 0:4.0.4-11.el7 |
| 5106 | tcl-devel.x86_64 1:8.5.13-4.el7 |
| 5107 | tcp_wrappers.x86_64 0:7.6-77.el7 |
| 5108 | transfig.x86_64 1:3.2.5d-13.el7 |
| 5109 | uglify-js.noarch 0:2.4.13-5.el7 |
| 5110 | uuid-devel.x86_64 0:1.6.2-26.el7 |
| 5111 | xerces-c-devel.x86_64 0:3.1.1-6.el7 |
| 5112 | xsd.x86_64 0:3.3.0.1-27.el7.kolab_3.5 |
| 5113 | zlib-devel.x86_64 0:1.2.7-13.el7 |
| 5114 | |
| 5115 | Dependency Installed: |
| 5116 | CUnit.x86_64 0:2.1.3-8.el7 |
| 5117 | GConf2.x86_64 0:3.2.6-8.el7 |
| 5118 | OpenEXR-libs.x86_64 0:1.7.1-7.el7 |
| 5119 | adwaita-cursor-theme.noarch 0:3.8.4-3.el7 |
| 5120 | akonadi.x86_64 0:1.9.2-4.el7 |
| 5121 | alsa-lib.x86_64 0:1.0.28-2.el7 |
| 5122 | attica.x86_64 0:0.4.1-4.el7 |
| 5123 | attica-devel.x86_64 0:0.4.1-4.el7 |
| 5124 | automoc.x86_64 0:1.0-0.20.rc3.el7 |
| 5125 | bc.x86_64 0:1.06.95-13.el7 |
| 5126 | boost.x86_64 0:1.53.0-23.el7 |
| 5127 | boost-atomic.x86_64 0:1.53.0-23.el7 |
| 5128 | boost-chrono.x86_64 0:1.53.0-23.el7 |
| 5129 | boost-context.x86_64 0:1.53.0-23.el7 |
| 5130 | boost-date-time.x86_64 0:1.53.0-23.el7 |
| 5131 | boost-filesystem.x86_64 0:1.53.0-23.el7 |
| 5132 | boost-graph.x86_64 0:1.53.0-23.el7 |
| 5133 | boost-iostreams.x86_64 0:1.53.0-23.el7 |
| 5134 | boost-locale.x86_64 0:1.53.0-23.el7 |
| 5135 | boost-math.x86_64 0:1.53.0-23.el7 |
| 5136 | boost-program-options.x86_64 0:1.53.0-23.el7 |
| 5137 | boost-python.x86_64 0:1.53.0-23.el7 |
| 5138 | boost-random.x86_64 0:1.53.0-23.el7 |
| 5139 | boost-regex.x86_64 0:1.53.0-23.el7 |
| 5140 | boost-serialization.x86_64 0:1.53.0-23.el7 |
| 5141 | boost-signals.x86_64 0:1.53.0-23.el7 |
| 5142 | boost-test.x86_64 0:1.53.0-23.el7 |
| 5143 | boost-timer.x86_64 0:1.53.0-23.el7 |
| 5144 | boost-wave.x86_64 0:1.53.0-23.el7 |
| 5145 | c-ares.x86_64 0:1.10.0-3.el7 |
| 5146 | cairo.x86_64 0:1.12.14-6.el7 |
| 5147 | cdparanoia-libs.x86_64 0:10.2-17.el7 |
| 5148 | centos-logos.noarch 0:70.0.6-2.el7.centos |
| 5149 | clucene-core.x86_64 0:2.3.3.4-11.el7 |
| 5150 | cryptsetup.x86_64 0:1.6.6-3.el7 |
| 5151 | cryptsetup-libs.x86_64 0:1.6.6-3.el7 |
| 5152 | cups-libs.x86_64 1:1.6.3-17.el7 |
| 5153 | cyrus-sasl.x86_64 0:2.1.26-17.el7 |
| 5154 | dbus.x86_64 1:1.6.12-11.el7 |
| 5155 | dbus-glib.x86_64 0:0.100-7.el7 |
| 5156 | dbusmenu-qt.x86_64 0:0.9.2-7.el7 |
| 5157 | desktop-file-utils.x86_64 0:0.21-4.el7 |
| 5158 | docbook-dtds.noarch 0:1.0-60.el7 |
| 5159 | docbook-style-xsl.noarch 0:1.78.1-3.el7 |
| 5160 | dosfstools.x86_64 0:3.0.20-9.el7 |
| 5161 | e2fsprogs.x86_64 0:1.42.9-7.el7 |
| 5162 | e2fsprogs-libs.x86_64 0:1.42.9-7.el7 |
| 5163 | elfutils-devel.x86_64 0:0.160-1.el7 |
| 5164 | elfutils-libelf-devel.x86_64 0:0.160-1.el7 |
| 5165 | enchant.x86_64 1:1.6.0-8.el7 |
| 5166 | exiv2-libs.x86_64 0:0.23-6.el7 |
| 5167 | expat-devel.x86_64 0:2.1.0-8.el7 |
| 5168 | flac-libs.x86_64 0:1.3.0-5.el7_1 |
| 5169 | fontconfig.x86_64 0:2.10.95-7.el7 |
| 5170 | fontconfig-devel.x86_64 0:2.10.95-7.el7 |
| 5171 | fontpackages-filesystem.noarch 0:1.44-8.el7 |
| 5172 | freetype.x86_64 0:2.4.11-10.el7_1.1 |
| 5173 | freetype-devel.x86_64 0:2.4.11-10.el7_1.1 |
| 5174 | gamin.x86_64 0:0.1.10-16.el7 |
| 5175 | gc.x86_64 0:7.2d-6.el7 |
| 5176 | gc-devel.x86_64 0:7.2d-6.el7 |
| 5177 | gdbm-devel.x86_64 0:1.10-8.el7 |
| 5178 | gdisk.x86_64 0:0.8.6-5.el7 |
| 5179 | gdk-pixbuf2.x86_64 0:2.28.2-4.el7 |
| 5180 | ghostscript.x86_64 0:9.07-18.el7 |
| 5181 | ghostscript-fonts.noarch 0:5.50-32.el7 |
| 5182 | giflib.x86_64 0:4.1.6-9.el7 |
| 5183 | gl-manpages.noarch 0:1.1-7.20130122.el7 |
| 5184 | glib-networking.x86_64 0:2.40.0-1.el7 |
| 5185 | gmp-devel.x86_64 1:6.0.0-11.el7 |
| 5186 | gobject-introspection.x86_64 0:1.36.0-4.el7 |
| 5187 | graphite2.x86_64 0:1.2.2-5.el7 |
| 5188 | gsettings-desktop-schemas.x86_64 0:3.8.2-3.el7 |
| 5189 | gsm.x86_64 0:1.0.13-11.el7 |
| 5190 | gstreamer.x86_64 0:0.10.36-7.el7 |
| 5191 | gstreamer-plugins-base.x86_64 0:0.10.36-10.el7 |
| 5192 | gstreamer-plugins-good.x86_64 0:0.10.31-11.el7 |
| 5193 | gstreamer-tools.x86_64 0:0.10.36-7.el7 |
| 5194 | guile.x86_64 5:2.0.9-5.el7 |
| 5195 | harfbuzz.x86_64 0:0.9.20-4.el7 |
| 5196 | hicolor-icon-theme.noarch 0:0.12-7.el7 |
| 5197 | hostname.x86_64 0:3.13-3.el7 |
| 5198 | http-parser.x86_64 0:2.0-4.20121128gitcd01361.el7 |
| 5199 | httpd.x86_64 0:2.4.6-31.el7.centos |
| 5200 | httpd-tools.x86_64 0:2.4.6-31.el7.centos |
| 5201 | hunspell.x86_64 0:1.3.2-13.el7 |
| 5202 | hunspell-en-US.noarch 0:0.20121024-5.el7 |
| 5203 | hwdata.noarch 0:0.252-7.5.el7 |
| 5204 | ilmbase.x86_64 0:1.0.3-7.el7 |
| 5205 | initscripts.x86_64 0:9.49.24-1.el7 |
| 5206 | iso-codes.noarch 0:3.46-2.el7 |
| 5207 | jansson.x86_64 0:2.4-6.el7 |
| 5208 | jasper-libs.x86_64 0:1.900.1-26.el7_0.3 |
| 5209 | jbigkit-libs.x86_64 0:2.0-11.el7 |
| 5210 | js-uglify.noarch 0:2.4.13-5.el7 |
| 5211 | json-c.x86_64 0:0.11-4.el7_0 |
| 5212 | kbd.x86_64 0:1.15.5-11.el7 |
| 5213 | kbd-legacy.noarch 0:1.15.5-11.el7 |
| 5214 | kbd-misc.noarch 0:1.15.5-11.el7 |
| 5215 | kde-filesystem.x86_64 0:4-47.el7 |
| 5216 | kde-settings.noarch 0:19-23.5.el7 |
| 5217 | kdelibs.x86_64 6:4.10.5-6.el7 |
| 5218 | kdelibs-common.x86_64 6:4.10.5-6.el7 |
| 5219 | kdepimlibs.x86_64 0:4.10.5-3.el7 |
| 5220 | kdepimlibs-akonadi.x86_64 0:4.10.5-3.el7 |
| 5221 | kdepimlibs-kxmlrpcclient.x86_64 0:4.10.5-3.el7 |
| 5222 | keyutils-libs-devel.x86_64 0:1.5.8-3.el7 |
| 5223 | kmod.x86_64 0:14-10.el7 |
| 5224 | lcms2.x86_64 0:2.5-4.el7 |
| 5225 | libICE.x86_64 0:1.0.8-7.el7 |
| 5226 | libICE-devel.x86_64 0:1.0.8-7.el7 |
| 5227 | libSM.x86_64 0:1.2.1-7.el7 |
| 5228 | libSM-devel.x86_64 0:1.2.1-7.el7 |
| 5229 | libX11.x86_64 0:1.6.0-2.1.el7 |
| 5230 | libX11-common.noarch 0:1.6.0-2.1.el7 |
| 5231 | libX11-devel.x86_64 0:1.6.0-2.1.el7 |
| 5232 | libXScrnSaver.x86_64 0:1.2.2-6.1.el7 |
| 5233 | libXScrnSaver-devel.x86_64 0:1.2.2-6.1.el7 |
| 5234 | libXau.x86_64 0:1.0.8-2.1.el7 |
| 5235 | libXau-devel.x86_64 0:1.0.8-2.1.el7 |
| 5236 | libXcomposite.x86_64 0:0.4.4-4.1.el7 |
| 5237 | libXcomposite-devel.x86_64 0:0.4.4-4.1.el7 |
| 5238 | libXcursor.x86_64 0:1.1.14-2.1.el7 |
| 5239 | libXcursor-devel.x86_64 0:1.1.14-2.1.el7 |
| 5240 | libXdamage.x86_64 0:1.1.4-4.1.el7 |
| 5241 | libXdamage-devel.x86_64 0:1.1.4-4.1.el7 |
| 5242 | libXext.x86_64 0:1.3.2-2.1.el7 |
| 5243 | libXext-devel.x86_64 0:1.3.2-2.1.el7 |
| 5244 | libXfixes.x86_64 0:5.0.1-2.1.el7 |
| 5245 | libXfixes-devel.x86_64 0:5.0.1-2.1.el7 |
| 5246 | libXfont.x86_64 0:1.4.7-2.el7_0 |
| 5247 | libXft.x86_64 0:2.3.1-5.1.el7 |
| 5248 | libXft-devel.x86_64 0:2.3.1-5.1.el7 |
| 5249 | libXi.x86_64 0:1.7.2-2.1.el7 |
| 5250 | libXi-devel.x86_64 0:1.7.2-2.1.el7 |
| 5251 | libXinerama.x86_64 0:1.1.3-2.1.el7 |
| 5252 | libXinerama-devel.x86_64 0:1.1.3-2.1.el7 |
| 5253 | libXmu.x86_64 0:1.1.1-5.1.el7 |
| 5254 | libXpm.x86_64 0:3.5.10-5.1.el7 |
| 5255 | libXpm-devel.x86_64 0:3.5.10-5.1.el7 |
| 5256 | libXrandr.x86_64 0:1.4.1-2.1.el7 |
| 5257 | libXrandr-devel.x86_64 0:1.4.1-2.1.el7 |
| 5258 | libXrender.x86_64 0:0.9.8-2.1.el7 |
| 5259 | libXrender-devel.x86_64 0:0.9.8-2.1.el7 |
| 5260 | libXt.x86_64 0:1.1.4-6.1.el7 |
| 5261 | libXt-devel.x86_64 0:1.1.4-6.1.el7 |
| 5262 | libXtst.x86_64 0:1.2.2-2.1.el7 |
| 5263 | libXtst-devel.x86_64 0:1.2.2-2.1.el7 |
| 5264 | libXv.x86_64 0:1.0.9-2.1.el7 |
| 5265 | libXv-devel.x86_64 0:1.0.9-2.1.el7 |
| 5266 | libXxf86misc.x86_64 0:1.0.3-7.1.el7 |
| 5267 | libXxf86misc-devel.x86_64 0:1.0.3-7.1.el7 |
| 5268 | libXxf86vm.x86_64 0:1.1.3-2.1.el7 |
| 5269 | libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7 |
| 5270 | libarchive.x86_64 0:3.1.2-7.el7 |
| 5271 | libasyncns.x86_64 0:0.8-7.el7 |
| 5272 | libatasmart.x86_64 0:0.19-6.el7 |
| 5273 | libavc1394.x86_64 0:0.5.3-14.el7 |
| 5274 | libcalendaring.x86_64 0:4.9.git.1424359330-51.el7.kolab_3.5 |
| 5275 | libcom_err-devel.x86_64 0:1.42.9-7.el7 |
| 5276 | libdrm.x86_64 0:2.4.56-2.el7 |
| 5277 | libdrm-devel.x86_64 0:2.4.56-2.el7 |
| 5278 | libdv.x86_64 0:1.0.0-17.el7 |
| 5279 | libfontenc.x86_64 0:1.1.1-5.el7 |
| 5280 | libical.x86_64 0:0.48-6.el7 |
| 5281 | libicu.x86_64 0:50.1.2-11.el7 |
| 5282 | libiec61883.x86_64 0:1.2.0-10.el7 |
| 5283 | libimobiledevice.x86_64 0:1.1.5-6.el7 |
| 5284 | libiodbc.x86_64 0:3.52.7-7.el7 |
| 5285 | libjpeg-turbo.x86_64 0:1.2.90-5.el7 |
| 5286 | libkolab.x86_64 0:0.6.git.1426688750-9.el7.kolab_3.5 |
| 5287 | libkolabxml.x86_64 0:1.1.git.1422810799-30.el7.kolab_3.5 |
| 5288 | libmcrypt.x86_64 0:2.5.8-13.el7 |
| 5289 | libmng.x86_64 0:1.0.10-14.el7 |
| 5290 | libogg.x86_64 2:1.3.0-7.el7 |
| 5291 | libpciaccess.x86_64 0:0.13.1-4.1.el7 |
| 5292 | libplist.x86_64 0:1.10-4.el7 |
| 5293 | libpng.x86_64 2:1.5.13-5.el7 |
| 5294 | libraw1394.x86_64 0:2.1.0-2.el7 |
| 5295 | libreport-filesystem.x86_64 0:2.1.11-21.el7.centos.0.4 |
| 5296 | libselinux-devel.x86_64 0:2.2.2-6.el7 |
| 5297 | libsepol-devel.x86_64 0:2.1.9-3.el7 |
| 5298 | libshout.x86_64 0:2.2.2-11.el7 |
| 5299 | libsndfile.x86_64 0:1.0.25-9.el7 |
| 5300 | libsoup.x86_64 0:2.46.0-3.el7 |
| 5301 | libss.x86_64 0:1.42.9-7.el7 |
| 5302 | libthai.x86_64 0:0.1.14-9.el7 |
| 5303 | libtheora.x86_64 1:1.1.1-8.el7 |
| 5304 | libtidy.x86_64 0:0.99.0-31.20091203.el7 |
| 5305 | libtiff.x86_64 0:4.0.3-14.el7 |
| 5306 | libtool-ltdl.x86_64 0:2.4.2-20.el7 |
| 5307 | libudisks2.x86_64 0:2.1.2-5.el7 |
| 5308 | libusbx.x86_64 0:1.0.15-4.el7 |
| 5309 | libuv.x86_64 1:0.10.29-1.el7 |
| 5310 | libv4l.x86_64 0:0.9.5-4.el7 |
| 5311 | libverto-devel.x86_64 0:0.2.5-4.el7 |
| 5312 | libvisual.x86_64 0:0.4.0-16.el7 |
| 5313 | libvorbis.x86_64 1:1.3.3-8.el7 |
| 5314 | libxcb.x86_64 0:1.9-5.el7 |
| 5315 | libxcb-devel.x86_64 0:1.9-5.el7 |
| 5316 | libxkbfile.x86_64 0:1.0.8-5.el7 |
| 5317 | libxkbfile-devel.x86_64 0:1.0.8-5.el7 |
| 5318 | libxslt.x86_64 0:1.1.28-5.el7 |
| 5319 | libzip.x86_64 0:0.10.1-8.el7 |
| 5320 | lm_sensors-devel.x86_64 0:3.3.4-11.el7 |
| 5321 | lm_sensors-libs.x86_64 0:3.3.4-11.el7 |
| 5322 | lzo.x86_64 0:2.06-6.el7_0.2 |
| 5323 | mailcap.noarch 0:2.1.41-2.el7 |
| 5324 | mdadm.x86_64 0:3.3.2-2.el7 |
| 5325 | media-player-info.noarch 0:17-4.el7 |
| 5326 | mesa-libEGL.x86_64 0:10.2.7-5.20140910.el7 |
| 5327 | mesa-libGL.x86_64 0:10.2.7-5.20140910.el7 |
| 5328 | mesa-libGL-devel.x86_64 0:10.2.7-5.20140910.el7 |
| 5329 | mesa-libGLU.x86_64 0:9.0.0-4.el7 |
| 5330 | mesa-libGLU-devel.x86_64 0:9.0.0-4.el7 |
| 5331 | mesa-libgbm.x86_64 0:10.2.7-5.20140910.el7 |
| 5332 | mesa-libglapi.x86_64 0:10.2.7-5.20140910.el7 |
| 5333 | mozjs17.x86_64 0:17.0.0-10.el7 |
| 5334 | mozldap.x86_64 0:6.0.5-38.el7.kolab_3.5 |
| 5335 | mozldap-tools.x86_64 0:6.0.5-38.el7.kolab_3.5 |
| 5336 | nepomuk-core.x86_64 0:4.10.5-5.el7 |
| 5337 | nepomuk-core-devel.x86_64 0:4.10.5-5.el7 |
| 5338 | nepomuk-core-libs.x86_64 0:4.10.5-5.el7 |
| 5339 | net-snmp-agent-libs.x86_64 1:5.7.2-20.el7 |
| 5340 | net-snmp-libs.x86_64 1:5.7.2-20.el7 |
| 5341 | nodejs.x86_64 0:0.10.33-1.el7 |
| 5342 | nodejs-amdefine.noarch 0:0.0.4-1.el7 |
| 5343 | nodejs-async.noarch 0:0.2.10-1.el7 |
| 5344 | nodejs-optimist.noarch 0:0.4.0-1.el7 |
| 5345 | nodejs-source-map.noarch 0:0.1.33-1.el7 |
| 5346 | nodejs-uglify-to-browserify.noarch 0:1.0.2-2.el7 |
| 5347 | nodejs-wordwrap.noarch 0:0.0.2-4.el7 |
| 5348 | nss-softokn-devel.x86_64 0:3.16.2.3-9.el7 |
| 5349 | nss-softokn-freebl-devel.x86_64 0:3.16.2.3-9.el7 |
| 5350 | nss-util-devel.x86_64 0:3.16.2.3-2.el7 |
| 5351 | openjpeg-libs.x86_64 0:1.5.1-10.el7 |
| 5352 | orc.x86_64 0:0.4.17-5.el7 |
| 5353 | pango.x86_64 0:1.34.1-5.el7 |
| 5354 | parted.x86_64 0:3.1-20.el7 |
| 5355 | pciutils.x86_64 0:3.2.1-4.el7 |
| 5356 | pciutils-libs.x86_64 0:3.2.1-4.el7 |
| 5357 | perl-ExtUtils-Install.noarch 0:1.58-285.el7 |
| 5358 | perl-ExtUtils-Manifest.noarch 0:1.61-244.el7 |
| 5359 | perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7 |
| 5360 | phonon.x86_64 0:4.6.0-9.el7 |
| 5361 | phonon-backend-gstreamer.x86_64 2:4.6.3-3.el7 |
| 5362 | phonon-devel.x86_64 0:4.6.0-9.el7 |
| 5363 | php-cli.x86_64 0:5.4.16-23.el7_0.3 |
| 5364 | php-common.x86_64 0:5.4.16-23.el7_0.3 |
| 5365 | php-doctrine-instantiator.noarch 0:1.0.4-1.el7 |
| 5366 | php-gd.x86_64 0:5.4.16-23.el7_0.3 |
| 5367 | php-ldap.x86_64 0:5.4.16-23.el7_0.3 |
| 5368 | php-mbstring.x86_64 0:5.4.16-23.el7_0.3 |
| 5369 | php-mcrypt.x86_64 0:5.4.16-3.el7 |
| 5370 | php-mysqlnd.x86_64 0:5.4.16-23.el7_0.3 |
| 5371 | php-pear-Auth-SASL.noarch 0:1.0.6-5.el7 |
| 5372 | php-pear-DB.noarch 0:1.7.14-6.el7 |
| 5373 | php-pear-MDB2.noarch 0:2.5.0-0.9.b5.el7 |
| 5374 | php-pear-MDB2-Driver-mysqli.noarch 0:1.5.0-0.8.b4.el7 |
| 5375 | php-pear-Mail-Mime.noarch 0:1.8.9-1.el7 |
| 5376 | php-pear-Mail-mimeDecode.noarch 0:1.5.5-7.el7 |
| 5377 | php-pear-Net-IDNA2.noarch 0:0.1.1-10.el7 |
| 5378 | php-pear-Net-LDAP2.noarch 0:2.1.0-1.el7 |
| 5379 | php-pear-Net-SMTP.noarch 0:1.6.2-1.el7 |
| 5380 | php-pear-Net-Sieve.noarch 0:1.3.4-1.el7 |
| 5381 | php-pear-Net-Socket.noarch 0:1.0.14-1.el7 |
| 5382 | php-phpunit-File-Iterator.noarch 0:1.3.4-5.el7 |
| 5383 | php-phpunit-PHP-CodeCoverage.noarch 0:2.0.15-1.el7 |
| 5384 | php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7 |
| 5385 | php-phpunit-PHP-Timer.noarch 0:1.0.5-5.el7 |
| 5386 | php-phpunit-PHP-TokenStream.noarch 0:1.4.0-1.el7 |
| 5387 | php-phpunit-PHPUnit-MockObject.noarch 0:2.3.0-1.el7 |
| 5388 | php-phpunit-Text-Template.noarch 0:1.2.0-5.el7 |
| 5389 | php-phpunit-Version.noarch 0:1.0.4-1.el7 |
| 5390 | php-phpunit-comparator.noarch 0:1.1.1-1.el7 |
| 5391 | php-phpunit-diff.noarch 0:1.2.0-1.el7 |
| 5392 | php-phpunit-environment.noarch 0:1.2.1-1.el7 |
| 5393 | php-phpunit-exporter.noarch 0:1.2.0-1.el7 |
| 5394 | php-process.x86_64 0:5.4.16-23.el7_0.3 |
| 5395 | php-sebastian-global-state.noarch 0:1.0.0-1.el7 |
| 5396 | php-sebastian-recursion-context.noarch 0:1.0.0-1.el7 |
| 5397 | php-soap.x86_64 0:5.4.16-23.el7_0.3 |
| 5398 | php-symfony-class-loader.noarch 0:2.5.8-1.el7 |
| 5399 | php-symfony-common.noarch 0:2.5.8-1.el7 |
| 5400 | php-symfony-yaml.noarch 0:2.5.8-1.el7 |
| 5401 | php-tidy.x86_64 0:5.4.16-3.el7 |
| 5402 | php-xml.x86_64 0:5.4.16-23.el7_0.3 |
| 5403 | pixman.x86_64 0:0.32.4-3.el7 |
| 5404 | pm-utils.x86_64 0:1.4.1-27.el7 |
| 5405 | polkit.x86_64 0:0.112-5.el7 |
| 5406 | polkit-pkla-compat.x86_64 0:0.1-4.el7 |
| 5407 | polkit-qt.x86_64 0:0.103.0-10.el7_0 |
| 5408 | poppler.x86_64 0:0.22.5-6.el7 |
| 5409 | poppler-data.noarch 0:0.4.6-3.el7 |
| 5410 | poppler-qt.x86_64 0:0.22.5-6.el7 |
| 5411 | popt-devel.x86_64 0:1.13-16.el7 |
| 5412 | psmisc.x86_64 0:22.20-8.el7 |
| 5413 | pulseaudio-libs.x86_64 0:3.0-30.el7 |
| 5414 | pulseaudio-libs-glib2.x86_64 0:3.0-30.el7 |
| 5415 | pyOpenSSL.x86_64 0:0.13.1-3.el7 |
| 5416 | pyparsing.noarch 0:1.5.6-9.el7 |
| 5417 | pyserial.noarch 0:2.6-5.el7 |
| 5418 | python-backports.x86_64 0:1.0-8.el7 |
| 5419 | python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 |
| 5420 | python-dateutil.noarch 0:1.5-7.el7 |
| 5421 | python-zope-interface.x86_64 0:4.0.5-4.el7 |
| 5422 | qca2.x86_64 0:2.0.3-7.el7 |
| 5423 | qjson.x86_64 0:0.8.1-4.el7 |
| 5424 | qt.x86_64 1:4.8.5-8.el7 |
| 5425 | qt-settings.noarch 0:19-23.5.el7 |
| 5426 | qt-x11.x86_64 1:4.8.5-8.el7 |
| 5427 | raptor2.x86_64 0:2.0.9-3.el7 |
| 5428 | rasqal.x86_64 0:0.9.30-4.el7 |
| 5429 | redhat-menus.noarch 0:12.0.2-7.el7 |
| 5430 | redland.x86_64 0:1.0.16-6.el7 |
| 5431 | redland-virtuoso.x86_64 0:1.0.16-6.el7 |
| 5432 | roundcubemail-core.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5433 | roundcubemail-core-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5434 | roundcubemail-plugin-filesystem_attachments.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5435 | roundcubemail-plugin-filesystem_attachments-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5436 | roundcubemail-plugin-jqueryui.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5437 | roundcubemail-plugin-jqueryui-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5438 | roundcubemail-plugin-jqueryui-skin-larry.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5439 | roundcubemail-plugin-jqueryui-skin-larry-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5440 | roundcubemail-plugin-kolab_auth-assets.noarch 0:3.2.8-2.el7.kolab_3.5 |
| 5441 | roundcubemail-plugin-kolab_folders-assets.noarch 0:3.2.8-2.el7.kolab_3.5 |
| 5442 | roundcubemail-plugin-libkolab-assets.noarch 0:3.2.8-2.el7.kolab_3.5 |
| 5443 | roundcubemail-skin-larry.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5444 | roundcubemail-skin-larry-assets.noarch 0:1.1.1.3-5.el7.kolab_3.5 |
| 5445 | rpm-devel.x86_64 0:4.11.1-25.el7 |
| 5446 | sgml-common.noarch 0:0.6.3-39.el7 |
| 5447 | shared-desktop-ontologies.noarch 0:0.11.0-2.el7 |
| 5448 | shared-desktop-ontologies-devel.noarch 0:0.11.0-2.el7 |
| 5449 | soprano.x86_64 0:2.9.2-3.el7 |
| 5450 | soprano-devel.x86_64 0:2.9.2-3.el7 |
| 5451 | speex.x86_64 0:1.2-0.19.rc1.el7 |
| 5452 | strigi-libs.x86_64 0:0.7.7-12.20120626.el7 |
| 5453 | svrcore.x86_64 0:4.0.4-11.el7 |
| 5454 | systemtap-sdt-devel.x86_64 0:2.6-8.el7 |
| 5455 | sysvinit-tools.x86_64 0:2.88-14.dsf.el7 |
| 5456 | t1lib.x86_64 0:5.1.2-14.el7 |
| 5457 | taglib.x86_64 0:1.8-7.20130218git.el7 |
| 5458 | tcl.x86_64 1:8.5.13-4.el7 |
| 5459 | tcp_wrappers-devel.x86_64 0:7.6-77.el7 |
| 5460 | tcp_wrappers-libs.x86_64 0:7.6-77.el7 |
| 5461 | udisks2.x86_64 0:2.1.2-5.el7 |
| 5462 | upower.x86_64 0:0.9.20-7.el7 |
| 5463 | urw-fonts.noarch 0:2.4-16.el7 |
| 5464 | usbmuxd.x86_64 0:1.0.8-11.el7 |
| 5465 | uuid.x86_64 0:1.6.2-26.el7 |
| 5466 | v8.x86_64 1:3.14.5.10-14.el7 |
| 5467 | virtuoso-opensource.x86_64 1:6.1.6-6.el7 |
| 5468 | wavpack.x86_64 0:4.60.1-9.el7 |
| 5469 | xdg-user-dirs.x86_64 0:0.15-4.el7 |
| 5470 | xdg-utils.noarch 0:1.1.0-0.16.20120809git.el7 |
| 5471 | xerces-c.x86_64 0:3.1.1-6.el7 |
| 5472 | xfsprogs.x86_64 0:3.2.1-6.el7 |
| 5473 | xml-common.noarch 0:0.6.3-39.el7 |
| 5474 | xorg-x11-font-utils.x86_64 1:7.5-18.1.el7 |
| 5475 | xorg-x11-proto-devel.noarch 0:7.7-8.el7.1 |
| 5476 | xorg-x11-server-utils.x86_64 0:7.7-4.el7 |
| 5477 | xorg-x11-xauth.x86_64 1:1.0.7-6.1.el7 |
| 5478 | xorg-x11-xinit.x86_64 0:1.3.2-14.el7 |
| 5479 | yajl.x86_64 0:2.0.4-4.el7 |
| 5480 | ycssmin.noarch 0:1.0.1-6.el7 |
| 5481 | |
| 5482 | Complete! |
| 5483 | ---> b2cf5dca1435 |
| 5484 | Removing intermediate container 34bc9b6b2744 |
| 5485 | Step 8 : ADD https://cgit.kolab.org/docker/plain/ci/osc.sh / |
| 5486 | ---> 45d46d671e24 |
| 5487 | Removing intermediate container 445d5ae0f102 |
| 5488 | Step 9 : RUN chmod 755 /osc.sh && /osc.sh |
| 5489 | ---> Running in 187a8359de49 |
| 5490 | [91m+ pushd /srv |
| 5491 | [0m/srv / |
| 5492 | [91m++ osc ls |
| 5493 | [0m[91m++ grep -E '^Kolab:' |
| 5494 | [0m[91m |
| 5495 | Your user account / password are not configured yet. |
| 5496 | You will be asked for them below, and they will be stored in |
| 5497 | /root/.oscrc for future use. |
| 5498 | |
| 5499 | Creating osc configuration file /root/.oscrc ... |
| 5500 | [0m[91maborted. |
| 5501 | [0m[91m+ rels= |
| 5502 | [0m[91m++ osc ls |
| 5503 | [0m[91m++ grep -vE '^(cyrus-imapd|deleted|home|Kolab|Kontact)' |
| 5504 | [0m[91m |
| 5505 | Your user account / password are not configured yet. |
| 5506 | You will be asked for them below, and they will be stored in |
| 5507 | /root/.oscrc for future use. |
| 5508 | |
| 5509 | Creating osc configuration file /root/.oscrc ... |
| 5510 | [0m[91maborted. |
| 5511 | [0m[91m+ dists='Username: ' |
| 5512 | + rels=Kolab:Development |
| 5513 | + for rel in '${rels}' |
| 5514 | + osc co Kolab:Development |
| 5515 | [0m[91m |
| 5516 | Your user account / password are not configured yet. |
| 5517 | You will be asked for them below, and they will be stored in |
| 5518 | /root/.oscrc for future use. |
| 5519 | |
| 5520 | Creating osc configuration file /root/.oscrc ... |
| 5521 | [0m[91maborted. |
| 5522 | [0mUsername: [91m+ pushd Kolab:Development |
| 5523 | [0m[91m/osc.sh: line 15: pushd: Kolab:Development: No such file or directory |
| 5524 | [0m[91m++ find . -mindepth 1 -maxdepth 1 -type d '!' -name .osc |
| 5525 | [0m/ |
| 5526 | [91m+ popd |
| 5527 | + popd |
| 5528 | /osc.sh: line 46: popd: directory stack empty |
| 5529 | [0m/var/tmp/312 |
| 5530 |
Lease Host atomic01
Lease Host atomic01
- When
- Completed at Apr 19 2015, 11:02 AM · Built instantly
- Status
Passed
Lease Host atomic02
Lease Host atomic02
- When
- Completed at Apr 19 2015, 11:02 AM · Built instantly
- Status
Passed