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:
commit
424501c95a
@ -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>
|
||||
|
||||
|
10
slurm.spec
10
slurm.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user