[opensuse-factory] How to disable rpmlint check "devel-file-in-non-devel-package (Badness: 50)"
Hi Build of project games, package freedink-data fails due to tons of these error messages E: devel-file-in-non-devel-package (Badness: 50) /usr/share/dink/dink/Story/S3-BOWL.c These are files required during runtime by the game engine, not C sources! How can I disable this rpmlint check? Adding the file rpmlintrc with the following content # This line is mandatory to access the configuration functions from Config import * addFilter("freedink-data devel-file-in-non-devel-package") did not help at all. :-( Best regards, Stefan P.S.: games/freedink-data is a link to games/freedink, so you find the sources to the packages in games/freedink. Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany ----------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) ----------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Stefan Dirsch wrote:
Adding the file rpmlintrc with the following content
# This line is mandatory to access the configuration functions from Config import * addFilter("freedink-data devel-file-in-non-devel-package")
Try using addFilter(".*devel-file-in-non-devel-package.*c") (regexp that matches error message) -- Best Regards / S pozdravom, Pavol RUSNAK SUSE LINUX, s.r.o Package Maintainer Lihovarska 1060/12 PGP 0xA6917144 19000 Praha 9, CR prusnak[at]suse.cz http://www.suse.cz --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Wed, Sep 17, 2008 at 10:17:47AM +0200, Pavol Rusnak wrote:
Stefan Dirsch wrote:
Adding the file rpmlintrc with the following content
# This line is mandatory to access the configuration functions from Config import * addFilter("freedink-data devel-file-in-non-devel-package")
Try using
addFilter(".*devel-file-in-non-devel-package.*c")
(regexp that matches error message)
Thanks. Meanwhile I understood, that it's just an output filter. :-) Best regards, Stefan Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany ----------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) ----------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (2)
-
Pavol Rusnak
-
Stefan Dirsch