Last active
August 29, 2015 14:24
-
-
Save erikdw/67db1eaeeeec4fb1ede8 to your computer and use it in GitHub Desktop.
build.sh is invoked within CentOS 6.5 VM running on VirtualBox under the orchestration of Vagrant. This script sets up the system for doing the build, which is run under scl using build-mesos-within-scl.sh.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -u | |
set -e -o pipefail | |
version=${1:-} | |
# `g++ --version` should reveal that GCC is 4.8.2 | |
gcc_version=`g++ --version` | |
echo "Building mesos version ${version} using g++ version ${gcc_version}" | |
# now download and build mesos | |
cd /tmp | |
wget "http://apache.cs.utah.edu/mesos/$version/mesos-$version.tar.gz" | |
tar zxf "mesos-$version.tar.gz" | |
rm -f "mesos-$version.tar.gz" | |
cd "mesos-$version" | |
mkdir -p build | |
# Try haosong's suggestion. | |
#LDFLAGS="-Wl,-rpath=/usr/local/lib" ./configure --prefix=/usr/local | |
LDFLAGS="-Wl,-rpath,/usr/local/lib" ./configure --prefix=/usr/local | |
make | |
make DESTDIR="/tmp/mesos-$version/build" install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -u | |
set -e -o pipefail | |
version=${1:-} | |
echo "Building mesos version ${version}" | |
# Install a few utility tools | |
yum install -y tar wget which | |
# 'Mesos > 0.21.0' requires a C++ compiler with full C++11 support, | |
# (e.g. GCC > 4.8) which is available via 'devtoolset-2'. | |
# Fetch the Scientific Linux CERN devtoolset repo file. | |
wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo | |
# Import the CERN GPG key. | |
rpm --import http://linuxsoft.cern.ch/cern/centos/7/os/x86_64/RPM-GPG-KEY-cern | |
# Fetch the Apache Maven repo file. | |
wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo | |
# we need a java to build some mesos jars, we'll just use openjdk for that | |
yum install -y java-1.7.0-openjdk-devel | |
# we also need maven | |
wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo | |
# 'Mesos > 0.21.0' requires 'subversion > 1.8' devel package, which is | |
# not available in the default repositories. | |
# Add the WANdisco SVN repo file: '/etc/yum.repos.d/wandisco-svn.repo' with content: | |
cat << EOF > /etc/yum.repos.d/wandisco-svn.repo | |
[WANdiscoSVN] | |
name=WANdisco SVN Repo 1.8 | |
enabled=1 | |
baseurl=http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/\$basearch/ | |
gpgcheck=1 | |
gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco | |
EOF | |
# Install essential development tools. | |
yum groupinstall -y "Development Tools" | |
# Install 'devtoolset-2-toolchain' which includes GCC 4.8.2 and related packages. | |
yum install -y devtoolset-2-toolchain | |
# Install other Mesos dependencies. | |
yum install -y apache-maven python-devel java-1.7.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel | |
# Enter a shell with 'devtoolset-2' enabled. | |
scl enable devtoolset-2 "/vagrant/build-mesos-within-scl.sh $version" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acl-2.2.49-6.el6.x86_64 | |
aic94xx-firmware-30-2.el6.noarch | |
alsa-lib-1.0.22-3.el6.x86_64 | |
apache-maven-3.2.5-1.el6.noarch | |
apr-1.3.9-5.el6_2.x86_64 | |
apr-devel-1.3.9-5.el6_2.x86_64 | |
apr-util-1.3.9-3.el6_0.1.x86_64 | |
apr-util-devel-1.3.9-3.el6_0.1.x86_64 | |
atk-1.30.0-1.el6.x86_64 | |
atmel-firmware-1.3-7.el6.noarch | |
attr-2.4.44-7.el6.x86_64 | |
audit-2.3.7-5.el6.x86_64 | |
audit-libs-2.3.7-5.el6.x86_64 | |
audit-libs-python-2.3.7-5.el6.x86_64 | |
authconfig-6.1.12-13.el6.x86_64 | |
autoconf-2.63-5.1.el6.noarch | |
automake-1.11.1-4.el6.noarch | |
avahi-libs-0.6.25-15.el6.x86_64 | |
b43-openfwwf-5.2-4.el6.noarch | |
basesystem-10.0-4.el6.noarch | |
bash-4.1.2-15.el6_4.x86_64 | |
bfa-firmware-3.2.21.1-2.el6.noarch | |
bind-libs-9.8.2-0.17.rc1.el6_4.6.x86_64 | |
bind-utils-9.8.2-0.17.rc1.el6_4.6.x86_64 | |
binutils-2.20.51.0.2-5.42.el6.x86_64 | |
bison-2.4.1-5.el6.x86_64 | |
bridge-utils-1.2-10.el6.x86_64 | |
byacc-1.9.20070509-7.el6.x86_64 | |
bzip2-1.0.5-7.el6_0.x86_64 | |
bzip2-libs-1.0.5-7.el6_0.x86_64 | |
ca-certificates-2013.1.95-65.1.el6_5.noarch | |
cairo-1.8.8-6.el6_6.x86_64 | |
centos-release-6-5.el6.centos.11.2.x86_64 | |
checkpolicy-2.0.22-1.el6.x86_64 | |
chkconfig-1.3.49.3-2.el6_4.1.x86_64 | |
cloog-ppl-0.15.7-1.2.el6.x86_64 | |
ConsoleKit-0.4.1-3.el6.x86_64 | |
ConsoleKit-libs-0.4.1-3.el6.x86_64 | |
coreutils-8.4-31.el6.x86_64 | |
coreutils-libs-8.4-31.el6.x86_64 | |
cpio-2.10-11.el6_3.x86_64 | |
cpp-4.4.7-11.el6.x86_64 | |
cracklib-2.8.16-4.el6.x86_64 | |
cracklib-dicts-2.8.16-4.el6.x86_64 | |
cronie-1.4.4-12.el6.x86_64 | |
cronie-anacron-1.4.4-12.el6.x86_64 | |
crontabs-1.10-33.el6.noarch | |
cscope-15.6-6.el6.x86_64 | |
ctags-5.8-2.el6.x86_64 | |
cups-libs-1.4.2-67.el6_6.1.x86_64 | |
curl-7.19.7-40.el6_6.4.x86_64 | |
cvs-1.11.23-16.el6.x86_64 | |
cyrus-sasl-2.1.23-15.el6_6.2.x86_64 | |
cyrus-sasl-devel-2.1.23-15.el6_6.2.x86_64 | |
cyrus-sasl-lib-2.1.23-15.el6_6.2.x86_64 | |
cyrus-sasl-md5-2.1.23-15.el6_6.2.x86_64 | |
dash-0.5.5.1-4.el6.x86_64 | |
db4-4.7.25-19.el6_6.x86_64 | |
db4-cxx-4.7.25-19.el6_6.x86_64 | |
db4-devel-4.7.25-19.el6_6.x86_64 | |
db4-utils-4.7.25-19.el6_6.x86_64 | |
dbus-1.2.24-8.el6_6.x86_64 | |
dbus-glib-0.86-6.el6.x86_64 | |
dbus-libs-1.2.24-8.el6_6.x86_64 | |
device-mapper-1.02.79-8.el6.x86_64 | |
device-mapper-libs-1.02.79-8.el6.x86_64 | |
devtoolset-2-binutils-2.23.52.0.1-10.el6.x86_64 | |
devtoolset-2-dwz-0.11-1.el6.x86_64 | |
devtoolset-2-elfutils-0.157-2.el6.x86_64 | |
devtoolset-2-elfutils-libelf-0.157-2.el6.x86_64 | |
devtoolset-2-elfutils-libs-0.157-2.el6.x86_64 | |
devtoolset-2-gcc-4.8.2-15.1.el6.x86_64 | |
devtoolset-2-gcc-c++-4.8.2-15.1.el6.x86_64 | |
devtoolset-2-gcc-gfortran-4.8.2-15.1.el6.x86_64 | |
devtoolset-2-gdb-7.6.1-47.el6.x86_64 | |
devtoolset-2-libquadmath-devel-4.8.2-15.1.el6.x86_64 | |
devtoolset-2-libstdc++-devel-4.8.2-15.1.el6.x86_64 | |
devtoolset-2-memstomp-0.1.4-11.el6.x86_64 | |
devtoolset-2-runtime-2.1-4.el6.noarch | |
devtoolset-2-strace-4.7-13.el6.x86_64 | |
devtoolset-2-toolchain-2.1-4.el6.noarch | |
dhclient-4.1.1-38.P1.el6.centos.x86_64 | |
dhcp-common-4.1.1-38.P1.el6.centos.x86_64 | |
diffstat-1.51-2.el6.x86_64 | |
diffutils-2.8.1-28.el6.x86_64 | |
docker-io-0.7.3-3.el6.x86_64 | |
doxygen-1.6.1-6.el6.x86_64 | |
dracut-004-336.el6_5.2.noarch | |
dracut-kernel-004-336.el6_5.2.noarch | |
e2fsprogs-1.41.12-21.el6.x86_64 | |
e2fsprogs-libs-1.41.12-21.el6.x86_64 | |
efibootmgr-0.5.4-11.el6.x86_64 | |
eggdbus-0.6-3.el6.x86_64 | |
elfutils-0.158-3.2.el6.x86_64 | |
elfutils-libelf-0.158-3.2.el6.x86_64 | |
elfutils-libs-0.158-3.2.el6.x86_64 | |
epel-release-6-8.noarch | |
ethtool-3.5-1.2.el6_5.x86_64 | |
expat-2.0.1-11.el6_2.x86_64 | |
expat-devel-2.0.1-11.el6_2.x86_64 | |
file-5.04-15.el6.x86_64 | |
file-libs-5.04-15.el6.x86_64 | |
filesystem-2.4.30-3.el6.x86_64 | |
findutils-4.4.2-6.el6.x86_64 | |
fipscheck-1.2.0-7.el6.x86_64 | |
fipscheck-lib-1.2.0-7.el6.x86_64 | |
flac-1.2.1-7.el6_6.x86_64 | |
flex-2.5.35-9.el6.x86_64 | |
fontconfig-2.8.0-5.el6.x86_64 | |
freetype-2.3.11-15.el6_6.1.x86_64 | |
gamin-0.1.10-9.el6.x86_64 | |
gawk-3.1.7-10.el6.x86_64 | |
gcc-4.4.7-11.el6.x86_64 | |
gcc-c++-4.4.7-11.el6.x86_64 | |
gcc-gfortran-4.4.7-11.el6.x86_64 | |
GConf2-2.28.0-6.el6.x86_64 | |
gdb-7.2-75.el6.x86_64 | |
gdbm-1.8.0-36.el6.x86_64 | |
gdk-pixbuf2-2.24.1-5.el6.x86_64 | |
gettext-0.17-18.el6.x86_64 | |
gettext-devel-0.17-18.el6.x86_64 | |
gettext-libs-0.17-18.el6.x86_64 | |
giflib-4.1.6-3.1.el6.x86_64 | |
git-1.7.1-3.el6_4.1.x86_64 | |
glib2-2.28.8-4.el6.x86_64 | |
glibc-2.12-1.132.el6.x86_64 | |
glibc-common-2.12-1.132.el6.x86_64 | |
glibc-devel-2.12-1.132.el6.x86_64 | |
glibc-headers-2.12-1.132.el6.x86_64 | |
gmp-4.3.1-7.el6_2.2.x86_64 | |
gnupg2-2.0.14-6.el6_4.x86_64 | |
gnutls-2.8.5-14.el6_5.x86_64 | |
gpgme-1.1.8-3.el6.x86_64 | |
gpg-pubkey-0608b895-4bd22942 | |
gpg-pubkey-1d1e034b-42bfd0c5 | |
gpg-pubkey-3bbf077a-51260c0f | |
gpg-pubkey-6b8d79e6-3f49313d | |
gpg-pubkey-c105b9de-4e0fd3a3 | |
grep-2.6.3-4.el6.x86_64 | |
groff-1.18.1.4-21.el6.x86_64 | |
grub-0.97-83.el6.x86_64 | |
grubby-7.0.15-5.el6.x86_64 | |
gtk2-2.24.23-6.el6.x86_64 | |
gzip-1.3.12-19.el6_4.x86_64 | |
hesiod-3.1.0-19.el6.x86_64 | |
hicolor-icon-theme-0.11-1.1.el6.noarch | |
hwdata-0.233-9.1.el6.noarch | |
indent-2.2.10-7.el6.x86_64 | |
info-4.13a-8.el6.x86_64 | |
initscripts-9.03.40-2.el6.centos.x86_64 | |
intltool-0.41.0-1.1.el6.noarch | |
iproute-2.6.32-31.el6.x86_64 | |
iptables-1.4.7-11.el6.x86_64 | |
iptables-ipv6-1.4.7-11.el6.x86_64 | |
iputils-20071127-17.el6_4.2.x86_64 | |
ipw2100-firmware-1.3-11.el6.noarch | |
ipw2200-firmware-3.1-4.el6.noarch | |
ivtv-firmware-20080701-20.2.noarch | |
iwl1000-firmware-39.31.5.1-1.el6.noarch | |
iwl100-firmware-39.31.5.1-1.el6.noarch | |
iwl3945-firmware-15.32.2.9-4.el6.noarch | |
iwl4965-firmware-228.61.2.24-2.1.el6.noarch | |
iwl5000-firmware-8.83.5.1_1-1.el6_1.1.noarch | |
iwl5150-firmware-8.24.2.2-1.el6.noarch | |
iwl6000-firmware-9.221.4.1-1.el6.noarch | |
iwl6000g2a-firmware-17.168.5.3-1.el6.noarch | |
iwl6050-firmware-41.28.5.1-2.el6.noarch | |
jasper-libs-1.900.1-16.el6_6.3.x86_64 | |
java-1.6.0-openjdk-1.6.0.35-1.13.7.1.el6_6.x86_64 | |
java-1.6.0-openjdk-devel-1.6.0.35-1.13.7.1.el6_6.x86_64 | |
java-1.7.0-openjdk-1.7.0.79-2.5.5.3.el6_6.x86_64 | |
java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.3.el6_6.x86_64 | |
jline-0.9.94-0.8.el6.noarch | |
jpackage-utils-1.7.5-3.12.el6.noarch | |
kbd-1.15-11.el6.x86_64 | |
kbd-misc-1.15-11.el6.noarch | |
kernel-2.6.32-431.3.1.el6.x86_64 | |
kernel-2.6.32-431.el6.x86_64 | |
kernel-devel-2.6.32-504.23.4.el6.x86_64 | |
kernel-firmware-2.6.32-431.3.1.el6.noarch | |
kernel-headers-2.6.32-431.3.1.el6.x86_64 | |
keyutils-libs-1.4-5.el6.x86_64 | |
keyutils-libs-devel-1.4-5.el6.x86_64 | |
krb5-devel-1.10.3-37.el6_6.x86_64 | |
krb5-libs-1.10.3-37.el6_6.x86_64 | |
less-436-10.el6.x86_64 | |
libacl-2.2.49-6.el6.x86_64 | |
libart_lgpl-2.3.20-5.1.el6.x86_64 | |
libasyncns-0.8-1.1.el6.x86_64 | |
libattr-2.4.44-7.el6.x86_64 | |
libblkid-2.17.2-12.14.el6.x86_64 | |
libcap-2.16-5.5.el6.x86_64 | |
libcap-ng-0.6.4-3.el6_0.1.x86_64 | |
libcgroup-0.40.rc1-5.el6_5.1.x86_64 | |
libcom_err-1.41.12-21.el6.x86_64 | |
libcom_err-devel-1.41.12-21.el6.x86_64 | |
libcurl-7.19.7-40.el6_6.4.x86_64 | |
libcurl-devel-7.19.7-40.el6_6.4.x86_64 | |
libdrm-2.4.45-2.el6.x86_64 | |
libedit-2.11-4.20080712cvs.1.el6.x86_64 | |
libertas-usb8388-firmware-5.110.22.p23-3.1.el6.noarch | |
libffi-3.0.5-3.2.el6.x86_64 | |
libfontenc-1.0.5-2.el6.x86_64 | |
libgcc-4.4.7-11.el6.x86_64 | |
libgcj-4.4.7-11.el6.x86_64 | |
libgcrypt-1.4.5-11.el6_4.x86_64 | |
libgfortran-4.4.7-11.el6.x86_64 | |
libgomp-4.4.7-11.el6.x86_64 | |
libgpg-error-1.7-4.el6.x86_64 | |
libICE-1.0.6-1.el6.x86_64 | |
libIDL-0.8.13-2.1.el6.x86_64 | |
libidn-1.18-2.el6.x86_64 | |
libidn-devel-1.18-2.el6.x86_64 | |
libjpeg-turbo-1.2.1-3.el6_5.x86_64 | |
libnih-1.0.1-7.el6.x86_64 | |
libogg-1.1.4-2.1.el6.x86_64 | |
libpciaccess-0.13.1-2.el6.x86_64 | |
libpng-1.2.49-1.el6_2.x86_64 | |
libselinux-2.0.94-5.8.el6.x86_64 | |
libselinux-devel-2.0.94-5.8.el6.x86_64 | |
libselinux-python-2.0.94-5.8.el6.x86_64 | |
libselinux-utils-2.0.94-5.8.el6.x86_64 | |
libsemanage-2.0.43-4.2.el6.x86_64 | |
libsemanage-python-2.0.43-4.2.el6.x86_64 | |
libsepol-2.0.41-4.el6.x86_64 | |
libsepol-devel-2.0.41-4.el6.x86_64 | |
libSM-1.2.1-2.el6.x86_64 | |
libsndfile-1.0.20-5.el6.x86_64 | |
libss-1.41.12-21.el6.x86_64 | |
libssh2-1.4.2-1.el6.x86_64 | |
libstdc++-4.4.7-11.el6.x86_64 | |
libstdc++-devel-4.4.7-11.el6.x86_64 | |
libsysfs-2.1.0-7.el6.x86_64 | |
libtasn1-2.3-3.el6_2.1.x86_64 | |
libthai-0.1.12-3.el6.x86_64 | |
libtiff-3.9.4-10.el6_5.x86_64 | |
libtool-2.2.6-15.5.el6.x86_64 | |
libudev-147-2.51.el6.x86_64 | |
libusb-0.1.12-23.el6.x86_64 | |
libuser-0.56.13-5.el6.x86_64 | |
libutempter-1.1.5-4.1.el6.x86_64 | |
Lib_Utils-1.00-09.noarch | |
libuuid-2.17.2-12.14.el6.x86_64 | |
libvorbis-1.2.3-4.el6_2.1.x86_64 | |
libX11-1.6.0-2.2.el6.x86_64 | |
libX11-common-1.6.0-2.2.el6.noarch | |
libXau-1.0.6-4.el6.x86_64 | |
libxcb-1.9.1-2.el6.x86_64 | |
libXcomposite-0.4.3-4.el6.x86_64 | |
libXcursor-1.1.14-2.1.el6.x86_64 | |
libXdamage-1.1.3-4.el6.x86_64 | |
libXext-1.3.2-2.1.el6.x86_64 | |
libXfixes-5.0.1-2.1.el6.x86_64 | |
libXfont-1.4.5-4.el6_6.x86_64 | |
libXft-2.3.1-2.el6.x86_64 | |
libXi-1.7.2-2.2.el6.x86_64 | |
libXinerama-1.1.3-2.1.el6.x86_64 | |
libxml2-2.7.6-14.el6.x86_64 | |
libXrandr-1.4.1-2.1.el6.x86_64 | |
libXrender-0.9.8-2.1.el6.x86_64 | |
libXtst-1.2.2-2.1.el6.x86_64 | |
logrotate-3.7.8-17.el6.x86_64 | |
lua-5.1.4-4.1.el6.x86_64 | |
lxc-0.9.0-2.el6.x86_64 | |
lxc-libs-0.9.0-2.el6.x86_64 | |
m4-1.4.13-5.el6.x86_64 | |
mailcap-2.1.31-2.el6.noarch | |
make-3.81-20.el6.x86_64 | |
MAKEDEV-3.24-6.el6.x86_64 | |
man-1.6f-32.el6.x86_64 | |
man-pages-3.22-20.el6.noarch | |
mcelog-1.0pre3_20120814_2-0.13.el6.x86_64 | |
mingetty-1.08-5.el6.x86_64 | |
module-init-tools-3.9-21.el6_4.x86_64 | |
mpfr-2.4.1-6.el6.x86_64 | |
nano-2.0.9-7.el6.x86_64 | |
nc-1.84-22.el6.x86_64 | |
ncurses-5.7-3.20090208.el6.x86_64 | |
ncurses-base-5.7-3.20090208.el6.x86_64 | |
ncurses-libs-5.7-3.20090208.el6.x86_64 | |
net-tools-1.60-110.el6_2.x86_64 | |
newt-0.52.11-3.el6.x86_64 | |
newt-python-0.52.11-3.el6.x86_64 | |
nspr-4.10.2-1.el6_5.x86_64 | |
nss-3.15.3-3.el6_5.x86_64 | |
nss-softokn-3.14.3-9.el6.x86_64 | |
nss-softokn-freebl-3.14.3-9.el6.x86_64 | |
nss-sysinit-3.15.3-3.el6_5.x86_64 | |
nss-tools-3.15.3-3.el6_5.x86_64 | |
nss-util-3.15.3-1.el6_5.x86_64 | |
openldap-2.4.39-8.el6.x86_64 | |
openldap-devel-2.4.39-8.el6.x86_64 | |
openssh-5.3p1-94.el6.x86_64 | |
openssh-clients-5.3p1-94.el6.x86_64 | |
openssh-server-5.3p1-94.el6.x86_64 | |
openssl-1.0.1e-30.el6.11.x86_64 | |
openssl-devel-1.0.1e-30.el6.11.x86_64 | |
ORBit2-2.14.17-5.el6.x86_64 | |
p11-kit-0.18.5-2.el6.x86_64 | |
p11-kit-trust-0.18.5-2.el6.x86_64 | |
pam-1.1.1-17.el6.x86_64 | |
pango-1.28.1-10.el6.x86_64 | |
parted-2.1-21.el6.x86_64 | |
passwd-0.77-4.el6_2.2.x86_64 | |
patch-2.6-6.el6.x86_64 | |
patchutils-0.3.1-3.1.el6.x86_64 | |
pciutils-libs-3.1.10-2.el6.x86_64 | |
pcre-7.8-6.el6.x86_64 | |
perl-5.10.1-136.el6_6.1.x86_64 | |
perl-Compress-Raw-Zlib-2.021-136.el6_6.1.x86_64 | |
perl-Compress-Zlib-2.021-136.el6_6.1.x86_64 | |
perl-Error-0.17015-4.el6.noarch | |
perl-Git-1.7.1-3.el6_4.1.noarch | |
perl-HTML-Parser-3.64-2.el6.x86_64 | |
perl-HTML-Tagset-3.20-4.el6.noarch | |
perl-IO-Compress-Base-2.021-136.el6_6.1.x86_64 | |
perl-IO-Compress-Zlib-2.021-136.el6_6.1.x86_64 | |
perl-libs-5.10.1-136.el6_6.1.x86_64 | |
perl-libwww-perl-5.833-2.el6.noarch | |
perl-Module-Pluggable-3.90-136.el6_6.1.x86_64 | |
perl-Pod-Escapes-1.04-136.el6_6.1.x86_64 | |
perl-Pod-Simple-3.13-136.el6_6.1.x86_64 | |
perl-URI-1.40-2.el6.noarch | |
perl-version-0.77-136.el6_6.1.x86_64 | |
perl-XML-Parser-2.36-7.el6.x86_64 | |
pinentry-0.7.6-6.el6.x86_64 | |
pixman-0.32.4-4.el6.x86_64 | |
pkgconfig-0.23-9.1.el6.x86_64 | |
plymouth-0.8.3-27.el6.centos.x86_64 | |
plymouth-core-libs-0.8.3-27.el6.centos.x86_64 | |
plymouth-scripts-0.8.3-27.el6.centos.x86_64 | |
policycoreutils-2.0.83-19.47.el6_6.1.x86_64 | |
policycoreutils-python-2.0.83-19.47.el6_6.1.x86_64 | |
polkit-0.96-7.el6.x86_64 | |
popt-1.13-7.el6.x86_64 | |
ppl-0.10.2-11.el6.x86_64 | |
procmail-3.22-25.1.el6.x86_64 | |
procps-3.2.8-25.el6.x86_64 | |
psmisc-22.6-15.el6_0.1.x86_64 | |
pth-2.0.7-9.3.el6.x86_64 | |
pulseaudio-libs-0.9.21-17.el6.x86_64 | |
pygpgme-0.1-18.20090824bzr68.el6.x86_64 | |
python-2.6.6-52.el6.x86_64 | |
python-devel-2.6.6-52.el6.x86_64 | |
python-iniparse-0.3.1-2.1.el6.noarch | |
python-libs-2.6.6-52.el6.x86_64 | |
python-pycurl-7.19.0-8.el6.x86_64 | |
python-urlgrabber-3.9.1-9.el6.noarch | |
ql2100-firmware-1.19.38-3.1.el6.noarch | |
ql2200-firmware-2.02.08-3.1.el6.noarch | |
ql23xx-firmware-3.03.27-3.1.el6.noarch | |
ql2400-firmware-7.00.01-1.el6.noarch | |
ql2500-firmware-7.00.01-1.el6.noarch | |
rcs-5.7-37.el6.x86_64 | |
readline-6.0-4.el6.x86_64 | |
redhat-logos-60.0.14-12.el6.centos.noarch | |
redhat-rpm-config-9.0.3-42.el6.centos.noarch | |
remi-release-6.4-1.el6.remi.noarch | |
rhino-1.7-0.7.r2.2.el6.noarch | |
rootfiles-8.1-6.1.el6.noarch | |
rpm-4.8.0-38.el6_6.x86_64 | |
rpm-build-4.8.0-38.el6_6.x86_64 | |
rpm-libs-4.8.0-38.el6_6.x86_64 | |
rpm-python-4.8.0-38.el6_6.x86_64 | |
rsync-3.0.6-12.el6.x86_64 | |
rsyslog-5.8.10-8.el6.x86_64 | |
rt61pci-firmware-1.2-7.el6.noarch | |
rt73usb-firmware-1.8-7.el6.noarch | |
scl-utils-20120927-27.el6_6.x86_64 | |
sed-4.2.1-10.el6.x86_64 | |
sendmail-8.14.4-8.el6.x86_64 | |
serf-1.3.7-1.x86_64 | |
setools-libs-3.3.7-4.el6.x86_64 | |
setools-libs-python-3.3.7-4.el6.x86_64 | |
setup-2.8.14-20.el6_4.1.noarch | |
sgml-common-0.6.3-33.el6.noarch | |
shadow-utils-4.1.4.2-13.el6.x86_64 | |
shared-mime-info-0.70-4.el6.x86_64 | |
slang-2.2.1-1.el6.x86_64 | |
sqlite-3.6.20-1.el6.x86_64 | |
subversion-1.8.13-1.x86_64 | |
subversion-devel-1.8.13-1.x86_64 | |
sudo-1.8.6p3-12.el6.x86_64 | |
swig-1.3.40-6.el6.x86_64 | |
sysfsutils-2.1.0-7.el6.x86_64 | |
system-config-firewall-base-1.2.27-5.el6.noarch | |
systemtap-2.5-5.el6.x86_64 | |
systemtap-client-2.5-5.el6.x86_64 | |
systemtap-devel-2.5-5.el6.x86_64 | |
systemtap-runtime-2.5-5.el6.x86_64 | |
sysvinit-tools-2.87-5.dsf.el6.x86_64 | |
tar-1.23-11.el6.x86_64 | |
tcp_wrappers-libs-7.6-57.el6.x86_64 | |
telnet-0.17-47.el6_3.1.x86_64 | |
ttmkfdir-3.0.9-32.1.el6.x86_64 | |
tzdata-2013i-1.el6.noarch | |
tzdata-java-2015e-1.el6.noarch | |
udev-147-2.51.el6.x86_64 | |
unzip-6.0-2.el6_6.x86_64 | |
upstart-0.6.5-12.el6_4.1.x86_64 | |
ustr-1.0.4-9.1.el6.x86_64 | |
util-linux-ng-2.17.2-12.14.el6.x86_64 | |
vim-minimal-7.2.411-1.8.el6.x86_64 | |
wget-1.12-5.el6_6.1.x86_64 | |
which-2.19-6.el6.x86_64 | |
xorg-x11-drv-ati-firmware-7.1.0-3.el6.noarch | |
xorg-x11-fonts-Type1-7.2-9.1.el6.noarch | |
xorg-x11-font-utils-7.2-11.el6.x86_64 | |
xz-4.999.9-0.3.beta.20091007git.el6.x86_64 | |
xz-libs-4.999.9-0.3.beta.20091007git.el6.x86_64 | |
xz-lzma-compat-4.999.9-0.3.beta.20091007git.el6.x86_64 | |
yum-3.2.29-43.el6.centos.noarch | |
yum-metadata-parser-1.1.2-16.el6.x86_64 | |
yum-plugin-fastestmirror-1.1.30-14.el6.noarch | |
zd1211-firmware-1.4-4.el6.noarch | |
zip-3.0-1.el6.x86_64 | |
zlib-1.2.3-29.el6.x86_64 | |
zlib-devel-1.2.3-29.el6.x86_64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment