From 7c610311dff16a609afc370d5b4f4156b2a0862c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=93=E6=9E=97?= Date: Tue, 20 Aug 2024 01:33:15 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco --- hwloc.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/hwloc.spec b/hwloc.spec index 831ed74..38d2849 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 -- Gitee