From 7bdae306b66c90553690fe6606ee721e5e0007c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=B6=85=E5=87=A1?= Date: Wed, 21 Aug 2024 01:29:57 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. --- jemalloc.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index e0b82b2..eb0557b 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -12,7 +12,7 @@ Name: jemalloc Version: 5.1.0 -Release: 5 +Release: 6 Summary: General-purpose scalable concurrent malloc implementation License: BSD URL: http://www.canonware.com/jemalloc/ @@ -32,11 +32,7 @@ Requires: %{name} = %{version}-%{release} %description devel The devel contains libraries and header files for use in jemalloc applications. -%package help -Summary: help for jemalloc. - -%description help -The help package contains manual pages and other related files for jemalloc. +%package_help %prep %autosetup -p1 @@ -83,6 +79,9 @@ make check %{_mandir}/man3/jemalloc.3* %changelog +* Tue Aug 20 2024 guochaofan - 5.1.0-6 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Thu Dec 28 2023 fandehui - 5.1.0-5 - Fix an incorrect assertion. -- Gitee