Accepting request 605175 from home:sleep_walker:guile

- add guile-json-rpmlintrc file to suppress failures

OBS-URL: https://build.opensuse.org/request/show/605175
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile-json?expand=0&rev=13
This commit is contained in:
Tomas Cech 2018-05-07 18:17:54 +00:00 committed by Git OBS Bridge
parent cad7065475
commit 6c6a6e6789
2 changed files with 12 additions and 0 deletions

7
guile-json-rpmlintrc Normal file
View File

@ -0,0 +1,7 @@
# guile-json installs compiled guile bytecode into /usr/share
# ignore it for now
addFilter("E: arch-dependent-file-in-usr-share .*/usr/share/guile/site/.*")
# using ELF for Guile bytecode confuse rpmlint
addFilter("W: missing-PT_GNU_STACK-section .*/usr/share/guile/site/.*")
addFilter("W: shared-lib-without-dependency-information .*/usr/share/guile/site/.*")

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 7 12:06:45 UTC 2018 - sleep_walker@opensuse.org
- add guile-json-rpmlintrc file to suppress failures
-------------------------------------------------------------------
Fri Mar 9 18:13:13 UTC 2018 - sleep_walker@opensuse.org