diff --git a/darktable.changes b/darktable.changes index cad3eb6..37f41ca 100644 --- a/darktable.changes +++ b/darktable.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 8 15:46:14 UTC 2022 - Marcus Rueckert + +- Fix the previous change: + bcond_* is hard + ------------------------------------------------------------------- Mon Jan 3 07:38:51 UTC 2022 - Andreas Schneider diff --git a/darktable.spec b/darktable.spec index 1ed36c9..be24183 100644 --- a/darktable.spec +++ b/darktable.spec @@ -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}