Hello community,

here is the log from the commit of package patterns-hpc for openSUSE:Factory 
checked in at 2018-04-17 11:18:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patterns-hpc (Old)
 and      /work/SRC/openSUSE:Factory/.patterns-hpc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "patterns-hpc"

Tue Apr 17 11:18:04 2018 rev:5 rq:597123 version:20180416

Changes:
--------
--- /work/SRC/openSUSE:Factory/patterns-hpc/patterns-hpc.changes        
2018-04-05 15:32:55.305378260 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-hpc.new/patterns-hpc.changes   
2018-04-17 11:18:07.160718572 +0200
@@ -1,0 +2,15 @@
+Mon Apr 16 15:07:32 UTC 2018 - [email protected]
+
+- Fixed wordings in some descriptions (bsc#1089719).
+
+-------------------------------------------------------------------
+Fri Apr 13 13:21:19 UTC 2018 - [email protected]
+
+- created new pattern workload_server for slurmctld (bsc#1089511) 
+
+-------------------------------------------------------------------
+Tue Apr 10 08:36:34 UTC 2018 - [email protected]
+
+- added mrsh-server as recommended as bug fix for bsc#1088689
+       
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ patterns-hpc.spec ++++++
--- /var/tmp/diff_new_pack.fM4SFS/_old  2018-04-17 11:18:07.688693823 +0200
+++ /var/tmp/diff_new_pack.fM4SFS/_new  2018-04-17 11:18:07.692693635 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           patterns-hpc
-Version:        20180226
+Version:        20180416
 Release:        0
 Summary:        Source Package for HPC Patterns
 License:        MIT
@@ -60,6 +60,7 @@
 Recommends:     less
 Recommends:     pdsh
 Recommends:     mrsh
+Recommends:     mrsh-server
 %if 0%{?is_opensuse}
 Recommends:     nss_ldap
 %endif
@@ -69,8 +70,8 @@
 Recommends:     perl-genders
 
 %description compute_node
-A compute node has a minimal software image and mainly runs simulation 
programs. Services on this node should be reduced to a bare minimum and the 
node *must* be installed in a automatic manner.  
-The pattern HPC libraries should also be installed.
+A compute node comprises of a minimal software image and mainly runs 
simulation programs. Services on this node should be reduced to a bare minimum 
and the node *must* be installed in a automatic manner.  
+The pattern 'HPC modularized libraries' should also be installed.
 
 %files compute_node
 %dir %{_defaultdocdir}/patterns
@@ -92,8 +93,8 @@
 %include %{SOURCE1}
 
 %description libraries
-This package provides all the modularized libraries so that they can be used 
in an HPC environment. Especially these libraries allows you to install several 
MPI flavors in parallel.                                                       
-In order to use this libraries you have them to load first via the module 
command.
+This package provides all the modularized libraries so that they can be used 
in an HPC environment. These libraries allow to install several MPI flavors in 
parallel.
+In order to use thess libraries one needs to load them via the module command 
first.
 
 %files libraries
 %dir %{_defaultdocdir}/patterns
@@ -126,19 +127,37 @@
 
 %description development_node
 This package provides all the relevant packages for developing HPC 
applications.
-It depends on the HPC libraries and adds additionally the compilers and 
includes also the relevant management packages.
+It depends on the pattern 'HPC modularized libraries'. In addition it includes 
the GNU compilers and the relevant management packages.
 
 %files development_node
 %dir %{_defaultdocdir}/patterns
 %{_defaultdocdir}/patterns/patterns-hpc-development_node.txt
 
+################################################################################
+%package workload_server
+%pattern_serverfunctions
+Summary:        HPC Workload Manager
+Group:          Metapackages
+Recommends:     slurm
+Recommends:     slurm-slurmdbd
+Suggests:       mariadb
+
+%description workload_server
+This package provides all the relevant packages for running the central server 
+component of the slurm workload manager.
+
+%files workload_server
+%dir %{_defaultdocdir}/patterns
+%{_defaultdocdir}/patterns/patterns-hpc-workload_server.txt
+
 %prep
 
 %build
 
 %install
 mkdir -p "%{buildroot}%{_defaultdocdir}/patterns"
-for pack in patterns-hpc-compute_node patterns-hpc-libraries 
patterns-hpc-development_node; do
+for pack in patterns-hpc-compute_node patterns-hpc-libraries \
+        patterns-hpc-workload_server patterns-hpc-development_node; do
     echo "This file marks the pattern $pack in version %{version} to be 
installed." \
                >"%{buildroot}%{_defaultdocdir}/patterns/${pack}.txt"
 done


Reply via email to