diff --git a/openmpi.spec b/openmpi.spec index 99a776e79befd61ecd32dc9290cbf7ecf90fad41..073e45151285c8aecf0593eacf2043a3521b2b34 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -1,6 +1,6 @@ Name: openmpi Version: 4.1.4 -Release: 3 +Release: 4 Summary: Open Source High Performance Computing License: BSD-3-Clause URL: http://www.open-mpi.org/ @@ -59,12 +59,7 @@ Requires: %{name} = %{version}-%{release} %description -n python3-openmpi openmpi python3 interface -%package help -Summary: Including man files for openmpi -Requires: man - -%description help -This contains man files for the using of openmpi. +%package_help %prep %autosetup -n openmpi-%{version} -p1 @@ -211,6 +206,9 @@ make check %{_mandir}/%{name_all}/man*/* %changelog +* Tue Aug 20 2024 ShuKun Qu - 4.1.4-4 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Aug 16 2023 wulei - 4.1.4-3 - Modify the /usr/lib64/openmpi/bin path to /usr/bin