lapack/lapack.rpmlintrc
Egbert Eich f6607ec703 Accepting request 1066221 from home:eeich:branches:science
- As a configurable option add tmglib code to the LAPACK librarly
  and enable TMG in LAPACKE as the header files provide its API
  (boo#1207989 & bsc#1087426).
- Restore generic link for update-alternatives. This is usually
  set by the update-alternatives and it is '%ghost'ed but rpmlint
  complains.
- Move update-alternatives --remove to %%postun to stop rpmlint
  from complaining.
- Removed useless - because never executed - %%postrans scriptlets.
- Added missing _%%{_arch} to update-alternative names.
- rpmlint complains anyway - this time about alternative-link-missing
  - as it does not understand the _%%{_arch} endings: muffle with
  rpmlintrc.
- Make arch-dependent generic names conditional.

OBS-URL: https://build.opensuse.org/request/show/1066221
OBS-URL: https://build.opensuse.org/package/show/science/lapack?expand=0&rev=35
2023-02-16 17:41:31 +00:00

4 lines
163 B
Plaintext

# rpmlint get update-alternatives generic names wrong consistently
# as it doesn't understand the _%{_arch} extensions.
addFilter(".* alternative-link-missing.*")