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:
commit
01e7482698
7
guile-json-rpmlintrc
Normal file
7
guile-json-rpmlintrc
Normal 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/.*")
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user