diff --git a/python-dkimpy.changes b/python-dkimpy.changes index bb10dda..4340a60 100644 --- a/python-dkimpy.changes +++ b/python-dkimpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 18 15:52:47 UTC 2023 - Andreas Schneider + +- Use sle15_python_module_pythons + ------------------------------------------------------------------- Tue Dec 8 07:18:07 UTC 2020 - Jiri Slaby diff --git a/python-dkimpy.spec b/python-dkimpy.spec index dc0c27e..29e3547 100644 --- a/python-dkimpy.spec +++ b/python-dkimpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-dkimpy # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} %define commands arcsign arcverify dkimsign dkimverify dknewkey -%define skip_python2 1 Name: python-dkimpy Version: 1.0.5 Release: 0 @@ -35,7 +34,7 @@ Requires: python-authres Requires: python-dnspython >= 1.16 Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PyNaCl}