diff --git a/macros.hpc b/macros.hpc index acbc3aa..eefe8e1 100644 --- a/macros.hpc +++ b/macros.hpc @@ -53,7 +53,7 @@ includedir=%{hpc_includedir} \ sysconfdir=%{hpc_sysconfdir} \ \ Name: %pname \ -Description: %summary \ +Description: %{summary:0} \ Version: %version \ Libs: -L${libdir} %{?-l:-l%{-l*}} \ Cflags: -I${includedir} \ @@ -404,7 +404,7 @@ The package %{n_name}%{_p_ext} provides the dependency to get the latest version ln -sf %{hpc_module_dep_base}.version.%{version} %{hpc_module_dep_base}.version} \ %files -n %{_lname} \ %defattr(-,root,root)\ - %define _msg '%summary: Provide the dependency to get the latest version of %_pname' \ + %define _msg '%{summary:0}: Provide the dependency to get the latest version of %_pname' \ %define _readme README.%{_mylib}%{_name}%{_p_ext} \ %define _tmpexec %(tmp=$(mktemp /tmp/scr-XXXXXX); \ readme=%{_readme} \ diff --git a/suse-hpc.changes b/suse-hpc.changes index ff6706d..75fd2d0 100644 --- a/suse-hpc.changes +++ b/suse-hpc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 9 15:04:35 UTC 2018 - eich@suse.com + +- Fix summary in module files (bnc#1080259). + ------------------------------------------------------------------- Tue Jan 30 10:00:43 UTC 2018 - eich@suse.com