forked from pool/slurm
- Structural fixes to build on older openSUSE and SLE versions.
OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=84
This commit is contained in:
parent
c9da5cd5a9
commit
2ff256ff3d
@ -135,10 +135,10 @@ Documentation (HTML) for the SLURM cluster managment software.
|
||||
Summary: Perl API to SLURM
|
||||
Group: Development/Languages/Perl
|
||||
Requires: slurm = %{version}
|
||||
%{libperl_requires}
|
||||
%if 0%{?suse_version} < 1140
|
||||
Requires: perl = %{perl_version}
|
||||
%else
|
||||
%{libperl_requires}
|
||||
%{perl_requires}
|
||||
%endif
|
||||
|
||||
@ -696,6 +696,7 @@ exit 0
|
||||
%if 0%{?with_systemd}
|
||||
%{_unitdir}/slurmctld.service
|
||||
%{_sbindir}/rcslurmctld
|
||||
%endif
|
||||
%{_mandir}/man1/sacct.1*
|
||||
%{_mandir}/man1/sacctmgr.1*
|
||||
%{_mandir}/man1/salloc.1*
|
||||
@ -720,7 +721,6 @@ exit 0
|
||||
%{_mandir}/man1/sjstat.1.*
|
||||
%{_mandir}/man8/slurmctld.*
|
||||
%{_mandir}/man8/spank*
|
||||
%endif
|
||||
|
||||
%files openlava
|
||||
%{_bindir}/bjobs
|
||||
@ -878,10 +878,10 @@ exit 0
|
||||
%if 0%{?suse_version} > 1140
|
||||
%ifarch %{ix86} x86_64
|
||||
%{_libdir}/slurm/acct_gather_energy_ipmi.so
|
||||
%{_libdir}/slurm/acct_gather_energy_xcc.so
|
||||
%endif
|
||||
%endif
|
||||
%{_libdir}/slurm/node_features_knl_generic.so
|
||||
%{_libdir}/slurm/acct_gather_energy_xcc.so
|
||||
|
||||
%files lua
|
||||
%{_libdir}/slurm/job_submit_lua.so
|
||||
|
Loading…
Reference in New Issue
Block a user