diff --git a/python-Beaker.changes b/python-Beaker.changes index 86b1197..d6a72a9 100644 --- a/python-Beaker.changes +++ b/python-Beaker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 5 09:13:58 UTC 2021 - Markéta Machová + +- Replace broken %ifpython3 macro + ------------------------------------------------------------------- Wed Jul 22 20:24:19 UTC 2020 - Matej Cepl diff --git a/python-Beaker.spec b/python-Beaker.spec index 6ab241b..01cff71 100644 --- a/python-Beaker.spec +++ b/python-Beaker.spec @@ -1,7 +1,7 @@ # # spec file for package python-Beaker # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -62,8 +62,8 @@ Requires: python-funcsigs Provides: %{oldpython}-beaker = %{version} Obsoletes: %{oldpython}-beaker < %{version} %endif -%ifpython3 -Requires: python3-dbm +%if %{python_version_nodots} >= 30 +Requires: python-dbm %endif %python_subpackages