diff --git a/python-M2Crypto.changes b/python-M2Crypto.changes index a1a5067..a80f814 100644 --- a/python-M2Crypto.changes +++ b/python-M2Crypto.changes @@ -2,6 +2,8 @@ Tue Feb 18 07:24:17 UTC 2025 - Matej Cepl - Fix spelling of BSD-2-Clause license. +- Add rpmlintrc … overflow of ignorable rpmlint warnings caused + me not to see the previous problem. ------------------------------------------------------------------- Mon Feb 17 17:42:35 UTC 2025 - Matej Cepl diff --git a/python-M2Crypto.rpmlintrc b/python-M2Crypto.rpmlintrc new file mode 100644 index 0000000..f1b3d5d --- /dev/null +++ b/python-M2Crypto.rpmlintrc @@ -0,0 +1 @@ +addFilter("python-bytecode-inconsistent-mtime") diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 350647f..2099d61 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -26,6 +26,7 @@ License: BSD-2-Clause Group: Development/Languages/Python URL: https://sr.ht/~mcepl/m2crypto/ Source0: https://files.pythonhosted.org/packages/source/M/M2crypto/m2crypto-%{version}.tar.gz +Source99: python-M2Crypto.rpmlintrc BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest}