Adapt %suse_version checks to support new %suse_version

This commit was merged in pull request #1.
This commit is contained in:
2026-03-03 13:39:11 +01:00
parent d23758ec0f
commit 6ae49ccc85
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 3 12:37:43 UTC 2026 - Daniel Garcia <daniel.garcia@suse.com>
- Adapt %suse_version checks to support new %suse_version design for
16.1 and following (1610, 1620, 1630...)
-------------------------------------------------------------------
Mon Sep 29 20:52:21 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -39,7 +39,7 @@ BuildRequires: %{python_module Faker >= 13.11.0}
BuildRequires: %{python_module factory_boy}
BuildRequires: %{python_module importlib-metadata >= 3.6.0}
# Django package not available on SLFO:Main
%if 0%{suse_version} > 1600
%if 0%{suse_version} >= 1699
BuildRequires: %{python_module model-bakery >= 1.13.0}
%endif
BuildRequires: %{python_module numpy}
@@ -83,7 +83,7 @@ Features:
skiptest="test_entrypoint_injection or test_it_runs_before_stepwise"
# Django package not available on SLFO:Main
%if 0%{suse_version} <= 1600
%if 0%{suse_version} < 1699
skiptest+=" or test_model_bakery"
%endif