SHA256
1
0
forked from pool/slurm

- Fix base_ver for SLE 15 SP2.

OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=120
This commit is contained in:
Egbert Eich 2020-01-13 15:42:28 +00:00 committed by Git OBS Bridge
parent 0581b91660
commit c39f0bf6fb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 13 15:41:48 UTC 2020 - Egbert Eich <eich@suse.com>
- Fix base_ver for SLE 15 SP2.
-------------------------------------------------------------------
Wed Jan 8 20:01:19 UTC 2020 - Egbert Eich <eich@suse.com>

View File

@ -41,7 +41,7 @@ ExclusiveArch: do_not_build
%define base_ver 1808
%endif
%if 0%{?sle_version} == 150200
%define base_ver 1808
%define base_ver 1905
%endif
%if 0%{?base_ver} > 0 && 0%{?base_ver} < %(echo %{_ver} | tr -d _)