You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by ga...@apache.org on 2012/03/29 22:03:03 UTC

svn commit: r1307139 - in /incubator/hcatalog/branches/branch-0.4: CHANGES.txt src/packages/rpm/spec/hcatalog.spec

Author: gates
Date: Thu Mar 29 22:03:02 2012
New Revision: 1307139

URL: http://svn.apache.org/viewvc?rev=1307139&view=rev
Log:
HCATALOG-312 Hcatalog rpms change the ownership of /usr/lib64 to hcat user

Modified:
    incubator/hcatalog/branches/branch-0.4/CHANGES.txt
    incubator/hcatalog/branches/branch-0.4/src/packages/rpm/spec/hcatalog.spec

Modified: incubator/hcatalog/branches/branch-0.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/CHANGES.txt?rev=1307139&r1=1307138&r2=1307139&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.4/CHANGES.txt Thu Mar 29 22:03:02 2012
@@ -90,6 +90,8 @@ Release 0.4.0 - Unreleased
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-312 Hcatalog rpms change the ownership of /usr/lib64 to hcat user (gkesavan via gates)
+
   HCAT-301 Reading from a table created with upper case table name throws error. (rohini via toffer)
 
   HCAT-319 Cleanup of 0.3 mapred classes (khorgath via gates)

Modified: incubator/hcatalog/branches/branch-0.4/src/packages/rpm/spec/hcatalog.spec
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/src/packages/rpm/spec/hcatalog.spec?rev=1307139&r1=1307138&r2=1307139&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/src/packages/rpm/spec/hcatalog.spec (original)
+++ incubator/hcatalog/branches/branch-0.4/src/packages/rpm/spec/hcatalog.spec Thu Mar 29 22:03:02 2012
@@ -155,7 +155,7 @@ bash ${RPM_INSTALL_PREFIX0}/sbin/update-
 rm -f ${RPM_INSTALL_PREFIX0}/share/hcatalog/conf
 
 %files 
-%defattr(-,hcat,hadoop)
+%defattr(-,root,root)
 %attr(0755,hcat,hadoop) %{_log_dir}
 %attr(0775,hcat,hadoop) %{_pid_dir}
 %config(noreplace) %{_conf_dir}