From 0a2538c703f06a8018603b44ad1b7bc9d0a29cef Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 26 Jun 2025 20:05:14 +0800 Subject: [PATCH] Fix clamav downgrade failure --- clamav.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/clamav.spec b/clamav.spec index bcb658a..49f8f37 100644 --- a/clamav.spec +++ b/clamav.spec @@ -16,7 +16,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav Version: 1.4.3 -Release: 1 +Release: 2 License: GPL-2.0-only URL: https://www.clamav.net/ Source0: https://www.clamav.net/downloads/production/%{name}-%{version}.tar.gz @@ -417,7 +417,7 @@ done %systemd_postun_with_restart clamav-freshclam.service %files -%license COPYING +%license COPYING.txt COPYING/* %doc NEWS.md README.md %{_bindir}/clambc %{_bindir}/clamconf @@ -465,7 +465,7 @@ done %files doc -%license COPYING +%license COPYING.txt COPYING/* %{_pkgdocdir}/html/ @@ -505,6 +505,9 @@ done %{_sysusersdir}/clamav-milter.conf %changelog +* Thu Jun 26 2025 yaoxin <1024769339@qq.com> - 1.4.3-2 +- Fix clamav downgrade failure + * Fri Jun 20 2025 yaoxin <1024769339@qq.com> - 1.4.3-1 - Update to 1.4.3 for fix CVE-2025-20234 and CVE-2025-20260 -- Gitee