From 83a36f7667efeb445cac50ff0544b0c4187bbb4e8fc49adf94a52bf26d78645f Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Wed, 18 Mar 2020 16:42:50 +0000 Subject: [PATCH] - 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/package/show/science:HPC/patterns-hpc?expand=0&rev=44 --- patterns-hpc.changes | 6 ++++++ patterns-hpc.spec | 19 ++++++------------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/patterns-hpc.changes b/patterns-hpc.changes index ee85c70..31eaa70 100644 --- a/patterns-hpc.changes +++ b/patterns-hpc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 18 16:40:46 UTC 2020 - Christian Goll + +- 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 diff --git a/patterns-hpc.spec b/patterns-hpc.spec index 4479ed6..36d6135 100644 --- a/patterns-hpc.spec +++ b/patterns-hpc.spec @@ -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