Atri Bhattacharya
17d19ef6c4
- Add gsl-rpmlintrc rule to ignore shlib name policy errors for HPC packages (see this file for explanation) (bsc#1191757). - Make doc package arch-independent. OBS-URL: https://build.opensuse.org/request/show/979117 OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=39
9 lines
467 B
Plaintext
9 lines
467 B
Plaintext
# HPC allows simultaneous installation of multiple versions of the same
|
|
# library even with the same so-name. These are provided in non-system
|
|
# directories which are not handled by entries to /etc/ld.so.conf but
|
|
# by the well known concept of environment modules which allow users
|
|
# to customize their runtime library stack per session.
|
|
# Therefore, the package version, not the so version is used for
|
|
# package names.
|
|
addFilter(".*-hpc.*shlib-policy-name-error.*")
|