diff --git a/xca.changes b/xca.changes index 05a0290..d7b1055 100644 --- a/xca.changes +++ b/xca.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 16 07:58:48 UTC 2023 - ecsos + +- Fix build error in Leap. + ------------------------------------------------------------------- Fri Oct 20 13:38:18 UTC 2023 - Jonathan Brielmaier diff --git a/xca.spec b/xca.spec index 158de73..840c4ca 100644 --- a/xca.spec +++ b/xca.spec @@ -75,8 +75,13 @@ Bash completion script for %{name}. %autopatch -p1 %build +%if 0%{?suse_version} <= 1600 +%cmake +%cmake_build +%else %cmake xca %cmake_build +%endif %install %cmake_install