From ff736a9a68f568d9468c8e67343a14cdb12ca22f Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Sat, 17 Aug 2024 01:09:25 +0800 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- samba.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/samba.spec b/samba.spec index 435c3dc..4f6c491 100644 --- a/samba.spec +++ b/samba.spec @@ -50,7 +50,7 @@ Name: samba Version: 4.11.12 -Release: 35 +Release: 36 Summary: A suite for Linux to interoperate with Windows License: GPLv3+ and LGPLv3+ @@ -764,11 +764,7 @@ Obsoletes: ctdb-devel < %{samba_depver} This package contains the test suite for CTDB clustered database. %endif -%package help -Summary: Help package for %{name} - -%description help -This package contains some man help files for %{name}. +%package_help %prep zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} - @@ -3414,6 +3410,9 @@ fi %{_mandir}/man* %changelog +* Mon Aug 19 2024 Jiuwang He - 4.11.12-36 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Jan 19 2024 xinghe - 4.11.12-35 - Type:bugfix - ID:NA -- Gitee