oprofile/oprofile.rpmlintrc
Tony Jones eef738ff6c - Feature detection of perf_events API (required) was failing causing the
build to fail.  Reported by DimStar Build problem notification email.
  New patch: oprofile-autoconf-fix-perf_events-detection.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools/oprofile?expand=0&rev=68
2024-11-08 21:32:47 +00:00

8 lines
258 B
Plaintext

# This line is mandatory to access the configuration functions
from Config import *
# Because reference via bfd_abort()
addFilter ("oprofile.*shared-lib-calls-exit")
# Because the library is called libopagent1
addFilter ("oprofile-devel.*no-dependency-on")