From 525825b777400efe68fd9aff3db2a06fe51a2c2a Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Sat, 17 Aug 2024 00:58:33 +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 cea8d90..895e7aa 100644 --- a/samba.spec +++ b/samba.spec @@ -49,7 +49,7 @@ Name: samba Version: 4.15.3 -Release: 5 +Release: 6 Summary: A suite for Linux to interoperate with Windows License: GPLv3+ and LGPLv3+ @@ -511,11 +511,7 @@ This package contains the test suite for CTDB clustered database. #endif with clustering %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} - @@ -3395,6 +3391,9 @@ fi %endif %changelog +* Mon Aug 19 2024 Jiuwang He - 4.15.3-6 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Jul 14 2022 chenchen - 4.15.3-5 - Add ld.bfd for LoongArch -- Gitee