Accepting request 605908 from devel:languages:misc

adding rpmlintrc to spec file (forwarded request 605838 from sleep_walker)

OBS-URL: https://build.opensuse.org/request/show/605908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile-json?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-05-11 07:15:52 +00:00 committed by Git OBS Bridge
commit 01e7482698
3 changed files with 13 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

View File

@ -26,6 +26,7 @@ Url: https://savannah.nongnu.org/projects/guile-json/
Source0: http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz
Source1: http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz.asc
Source2: https://savannah.nongnu.org/people/viewgpg.php?user_id=11331#/%{name}.keyring
Source1000: guile-json-rpmlintrc
BuildRequires: guile >= 2.0.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build