- Prepended HPC to 'Summary' tags to make sure
entries are nicely sorted on YaST. - Made sure entries were brief (bsc1086828). OBS-URL: https://build.opensuse.org/package/show/science:HPC/patterns-hpc?expand=0&rev=20
This commit is contained in:
parent
9049f74439
commit
ab751645ba
@ -1,15 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 16:51:36 UTC 2018 - eich@suse.com
|
||||
|
||||
- Prepended HPC to 'Summary' tags to make sure
|
||||
entries are nicely sorted on YaST.
|
||||
- Made sure entries were brief (bsc1086828).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 10:11:06 UTC 2018 - cgoll@suse.com
|
||||
|
||||
- made compute node pattern visible (bsc#1086828)
|
||||
- fixed typos
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 12:15:06 UTC 2018 - eich@suse.com
|
||||
|
||||
- Make 'Provides: pattern() = .." and package name match
|
||||
(bsc#1085254).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 5 14:51:56 UTC 2018 - cgoll@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
Name: patterns-hpc
|
||||
Version: 20180226
|
||||
Release: 0
|
||||
Summary: Source package for HPC Patterns
|
||||
Summary: Source Package for HPC Patterns
|
||||
License: MIT
|
||||
Group: Metapackages
|
||||
Url: https://github.com/openSUSE/patterns
|
||||
@ -41,7 +41,7 @@ This particular package contains all the HPC related patterns
|
||||
|
||||
%package compute_node
|
||||
%pattern_serverfunctions
|
||||
Summary: Basic Compute Node
|
||||
Summary: HPC Basic Compute Node
|
||||
Group: Metapackages
|
||||
Provides: pattern() = hpc_compute_node
|
||||
Provides: pattern-icon() = pattern-generic
|
||||
@ -77,13 +77,13 @@ A compute node has a minimal software image and mainly runs simulation programs.
|
||||
|
||||
%package libraries
|
||||
%pattern_serverfunctions
|
||||
Summary: Modularized Libraries
|
||||
Summary: HPC modularized Libraries
|
||||
Group: Metapackages
|
||||
Provides: pattern() = hpc_libraries
|
||||
Provides: pattern-icon() = pattern-generic
|
||||
Provides: pattern-order() = 2030
|
||||
Provides: pattern-visible()
|
||||
Requires: pattern() = hpc-compute_node
|
||||
Requires: pattern() = hpc_compute_node
|
||||
|
||||
Requires: lua-lmod
|
||||
%include %{SOURCE1}
|
||||
@ -99,7 +99,7 @@ In order to use this libraries you have them to load first via the module comman
|
||||
################################################################################
|
||||
%package development_node
|
||||
%pattern_development
|
||||
Summary: Development files for Modularized Libraries
|
||||
Summary: HPC Development Packages
|
||||
Group: Metapackages
|
||||
Provides: pattern() = hpc_development_node
|
||||
Provides: pattern-icon() = pattern-basis-devel
|
||||
|
Loading…
Reference in New Issue
Block a user