45595d2fc4
- Large cleanup of both the spec and config.toml to correct many build issues for the new version - Add rust-1.21.0-44203-exclude-compiler-rt-test.patch - Add rust-1.21.0-44066-ppc64-struct-abi.patch - Add rust-1.21.0-44440-s390x-global-align.patch - Remove add-soname.patch OBS-URL: https://build.opensuse.org/request/show/535104 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=132
9 lines
364 B
Plaintext
9 lines
364 B
Plaintext
# filters for rust-src
|
|
addFilter("devel-file-in-non-devel-package.*/usr/lib/rustlib/src/.*")
|
|
addFilter("non-executable-script*./usr/lib/rustlib/src/.*")
|
|
# filters for rust-std
|
|
# rlib not in elf format
|
|
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/lib.*")
|