This commit is contained in:
parent
e5da6cbc1b
commit
0fdd2a717b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 13:58:15 CEST 2008 - max@suse.de
|
||||
|
||||
- Limit valgrind to i586 and x86_64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 3 09:26:12 CEST 2008 - max@suse.de
|
||||
|
||||
|
@ -27,7 +27,7 @@ BuildRequires: bc gmp-devel pkgconfig zlib-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1030
|
||||
BuildRequires: check-devel pwdutils
|
||||
%ifnarch ppc ppc64
|
||||
%ifarch i586 x86_64
|
||||
BuildRequires: valgrind
|
||||
%endif
|
||||
%define clamav_check --enable-check
|
||||
@ -36,7 +36,7 @@ BuildRequires: valgrind
|
||||
%endif
|
||||
Summary: Antivirus Toolkit
|
||||
Version: 0.94
|
||||
Release: 1
|
||||
Release: 8
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Security
|
||||
Url: http://www.clamav.net
|
||||
@ -274,6 +274,8 @@ for f in main daily; do
|
||||
done
|
||||
|
||||
%changelog
|
||||
* Mon Sep 29 2008 max@suse.de
|
||||
- Limit valgrind to i586 and x86_64.
|
||||
* Wed Sep 03 2008 max@suse.de
|
||||
- Added check-devel and valgrind to BuildRequires for 10.3 and
|
||||
newer to support the new unit testing feature. This does not
|
||||
|
Loading…
x
Reference in New Issue
Block a user