[ 
https://jira.codehaus.org/browse/MRPM-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anders Hammar updated MRPM-83:
------------------------------

    Assignee:     (was: Brett Okken)
    
> The spec file generated by softlinkSource/locaton contains duplicated file 
> entry
> --------------------------------------------------------------------------------
>
>                 Key: MRPM-83
>                 URL: https://jira.codehaus.org/browse/MRPM-83
>             Project: Mojo RPM Plugin
>          Issue Type: Bug
>            Reporter: Luke Yang
>
> I want to create a symbol link under my package's root to another directory, 
> I defined it as: 
> <mapping>
>     <directory>/usr/my_package_root</directory>
>     <sources>
>         <softlinkSource>
>           <location>/var/log/my_package/log</location>
>           <destination>logs</destination>
>         </softlinkSource>
>     </sources>
> </mapping>
> From the generated SPEC file, I could see this in %install: 
> ln -s /var/log/my_package/log $RPM_BUILD_ROOT/usr/my_package_root/logs
> However, I also saw all the files under my_package_root are listed in %files 
> section because of this mapping - this is unexpected result. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
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