diff --git a/python-pycares.changes b/python-pycares.changes index 7ef006d..e61a627 100644 --- a/python-pycares.changes +++ b/python-pycares.changes @@ -15,6 +15,8 @@ Fri Aug 8 12:39:36 UTC 2025 - Nico Krapp * 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 diff --git a/python-pycares.rpmlintrc b/python-pycares.rpmlintrc new file mode 100644 index 0000000..0962594 --- /dev/null +++ b/python-pycares.rpmlintrc @@ -0,0 +1 @@ +addFilter("binary-or-shlib-calls-gethostbyname") diff --git a/python-pycares.spec b/python-pycares.spec index 0440ee4..659f25c 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -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