diff --git a/python-certbot.changes b/python-certbot.changes index 13fe957..f2ed8bb 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 7 12:09:38 UTC 2024 - Markéta Machová + +- Add %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Thu Dec 7 10:40:28 UTC 2023 - Markéta Machová diff --git a/python-certbot.spec b/python-certbot.spec index 2ae2358..754b4a1 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -1,7 +1,7 @@ # # spec file for package python-certbot # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-certbot Version: 2.8.0 Release: 0 @@ -51,7 +50,7 @@ Requires: python-pyRFC3339 Requires: python-pytz >= 2019.3 Requires: python-setuptools >= 41.6.0 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %if %{python_version_nodots} < 310 Requires: python-importlib-metadata %endif