diff --git a/squid.changes b/squid.changes index b38c5d7..10c5296 100644 --- a/squid.changes +++ b/squid.changes @@ -2,6 +2,7 @@ Thu Oct 4 07:36:49 UTC 2018 - Martin Pluskal - Correct changelog +- Enable tests ------------------------------------------------------------------- Tue Oct 02 10:16:22 UTC 2018 - sean@suspend.net diff --git a/squid.spec b/squid.spec index 677b5f9..ba7008e 100644 --- a/squid.spec +++ b/squid.spec @@ -186,6 +186,10 @@ mkdir -p %{buildroot}%{_datadir}/snmp/mibs mv %{buildroot}%{_datadir}/squid/mib.txt \ %{buildroot}%{_datadir}/snmp/mibs/SQUID-MIB.txt +%check +# Fails in chroot environment +make %{?_smp_mflags} check + %pre # we need this group for /usr/sbin/pinger if [[ -z $(%{_bindir}/getent group %{name} 2>/dev/null) ]]; then @@ -240,7 +244,6 @@ fi %service_del_postun squid.service %files -%defattr(-,root,root) %license COPYING %doc ChangeLog CONTRIBUTORS CREDITS %doc QUICKSTART README RELEASENOTES.html SPONSORS*