diff --git a/python-diskcache.changes b/python-diskcache.changes index 031bb48..e3be8b3 100644 --- a/python-diskcache.changes +++ b/python-diskcache.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 26 10:19:10 UTC 2026 - Markéta Machová + +- Fix the condition with suse_version macro on SLFO (jsc#PED-15836) + * enable django build on SLE 15 + ------------------------------------------------------------------- Sat Jul 5 14:53:34 UTC 2025 - Dirk Müller diff --git a/python-diskcache.spec b/python-diskcache.spec index 860838c..251eb6a 100644 --- a/python-diskcache.spec +++ b/python-diskcache.spec @@ -1,7 +1,7 @@ # # spec file for package python-diskcache # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,8 @@ # -%if 0%{?suse_version} == 1600 || 0%{?suse_version} == 1500 -# No django in SLFO:Main or SLE15 +%if 0%{?suse_version} >= 1600 && 0%{?is_opensuse} == 0 +# No django in SLFO:Main %bcond_with django %else %bcond_without django