diff --git a/clamav.spec b/clamav.spec index bcb658a0b5f21bb5f71475ab9e92af306cd50512..49f8f3746ac0f8e32ff83e995ef7297e1b746930 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