Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C96EA108BC for ; Thu, 11 Apr 2013 01:10:13 +0000 (UTC) Received: (qmail 53062 invoked by uid 500); 11 Apr 2013 01:10:13 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 52994 invoked by uid 500); 11 Apr 2013 01:10:13 -0000 Mailing-List: contact ambari-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-dev@incubator.apache.org Received: (qmail 52869 invoked by uid 99); 11 Apr 2013 01:10:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Apr 2013 01:10:13 +0000 Date: Thu, 11 Apr 2013 01:10:13 +0000 (UTC) From: "Mahadev konar (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-1870) ambari-agent RPM claims ownership of /usr/sbin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated AMBARI-1870: ---------------------------------- Assignee: Matthew Farrellee > 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 > Assignee: Matthew Farrellee > Fix For: 1.3.0 > > Attachments: AMBARI-1870.patch > > > 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