SHA256
1
0
forked from pool/xca

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
This commit is contained in:
Martin Hauke 2023-11-16 14:40:38 +00:00 committed by Git OBS Bridge
parent 12c314fe3c
commit c8ea4e2fc6
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 16 07:58:48 UTC 2023 - ecsos <ecsos@opensuse.org>
- Fix build error in Leap.
-------------------------------------------------------------------
Fri Oct 20 13:38:18 UTC 2023 - Jonathan Brielmaier <jbrielmaier@opensuse.org>

View File

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