forked from pool/julia
c2ff07ed39
- CFLAGS and CXXFLAGS use provided %optflags. - libjulia-compat1 should provide libjulia1 to fulfill soname shlib naming policies. - Remove unused rpmlints: * devel-dependency - Turn all eol encondings to unix to all files - Add rpmlint for "W: hidden-file-or-dir /usr/share/julia/stdlib/v1.9/Pkg/test/test_packages/AugmentedPlatform/.pkg" That contains julia scripts. Leave it alone. OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=148
9 lines
490 B
Plaintext
9 lines
490 B
Plaintext
# https://github.com/JuliaLang/julia/issues/28564
|
|
addFilter("E: devel-file-in-non-devel-package.*/usr/lib.*/julia/.*")
|
|
# Julia has sofiles that are not actually an issue
|
|
addFilter("E: arch-dependent-file-in-usr-share*")
|
|
# We should not unstrip sofiles or binaries generated from this package
|
|
# https://github.com/JuliaLang/julia/issues/17941
|
|
addFilter("unstripped-binary-or-object")
|
|
addFilter("W: hidden-file-or-dir /usr/share/julia/stdlib/v1.9/Pkg/test/test_packages/AugmentedPlatform/*")
|