14
0

- add python-pycares.rpmlintrc to ignore false positive of using

gethostbyname.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=33
This commit is contained in:
2025-08-12 23:06:28 +00:00
committed by Git OBS Bridge
parent 2dc3850b23
commit e507b4114f
3 changed files with 5 additions and 1 deletions

1
python-pycares.rpmlintrc Normal file
View File

@@ -0,0 +1 @@
addFilter("binary-or-shlib-calls-gethostbyname")