Accepting request 704523 from home:federico-mena:branches:devel:languages:rust
- Fix regexp for .rlib files in rust-rpmlintrc. - Version 1.0.0-beta3. OBS-URL: https://build.opensuse.org/request/show/704523 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=217
This commit is contained in:
parent
f1957779fd
commit
7721178020
@ -3,7 +3,7 @@ addFilter("devel-dependency rust-std-static")
|
||||
addFilter("devel-file-in-non-devel-package.*/usr/lib/rustlib/src/.*")
|
||||
# filters for rust-std
|
||||
# rlib not in elf format
|
||||
addFilter("binaryinfo-readelf-failed*./usr/lib/rustlib/*.rlib")
|
||||
addFilter("binaryinfo-readelf-failed.*/usr/lib/rustlib/.*rlib")
|
||||
# rust has no stable ABI as of yet, soname is of no use yet
|
||||
addFilter("no-soname.*/usr/lib/rustlib/.*")
|
||||
addFilter("no-soname.*/usr/lib/lib*")
|
||||
@ -13,4 +13,4 @@ addFilter("rls.x86_64: W: no-version-in-last-changelog")
|
||||
addFilter("rust-analysis.x86_64: W: no-version-in-last-changelog")
|
||||
addFilter("rustfmt.x86_64: W: no-version-in-last-changelog")
|
||||
# error when building with bootstrap. ignore for now
|
||||
addFilter(".*shlib-policy-name-error.*libLLVM-8.*")
|
||||
addFilter(".*shlib-policy-name-error.*libLLVM-8.*")
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 23:06:25 UTC 2019 - federico@suse.com
|
||||
|
||||
- Fix regexp for .rlib files in rust-rpmlintrc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 24 17:39:11 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
@ -2057,4 +2062,4 @@ Wed Apr 29 13:07:54 UTC 2015 - opensuse-packaging@opensuse.org
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 12:56:15 UTC 2015 - kgronlund@suse.com
|
||||
|
||||
- Version 1.0.0-beta3.
|
||||
- Version 1.0.0-beta3.
|
||||
|
Loading…
Reference in New Issue
Block a user