From c8ea4e2fc6377e279d7d20c1c0ac7c5e7277aedf002d606971bf4e58f46173e0 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Thu, 16 Nov 2023 14:40:38 +0000 Subject: [PATCH] Accepting request 1126789 from home:ecsos - Fix build error in Leap. OBS-URL: https://build.opensuse.org/request/show/1126789 OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=27 --- xca.changes | 5 +++++ xca.spec | 5 +++++ 2 files changed, 10 insertions(+) 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