- Add filter to rpmlint

* filelist-forbidden-fhs23

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/hare?expand=0&rev=26
This commit is contained in:
Soc Virnyl Estela 2023-12-16 01:10:43 +00:00 committed by Git OBS Bridge
parent b376fae8b9
commit 0f3dee59e0
2 changed files with 8 additions and 0 deletions

View File

@ -4,3 +4,5 @@ addFilter("missing-PT_GNU_STACK-section")
addFilter("position-independent-executable-suggested")
addFilter("name-repeated-in-summary")
addFilter("statically-linked-binary")
# Most software do not even respect this
addFilter("filelist-forbidden-fhs23")

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 16 01:10:17 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Add filter to rpmlint
* filelist-forbidden-fhs23
-------------------------------------------------------------------
Sat Dec 16 01:03:47 UTC 2023 - Soc Virnyl Estela <contact@uncomfyhalomacro.pl>