From 60079b6ef4e67864f56e9e2181887baa873f9b70 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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/clamav.spec b/clamav.spec index c64d4f8..746870b 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.9 -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,10 @@ test -e %_var/log/clamav-milter.log || { %changelog +* Mon Aug 19 2024 Jiaming Zhang - 0.103.9-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + + * Tue Aug 22 2023 wangkai - 0.103.9-1 - Update to 0.103.9 to fix CVE-2023-20197 -- Gitee