You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Matthew Farrellee (JIRA)" <ji...@apache.org> on 2013/04/11 01:55:15 UTC

[jira] [Created] (AMBARI-1870) ambari-agent RPM claims ownership of /usr/sbin

Matthew Farrellee created AMBARI-1870:
-----------------------------------------

             Summary: ambari-agent RPM claims ownership of /usr/sbin
                 Key: AMBARI-1870
                 URL: https://issues.apache.org/jira/browse/AMBARI-1870
             Project: Ambari
          Issue Type: Bug
          Components: agent
    Affects Versions: 1.2.2
         Environment: Fedora 17 w/
maven-3.0.4-14.1.fc17.noarch
javac 1.7.0_09
            Reporter: Matthew Farrellee


This may impact other versions, only branch-1.2 was changed.

The ambari-agent.spec (generated from rpm-maven-plugin) claims ownership of /usr/sbin,

$ grep sbin target/rpm/ambari-agent/SPECS/ambari-agent.spec | grep attr
%attr(755,root,root) /usr/sbin

This is a problem because the filesystem RPM owns /usr/sbin.

According to rpm-maven-plugin documentation[0], this is because the only file under /usr/sbin is ambari-agent and

"directoryIncluded

If the value is true then the attribute string will be written for the directory if the sources identify all of the files in the directory (that is, no other mapping contributed files to the directory). This is the default behavior."

The "no other mapping contributed files to the directory" bit is important.

The solution is to add directoryInclude=false to the mapping.

[0] http://mojo.codehaus.org/rpm-maven-plugin/map-params.html


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira