Accepting request 341936 from home:scorot:branches:network:cluster

- version 15.08.3
  * Many new features and bug fixes. See NEWS file 
- update files list accordingly
- fix wrong end of line in some files

OBS-URL: https://build.opensuse.org/request/show/341936
OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=9
This commit is contained in:
Corot Sebastien 2015-11-01 16:14:37 +00:00 committed by Git OBS Bridge
parent b0a822f465
commit d541e7d46f
4 changed files with 33 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f33dd8fcffd5bec80141add196d38a7baa14ac45cdc7e1d878b3af14b88f66a
size 6348882

3
slurm-15.08.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7d312157e537fd24e9c8e1056ae8bd33882237155282f26b3831a087ee8e4cb
size 6745582

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Nov 1 13:45:52 UTC 2015 - scorot@free.fr
- version 15.08.3
* Many new features and bug fixes. See NEWS file
- update files list accordingly
- fix wrong end of line in some files
-------------------------------------------------------------------
Thu Aug 6 19:06:18 UTC 2015 - scorot@free.fr

View File

@ -21,10 +21,10 @@
%define with_systemd 0
%endif
%define libslurm libslurm27
%define libslurm libslurm29
Name: slurm
Version: 14.11.8
Version: 15.08.2
Release: 0
Summary: Simple Linux Utility for Resource Management
License: GPL-3.0
@ -189,6 +189,11 @@ This package contains the wrappers to write directly to the slurmdb.
Summary: Perl tool to print SLURM job state information
Group: Productivity/Clustering/Computing
Requires: slurm = %{version}
%if 0%{?suse_version} < 1140
Requires: perl = %{perl_version}
%else
%{perl_requires}
%endif
%description sjstat
This package contains the perl tool to print SLURM job state information.
@ -260,6 +265,10 @@ mv $RPM_BUILD_ROOT%{perl_sitearch}/* $RPM_BUILD_ROOT%{perl_vendorarch}
rm doc/html/shtml2html.py doc/html/Makefile*
# rpmlint reports wrong end of line for those files
sed -i 's/\r$//' $RPM_BUILD_ROOT%{_bindir}/qrerun
sed -i 's/\r$//' $RPM_BUILD_ROOT%{_bindir}/qalter
%fdupes -s $RPM_BUILD_ROOT
%if %{with_systemd}
@ -370,6 +379,7 @@ rm doc/html/shtml2html.py doc/html/Makefile*
%{_mandir}/man1/strigger.1*
%{_mandir}/man1/sh5util.1*
%{_mandir}/man5/acct_gather.conf.*
%{_mandir}/man5/burst_buffer.conf.*
%{_mandir}/man5/ext_sensors.conf.*
%{_mandir}/man5/slurm.*
%{_mandir}/man5/cgroup.*
@ -462,10 +472,13 @@ rm doc/html/shtml2html.py doc/html/Makefile*
%{_libdir}/slurm/accounting_storage_slurmdbd.so
%{_libdir}/slurm/acct_gather_energy_none.so
%{_libdir}/slurm/acct_gather_energy_rapl.so
%{_libdir}/slurm/acct_gather_energy_cray.so
%{_libdir}/slurm/acct_gather_energy_ibmaem.so
%{_libdir}/slurm/acct_gather_filesystem_lustre.so
%{_libdir}/slurm/acct_gather_filesystem_none.so
%{_libdir}/slurm/acct_gather_infiniband_none.so
%{_libdir}/slurm/acct_gather_profile_none.so
%{_libdir}/slurm/burst_buffer_generic.so
%{_libdir}/slurm/checkpoint_none.so
%{_libdir}/slurm/checkpoint_ompi.so
%{_libdir}/slurm/core_spec_cray.so
@ -483,6 +496,9 @@ rm doc/html/shtml2html.py doc/html/Makefile*
%{_libdir}/slurm/job_submit_pbs.so
%{_libdir}/slurm/job_submit_require_timelimit.so
%{_libdir}/slurm/job_submit_throttle.so
%{_libdir}/slurm/layouts_power_cpufreq.so
%{_libdir}/slurm/layouts_power_default.so
%{_libdir}/slurm/layouts_unit_default.so
%{_libdir}/slurm/mpi_lam.so
%{_libdir}/slurm/mpi_mpich1_p4.so
%{_libdir}/slurm/mpi_mpich1_shmem.so
@ -491,6 +507,7 @@ rm doc/html/shtml2html.py doc/html/Makefile*
%{_libdir}/slurm/mpi_mvapich.so
%{_libdir}/slurm/mpi_none.so
%{_libdir}/slurm/mpi_openmpi.so
%{_libdir}/slurm/power_none.so
%{_libdir}/slurm/preempt_job_prio.so
%{_libdir}/slurm/preempt_none.so
%{_libdir}/slurm/preempt_partition_prio.so
@ -514,6 +531,7 @@ rm doc/html/shtml2html.py doc/html/Makefile*
%{_libdir}/slurm/task_cray.so
%{_libdir}/slurm/task_none.so
%{_libdir}/slurm/topology_3d_torus.so
%{_libdir}/slurm/topology_hypercube.so
%{_libdir}/slurm/topology_none.so
%{_libdir}/slurm/topology_tree.so
%{_libdir}/slurm/accounting_storage_mysql.so
@ -563,5 +581,7 @@ rm doc/html/shtml2html.py doc/html/Makefile*
%files pam_slurm
%defattr(-,root,root)
/%_lib/security/pam_slurm.so
/%_lib/security/pam_slurm_adopt.so
%changelog