From 2ff256ff3d5350650e37ea0af4d1f3a9391abe5357d8567608f239a25b586672 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 31 Jan 2019 20:14:27 +0000 Subject: [PATCH] - 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 --- slurm.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slurm.spec b/slurm.spec index 80592b4..6487044 100644 --- a/slurm.spec +++ b/slurm.spec @@ -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