diff --git a/hwloc.spec b/hwloc.spec index 831ed7449e68e28e680b7461b7250efd8d099e44..38d284957d9e0efe840b20b615d2075d931fb546 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,6 +1,6 @@ Name: hwloc Version: 2.9.1 -Release: 2 +Release: 3 Summary: Hardware locality utilities and libraries License: BSD-3-Clause URL: https://www.open-mpi.org/projects/hwloc/ @@ -26,11 +26,7 @@ Requires: %{name} = %{version}-%{release} %description devel Contains header files, development libraries and shared object symbolic links for hwloc. -%package help -Summary: Help files for hwloc - -%description help -Contains documents and manuals files for hwloc +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -112,6 +108,9 @@ LD_LIBRARY_PATH=$PWD/hwloc/.libs make check %{_pkgdocdir}/*[^c] %changelog +* Tue Aug 20 2024 yangzhuolin - 2.9.1-3 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Wed Aug 30 2023 wangkai <13474090681@163.com> - 2.9.1-2 - Fix CVE-2022-47022