forked from pool/python-pycares
- 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:
@@ -15,6 +15,8 @@ Fri Aug 8 12:39:36 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
* Fixup test CI by @saghul in #254
|
||||
* Refactor channel destruction logic by @saghul in #253
|
||||
- use system c-ares instead of bundled version
|
||||
- add python-pycares.rpmlintrc to ignore false positive of using
|
||||
gethostbyname.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 12:58:39 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
1
python-pycares.rpmlintrc
Normal file
1
python-pycares.rpmlintrc
Normal file
@@ -0,0 +1 @@
|
||||
addFilter("binary-or-shlib-calls-gethostbyname")
|
@@ -24,7 +24,8 @@ Summary: Python interface for c-ares
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/saghul/pycares
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pycares/pycares-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/pycares/pycares-%{version}.tar.gz
|
||||
Source99: python-pycares.rpmlintrc
|
||||
# PATCH-FIX-UPSTREAM cleanup_tests.patch bsc#[0-9]+ mcepl@suse.com
|
||||
# Make the test suite slightly more normal
|
||||
Patch0: cleanup_tests.patch
|
||||
|
Reference in New Issue
Block a user