From 1e9ea663b887e692ed320c46c3c2adfc1085ed1a969b42cc66ae7079da625fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Tue, 18 Feb 2025 09:00:54 +0100 Subject: [PATCH] =?UTF-8?q?Add=20rpmlintrc=20=E2=80=A6=20overflow=20of=20i?= =?UTF-8?q?gnorable=20rpmlint=20warnings=20caused=20=20=20me=20not=20to=20?= =?UTF-8?q?see=20the=20previous=20problem.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-M2Crypto.changes | 2 ++ python-M2Crypto.rpmlintrc | 1 + python-M2Crypto.spec | 1 + 3 files changed, 4 insertions(+) create mode 100644 python-M2Crypto.rpmlintrc 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}