From 1e7fe4d5fdf18d19943eba3966952f815adf1a8a Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Mon, 19 Aug 2024 18:08:37 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- clamav.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clamav.spec b/clamav.spec index 308bcf4..aa02b64 100644 --- a/clamav.spec +++ b/clamav.spec @@ -1,7 +1,7 @@ Name: clamav Summary: End-user tools for the Clam Antivirus scanner Version: 0.103.11 -Release: 1 +Release: 2 License: GPLv2 and Public Domain and bzip2-1.0.6 and Zlib and Apache-2.0 URL: https://www.clamav.net/ @@ -61,11 +61,8 @@ The clamav-devel package contains headerfiles and libraries which are needed to build applications using clamav. -%package help -Summary: man info for clamav +%package_help -%description help -The clamav-help package contains man information for clamav. %package filesystem @@ -413,6 +410,9 @@ test -e %_var/log/clamav-milter.log || { %changelog +* Mon Aug 19 2024 Jiaming Zhang - 0.103.11-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Mar 20 2024 yaoxin - 0.103.11-1 - Upgrade to 0.103.11 -- Gitee