- Fix rpmlintrc
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/wasi-libc?expand=0&rev=4
This commit is contained in:
parent
65caaa033e
commit
b7ccf2bd5d
@ -1,6 +1,10 @@
|
||||
# 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
|
||||
setBadness('lto-no-text-in-archive', 0)
|
||||
setBadness('devel-file-in-non-devel-package', 0)
|
||||
addFilter('lto-no-text-in-archive .*')
|
||||
addFilter('devel-file-in-non-devel-package .*')
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
Fri Jul 29 00:34:36 UTC 2022 - William Brown <william.brown@suse.com>
|
||||
|
||||
- Update services to comply with OBS
|
||||
- Fix rpmlintrc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 20 13:32:28 UTC 2022 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
Loading…
Reference in New Issue
Block a user