SHA256
1
0
forked from pool/slurm

Accepting request 715349 from network:cluster

- Fix build for SLE-11-SP4 and older. (forwarded request 715348 from eeich)

OBS-URL: https://build.opensuse.org/request/show/715349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slurm?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2019-07-16 06:41:17 +00:00 committed by Git OBS Bridge
commit 424501c95a
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 14 13:28:13 UTC 2019 - Egbert Eich <eich@suse.com>
- Fix build for SLE-11-SP4 and older.
-------------------------------------------------------------------
Fri Jul 12 09:04:55 UTC 2019 - Christian Goll <cgoll@suse.com>

View File

@ -1098,9 +1098,10 @@ exit 0
%{_mandir}/man1/sh5util.1.gz
%endif
%if 0%{?is_opensuse} || 0%{?have_json_c}
%files cray
# do not remove cray sepcific packages from SLES update
%if 0%{?is_opensuse}
%if 0%{?is_opensuse}
%{_libdir}/slurm/acct_gather_energy_cray.so
%{_libdir}/slurm/core_spec_cray.so
%{_libdir}/slurm/job_submit_cray.so
@ -1108,9 +1109,12 @@ exit 0
%{_libdir}/slurm/switch_cray.so
%{_libdir}/slurm/task_cray.so
%{_mandir}/man5/cray.*
%endif
%endif
%if 0%{?have_json_c}
%{_libdir}/slurm/burst_buffer_cray.so
%{_libdir}/slurm/node_features_knl_cray.so
%{_libdir}/slurm/power_cray.so
%{_libdir}/slurm/power_cray.so
%endif
%endif
%changelog