forked from pool/patterns-hpc
Accepting request 786221 from science:HPC
- removed is_opensuse which was used to mark packages wiich are not in SLES. They are now Recommended and not Required (jsc#SLE-12109) OBS-URL: https://build.opensuse.org/request/show/786221 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-hpc?expand=0&rev=12
This commit is contained in:
commit
b417b007b5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 16:40:46 UTC 2020 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
- removed is_opensuse which was used to mark packages wiich are not
|
||||
in SLES. They are now Recommended and not Required (jsc#SLE-12109)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 11:10:04 UTC 2019 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package patterns-hpc
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,7 +22,7 @@ Release: 0
|
||||
Summary: Source Package for HPC Patterns
|
||||
License: MIT
|
||||
Group: Metapackages
|
||||
Url: https://github.com/openSUSE/patterns
|
||||
URL: https://github.com/openSUSE/patterns
|
||||
Source0: %{name}-rpmlintrc
|
||||
Source1: library-inc.txt
|
||||
Source2: devel-inc.txt
|
||||
@ -61,9 +61,7 @@ Recommends: less
|
||||
Recommends: pdsh
|
||||
Recommends: mrsh
|
||||
Recommends: mrsh-server
|
||||
%if 0%{?is_opensuse}
|
||||
Recommends: nss_ldap
|
||||
%endif
|
||||
# python 2.7 deps
|
||||
Recommends: ganglia-gmond
|
||||
Recommends: genders
|
||||
@ -111,16 +109,11 @@ Provides: pattern-order() = 2040
|
||||
Provides: pattern-visible()
|
||||
Requires: pattern() = hpc_compute_node
|
||||
Requires: pattern() = hpc_libraries
|
||||
%if 0%{?is_opensuse}
|
||||
Requires: pattern() = devel_C_C++
|
||||
Requires: pattern() = devel_basis
|
||||
Requires: pattern() = devel_perl
|
||||
Requires: pattern() = devel_python3
|
||||
%else
|
||||
Requires: pattern() = devel_basis
|
||||
Recommends: python3
|
||||
Recommends: pattern() = devel_C_C++
|
||||
Recommends: pattern() = devel_basis
|
||||
Recommends: pattern() = devel_perl
|
||||
Recommends: pattern() = devel_python3
|
||||
Recommends: python3-devel
|
||||
%endif
|
||||
Requires: gnu-compilers-hpc-devel
|
||||
Requires: lua-lmod
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user