From 9391df2ae74ee8764f82892f1b46664dd7f7cc4a Mon Sep 17 00:00:00 2001 From: Marek Kasik Date: Oct 16 2017 13:34:59 +0000 Subject: Enable unit tests Resolves: #1502678 --- diff --git a/bogofilter.spec b/bogofilter.spec index 32cff5a..3130fa4 100644 --- a/bogofilter.spec +++ b/bogofilter.spec @@ -1,7 +1,7 @@ Summary: Fast anti-spam filtering by Bayesian statistical analysis Name: bogofilter Version: 1.2.4 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2 Group: Applications/Internet URL: http://bogofilter.sourceforge.net/ @@ -84,6 +84,9 @@ iconv -f iso-8859-1 -t utf-8 \ %{__chmod} -x contrib/* +%check +%{__make} %{?_smp_mflags} check + %files bogoupgrade %defattr(-, root, root, 0755) %{_bindir}/bogoupgrade @@ -103,6 +106,10 @@ iconv -f iso-8859-1 -t utf-8 \ %exclude %{_mandir}/man1/bogoupgrade* %changelog +* Mon Oct 16 2017 Marek Kasik - 1.2.4-12 +- Enable unit tests +- Resolves: #1502678 + * Wed Aug 02 2017 Fedora Release Engineering - 1.2.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild