Accepting request 891122 from home:Kieltux:branches:Office

- Fix building for openSUSE Leap 15.3 and SLE 15 SP3
  (define used guile version)

OBS-URL: https://build.opensuse.org/request/show/891122
OBS-URL: https://build.opensuse.org/package/show/Office/gnucash?expand=0&rev=11
This commit is contained in:
Johannes Engel 2021-05-08 11:47:47 +00:00 committed by Git OBS Bridge
parent ab2391c4c2
commit 2f8d3f6dac
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 5 18:28:53 UTC 2021 - Carsten Ziepke <kieltux@gmail.com>
- Fix building for openSUSE Leap 15.3 and SLE 15 SP3
(define used guile version)
-------------------------------------------------------------------
Mon Apr 12 13:03:43 UTC 2021 - Johannes Engel <jcnengel@gmail.com>

View File

@ -22,7 +22,7 @@
%if 0%{?suse_version} > 1500
%define guile_version 3.0
%else
%if 0%{?sle_version} == 150200
%if 0%{?sle_version} >= 150200
%define guile_version 2.0
%endif
%endif