From 7e4c94501ecd4013404f34172a69b7838c14ef0bda7b75176e82b309e11d0c86 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 25 Oct 2018 10:52:12 +0000 Subject: [PATCH] - macros: fix unexpanded macro in description of master package. OBS-URL: https://build.opensuse.org/package/show/science:HPC/suse-hpc?expand=0&rev=31 --- macros.hpc | 2 +- suse-hpc.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/macros.hpc b/macros.hpc index 1130efb..460e25f 100644 --- a/macros.hpc +++ b/macros.hpc @@ -403,7 +403,7 @@ Obsoletes: %_lname < %version \ Requires: %{s_name} = %version \ %{!-l:%{!-s:%{!-a:BuildArch: noarch}}} \ %description -n %_lname \ -The package %{l_name} provides the dependency to get binary package %{s_name} \ +The package %{_lname} provides the dependency to get binary package %{s_name} \ When this package gets updated it installs the latest version of %name. \ %{-L:%post -n %_lname \ ln -sf %{hpc_module_dep_base}.version.%{version} %{hpc_module_dep_base}.version} \ diff --git a/suse-hpc.changes b/suse-hpc.changes index 5ca6ee6..fe7d96a 100644 --- a/suse-hpc.changes +++ b/suse-hpc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 25 10:51:17 UTC 2018 - eich@suse.com + +- macros: fix unexpanded macro in description of master package. + ------------------------------------------------------------------- Sun Aug 19 12:54:39 UTC 2018 - eich@suse.com