17
0

Accepting request 1335272 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1335272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-diskcache?expand=0&rev=16
This commit is contained in:
2026-03-01 21:13:47 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 26 10:19:10 UTC 2026 - Markéta Machová <mmachova@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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