From 92c539665551ccb17fbbeaeb415ae320edf2c028848c64f422cb13ff741eef96 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 1 Feb 2023 09:52:55 +0000 Subject: [PATCH] - pull in dbm for all flavors on SLE15 SP4+ as well OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=38 --- python-future.changes | 5 +++++ python-future.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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