[ARVADOS] updated: 20beb96440f1bae29adb0132617aae4959e76c75
Git user
git at public.curoverse.com
Tue Apr 26 11:59:08 EDT 2016
Summary of changes:
build/package-build-dockerfiles/centos6/Dockerfile | 4 ++++
1 file changed, 4 insertions(+)
via 20beb96440f1bae29adb0132617aae4959e76c75 (commit)
from 8cc6fc047506e3bead524f18416b78fe068c70fd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 20beb96440f1bae29adb0132617aae4959e76c75
Author: Ward Vandewege <ward at curoverse.com>
Date: Tue Apr 26 11:58:53 2016 -0400
Fix centos6 packages build.
No issue #
diff --git a/build/package-build-dockerfiles/centos6/Dockerfile b/build/package-build-dockerfiles/centos6/Dockerfile
index cd508da..679f68e 100644
--- a/build/package-build-dockerfiles/centos6/Dockerfile
+++ b/build/package-build-dockerfiles/centos6/Dockerfile
@@ -20,6 +20,10 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys D39DC0E3 && \
RUN touch /var/lib/rpm/* && yum -q -y install python27 python33
RUN scl enable python33 "easy_install-3.3 pip" && scl enable python27 "easy_install-2.7 pip"
+# fpm requires ffi which now wants xz-libs-5 which isn't packaged for centos6
+# but the library from xz-libs-4.999 appears to be good enough.
+RUN ln -s /usr/lib64/liblzma.so.0 /usr/lib64/lzma.so.5
+
RUN cd /tmp && \
curl -OL 'http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm' && \
rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm && \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list