- Fix the previous change:

bcond_* is hard

OBS-URL: https://build.opensuse.org/package/show/graphics:darktable/darktable?expand=0&rev=36
This commit is contained in:
Marcus Rückert 2022-01-08 15:46:33 +00:00 committed by Git OBS Bridge
parent ab506c7846
commit 57a5d66208
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 8 15:46:14 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- Fix the previous change:
bcond_* is hard
-------------------------------------------------------------------
Mon Jan 3 07:38:51 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package darktable
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,9 +19,9 @@
%bcond_with clang
%if 0%{?fedora_version} >= 33 || 0%{?suse_version} >= 1590
%bcond_without use_intree_lua
%else
%bcond_with use_intree_lua
%else
%bcond_without use_intree_lua
%endif
%if %{with use_intree_lua}