You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/01/17 07:11:14 UTC

[GitHub] rolfn commented on issue #16: Suggestion: rpm for openSUSE

rolfn commented on issue #16: Suggestion: rpm for openSUSE
URL: https://github.com/apache/couchdb-pkg/issues/16#issuecomment-358217158
 
 
   Thanks for your answer. Providing an official way for building openSUSE packages is also good. 
   
   I don't know why the program called useradd. Maybe historical reasons. The paths are inconsistent in the different Versions of openSUSE:
   * Leap 42.2: `rpmbuild --eval=%_sharedstatedir` --> `/usr/com`
   * Tumbleweed: `rpmbuild --eval=%_sharedstatedir` --> `/var/lib`
   
   On both: `rpmbuild --eval=%_localstatedir` --> `/var`
   
   I choosed `%{_localstatedir}/lib` for compatibility with the other distributions.
   
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services