[opensuse-packaging] is /usr/lib/games a standard directory or not ?
Hi, While packaging pcsx-reloaded, I got the following rpmlint warning: standard-dir-owned-by-package /usr/lib/games It only happens for openSUSE 13.1 or above and only for i586. So I tried to only include the subdirectory /usr/lib/games/psemu, which gave me the error: directories not owned by a package /usr/lib/games /usr/lib/games is not listed in the filesystem package, I think the rpmlint warning is a false positive. Is /usr/lib/games really a standard directory ? If so, why /usr/lib/games only and not /usr/lib64/games too ? -- Benoît -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
* Benoît Monin <benoit.monin@gmx.fr> [2014-02-01 18:47]:
While packaging pcsx-reloaded, I got the following rpmlint warning: standard-dir-owned-by-package /usr/lib/games
It only happens for openSUSE 13.1 or above and only for i586. So I tried to only include the subdirectory /usr/lib/games/psemu, which gave me the error: directories not owned by a package /usr/lib/games
/usr/lib/games is not listed in the filesystem package, I think the rpmlint warning is a false positive.
Is /usr/lib/games really a standard directory ? If so, why /usr/lib/games only and not /usr/lib64/games too ?
No, neither are used by openSUSE and pcsxr build system is broken because it hardcodes @libdir@/games/psemu/ and needs to be patched. My Packman pcsxr package already has that fixed and conforms to the openSUSE packaging guidelines, any reason why you're not using that? -- Guido Berhoerster -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
01/02/2014 Guido Berhoerster :
* Benoît Monin <benoit.monin@gmx.fr> [2014-02-01 18:47]:
While packaging pcsx-reloaded, I got the following rpmlint warning: standard-dir-owned-by-package /usr/lib/games
It only happens for openSUSE 13.1 or above and only for i586. So I tried to only include the subdirectory /usr/lib/games/psemu, which gave me the error: directories not owned by a package /usr/lib/games
/usr/lib/games is not listed in the filesystem package, I think the rpmlint warning is a false positive.
Is /usr/lib/games really a standard directory ? If so, why /usr/lib/games only and not /usr/lib64/games too ?
No, neither are used by openSUSE and pcsxr build system is broken because it hardcodes @libdir@/games/psemu/ and needs to be patched. My Packman pcsxr package already has that fixed and conforms to the openSUSE packaging guidelines, any reason why you're not using that?
Because I searched on software.opensuse.org and forgot to check packman ;) I'll delete my package then. -- Benoît -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Benoît Monin <benoit.monin@gmx.fr> Sat, 01 Feb 2014 20:46:54 +0300:
Hi,
While packaging pcsx-reloaded, I got the following rpmlint warning: standard-dir-owned-by-package /usr/lib/games
It only happens for openSUSE 13.1 or above and only for i586. So I tried to only include the subdirectory /usr/lib/games/psemu, which gave me the error: directories not owned by a package /usr/lib/games
/usr/lib/games is not listed in the filesystem package, I think the rpmlint warning is a false positive.
Is /usr/lib/games really a standard directory ? If so, why /usr/lib/games only and not /usr/lib64/games too ?
Hello. It is a rpmlint configuration bug: https://bugzilla.novell.com/show_bug.cgi?id=834681 -- Best regards, Dmitriy DA(P).DarkneSS Perlow @ Linux x64 -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
Benoît Monin
-
Dmitriy Perlow
-
Guido Berhoerster