From 34c93801801f327d1359c72a0161871bd4683ac2 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Mon, 12 Oct 2020 15:43:29 +0800 Subject: [PATCH] Modify spec --- clamav.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/clamav.spec b/clamav.spec index b01e442..21d243a 100644 --- a/clamav.spec +++ b/clamav.spec @@ -1,10 +1,10 @@ Name: clamav Summary: End-user tools for the Clam Antivirus scanner Version: 0.101.4 -Release: 7 +Release: 8 License: GPLv2 URL: https://www.clamav.net/ -Source0: https://www.clamav.net/downloads/production/clamav-%version.tar.gz +Source0: https://www.clamav.net/downloads/production/clamav-%{version}.tar.gz Source1: clamd.sysconfig Source2: clamd.logrotate Source3: main-58.cvd @@ -405,6 +405,9 @@ test -e %_var/log/clamav-milter.log || { %changelog +* Mon Oct 12 2020 baizhonggui - 0.101.4-8 +- Modify souce0 wrote format + * Fri Oct 09 2020 lingsheng - 0.101.4-7 - Fix int64 overflow check -- Gitee