[ 
https://issues.apache.org/jira/browse/AMBARI-3291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erin A Boyd reassigned AMBARI-3291:
-----------------------------------

    Assignee: Erin A Boyd  (was: Matthew Farrellee)
    
> ambari-server RPM claims ownership of /usr/sbin
> -----------------------------------------------
>
>                 Key: AMBARI-3291
>                 URL: https://issues.apache.org/jira/browse/AMBARI-3291
>             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: Erin A Boyd
>            Assignee: Erin A Boyd
>             Fix For: 1.2.3
>
>
> 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

Reply via email to