Add rpmlintrc … overflow of ignorable rpmlint warnings caused
All checks were successful
obs/scm/build

me not to see the previous problem.
This commit is contained in:
Matej Cepl 2025-02-18 09:00:54 +01:00
parent de8b891696
commit 1e9ea663b8
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
3 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
Tue Feb 18 07:24:17 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- 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 <mcepl@cepl.eu>

View File

@ -0,0 +1 @@
addFilter("python-bytecode-inconsistent-mtime")

View File

@ -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}