William Brown 2022-07-29 03:11:48 +00:00 committed by Git OBS Bridge
parent 65caaa033e
commit b7ccf2bd5d
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# Those files ARE arch-independent, but named like they are not (*.a, etc.) so the script is wrong here # Those files ARE arch-independent, but named like they are not (*.a, etc.) so the script is wrong here
setBadness('arch-dependent-file-in-usr-share', 0) addFilter("static-library-without-symtab .*")
addFilter("static-library-without-debuginfo .*")
addFilter("readelf-failed .*")
addFilter("zero-length .*")
addFilter("arch-dependent-file-in-usr-share .*")
# There are empty dummy-files in the sysroot # There are empty dummy-files in the sysroot
setBadness('lto-no-text-in-archive', 0) addFilter('lto-no-text-in-archive .*')
setBadness('devel-file-in-non-devel-package', 0) addFilter('devel-file-in-non-devel-package .*')

View File

@ -2,6 +2,7 @@
Fri Jul 29 00:34:36 UTC 2022 - William Brown <william.brown@suse.com> Fri Jul 29 00:34:36 UTC 2022 - William Brown <william.brown@suse.com>
- Update services to comply with OBS - Update services to comply with OBS
- Fix rpmlintrc
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 20 13:32:28 UTC 2022 - Martin Sirringhaus <martin.sirringhaus@suse.com> Wed Apr 20 13:32:28 UTC 2022 - Martin Sirringhaus <martin.sirringhaus@suse.com>