commit 7d7b9b21f54b5fdf5ee637c97166791d9994405d Author: Mani Narayan Date: Tue Mar 15 14:08:26 2016 -0700 CDH-38402: Only include /usr/lib/impala in the files section. The package that is being generated includes /usr/lib incorrectly and should only be including /usr/lib/impala. The second issue addressed by this change is that it allows installing impala-lzo and impala-lzo-debuginfo packages side by side. The issue is that impala-lzo and impala-lzo-debuginfo packages were delivering overlapping files, namely: /usr/lib/debug /usr/lib/debug/usr /usr/lib/debug/usr/lib /usr/lib/debug/usr/lib/impala /usr/lib/debug/usr/lib/impala/lib /usr/lib/debug/usr/lib/impala/lib/libimpalalzo.so.debug Testing done: Built RHEL7 packages with the change: http://golden.jenkins.cloudera.com/job/generic-package-centos64-7-0-impala/4214/ On a RHEL7.2 VM, successfully installed impala, impala-debuginfo, impala-lzo and impala-lzo-debuginfo packages. [root@mani-rhel72 foo]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 7.2.1511 (Core) Release: 7.2.1511 Codename: Core [root@mani-rhel72 foo]# rpm -qa | grep impala impala-lzo-2.2.0+cdh5.8.0+0-1.cdh5.8.0.p0.2794.el7.x86_64 impala-debuginfo-2.5.0+cdh5.8.0+0-1.cdh5.8.0.p0.29.el7.x86_64 impala-lzo-debuginfo-2.4.0+cdh5.6.0+0-1.cdh5.6.0.p0.100.el6.x86_64 impala-2.5.0+cdh5.8.0+0-1.cdh5.8.0.p0.29.el7.x86_64 commit 134c5792d8a32c2e82fa8016b0a4c84db63a3028 Author: Shiraz Ali Date: Wed Nov 25 19:35:53 2015 -0800 [KITCHEN-BUILD] Move Impala-lzo branch to 5.6.x