Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 4b1257e394
Properly check valgrind arches
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-01-08 11:21:57 +02:00
1 changed files with 6 additions and 1 deletions

View File

@ -26,7 +26,7 @@
Summary: End-user tools for the Clam Antivirus scanner
Name: clamav
Version: 1.0.4
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2}
URL: https://www.clamav.net/
%if %{with unrar}
@ -120,7 +120,9 @@ BuildRequires: systemd-devel
BuildRequires: systemd-rpm-macros
#for milter
BuildRequires: sendmail-devel
%ifarch %{valgrind_arches}
BuildRequires: valgrind
%endif
Requires: clamav-filesystem = %{version}-%{release}
Requires: clamav-lib = %{version}-%{release}
@ -567,6 +569,9 @@ exit 0
%changelog
* Mon Jan 08 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1.0.4-1.0.riscv64
- Properly check valgrind arches
* Sun Oct 29 2023 Orion Poplawski <orion@nwra.com> - 1.0.4-1
- Update to 1.0.4
- Remove docs again from main package (bz#2230512)