From b10e24f82049a48bcb6b095d67881c0631cf8b83 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Mon, 19 Aug 2024 15:48:23 +0800 Subject: [PATCH] =?UTF-8?q?Replaced=20declaration=20of=20help=20subpackage?= =?UTF-8?q?=20with=20the=20'package=5Fhelp'=20macro.=20=EF=BC=88cherry=20p?= =?UTF-8?q?icked=20commit=20from=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libtalloc.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/libtalloc.spec b/libtalloc.spec index d84ce5e..9361f07 100644 --- a/libtalloc.spec +++ b/libtalloc.spec @@ -1,6 +1,6 @@ Name: libtalloc Version: 2.4.2 -Release: 1 +Release: 2 Summary: A memory pool system License: LGPLv3+ URL: https://talloc.samba.org/talloc/doc/html/index.html @@ -20,12 +20,7 @@ Requires: libtalloc = %{version}-%{release} %description -n libtalloc-devel Files for libtalloc development -%package help -Summary: Including man files for libtalloc -Requires: man - -%description help -This contains man files for the using of libtalloc +%package_help %package -n python3-talloc Summary: Provide the python rely for libtalloc @@ -94,6 +89,9 @@ cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir} %ldconfig_scriptlets -n python3-talloc %changelog +* Mon Aug 19 2024 dongzhenshu - 2.4.2-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Mar 13 2024 liweigang - 2.4.2-1 - update to version 2.4.2 -- Gitee