If you add:

           <mapping>
              <directory>/etc/conf</directory>
              <username>ME</username>
              <groupname>ME</groupname>
              <configuration>noreplace</configuration>
              <directoryIncluded>true</directoryIncluded>
              <filemode>774</filemode>
            </mapping>

to you mappings it will work.


[vagrant@vagrant-centos64 vagrant]$ less `find target -name *.spec`
[...]
%files

%config(noreplace) %dir %attr(774,ME,ME) "/etc/conf"
%config(noreplace) %attr(774,ME,ME)  "/etc/conf/ReadMe.txt"
%attr(-,ME,ME)  "/etc/conf/ReadMe1.txt"
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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to