This website requires JavaScript.
Explore
Help
Sign In
rpms
/
ipa
Watch
7
Star
0
Fork
0
You've already forked ipa
Code
Issues
Pull Requests
Releases
Activity
881a120bf5
ipa
/
rpminspect.yaml
7 lines
87 B
YAML
Raw
Normal View
History
Unescape
Escape
Change the method rpminspect uses to verify spec/package naming Using suffix instead of full so we can ignore the free part.
2021-03-19 17:15:00 +00:00
---
specname
:
match
:
suffix
rpminspect: add automatic waiver for runpath check The "runpath" check of rpminspect raises an error related to DT_RPATH using /usr/lib64/samba for /usr/lib64/samba/pdb/ipasam.so. This can be waived as ipasam.so is a plugin for smdb and requires to have DT_RPATH set. Add the path /usr/lib64/samba to the list of allowed DT_RPATH to ignore the issue. Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
2024-06-05 10:35:25 +00:00
runpath
:
allowed_paths
:
-
/usr/lib64/samba
Reference in New Issue
Copy Permalink