diff --git a/python-future.changes b/python-future.changes index 8ec31f5..e545c36 100644 --- a/python-future.changes +++ b/python-future.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 09:52:15 UTC 2023 - Dirk Müller + +- pull in dbm for all flavors on SLE15 SP4+ as well + ------------------------------------------------------------------- Sat Jan 21 09:53:11 UTC 2023 - Dirk Müller diff --git a/python-future.spec b/python-future.spec index 5e5404b..6c0c5dd 100644 --- a/python-future.spec +++ b/python-future.spec @@ -36,7 +36,7 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if 0%{suse_version} >= 1550 +%if 0%{suse_version} >= 1550 || (0%{suse_version} == 1500 && 0%{?sle_version} >= 150400) BuildRequires: %{python_module dbm} %else BuildRequires: python3-dbm