diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index a08742b..6fd7682 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1739863496 -commit: de8b891696f3ab04e7305191e3cbee6cbab36ec4117f08f0fd66f7b8a9a5cb4b +mtime: 1739865654 +commit: 1e9ea663b887e692ed320c46c3c2adfc1085ed1a969b42cc66ae7079da625fea url: https://src.opensuse.org/mcepl/python-M2Crypto.git -revision: de8b891696f3ab04e7305191e3cbee6cbab36ec4117f08f0fd66f7b8a9a5cb4b +revision: 1e9ea663b887e692ed320c46c3c2adfc1085ed1a969b42cc66ae7079da625fea diff --git a/build.specials.obscpio b/build.specials.obscpio index 6bb0615..ed56e91 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17c018d6bcf560fb159d5bbf4a2f837c1ce878d7b7b2e23f5e1e6854c4e548c1 +oid sha256:f8ec188c458f0836bca8362950b19c2a68790cd39d82f9df61bf1d32cf3b80a5 size 256 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}