From f54f2697965df39d5476a44095b04702e2011d39 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Sat, 17 Aug 2024 00:47:08 +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 8dc13f3..fee26a8 100644 --- a/samba.spec +++ b/samba.spec @@ -49,7 +49,7 @@ Name: samba Version: 4.17.5 -Release: 11 +Release: 12 Summary: A suite for Linux to interoperate with Windows License: GPLv3+ and LGPLv3+ @@ -650,11 +650,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} - @@ -3617,6 +3613,9 @@ fi %endif %changelog +* Mon Aug 19 2024 Jiuwang He - 4.17.5-12 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Jan 19 2024 xinghe - 4.17.5-11 - Type:bugfix - ID:NA -- Gitee