![](https://seccdn.libravatar.org/avatar/5b748275c3dbb1ceee18ed554486547d.jpg?s=120&d=mm&r=g)
On Wednesday 2016-03-16 09:33, Axel Braun wrote:
I have a package that builds fine for all selected repos, except for openSUSE 13.1 64bit:
[ 65s] ... checking filelist [ 65s] tryton-sao-3.8.4-1.1.noarch.rpm: directories not owned by a package: [ 65s] - /usr/lib/node_modules [ 65s]
1. nodejs owns both %_libdir/node_modules and %_libexecdir/node_modules (in 13.2+) 2. %_libdir is equivalent to %_libexecdir on native bitness, so just by chance, it is already owned by nodejs (in i586). And this explains why it fails on 13.1-x86-64.
Is this something that needs to be fixed in nodejs?
You are best off if you make tryton-sao also own /usr/lib/node_modules. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org