execute 'make check' (#640347)

This commit is contained in:
Enrico Scholz 2010-11-07 11:27:39 +01:00
parent 7b0a3bf808
commit 5e15dc5495

View File

@ -485,6 +485,11 @@ touch $RPM_BUILD_ROOT{%milterstatedir/clamav-milter.socket,%milterlog}
## ------------------------------------------------------------
%check
make check || :
## ------------------------------------------------------------
%clean
rm -rf "$RPM_BUILD_ROOT"
@ -715,6 +720,8 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
%changelog
* Sun Oct 31 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.96.4-1500
- updated to 0.96.4
- execute 'make check' (#640347) but ignore errors for now because
four checks are failing on f13
* Tue Oct 05 2010 jkeating - 0.96.3-1400.1
- Rebuilt for gcc bug 634757